.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-690ff8df-d065-4d96-9478-f3f4d7c8b5e0 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-position: center center;
}
@media (min-width: 1200px){#s-690ff8df-d065-4d96-9478-f3f4d7c8b5e0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-690ff8df-d065-4d96-9478-f3f4d7c8b5e0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-690ff8df-d065-4d96-9478-f3f4d7c8b5e0 {
  display: none;
}
#s-690ff8df-d065-4d96-9478-f3f4d7c8b5e0, #wrap-s-690ff8df-d065-4d96-9478-f3f4d7c8b5e0, #wrap-content-s-690ff8df-d065-4d96-9478-f3f4d7c8b5e0 { display: none !important; }}@media (max-width: 767px){#s-690ff8df-d065-4d96-9478-f3f4d7c8b5e0 {
  display: none;
}
#s-690ff8df-d065-4d96-9478-f3f4d7c8b5e0, #wrap-s-690ff8df-d065-4d96-9478-f3f4d7c8b5e0, #wrap-content-s-690ff8df-d065-4d96-9478-f3f4d7c8b5e0 { display: none !important; }}
#s-690ff8df-d065-4d96-9478-f3f4d7c8b5e0 {
  background-image: url(https://i.shgcdn.com/c64e4b19-f52f-419d-ae05-e84c518805d5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-690ff8df-d065-4d96-9478-f3f4d7c8b5e0 > .shg-box-overlay {
  background-color: rgba(17, 184, 255, 1);
  opacity: 0;
  display: block;
}#s-690ff8df-d065-4d96-9478-f3f4d7c8b5e0.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-f12350da-a2bd-4a34-962a-c67276c1ee1f {
  margin-left: 30px;
margin-right: 30px;
min-height: 0px;
background-color: rgba(0, 2, 1, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-f12350da-a2bd-4a34-962a-c67276c1ee1f {
  display: none;
}
#s-f12350da-a2bd-4a34-962a-c67276c1ee1f, #wrap-s-f12350da-a2bd-4a34-962a-c67276c1ee1f, #wrap-content-s-f12350da-a2bd-4a34-962a-c67276c1ee1f { display: none !important; }}@media (max-width: 767px){#s-f12350da-a2bd-4a34-962a-c67276c1ee1f {
  display: none;
}
#s-f12350da-a2bd-4a34-962a-c67276c1ee1f, #wrap-s-f12350da-a2bd-4a34-962a-c67276c1ee1f, #wrap-content-s-f12350da-a2bd-4a34-962a-c67276c1ee1f { display: none !important; }}
@media (min-width: 0px) {
[id="s-f12350da-a2bd-4a34-962a-c67276c1ee1f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f12350da-a2bd-4a34-962a-c67276c1ee1f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f12350da-a2bd-4a34-962a-c67276c1ee1f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f12350da-a2bd-4a34-962a-c67276c1ee1f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-2994bb31-13fb-417f-9d19-9702963925ee {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
opacity: 1;
}
@media (min-width: 1200px){#s-2994bb31-13fb-417f-9d19-9702963925ee {
  display: none;
}
#s-2994bb31-13fb-417f-9d19-9702963925ee, #wrap-s-2994bb31-13fb-417f-9d19-9702963925ee, #wrap-content-s-2994bb31-13fb-417f-9d19-9702963925ee { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2994bb31-13fb-417f-9d19-9702963925ee {
  display: none;
}
#s-2994bb31-13fb-417f-9d19-9702963925ee, #wrap-s-2994bb31-13fb-417f-9d19-9702963925ee, #wrap-content-s-2994bb31-13fb-417f-9d19-9702963925ee { display: none !important; }}







#s-2994bb31-13fb-417f-9d19-9702963925ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2994bb31-13fb-417f-9d19-9702963925ee.shg-box.shg-c {
  justify-content: flex-end;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-7e2b3d36-d6b9-46bf-92e7-ac4bd4e7a5de {
  margin-top: 90px;
margin-bottom: 60px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-7e2b3d36-d6b9-46bf-92e7-ac4bd4e7a5de {
  overflow: hidden;
  
  
}







  #s-7e2b3d36-d6b9-46bf-92e7-ac4bd4e7a5de img.shogun-image {
    

    
    
    
  }


#s-7e2b3d36-d6b9-46bf-92e7-ac4bd4e7a5de .shogun-image-content {
  
    justify-content: center;
  
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  
  
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-2ab93d5e-5031-4e05-beca-6f5ac064143e {
  padding-top: 10px;
padding-left: 23px;
padding-bottom: 10px;
padding-right: 23px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(238, 25, 35, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-2ab93d5e-5031-4e05-beca-6f5ac064143e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjQxYzFmZGQtNjlmNC00OGZmLWIzNDUtOWFhOGRlYzE3NDhlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNDFjMWZkZC02OWY0LTQ4ZmYtYjM0NS05YWE4ZGVjMTc0OGUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-2ab93d5e-5031-4e05-beca-6f5ac064143e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2ab93d5e-5031-4e05-beca-6f5ac064143e-root {
    text-align: left;
  }


#s-2ab93d5e-5031-4e05-beca-6f5ac064143e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2ab93d5e-5031-4e05-beca-6f5ac064143e-root {
    text-align: left;
  }


#s-2ab93d5e-5031-4e05-beca-6f5ac064143e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2ab93d5e-5031-4e05-beca-6f5ac064143e-root {
    text-align: left;
  }


#s-2ab93d5e-5031-4e05-beca-6f5ac064143e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2ab93d5e-5031-4e05-beca-6f5ac064143e-root {
    text-align: left;
  }


#s-2ab93d5e-5031-4e05-beca-6f5ac064143e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2ab93d5e-5031-4e05-beca-6f5ac064143e-root {
    text-align: left;
  }


#s-2ab93d5e-5031-4e05-beca-6f5ac064143e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-24c6e73c-bf9d-4d68-a53a-25bf6f5278e7 {
  margin-left: 11px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-24c6e73c-bf9d-4d68-a53a-25bf6f5278e7 {
  margin-right: 0px;
}
}@media (max-width: 767px){#s-24c6e73c-bf9d-4d68-a53a-25bf6f5278e7 {
  margin-right: 0px;
}
}
#s-24c6e73c-bf9d-4d68-a53a-25bf6f5278e7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-24c6e73c-bf9d-4d68-a53a-25bf6f5278e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-24c6e73c-bf9d-4d68-a53a-25bf6f5278e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-24c6e73c-bf9d-4d68-a53a-25bf6f5278e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-24c6e73c-bf9d-4d68-a53a-25bf6f5278e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Archivo Black;
  
  
  font-size: 17px;
}

#s-24c6e73c-bf9d-4d68-a53a-25bf6f5278e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-cfd991dd-2adf-43c0-a87d-d32d3ca04183 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-cfd991dd-2adf-43c0-a87d-d32d3ca04183:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTNmNGY3NmMtZjc4Mi00MGZjLTliM2MtZDFhOWQzNmMzYWM2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5M2Y0Zjc2Yy1mNzgyLTQwZmMtOWIzYy1kMWE5ZDM2YzNhYzYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-cfd991dd-2adf-43c0-a87d-d32d3ca04183:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cfd991dd-2adf-43c0-a87d-d32d3ca04183-root {
    text-align: left;
  }


#s-cfd991dd-2adf-43c0-a87d-d32d3ca04183.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cfd991dd-2adf-43c0-a87d-d32d3ca04183-root {
    text-align: left;
  }


#s-cfd991dd-2adf-43c0-a87d-d32d3ca04183.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cfd991dd-2adf-43c0-a87d-d32d3ca04183-root {
    text-align: left;
  }


#s-cfd991dd-2adf-43c0-a87d-d32d3ca04183.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cfd991dd-2adf-43c0-a87d-d32d3ca04183-root {
    text-align: left;
  }


#s-cfd991dd-2adf-43c0-a87d-d32d3ca04183.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cfd991dd-2adf-43c0-a87d-d32d3ca04183-root {
    text-align: left;
  }


#s-cfd991dd-2adf-43c0-a87d-d32d3ca04183.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-c334d03d-771b-45dc-a37b-e3f6d707b480 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-c334d03d-771b-45dc-a37b-e3f6d707b480:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzg3NWJhYmYtNGI0Zi00Y2FhLThhN2MtZTY2MDlmMjViNDMyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzODc1YmFiZi00YjRmLTRjYWEtOGE3Yy1lNjYwOWYyNWI0MzIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-c334d03d-771b-45dc-a37b-e3f6d707b480:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c334d03d-771b-45dc-a37b-e3f6d707b480-root {
    text-align: left;
  }


#s-c334d03d-771b-45dc-a37b-e3f6d707b480.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c334d03d-771b-45dc-a37b-e3f6d707b480-root {
    text-align: left;
  }


#s-c334d03d-771b-45dc-a37b-e3f6d707b480.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c334d03d-771b-45dc-a37b-e3f6d707b480-root {
    text-align: left;
  }


#s-c334d03d-771b-45dc-a37b-e3f6d707b480.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c334d03d-771b-45dc-a37b-e3f6d707b480-root {
    text-align: left;
  }


#s-c334d03d-771b-45dc-a37b-e3f6d707b480.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c334d03d-771b-45dc-a37b-e3f6d707b480-root {
    text-align: left;
  }


#s-c334d03d-771b-45dc-a37b-e3f6d707b480.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-0db13740-273b-4c7f-9074-fcc17bd7ceee {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-0db13740-273b-4c7f-9074-fcc17bd7ceee:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDIzZjk3ZjQtYTM1My00MTcwLWEwNjUtOWNlNjkwNmM4MzdhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMjNmOTdmNC1hMzUzLTQxNzAtYTA2NS05Y2U2OTA2YzgzN2EpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-0db13740-273b-4c7f-9074-fcc17bd7ceee:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0db13740-273b-4c7f-9074-fcc17bd7ceee-root {
    text-align: left;
  }


#s-0db13740-273b-4c7f-9074-fcc17bd7ceee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0db13740-273b-4c7f-9074-fcc17bd7ceee-root {
    text-align: left;
  }


#s-0db13740-273b-4c7f-9074-fcc17bd7ceee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0db13740-273b-4c7f-9074-fcc17bd7ceee-root {
    text-align: left;
  }


#s-0db13740-273b-4c7f-9074-fcc17bd7ceee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0db13740-273b-4c7f-9074-fcc17bd7ceee-root {
    text-align: left;
  }


#s-0db13740-273b-4c7f-9074-fcc17bd7ceee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0db13740-273b-4c7f-9074-fcc17bd7ceee-root {
    text-align: left;
  }


#s-0db13740-273b-4c7f-9074-fcc17bd7ceee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-9213cfea-c995-4fe2-b056-915c00cffcaf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-9213cfea-c995-4fe2-b056-915c00cffcaf:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGE1NDZlNTktZjgzMC00OTY1LThhMTktMGI2YWYwZDBlNjFlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkYTU0NmU1OS1mODMwLTQ5NjUtOGExOS0wYjZhZjBkMGU2MWUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-9213cfea-c995-4fe2-b056-915c00cffcaf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9213cfea-c995-4fe2-b056-915c00cffcaf-root {
    text-align: left;
  }


#s-9213cfea-c995-4fe2-b056-915c00cffcaf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9213cfea-c995-4fe2-b056-915c00cffcaf-root {
    text-align: left;
  }


#s-9213cfea-c995-4fe2-b056-915c00cffcaf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9213cfea-c995-4fe2-b056-915c00cffcaf-root {
    text-align: left;
  }


#s-9213cfea-c995-4fe2-b056-915c00cffcaf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9213cfea-c995-4fe2-b056-915c00cffcaf-root {
    text-align: left;
  }


#s-9213cfea-c995-4fe2-b056-915c00cffcaf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9213cfea-c995-4fe2-b056-915c00cffcaf-root {
    text-align: left;
  }


#s-9213cfea-c995-4fe2-b056-915c00cffcaf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-3bd99b66-5b25-4777-ba54-e6a9cd1bf7ba {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-3bd99b66-5b25-4777-ba54-e6a9cd1bf7ba:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDI4NjcwYmUtNzllNi00ZDQ3LWFhYWMtMTkwNzAzZWZlYmZhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0Mjg2NzBiZS03OWU2LTRkNDctYWFhYy0xOTA3MDNlZmViZmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-3bd99b66-5b25-4777-ba54-e6a9cd1bf7ba:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3bd99b66-5b25-4777-ba54-e6a9cd1bf7ba-root {
    text-align: left;
  }


#s-3bd99b66-5b25-4777-ba54-e6a9cd1bf7ba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3bd99b66-5b25-4777-ba54-e6a9cd1bf7ba-root {
    text-align: left;
  }


#s-3bd99b66-5b25-4777-ba54-e6a9cd1bf7ba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3bd99b66-5b25-4777-ba54-e6a9cd1bf7ba-root {
    text-align: left;
  }


#s-3bd99b66-5b25-4777-ba54-e6a9cd1bf7ba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3bd99b66-5b25-4777-ba54-e6a9cd1bf7ba-root {
    text-align: left;
  }


#s-3bd99b66-5b25-4777-ba54-e6a9cd1bf7ba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3bd99b66-5b25-4777-ba54-e6a9cd1bf7ba-root {
    text-align: left;
  }


#s-3bd99b66-5b25-4777-ba54-e6a9cd1bf7ba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-cd6035a8-42d9-440a-8372-d2232ee385e2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-cd6035a8-42d9-440a-8372-d2232ee385e2:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGQ1MGJkMWEtNzU0Yi00ZWU2LWEwMWUtYzg4YzIxZTRjNzk5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZDUwYmQxYS03NTRiLTRlZTYtYTAxZS1jODhjMjFlNGM3OTkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-cd6035a8-42d9-440a-8372-d2232ee385e2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cd6035a8-42d9-440a-8372-d2232ee385e2-root {
    text-align: left;
  }


#s-cd6035a8-42d9-440a-8372-d2232ee385e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cd6035a8-42d9-440a-8372-d2232ee385e2-root {
    text-align: left;
  }


#s-cd6035a8-42d9-440a-8372-d2232ee385e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cd6035a8-42d9-440a-8372-d2232ee385e2-root {
    text-align: left;
  }


#s-cd6035a8-42d9-440a-8372-d2232ee385e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cd6035a8-42d9-440a-8372-d2232ee385e2-root {
    text-align: left;
  }


#s-cd6035a8-42d9-440a-8372-d2232ee385e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cd6035a8-42d9-440a-8372-d2232ee385e2-root {
    text-align: left;
  }


#s-cd6035a8-42d9-440a-8372-d2232ee385e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-1a03e291-d9d5-4f66-a777-d8b96f923eef {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-1a03e291-d9d5-4f66-a777-d8b96f923eef:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWI1OTFiZmUtMTgyMC00YmEzLThlZDYtNjFmYjMwODdkYzM3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5YjU5MWJmZS0xODIwLTRiYTMtOGVkNi02MWZiMzA4N2RjMzcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-1a03e291-d9d5-4f66-a777-d8b96f923eef:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1a03e291-d9d5-4f66-a777-d8b96f923eef-root {
    text-align: left;
  }


#s-1a03e291-d9d5-4f66-a777-d8b96f923eef.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1a03e291-d9d5-4f66-a777-d8b96f923eef-root {
    text-align: left;
  }


#s-1a03e291-d9d5-4f66-a777-d8b96f923eef.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1a03e291-d9d5-4f66-a777-d8b96f923eef-root {
    text-align: left;
  }


#s-1a03e291-d9d5-4f66-a777-d8b96f923eef.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1a03e291-d9d5-4f66-a777-d8b96f923eef-root {
    text-align: left;
  }


#s-1a03e291-d9d5-4f66-a777-d8b96f923eef.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1a03e291-d9d5-4f66-a777-d8b96f923eef-root {
    text-align: left;
  }


#s-1a03e291-d9d5-4f66-a777-d8b96f923eef.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-547a0436-af74-4850-afb6-1e84553a6011 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-547a0436-af74-4850-afb6-1e84553a6011:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTY4ZDY1OWUtMWM2MS00ZmE4LTlhMzAtYjNlNWQxZmFiMWJhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NjhkNjU5ZS0xYzYxLTRmYTgtOWEzMC1iM2U1ZDFmYWIxYmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-547a0436-af74-4850-afb6-1e84553a6011:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-547a0436-af74-4850-afb6-1e84553a6011-root {
    text-align: left;
  }


#s-547a0436-af74-4850-afb6-1e84553a6011.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-547a0436-af74-4850-afb6-1e84553a6011-root {
    text-align: left;
  }


#s-547a0436-af74-4850-afb6-1e84553a6011.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-547a0436-af74-4850-afb6-1e84553a6011-root {
    text-align: left;
  }


#s-547a0436-af74-4850-afb6-1e84553a6011.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-547a0436-af74-4850-afb6-1e84553a6011-root {
    text-align: left;
  }


#s-547a0436-af74-4850-afb6-1e84553a6011.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-547a0436-af74-4850-afb6-1e84553a6011-root {
    text-align: left;
  }


#s-547a0436-af74-4850-afb6-1e84553a6011.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-f74de0a0-b6e0-4179-8cb6-870ef800e4fe {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-f74de0a0-b6e0-4179-8cb6-870ef800e4fe:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTY4ZDY1OWUtMWM2MS00ZmE4LTlhMzAtYjNlNWQxZmFiMWJhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NjhkNjU5ZS0xYzYxLTRmYTgtOWEzMC1iM2U1ZDFmYWIxYmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-f74de0a0-b6e0-4179-8cb6-870ef800e4fe:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f74de0a0-b6e0-4179-8cb6-870ef800e4fe-root {
    text-align: left;
  }


#s-f74de0a0-b6e0-4179-8cb6-870ef800e4fe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f74de0a0-b6e0-4179-8cb6-870ef800e4fe-root {
    text-align: left;
  }


#s-f74de0a0-b6e0-4179-8cb6-870ef800e4fe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f74de0a0-b6e0-4179-8cb6-870ef800e4fe-root {
    text-align: left;
  }


#s-f74de0a0-b6e0-4179-8cb6-870ef800e4fe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f74de0a0-b6e0-4179-8cb6-870ef800e4fe-root {
    text-align: left;
  }


#s-f74de0a0-b6e0-4179-8cb6-870ef800e4fe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f74de0a0-b6e0-4179-8cb6-870ef800e4fe-root {
    text-align: left;
  }


#s-f74de0a0-b6e0-4179-8cb6-870ef800e4fe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-79d8a33a-0192-4ece-80c2-ba565dae3a5b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(238, 25, 35, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-79d8a33a-0192-4ece-80c2-ba565dae3a5b:hover {background-color: rgba(204, 199, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-79d8a33a-0192-4ece-80c2-ba565dae3a5b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-79d8a33a-0192-4ece-80c2-ba565dae3a5b-root {
    text-align: center;
  }


#s-79d8a33a-0192-4ece-80c2-ba565dae3a5b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-79d8a33a-0192-4ece-80c2-ba565dae3a5b-root {
    text-align: center;
  }


#s-79d8a33a-0192-4ece-80c2-ba565dae3a5b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-79d8a33a-0192-4ece-80c2-ba565dae3a5b-root {
    text-align: center;
  }


#s-79d8a33a-0192-4ece-80c2-ba565dae3a5b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-79d8a33a-0192-4ece-80c2-ba565dae3a5b-root {
    text-align: center;
  }


#s-79d8a33a-0192-4ece-80c2-ba565dae3a5b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-79d8a33a-0192-4ece-80c2-ba565dae3a5b-root {
    text-align: center;
  }


#s-79d8a33a-0192-4ece-80c2-ba565dae3a5b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-4bf18e66-f35f-44e8-b5e6-5202289003c7 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
opacity: 1;
}
@media (min-width: 1200px){#s-4bf18e66-f35f-44e8-b5e6-5202289003c7 {
  display: none;
}
#s-4bf18e66-f35f-44e8-b5e6-5202289003c7, #wrap-s-4bf18e66-f35f-44e8-b5e6-5202289003c7, #wrap-content-s-4bf18e66-f35f-44e8-b5e6-5202289003c7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4bf18e66-f35f-44e8-b5e6-5202289003c7 {
  display: none;
}
#s-4bf18e66-f35f-44e8-b5e6-5202289003c7, #wrap-s-4bf18e66-f35f-44e8-b5e6-5202289003c7, #wrap-content-s-4bf18e66-f35f-44e8-b5e6-5202289003c7 { display: none !important; }}







#s-4bf18e66-f35f-44e8-b5e6-5202289003c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4bf18e66-f35f-44e8-b5e6-5202289003c7.shg-box.shg-c {
  justify-content: flex-end;
}

#s-ed34f3c0-7bcb-44f7-a53e-9071426e2902 {
  margin-top: 90px;
margin-bottom: 60px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-ed34f3c0-7bcb-44f7-a53e-9071426e2902 {
  overflow: hidden;
  
  
}







  #s-ed34f3c0-7bcb-44f7-a53e-9071426e2902 img.shogun-image {
    

    
    
    
  }


#s-ed34f3c0-7bcb-44f7-a53e-9071426e2902 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0339aec9-7a4c-4c2c-9ca5-e5e275b94c50 {
  padding-top: 10px;
padding-left: 23px;
padding-bottom: 10px;
padding-right: 23px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(238, 25, 35, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-0339aec9-7a4c-4c2c-9ca5-e5e275b94c50:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjQxYzFmZGQtNjlmNC00OGZmLWIzNDUtOWFhOGRlYzE3NDhlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNDFjMWZkZC02OWY0LTQ4ZmYtYjM0NS05YWE4ZGVjMTc0OGUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-0339aec9-7a4c-4c2c-9ca5-e5e275b94c50:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0339aec9-7a4c-4c2c-9ca5-e5e275b94c50-root {
    text-align: left;
  }


#s-0339aec9-7a4c-4c2c-9ca5-e5e275b94c50.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0339aec9-7a4c-4c2c-9ca5-e5e275b94c50-root {
    text-align: left;
  }


#s-0339aec9-7a4c-4c2c-9ca5-e5e275b94c50.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0339aec9-7a4c-4c2c-9ca5-e5e275b94c50-root {
    text-align: left;
  }


#s-0339aec9-7a4c-4c2c-9ca5-e5e275b94c50.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0339aec9-7a4c-4c2c-9ca5-e5e275b94c50-root {
    text-align: left;
  }


#s-0339aec9-7a4c-4c2c-9ca5-e5e275b94c50.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0339aec9-7a4c-4c2c-9ca5-e5e275b94c50-root {
    text-align: left;
  }


#s-0339aec9-7a4c-4c2c-9ca5-e5e275b94c50.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-d3054c5a-1e37-424c-a6cf-e83632fe251d {
  margin-left: 11px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d3054c5a-1e37-424c-a6cf-e83632fe251d {
  margin-right: 0px;
}
}@media (max-width: 767px){#s-d3054c5a-1e37-424c-a6cf-e83632fe251d {
  margin-right: 0px;
}
}
#s-d3054c5a-1e37-424c-a6cf-e83632fe251d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-d3054c5a-1e37-424c-a6cf-e83632fe251d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-d3054c5a-1e37-424c-a6cf-e83632fe251d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-d3054c5a-1e37-424c-a6cf-e83632fe251d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-d3054c5a-1e37-424c-a6cf-e83632fe251d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Archivo Black;
  
  
  font-size: 17px;
}

#s-d3054c5a-1e37-424c-a6cf-e83632fe251d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-0f4d2f07-d2b1-4d7a-bbbe-ec55119ee084 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-0f4d2f07-d2b1-4d7a-bbbe-ec55119ee084:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTNmNGY3NmMtZjc4Mi00MGZjLTliM2MtZDFhOWQzNmMzYWM2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5M2Y0Zjc2Yy1mNzgyLTQwZmMtOWIzYy1kMWE5ZDM2YzNhYzYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-0f4d2f07-d2b1-4d7a-bbbe-ec55119ee084:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0f4d2f07-d2b1-4d7a-bbbe-ec55119ee084-root {
    text-align: left;
  }


#s-0f4d2f07-d2b1-4d7a-bbbe-ec55119ee084.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0f4d2f07-d2b1-4d7a-bbbe-ec55119ee084-root {
    text-align: left;
  }


#s-0f4d2f07-d2b1-4d7a-bbbe-ec55119ee084.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f4d2f07-d2b1-4d7a-bbbe-ec55119ee084-root {
    text-align: left;
  }


#s-0f4d2f07-d2b1-4d7a-bbbe-ec55119ee084.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f4d2f07-d2b1-4d7a-bbbe-ec55119ee084-root {
    text-align: left;
  }


#s-0f4d2f07-d2b1-4d7a-bbbe-ec55119ee084.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0f4d2f07-d2b1-4d7a-bbbe-ec55119ee084-root {
    text-align: left;
  }


#s-0f4d2f07-d2b1-4d7a-bbbe-ec55119ee084.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-48249a4c-04df-4a1f-83cf-51a0369255c6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-48249a4c-04df-4a1f-83cf-51a0369255c6:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzg3NWJhYmYtNGI0Zi00Y2FhLThhN2MtZTY2MDlmMjViNDMyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzODc1YmFiZi00YjRmLTRjYWEtOGE3Yy1lNjYwOWYyNWI0MzIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-48249a4c-04df-4a1f-83cf-51a0369255c6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-48249a4c-04df-4a1f-83cf-51a0369255c6-root {
    text-align: left;
  }


#s-48249a4c-04df-4a1f-83cf-51a0369255c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-48249a4c-04df-4a1f-83cf-51a0369255c6-root {
    text-align: left;
  }


#s-48249a4c-04df-4a1f-83cf-51a0369255c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-48249a4c-04df-4a1f-83cf-51a0369255c6-root {
    text-align: left;
  }


#s-48249a4c-04df-4a1f-83cf-51a0369255c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-48249a4c-04df-4a1f-83cf-51a0369255c6-root {
    text-align: left;
  }


#s-48249a4c-04df-4a1f-83cf-51a0369255c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-48249a4c-04df-4a1f-83cf-51a0369255c6-root {
    text-align: left;
  }


#s-48249a4c-04df-4a1f-83cf-51a0369255c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-b3469c75-4089-46a7-b152-f42ccffd0b7e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-b3469c75-4089-46a7-b152-f42ccffd0b7e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDIzZjk3ZjQtYTM1My00MTcwLWEwNjUtOWNlNjkwNmM4MzdhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMjNmOTdmNC1hMzUzLTQxNzAtYTA2NS05Y2U2OTA2YzgzN2EpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-b3469c75-4089-46a7-b152-f42ccffd0b7e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b3469c75-4089-46a7-b152-f42ccffd0b7e-root {
    text-align: left;
  }


#s-b3469c75-4089-46a7-b152-f42ccffd0b7e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b3469c75-4089-46a7-b152-f42ccffd0b7e-root {
    text-align: left;
  }


#s-b3469c75-4089-46a7-b152-f42ccffd0b7e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b3469c75-4089-46a7-b152-f42ccffd0b7e-root {
    text-align: left;
  }


#s-b3469c75-4089-46a7-b152-f42ccffd0b7e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b3469c75-4089-46a7-b152-f42ccffd0b7e-root {
    text-align: left;
  }


#s-b3469c75-4089-46a7-b152-f42ccffd0b7e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b3469c75-4089-46a7-b152-f42ccffd0b7e-root {
    text-align: left;
  }


#s-b3469c75-4089-46a7-b152-f42ccffd0b7e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-a723c239-2798-42d5-9a5d-6bf49bb5acc9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-a723c239-2798-42d5-9a5d-6bf49bb5acc9:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGE1NDZlNTktZjgzMC00OTY1LThhMTktMGI2YWYwZDBlNjFlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkYTU0NmU1OS1mODMwLTQ5NjUtOGExOS0wYjZhZjBkMGU2MWUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-a723c239-2798-42d5-9a5d-6bf49bb5acc9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a723c239-2798-42d5-9a5d-6bf49bb5acc9-root {
    text-align: left;
  }


#s-a723c239-2798-42d5-9a5d-6bf49bb5acc9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a723c239-2798-42d5-9a5d-6bf49bb5acc9-root {
    text-align: left;
  }


#s-a723c239-2798-42d5-9a5d-6bf49bb5acc9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a723c239-2798-42d5-9a5d-6bf49bb5acc9-root {
    text-align: left;
  }


#s-a723c239-2798-42d5-9a5d-6bf49bb5acc9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a723c239-2798-42d5-9a5d-6bf49bb5acc9-root {
    text-align: left;
  }


#s-a723c239-2798-42d5-9a5d-6bf49bb5acc9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a723c239-2798-42d5-9a5d-6bf49bb5acc9-root {
    text-align: left;
  }


#s-a723c239-2798-42d5-9a5d-6bf49bb5acc9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-a9415ad7-a207-4cbb-bf47-1cba253ee42e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-a9415ad7-a207-4cbb-bf47-1cba253ee42e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDI4NjcwYmUtNzllNi00ZDQ3LWFhYWMtMTkwNzAzZWZlYmZhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0Mjg2NzBiZS03OWU2LTRkNDctYWFhYy0xOTA3MDNlZmViZmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-a9415ad7-a207-4cbb-bf47-1cba253ee42e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a9415ad7-a207-4cbb-bf47-1cba253ee42e-root {
    text-align: left;
  }


#s-a9415ad7-a207-4cbb-bf47-1cba253ee42e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a9415ad7-a207-4cbb-bf47-1cba253ee42e-root {
    text-align: left;
  }


#s-a9415ad7-a207-4cbb-bf47-1cba253ee42e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a9415ad7-a207-4cbb-bf47-1cba253ee42e-root {
    text-align: left;
  }


#s-a9415ad7-a207-4cbb-bf47-1cba253ee42e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a9415ad7-a207-4cbb-bf47-1cba253ee42e-root {
    text-align: left;
  }


#s-a9415ad7-a207-4cbb-bf47-1cba253ee42e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a9415ad7-a207-4cbb-bf47-1cba253ee42e-root {
    text-align: left;
  }


#s-a9415ad7-a207-4cbb-bf47-1cba253ee42e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-d2966b05-3a9b-4116-bc4d-1109789e056f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-d2966b05-3a9b-4116-bc4d-1109789e056f:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGQ1MGJkMWEtNzU0Yi00ZWU2LWEwMWUtYzg4YzIxZTRjNzk5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZDUwYmQxYS03NTRiLTRlZTYtYTAxZS1jODhjMjFlNGM3OTkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-d2966b05-3a9b-4116-bc4d-1109789e056f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d2966b05-3a9b-4116-bc4d-1109789e056f-root {
    text-align: left;
  }


#s-d2966b05-3a9b-4116-bc4d-1109789e056f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d2966b05-3a9b-4116-bc4d-1109789e056f-root {
    text-align: left;
  }


#s-d2966b05-3a9b-4116-bc4d-1109789e056f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d2966b05-3a9b-4116-bc4d-1109789e056f-root {
    text-align: left;
  }


#s-d2966b05-3a9b-4116-bc4d-1109789e056f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d2966b05-3a9b-4116-bc4d-1109789e056f-root {
    text-align: left;
  }


#s-d2966b05-3a9b-4116-bc4d-1109789e056f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d2966b05-3a9b-4116-bc4d-1109789e056f-root {
    text-align: left;
  }


#s-d2966b05-3a9b-4116-bc4d-1109789e056f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-41a2eea9-01d5-48f1-90bf-11ee132c32f5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-41a2eea9-01d5-48f1-90bf-11ee132c32f5:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWI1OTFiZmUtMTgyMC00YmEzLThlZDYtNjFmYjMwODdkYzM3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5YjU5MWJmZS0xODIwLTRiYTMtOGVkNi02MWZiMzA4N2RjMzcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-41a2eea9-01d5-48f1-90bf-11ee132c32f5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-41a2eea9-01d5-48f1-90bf-11ee132c32f5-root {
    text-align: left;
  }


#s-41a2eea9-01d5-48f1-90bf-11ee132c32f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-41a2eea9-01d5-48f1-90bf-11ee132c32f5-root {
    text-align: left;
  }


#s-41a2eea9-01d5-48f1-90bf-11ee132c32f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-41a2eea9-01d5-48f1-90bf-11ee132c32f5-root {
    text-align: left;
  }


#s-41a2eea9-01d5-48f1-90bf-11ee132c32f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-41a2eea9-01d5-48f1-90bf-11ee132c32f5-root {
    text-align: left;
  }


#s-41a2eea9-01d5-48f1-90bf-11ee132c32f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-41a2eea9-01d5-48f1-90bf-11ee132c32f5-root {
    text-align: left;
  }


#s-41a2eea9-01d5-48f1-90bf-11ee132c32f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-dc83d8fe-98fd-4106-83c1-1bddf249eec3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-dc83d8fe-98fd-4106-83c1-1bddf249eec3:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTY4ZDY1OWUtMWM2MS00ZmE4LTlhMzAtYjNlNWQxZmFiMWJhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NjhkNjU5ZS0xYzYxLTRmYTgtOWEzMC1iM2U1ZDFmYWIxYmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-dc83d8fe-98fd-4106-83c1-1bddf249eec3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dc83d8fe-98fd-4106-83c1-1bddf249eec3-root {
    text-align: left;
  }


#s-dc83d8fe-98fd-4106-83c1-1bddf249eec3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-dc83d8fe-98fd-4106-83c1-1bddf249eec3-root {
    text-align: left;
  }


#s-dc83d8fe-98fd-4106-83c1-1bddf249eec3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dc83d8fe-98fd-4106-83c1-1bddf249eec3-root {
    text-align: left;
  }


#s-dc83d8fe-98fd-4106-83c1-1bddf249eec3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dc83d8fe-98fd-4106-83c1-1bddf249eec3-root {
    text-align: left;
  }


#s-dc83d8fe-98fd-4106-83c1-1bddf249eec3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-dc83d8fe-98fd-4106-83c1-1bddf249eec3-root {
    text-align: left;
  }


#s-dc83d8fe-98fd-4106-83c1-1bddf249eec3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-d9a1f956-f90f-4f04-add3-f2cd248b2bbe {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-d9a1f956-f90f-4f04-add3-f2cd248b2bbe:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTY4ZDY1OWUtMWM2MS00ZmE4LTlhMzAtYjNlNWQxZmFiMWJhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NjhkNjU5ZS0xYzYxLTRmYTgtOWEzMC1iM2U1ZDFmYWIxYmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-d9a1f956-f90f-4f04-add3-f2cd248b2bbe:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d9a1f956-f90f-4f04-add3-f2cd248b2bbe-root {
    text-align: left;
  }


#s-d9a1f956-f90f-4f04-add3-f2cd248b2bbe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d9a1f956-f90f-4f04-add3-f2cd248b2bbe-root {
    text-align: left;
  }


#s-d9a1f956-f90f-4f04-add3-f2cd248b2bbe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d9a1f956-f90f-4f04-add3-f2cd248b2bbe-root {
    text-align: left;
  }


#s-d9a1f956-f90f-4f04-add3-f2cd248b2bbe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d9a1f956-f90f-4f04-add3-f2cd248b2bbe-root {
    text-align: left;
  }


#s-d9a1f956-f90f-4f04-add3-f2cd248b2bbe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d9a1f956-f90f-4f04-add3-f2cd248b2bbe-root {
    text-align: left;
  }


#s-d9a1f956-f90f-4f04-add3-f2cd248b2bbe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-7912085b-746c-48a2-b9c6-307d016b810e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(238, 25, 35, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-7912085b-746c-48a2-b9c6-307d016b810e:hover {background-color: rgba(204, 199, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7912085b-746c-48a2-b9c6-307d016b810e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7912085b-746c-48a2-b9c6-307d016b810e-root {
    text-align: center;
  }


#s-7912085b-746c-48a2-b9c6-307d016b810e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7912085b-746c-48a2-b9c6-307d016b810e-root {
    text-align: center;
  }


#s-7912085b-746c-48a2-b9c6-307d016b810e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7912085b-746c-48a2-b9c6-307d016b810e-root {
    text-align: center;
  }


#s-7912085b-746c-48a2-b9c6-307d016b810e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7912085b-746c-48a2-b9c6-307d016b810e-root {
    text-align: center;
  }


#s-7912085b-746c-48a2-b9c6-307d016b810e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7912085b-746c-48a2-b9c6-307d016b810e-root {
    text-align: center;
  }


#s-7912085b-746c-48a2-b9c6-307d016b810e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-c84c04ad-bf29-42f6-abcc-13b4a3633341 {
  margin-left: auto;
margin-right: auto;
max-width: 6268px;
aspect-ratio: 6650/4433;
text-align: center;
}
@media (min-width: 1200px){#s-c84c04ad-bf29-42f6-abcc-13b4a3633341 {
  display: none;
}
#s-c84c04ad-bf29-42f6-abcc-13b4a3633341, #wrap-s-c84c04ad-bf29-42f6-abcc-13b4a3633341, #wrap-content-s-c84c04ad-bf29-42f6-abcc-13b4a3633341 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c84c04ad-bf29-42f6-abcc-13b4a3633341 {
  display: none;
}
#s-c84c04ad-bf29-42f6-abcc-13b4a3633341, #wrap-s-c84c04ad-bf29-42f6-abcc-13b4a3633341, #wrap-content-s-c84c04ad-bf29-42f6-abcc-13b4a3633341 { display: none !important; }}
#s-c84c04ad-bf29-42f6-abcc-13b4a3633341 {
  margin: 0 !important;
  overflow: visible;
}

#s-c84c04ad-bf29-42f6-abcc-13b4a3633341-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c84c04ad-bf29-42f6-abcc-13b4a3633341 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c84c04ad-bf29-42f6-abcc-13b4a3633341 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c84c04ad-bf29-42f6-abcc-13b4a3633341 img.shogun-image {
  /* Add background color handling */
  
}

#s-c84c04ad-bf29-42f6-abcc-13b4a3633341 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c84c04ad-bf29-42f6-abcc-13b4a3633341 .shg-image-content-wrapper {
      aspect-ratio: 6650/4433;
      min-width: 100%;
      height: auto;
    }

    #s-c84c04ad-bf29-42f6-abcc-13b4a3633341 .shogun-image-link {
      aspect-ratio: 6650/4433;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c84c04ad-bf29-42f6-abcc-13b4a3633341 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c84c04ad-bf29-42f6-abcc-13b4a3633341 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 6268px;
  }



  img.s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shogun-image {
    
    
    
    max-height: 6268px;
  }


.s-c84c04ad-bf29-42f6-abcc-13b4a3633341 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shogun-image {
  box-sizing: border-box;
}



.s-c84c04ad-bf29-42f6-abcc-13b4a3633341 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c84c04ad-bf29-42f6-abcc-13b4a3633341 {
      --shg-aspect-ratio: calc(6650/4433); 
    }

    .s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shogun-image-container {
      position: relative;
    }

    .s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c84c04ad-bf29-42f6-abcc-13b4a3633341 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 6268px;
    }
  }

@media (min-width: 1200px){#s-c84c04ad-bf29-42f6-abcc-13b4a3633341 {
  margin: 0 !important;
  overflow: visible;
}

#s-c84c04ad-bf29-42f6-abcc-13b4a3633341-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c84c04ad-bf29-42f6-abcc-13b4a3633341 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c84c04ad-bf29-42f6-abcc-13b4a3633341 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c84c04ad-bf29-42f6-abcc-13b4a3633341 img.shogun-image {
  /* Add background color handling */
  
}

#s-c84c04ad-bf29-42f6-abcc-13b4a3633341 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c84c04ad-bf29-42f6-abcc-13b4a3633341 .shg-image-content-wrapper {
      aspect-ratio: 6650/4433;
      min-width: 100%;
      height: auto;
    }

    #s-c84c04ad-bf29-42f6-abcc-13b4a3633341 .shogun-image-link {
      aspect-ratio: 6650/4433;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c84c04ad-bf29-42f6-abcc-13b4a3633341 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c84c04ad-bf29-42f6-abcc-13b4a3633341 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 6268px;
  }



  img.s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shogun-image {
    
    
    
    max-height: 6268px;
  }


.s-c84c04ad-bf29-42f6-abcc-13b4a3633341 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shogun-image {
  box-sizing: border-box;
}



.s-c84c04ad-bf29-42f6-abcc-13b4a3633341 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c84c04ad-bf29-42f6-abcc-13b4a3633341 {
      --shg-aspect-ratio: calc(6650/4433); 
    }

    .s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shogun-image-container {
      position: relative;
    }

    .s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c84c04ad-bf29-42f6-abcc-13b4a3633341 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 6268px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c84c04ad-bf29-42f6-abcc-13b4a3633341 {
  margin: 0 !important;
  overflow: visible;
}

#s-c84c04ad-bf29-42f6-abcc-13b4a3633341-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c84c04ad-bf29-42f6-abcc-13b4a3633341 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c84c04ad-bf29-42f6-abcc-13b4a3633341 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c84c04ad-bf29-42f6-abcc-13b4a3633341 img.shogun-image {
  /* Add background color handling */
  
}

#s-c84c04ad-bf29-42f6-abcc-13b4a3633341 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c84c04ad-bf29-42f6-abcc-13b4a3633341 .shg-image-content-wrapper {
      aspect-ratio: 6650/4433;
      min-width: 100%;
      height: auto;
    }

    #s-c84c04ad-bf29-42f6-abcc-13b4a3633341 .shogun-image-link {
      aspect-ratio: 6650/4433;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c84c04ad-bf29-42f6-abcc-13b4a3633341 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c84c04ad-bf29-42f6-abcc-13b4a3633341 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 6268px;
  }



  img.s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shogun-image {
    
    
    
    max-height: 6268px;
  }


.s-c84c04ad-bf29-42f6-abcc-13b4a3633341 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shogun-image {
  box-sizing: border-box;
}



.s-c84c04ad-bf29-42f6-abcc-13b4a3633341 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c84c04ad-bf29-42f6-abcc-13b4a3633341 {
      --shg-aspect-ratio: calc(6650/4433); 
    }

    .s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shogun-image-container {
      position: relative;
    }

    .s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c84c04ad-bf29-42f6-abcc-13b4a3633341 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 6268px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c84c04ad-bf29-42f6-abcc-13b4a3633341 {
  margin: 0 !important;
  overflow: visible;
}

#s-c84c04ad-bf29-42f6-abcc-13b4a3633341-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c84c04ad-bf29-42f6-abcc-13b4a3633341 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c84c04ad-bf29-42f6-abcc-13b4a3633341 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c84c04ad-bf29-42f6-abcc-13b4a3633341 img.shogun-image {
  /* Add background color handling */
  
}

#s-c84c04ad-bf29-42f6-abcc-13b4a3633341 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c84c04ad-bf29-42f6-abcc-13b4a3633341 .shg-image-content-wrapper {
      aspect-ratio: 6650/4433;
      min-width: 100%;
      height: auto;
    }

    #s-c84c04ad-bf29-42f6-abcc-13b4a3633341 .shogun-image-link {
      aspect-ratio: 6650/4433;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c84c04ad-bf29-42f6-abcc-13b4a3633341 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c84c04ad-bf29-42f6-abcc-13b4a3633341 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 6268px;
  }



  img.s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shogun-image {
    
    
    
    max-height: 6268px;
  }


.s-c84c04ad-bf29-42f6-abcc-13b4a3633341 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shogun-image {
  box-sizing: border-box;
}



.s-c84c04ad-bf29-42f6-abcc-13b4a3633341 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c84c04ad-bf29-42f6-abcc-13b4a3633341 {
      --shg-aspect-ratio: calc(6650/4433); 
    }

    .s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shogun-image-container {
      position: relative;
    }

    .s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c84c04ad-bf29-42f6-abcc-13b4a3633341 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 6268px;
    }
  }

}@media (max-width: 767px){#s-c84c04ad-bf29-42f6-abcc-13b4a3633341 {
  margin: 0 !important;
  overflow: visible;
}

#s-c84c04ad-bf29-42f6-abcc-13b4a3633341-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c84c04ad-bf29-42f6-abcc-13b4a3633341 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c84c04ad-bf29-42f6-abcc-13b4a3633341 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c84c04ad-bf29-42f6-abcc-13b4a3633341 img.shogun-image {
  /* Add background color handling */
  
}

#s-c84c04ad-bf29-42f6-abcc-13b4a3633341 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c84c04ad-bf29-42f6-abcc-13b4a3633341 .shg-image-content-wrapper {
      aspect-ratio: 6650/4433;
      min-width: 100%;
      height: auto;
    }

    #s-c84c04ad-bf29-42f6-abcc-13b4a3633341 .shogun-image-link {
      aspect-ratio: 6650/4433;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c84c04ad-bf29-42f6-abcc-13b4a3633341 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c84c04ad-bf29-42f6-abcc-13b4a3633341 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 6268px;
  }



  img.s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shogun-image {
    
    
    
    max-height: 6268px;
  }


.s-c84c04ad-bf29-42f6-abcc-13b4a3633341 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shogun-image {
  box-sizing: border-box;
}



.s-c84c04ad-bf29-42f6-abcc-13b4a3633341 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c84c04ad-bf29-42f6-abcc-13b4a3633341 {
      --shg-aspect-ratio: calc(6650/4433); 
    }

    .s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shogun-image-container {
      position: relative;
    }

    .s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c84c04ad-bf29-42f6-abcc-13b4a3633341.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c84c04ad-bf29-42f6-abcc-13b4a3633341 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 6268px;
    }
  }

}
#s-1514c445-11ba-4751-bfd9-071e23b5bb34 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-1514c445-11ba-4751-bfd9-071e23b5bb34 {
  display: none;
}
#s-1514c445-11ba-4751-bfd9-071e23b5bb34, #wrap-s-1514c445-11ba-4751-bfd9-071e23b5bb34, #wrap-content-s-1514c445-11ba-4751-bfd9-071e23b5bb34 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1514c445-11ba-4751-bfd9-071e23b5bb34 {
  display: none;
}
#s-1514c445-11ba-4751-bfd9-071e23b5bb34, #wrap-s-1514c445-11ba-4751-bfd9-071e23b5bb34, #wrap-content-s-1514c445-11ba-4751-bfd9-071e23b5bb34 { display: none !important; }}
#s-1514c445-11ba-4751-bfd9-071e23b5bb34 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-1514c445-11ba-4751-bfd9-071e23b5bb34 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-1514c445-11ba-4751-bfd9-071e23b5bb34 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1514c445-11ba-4751-bfd9-071e23b5bb34 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-1514c445-11ba-4751-bfd9-071e23b5bb34 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Archivo Black;
  
  
  font-size: 17px;
}

#s-1514c445-11ba-4751-bfd9-071e23b5bb34 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-c83484ce-cd7e-4bbc-a923-2e8ad2bca77a {
  padding-top: 10px;
padding-left: 19px;
padding-bottom: 10px;
padding-right: 19px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-c83484ce-cd7e-4bbc-a923-2e8ad2bca77a:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c83484ce-cd7e-4bbc-a923-2e8ad2bca77a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c83484ce-cd7e-4bbc-a923-2e8ad2bca77a-root {
    text-align: center;
  }


#s-c83484ce-cd7e-4bbc-a923-2e8ad2bca77a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c83484ce-cd7e-4bbc-a923-2e8ad2bca77a-root {
    text-align: center;
  }


#s-c83484ce-cd7e-4bbc-a923-2e8ad2bca77a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c83484ce-cd7e-4bbc-a923-2e8ad2bca77a-root {
    text-align: center;
  }


#s-c83484ce-cd7e-4bbc-a923-2e8ad2bca77a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c83484ce-cd7e-4bbc-a923-2e8ad2bca77a-root {
    text-align: center;
  }


#s-c83484ce-cd7e-4bbc-a923-2e8ad2bca77a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c83484ce-cd7e-4bbc-a923-2e8ad2bca77a-root {
    text-align: center;
  }


#s-c83484ce-cd7e-4bbc-a923-2e8ad2bca77a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-9a04c002-d74a-4543-b144-7f94dac177bc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-9a04c002-d74a-4543-b144-7f94dac177bc:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9a04c002-d74a-4543-b144-7f94dac177bc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9a04c002-d74a-4543-b144-7f94dac177bc-root {
    text-align: center;
  }


#s-9a04c002-d74a-4543-b144-7f94dac177bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9a04c002-d74a-4543-b144-7f94dac177bc-root {
    text-align: center;
  }


#s-9a04c002-d74a-4543-b144-7f94dac177bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9a04c002-d74a-4543-b144-7f94dac177bc-root {
    text-align: center;
  }


#s-9a04c002-d74a-4543-b144-7f94dac177bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9a04c002-d74a-4543-b144-7f94dac177bc-root {
    text-align: center;
  }


#s-9a04c002-d74a-4543-b144-7f94dac177bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9a04c002-d74a-4543-b144-7f94dac177bc-root {
    text-align: center;
  }


#s-9a04c002-d74a-4543-b144-7f94dac177bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-d9e67e0f-8d29-4b63-a357-0982f97be72d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-d9e67e0f-8d29-4b63-a357-0982f97be72d:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d9e67e0f-8d29-4b63-a357-0982f97be72d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d9e67e0f-8d29-4b63-a357-0982f97be72d-root {
    text-align: center;
  }


#s-d9e67e0f-8d29-4b63-a357-0982f97be72d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d9e67e0f-8d29-4b63-a357-0982f97be72d-root {
    text-align: center;
  }


#s-d9e67e0f-8d29-4b63-a357-0982f97be72d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d9e67e0f-8d29-4b63-a357-0982f97be72d-root {
    text-align: center;
  }


#s-d9e67e0f-8d29-4b63-a357-0982f97be72d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d9e67e0f-8d29-4b63-a357-0982f97be72d-root {
    text-align: center;
  }


#s-d9e67e0f-8d29-4b63-a357-0982f97be72d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d9e67e0f-8d29-4b63-a357-0982f97be72d-root {
    text-align: center;
  }


#s-d9e67e0f-8d29-4b63-a357-0982f97be72d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-907f7cce-833c-41a3-ad4e-48a628c9c8d7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-907f7cce-833c-41a3-ad4e-48a628c9c8d7:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-907f7cce-833c-41a3-ad4e-48a628c9c8d7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-907f7cce-833c-41a3-ad4e-48a628c9c8d7-root {
    text-align: center;
  }


#s-907f7cce-833c-41a3-ad4e-48a628c9c8d7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-907f7cce-833c-41a3-ad4e-48a628c9c8d7-root {
    text-align: center;
  }


#s-907f7cce-833c-41a3-ad4e-48a628c9c8d7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-907f7cce-833c-41a3-ad4e-48a628c9c8d7-root {
    text-align: center;
  }


#s-907f7cce-833c-41a3-ad4e-48a628c9c8d7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-907f7cce-833c-41a3-ad4e-48a628c9c8d7-root {
    text-align: center;
  }


#s-907f7cce-833c-41a3-ad4e-48a628c9c8d7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-907f7cce-833c-41a3-ad4e-48a628c9c8d7-root {
    text-align: center;
  }


#s-907f7cce-833c-41a3-ad4e-48a628c9c8d7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-029a5977-8351-4111-aaee-11153b18d762 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-029a5977-8351-4111-aaee-11153b18d762:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-029a5977-8351-4111-aaee-11153b18d762:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-029a5977-8351-4111-aaee-11153b18d762-root {
    text-align: center;
  }


#s-029a5977-8351-4111-aaee-11153b18d762.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-029a5977-8351-4111-aaee-11153b18d762-root {
    text-align: center;
  }


#s-029a5977-8351-4111-aaee-11153b18d762.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-029a5977-8351-4111-aaee-11153b18d762-root {
    text-align: center;
  }


#s-029a5977-8351-4111-aaee-11153b18d762.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-029a5977-8351-4111-aaee-11153b18d762-root {
    text-align: center;
  }


#s-029a5977-8351-4111-aaee-11153b18d762.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-029a5977-8351-4111-aaee-11153b18d762-root {
    text-align: center;
  }


#s-029a5977-8351-4111-aaee-11153b18d762.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-e3cb7ad8-e0bf-4491-b887-e86dc3a6f8a7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-e3cb7ad8-e0bf-4491-b887-e86dc3a6f8a7:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e3cb7ad8-e0bf-4491-b887-e86dc3a6f8a7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e3cb7ad8-e0bf-4491-b887-e86dc3a6f8a7-root {
    text-align: center;
  }


#s-e3cb7ad8-e0bf-4491-b887-e86dc3a6f8a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e3cb7ad8-e0bf-4491-b887-e86dc3a6f8a7-root {
    text-align: center;
  }


#s-e3cb7ad8-e0bf-4491-b887-e86dc3a6f8a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e3cb7ad8-e0bf-4491-b887-e86dc3a6f8a7-root {
    text-align: center;
  }


#s-e3cb7ad8-e0bf-4491-b887-e86dc3a6f8a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e3cb7ad8-e0bf-4491-b887-e86dc3a6f8a7-root {
    text-align: center;
  }


#s-e3cb7ad8-e0bf-4491-b887-e86dc3a6f8a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e3cb7ad8-e0bf-4491-b887-e86dc3a6f8a7-root {
    text-align: center;
  }


#s-e3cb7ad8-e0bf-4491-b887-e86dc3a6f8a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-207814f7-cc14-42a9-9cd1-80ec49d57bd5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-207814f7-cc14-42a9-9cd1-80ec49d57bd5:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-207814f7-cc14-42a9-9cd1-80ec49d57bd5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-207814f7-cc14-42a9-9cd1-80ec49d57bd5-root {
    text-align: center;
  }


#s-207814f7-cc14-42a9-9cd1-80ec49d57bd5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-207814f7-cc14-42a9-9cd1-80ec49d57bd5-root {
    text-align: center;
  }


#s-207814f7-cc14-42a9-9cd1-80ec49d57bd5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-207814f7-cc14-42a9-9cd1-80ec49d57bd5-root {
    text-align: center;
  }


#s-207814f7-cc14-42a9-9cd1-80ec49d57bd5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-207814f7-cc14-42a9-9cd1-80ec49d57bd5-root {
    text-align: center;
  }


#s-207814f7-cc14-42a9-9cd1-80ec49d57bd5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-207814f7-cc14-42a9-9cd1-80ec49d57bd5-root {
    text-align: center;
  }


#s-207814f7-cc14-42a9-9cd1-80ec49d57bd5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-d74d4023-3516-4bca-a0a7-d273d0679641 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-d74d4023-3516-4bca-a0a7-d273d0679641:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d74d4023-3516-4bca-a0a7-d273d0679641:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d74d4023-3516-4bca-a0a7-d273d0679641-root {
    text-align: center;
  }


#s-d74d4023-3516-4bca-a0a7-d273d0679641.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d74d4023-3516-4bca-a0a7-d273d0679641-root {
    text-align: center;
  }


#s-d74d4023-3516-4bca-a0a7-d273d0679641.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d74d4023-3516-4bca-a0a7-d273d0679641-root {
    text-align: center;
  }


#s-d74d4023-3516-4bca-a0a7-d273d0679641.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d74d4023-3516-4bca-a0a7-d273d0679641-root {
    text-align: center;
  }


#s-d74d4023-3516-4bca-a0a7-d273d0679641.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d74d4023-3516-4bca-a0a7-d273d0679641-root {
    text-align: center;
  }


#s-d74d4023-3516-4bca-a0a7-d273d0679641.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-ef2feb2d-a24d-44e5-aa01-bc84ea38e7fb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-ef2feb2d-a24d-44e5-aa01-bc84ea38e7fb:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ef2feb2d-a24d-44e5-aa01-bc84ea38e7fb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ef2feb2d-a24d-44e5-aa01-bc84ea38e7fb-root {
    text-align: center;
  }


#s-ef2feb2d-a24d-44e5-aa01-bc84ea38e7fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ef2feb2d-a24d-44e5-aa01-bc84ea38e7fb-root {
    text-align: center;
  }


#s-ef2feb2d-a24d-44e5-aa01-bc84ea38e7fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ef2feb2d-a24d-44e5-aa01-bc84ea38e7fb-root {
    text-align: center;
  }


#s-ef2feb2d-a24d-44e5-aa01-bc84ea38e7fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ef2feb2d-a24d-44e5-aa01-bc84ea38e7fb-root {
    text-align: center;
  }


#s-ef2feb2d-a24d-44e5-aa01-bc84ea38e7fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ef2feb2d-a24d-44e5-aa01-bc84ea38e7fb-root {
    text-align: center;
  }


#s-ef2feb2d-a24d-44e5-aa01-bc84ea38e7fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-715331da-55b4-4e9e-9f03-82718910b70e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-715331da-55b4-4e9e-9f03-82718910b70e:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-715331da-55b4-4e9e-9f03-82718910b70e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-715331da-55b4-4e9e-9f03-82718910b70e-root {
    text-align: center;
  }


#s-715331da-55b4-4e9e-9f03-82718910b70e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-715331da-55b4-4e9e-9f03-82718910b70e-root {
    text-align: center;
  }


#s-715331da-55b4-4e9e-9f03-82718910b70e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-715331da-55b4-4e9e-9f03-82718910b70e-root {
    text-align: center;
  }


#s-715331da-55b4-4e9e-9f03-82718910b70e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-715331da-55b4-4e9e-9f03-82718910b70e-root {
    text-align: center;
  }


#s-715331da-55b4-4e9e-9f03-82718910b70e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-715331da-55b4-4e9e-9f03-82718910b70e-root {
    text-align: center;
  }


#s-715331da-55b4-4e9e-9f03-82718910b70e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-b10125d7-8a1b-48cf-9cb0-26199c8ca165 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-b10125d7-8a1b-48cf-9cb0-26199c8ca165:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b10125d7-8a1b-48cf-9cb0-26199c8ca165:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b10125d7-8a1b-48cf-9cb0-26199c8ca165-root {
    text-align: center;
  }


#s-b10125d7-8a1b-48cf-9cb0-26199c8ca165.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b10125d7-8a1b-48cf-9cb0-26199c8ca165-root {
    text-align: center;
  }


#s-b10125d7-8a1b-48cf-9cb0-26199c8ca165.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b10125d7-8a1b-48cf-9cb0-26199c8ca165-root {
    text-align: center;
  }


#s-b10125d7-8a1b-48cf-9cb0-26199c8ca165.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b10125d7-8a1b-48cf-9cb0-26199c8ca165-root {
    text-align: center;
  }


#s-b10125d7-8a1b-48cf-9cb0-26199c8ca165.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b10125d7-8a1b-48cf-9cb0-26199c8ca165-root {
    text-align: center;
  }


#s-b10125d7-8a1b-48cf-9cb0-26199c8ca165.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-0ddae95b-f827-4c30-b944-ff71323d42ca {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-0ddae95b-f827-4c30-b944-ff71323d42ca:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0ddae95b-f827-4c30-b944-ff71323d42ca:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0ddae95b-f827-4c30-b944-ff71323d42ca-root {
    text-align: center;
  }


#s-0ddae95b-f827-4c30-b944-ff71323d42ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0ddae95b-f827-4c30-b944-ff71323d42ca-root {
    text-align: center;
  }


#s-0ddae95b-f827-4c30-b944-ff71323d42ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0ddae95b-f827-4c30-b944-ff71323d42ca-root {
    text-align: center;
  }


#s-0ddae95b-f827-4c30-b944-ff71323d42ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0ddae95b-f827-4c30-b944-ff71323d42ca-root {
    text-align: center;
  }


#s-0ddae95b-f827-4c30-b944-ff71323d42ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0ddae95b-f827-4c30-b944-ff71323d42ca-root {
    text-align: center;
  }


#s-0ddae95b-f827-4c30-b944-ff71323d42ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-2b1e678f-93e9-4338-9408-65e53b632181 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-2b1e678f-93e9-4338-9408-65e53b632181:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2b1e678f-93e9-4338-9408-65e53b632181:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2b1e678f-93e9-4338-9408-65e53b632181-root {
    text-align: center;
  }


#s-2b1e678f-93e9-4338-9408-65e53b632181.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2b1e678f-93e9-4338-9408-65e53b632181-root {
    text-align: center;
  }


#s-2b1e678f-93e9-4338-9408-65e53b632181.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2b1e678f-93e9-4338-9408-65e53b632181-root {
    text-align: center;
  }


#s-2b1e678f-93e9-4338-9408-65e53b632181.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2b1e678f-93e9-4338-9408-65e53b632181-root {
    text-align: center;
  }


#s-2b1e678f-93e9-4338-9408-65e53b632181.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2b1e678f-93e9-4338-9408-65e53b632181-root {
    text-align: center;
  }


#s-2b1e678f-93e9-4338-9408-65e53b632181.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-7d582baf-eaf4-4abe-b189-b779ce03a420 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-7d582baf-eaf4-4abe-b189-b779ce03a420:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7d582baf-eaf4-4abe-b189-b779ce03a420:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7d582baf-eaf4-4abe-b189-b779ce03a420-root {
    text-align: center;
  }


#s-7d582baf-eaf4-4abe-b189-b779ce03a420.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7d582baf-eaf4-4abe-b189-b779ce03a420-root {
    text-align: center;
  }


#s-7d582baf-eaf4-4abe-b189-b779ce03a420.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d582baf-eaf4-4abe-b189-b779ce03a420-root {
    text-align: center;
  }


#s-7d582baf-eaf4-4abe-b189-b779ce03a420.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7d582baf-eaf4-4abe-b189-b779ce03a420-root {
    text-align: center;
  }


#s-7d582baf-eaf4-4abe-b189-b779ce03a420.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7d582baf-eaf4-4abe-b189-b779ce03a420-root {
    text-align: center;
  }


#s-7d582baf-eaf4-4abe-b189-b779ce03a420.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  
  
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-8b6cb776-52e2-475e-b9c9-ee24ac1c1e99 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-8c42e622-b87d-4ff5-89a9-78047ad45a54 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-2e0c317c-3f0b-48fb-bf3d-62ac06439cfe {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 14px;
padding-left: 5%;
padding-bottom: 14px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
background-color: rgba(243, 146, 192, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-2e0c317c-3f0b-48fb-bf3d-62ac06439cfe:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2e0c317c-3f0b-48fb-bf3d-62ac06439cfe:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2e0c317c-3f0b-48fb-bf3d-62ac06439cfe-root {
    text-align: center;
  }


#s-2e0c317c-3f0b-48fb-bf3d-62ac06439cfe.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2e0c317c-3f0b-48fb-bf3d-62ac06439cfe-root {
    text-align: center;
  }


#s-2e0c317c-3f0b-48fb-bf3d-62ac06439cfe.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2e0c317c-3f0b-48fb-bf3d-62ac06439cfe-root {
    text-align: center;
  }


#s-2e0c317c-3f0b-48fb-bf3d-62ac06439cfe.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2e0c317c-3f0b-48fb-bf3d-62ac06439cfe-root {
    text-align: center;
  }


#s-2e0c317c-3f0b-48fb-bf3d-62ac06439cfe.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2e0c317c-3f0b-48fb-bf3d-62ac06439cfe-root {
    text-align: center;
  }


#s-2e0c317c-3f0b-48fb-bf3d-62ac06439cfe.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-6ba62864-fc5b-4042-8509-da534c0d4255 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-2e07eaf8-066c-4af1-8758-f7d31b4d229f {
  margin-left: auto;
margin-right: auto;
max-width: 1182px;
text-align: center;
}

#s-2e07eaf8-066c-4af1-8758-f7d31b4d229f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2e07eaf8-066c-4af1-8758-f7d31b4d229f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2e07eaf8-066c-4af1-8758-f7d31b4d229f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2e07eaf8-066c-4af1-8758-f7d31b4d229f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 30%;
  padding-right: 30%;
  
  
}


.shg-image-content-margin-container-s-2e07eaf8-066c-4af1-8758-f7d31b4d229f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2e07eaf8-066c-4af1-8758-f7d31b4d229f img.shogun-image {
  width: 100%;
  
  
  max-width: 1182px;

      
    max-width: 1182px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2e07eaf8-066c-4af1-8758-f7d31b4d229f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2e07eaf8-066c-4af1-8758-f7d31b4d229f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e07eaf8-066c-4af1-8758-f7d31b4d229f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e07eaf8-066c-4af1-8758-f7d31b4d229f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2e07eaf8-066c-4af1-8758-f7d31b4d229f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2e07eaf8-066c-4af1-8758-f7d31b4d229f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2e07eaf8-066c-4af1-8758-f7d31b4d229f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2e07eaf8-066c-4af1-8758-f7d31b4d229f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2e07eaf8-066c-4af1-8758-f7d31b4d229f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2e07eaf8-066c-4af1-8758-f7d31b4d229f img.shogun-image {
  width: 100%;
  
  
  max-width: 1182px;

      
    max-width: 1182px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2e07eaf8-066c-4af1-8758-f7d31b4d229f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2e07eaf8-066c-4af1-8758-f7d31b4d229f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e07eaf8-066c-4af1-8758-f7d31b4d229f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e07eaf8-066c-4af1-8758-f7d31b4d229f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2e07eaf8-066c-4af1-8758-f7d31b4d229f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2e07eaf8-066c-4af1-8758-f7d31b4d229f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2e07eaf8-066c-4af1-8758-f7d31b4d229f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2e07eaf8-066c-4af1-8758-f7d31b4d229f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2e07eaf8-066c-4af1-8758-f7d31b4d229f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2e07eaf8-066c-4af1-8758-f7d31b4d229f img.shogun-image {
  width: 100%;
  
  
  max-width: 1182px;

      
    max-width: 1182px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2e07eaf8-066c-4af1-8758-f7d31b4d229f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2e07eaf8-066c-4af1-8758-f7d31b4d229f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e07eaf8-066c-4af1-8758-f7d31b4d229f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e07eaf8-066c-4af1-8758-f7d31b4d229f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2e07eaf8-066c-4af1-8758-f7d31b4d229f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2e07eaf8-066c-4af1-8758-f7d31b4d229f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2e07eaf8-066c-4af1-8758-f7d31b4d229f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2e07eaf8-066c-4af1-8758-f7d31b4d229f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2e07eaf8-066c-4af1-8758-f7d31b4d229f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2e07eaf8-066c-4af1-8758-f7d31b4d229f img.shogun-image {
  width: 100%;
  
  
  max-width: 1182px;

      
    max-width: 1182px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2e07eaf8-066c-4af1-8758-f7d31b4d229f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2e07eaf8-066c-4af1-8758-f7d31b4d229f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e07eaf8-066c-4af1-8758-f7d31b4d229f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e07eaf8-066c-4af1-8758-f7d31b4d229f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2e07eaf8-066c-4af1-8758-f7d31b4d229f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2e07eaf8-066c-4af1-8758-f7d31b4d229f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2e07eaf8-066c-4af1-8758-f7d31b4d229f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2e07eaf8-066c-4af1-8758-f7d31b4d229f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2e07eaf8-066c-4af1-8758-f7d31b4d229f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2e07eaf8-066c-4af1-8758-f7d31b4d229f img.shogun-image {
  width: 100%;
  
  
  max-width: 1182px;

      
    max-width: 1182px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2e07eaf8-066c-4af1-8758-f7d31b4d229f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2e07eaf8-066c-4af1-8758-f7d31b4d229f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e07eaf8-066c-4af1-8758-f7d31b4d229f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e07eaf8-066c-4af1-8758-f7d31b4d229f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-cf2553d9-5eaf-4884-97c6-ef0b9b21a041 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-cf2553d9-5eaf-4884-97c6-ef0b9b21a041 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cf2553d9-5eaf-4884-97c6-ef0b9b21a041.shg-box.shg-c {
  justify-content: center;
}

#s-90c2f133-1d6d-48e1-9ef4-8f3ab89dcaef {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

#s-125e8d92-dd8b-4deb-867f-7269806d6f9d {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-125e8d92-dd8b-4deb-867f-7269806d6f9d {
  display: none;
}
#s-125e8d92-dd8b-4deb-867f-7269806d6f9d, #wrap-s-125e8d92-dd8b-4deb-867f-7269806d6f9d, #wrap-content-s-125e8d92-dd8b-4deb-867f-7269806d6f9d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-125e8d92-dd8b-4deb-867f-7269806d6f9d {
  display: none;
}
#s-125e8d92-dd8b-4deb-867f-7269806d6f9d, #wrap-s-125e8d92-dd8b-4deb-867f-7269806d6f9d, #wrap-content-s-125e8d92-dd8b-4deb-867f-7269806d6f9d { display: none !important; }}
@media (min-width: 0px) {
[id="s-125e8d92-dd8b-4deb-867f-7269806d6f9d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-125e8d92-dd8b-4deb-867f-7269806d6f9d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-125e8d92-dd8b-4deb-867f-7269806d6f9d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-125e8d92-dd8b-4deb-867f-7269806d6f9d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-93a653c6-12c0-4f8d-a577-446a731c8d52 {
  max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}

#s-93a653c6-12c0-4f8d-a577-446a731c8d52 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-93a653c6-12c0-4f8d-a577-446a731c8d52 img.shogun-image,
  #s-93a653c6-12c0-4f8d-a577-446a731c8d52 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-93a653c6-12c0-4f8d-a577-446a731c8d52 {
    width: 100%;
    height: auto;
  }



  #s-93a653c6-12c0-4f8d-a577-446a731c8d52 img.shogun-image {
    

    
    
    
  }


#s-93a653c6-12c0-4f8d-a577-446a731c8d52 .shogun-image-content {
  
    justify-content: center;
  
}

#s-61298de0-4f6f-4da5-9761-8a0ed3bd909e {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}

#s-61298de0-4f6f-4da5-9761-8a0ed3bd909e {
  margin: 0 !important;
  overflow: visible;
}

#s-61298de0-4f6f-4da5-9761-8a0ed3bd909e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-61298de0-4f6f-4da5-9761-8a0ed3bd909e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-61298de0-4f6f-4da5-9761-8a0ed3bd909e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-61298de0-4f6f-4da5-9761-8a0ed3bd909e img.shogun-image {
  /* Add background color handling */
  
}

#s-61298de0-4f6f-4da5-9761-8a0ed3bd909e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61298de0-4f6f-4da5-9761-8a0ed3bd909e .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-61298de0-4f6f-4da5-9761-8a0ed3bd909e .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61298de0-4f6f-4da5-9761-8a0ed3bd909e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61298de0-4f6f-4da5-9761-8a0ed3bd909e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-61298de0-4f6f-4da5-9761-8a0ed3bd909e .shogun-image-content {
  
    justify-content: center;
  
}

.s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shogun-image {
  box-sizing: border-box;
}



.s-61298de0-4f6f-4da5-9761-8a0ed3bd909e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-61298de0-4f6f-4da5-9761-8a0ed3bd909e {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shogun-image-container {
      position: relative;
    }

    .s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61298de0-4f6f-4da5-9761-8a0ed3bd909e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

@media (min-width: 1200px){#s-61298de0-4f6f-4da5-9761-8a0ed3bd909e {
  margin: 0 !important;
  overflow: visible;
}

#s-61298de0-4f6f-4da5-9761-8a0ed3bd909e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-61298de0-4f6f-4da5-9761-8a0ed3bd909e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-61298de0-4f6f-4da5-9761-8a0ed3bd909e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-61298de0-4f6f-4da5-9761-8a0ed3bd909e img.shogun-image {
  /* Add background color handling */
  
}

#s-61298de0-4f6f-4da5-9761-8a0ed3bd909e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61298de0-4f6f-4da5-9761-8a0ed3bd909e .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-61298de0-4f6f-4da5-9761-8a0ed3bd909e .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61298de0-4f6f-4da5-9761-8a0ed3bd909e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61298de0-4f6f-4da5-9761-8a0ed3bd909e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-61298de0-4f6f-4da5-9761-8a0ed3bd909e .shogun-image-content {
  
    justify-content: center;
  
}

.s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shogun-image {
  box-sizing: border-box;
}



.s-61298de0-4f6f-4da5-9761-8a0ed3bd909e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-61298de0-4f6f-4da5-9761-8a0ed3bd909e {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shogun-image-container {
      position: relative;
    }

    .s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61298de0-4f6f-4da5-9761-8a0ed3bd909e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-61298de0-4f6f-4da5-9761-8a0ed3bd909e {
  margin: 0 !important;
  overflow: visible;
}

#s-61298de0-4f6f-4da5-9761-8a0ed3bd909e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-61298de0-4f6f-4da5-9761-8a0ed3bd909e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-61298de0-4f6f-4da5-9761-8a0ed3bd909e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-61298de0-4f6f-4da5-9761-8a0ed3bd909e img.shogun-image {
  /* Add background color handling */
  
}

#s-61298de0-4f6f-4da5-9761-8a0ed3bd909e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61298de0-4f6f-4da5-9761-8a0ed3bd909e .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-61298de0-4f6f-4da5-9761-8a0ed3bd909e .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61298de0-4f6f-4da5-9761-8a0ed3bd909e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61298de0-4f6f-4da5-9761-8a0ed3bd909e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-61298de0-4f6f-4da5-9761-8a0ed3bd909e .shogun-image-content {
  
    justify-content: center;
  
}

.s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shogun-image {
  box-sizing: border-box;
}



.s-61298de0-4f6f-4da5-9761-8a0ed3bd909e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-61298de0-4f6f-4da5-9761-8a0ed3bd909e {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shogun-image-container {
      position: relative;
    }

    .s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61298de0-4f6f-4da5-9761-8a0ed3bd909e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-61298de0-4f6f-4da5-9761-8a0ed3bd909e {
  margin: 0 !important;
  overflow: visible;
}

#s-61298de0-4f6f-4da5-9761-8a0ed3bd909e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-61298de0-4f6f-4da5-9761-8a0ed3bd909e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-61298de0-4f6f-4da5-9761-8a0ed3bd909e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-61298de0-4f6f-4da5-9761-8a0ed3bd909e img.shogun-image {
  /* Add background color handling */
  
}

#s-61298de0-4f6f-4da5-9761-8a0ed3bd909e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61298de0-4f6f-4da5-9761-8a0ed3bd909e .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-61298de0-4f6f-4da5-9761-8a0ed3bd909e .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61298de0-4f6f-4da5-9761-8a0ed3bd909e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61298de0-4f6f-4da5-9761-8a0ed3bd909e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-61298de0-4f6f-4da5-9761-8a0ed3bd909e .shogun-image-content {
  
    justify-content: center;
  
}

.s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shogun-image {
  box-sizing: border-box;
}



.s-61298de0-4f6f-4da5-9761-8a0ed3bd909e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-61298de0-4f6f-4da5-9761-8a0ed3bd909e {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shogun-image-container {
      position: relative;
    }

    .s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61298de0-4f6f-4da5-9761-8a0ed3bd909e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (max-width: 767px){#s-61298de0-4f6f-4da5-9761-8a0ed3bd909e {
  margin: 0 !important;
  overflow: visible;
}

#s-61298de0-4f6f-4da5-9761-8a0ed3bd909e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-61298de0-4f6f-4da5-9761-8a0ed3bd909e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-61298de0-4f6f-4da5-9761-8a0ed3bd909e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-61298de0-4f6f-4da5-9761-8a0ed3bd909e img.shogun-image {
  /* Add background color handling */
  
}

#s-61298de0-4f6f-4da5-9761-8a0ed3bd909e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61298de0-4f6f-4da5-9761-8a0ed3bd909e .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-61298de0-4f6f-4da5-9761-8a0ed3bd909e .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61298de0-4f6f-4da5-9761-8a0ed3bd909e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61298de0-4f6f-4da5-9761-8a0ed3bd909e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-61298de0-4f6f-4da5-9761-8a0ed3bd909e .shogun-image-content {
  
    justify-content: center;
  
}

.s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shogun-image {
  box-sizing: border-box;
}



.s-61298de0-4f6f-4da5-9761-8a0ed3bd909e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-61298de0-4f6f-4da5-9761-8a0ed3bd909e {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shogun-image-container {
      position: relative;
    }

    .s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61298de0-4f6f-4da5-9761-8a0ed3bd909e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61298de0-4f6f-4da5-9761-8a0ed3bd909e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}
#s-5a949fbc-0c0d-478e-8d96-9ffde1708d2c {
  max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}

#s-5a949fbc-0c0d-478e-8d96-9ffde1708d2c {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-5a949fbc-0c0d-478e-8d96-9ffde1708d2c img.shogun-image,
  #s-5a949fbc-0c0d-478e-8d96-9ffde1708d2c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5a949fbc-0c0d-478e-8d96-9ffde1708d2c {
    width: 100%;
    height: auto;
  }



  #s-5a949fbc-0c0d-478e-8d96-9ffde1708d2c img.shogun-image {
    

    
    
    
  }


#s-5a949fbc-0c0d-478e-8d96-9ffde1708d2c .shogun-image-content {
  
    justify-content: center;
  
}

#s-2a9fbb96-be72-48d2-81c4-19bfd72721bf {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-2a9fbb96-be72-48d2-81c4-19bfd72721bf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2a9fbb96-be72-48d2-81c4-19bfd72721bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2a9fbb96-be72-48d2-81c4-19bfd72721bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2a9fbb96-be72-48d2-81c4-19bfd72721bf .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2a9fbb96-be72-48d2-81c4-19bfd72721bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2a9fbb96-be72-48d2-81c4-19bfd72721bf img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-2a9fbb96-be72-48d2-81c4-19bfd72721bf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2a9fbb96-be72-48d2-81c4-19bfd72721bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a9fbb96-be72-48d2-81c4-19bfd72721bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a9fbb96-be72-48d2-81c4-19bfd72721bf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2a9fbb96-be72-48d2-81c4-19bfd72721bf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2a9fbb96-be72-48d2-81c4-19bfd72721bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2a9fbb96-be72-48d2-81c4-19bfd72721bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2a9fbb96-be72-48d2-81c4-19bfd72721bf .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2a9fbb96-be72-48d2-81c4-19bfd72721bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2a9fbb96-be72-48d2-81c4-19bfd72721bf img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-2a9fbb96-be72-48d2-81c4-19bfd72721bf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2a9fbb96-be72-48d2-81c4-19bfd72721bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a9fbb96-be72-48d2-81c4-19bfd72721bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a9fbb96-be72-48d2-81c4-19bfd72721bf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2a9fbb96-be72-48d2-81c4-19bfd72721bf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2a9fbb96-be72-48d2-81c4-19bfd72721bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2a9fbb96-be72-48d2-81c4-19bfd72721bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2a9fbb96-be72-48d2-81c4-19bfd72721bf .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2a9fbb96-be72-48d2-81c4-19bfd72721bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2a9fbb96-be72-48d2-81c4-19bfd72721bf img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-2a9fbb96-be72-48d2-81c4-19bfd72721bf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2a9fbb96-be72-48d2-81c4-19bfd72721bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a9fbb96-be72-48d2-81c4-19bfd72721bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a9fbb96-be72-48d2-81c4-19bfd72721bf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2a9fbb96-be72-48d2-81c4-19bfd72721bf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2a9fbb96-be72-48d2-81c4-19bfd72721bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2a9fbb96-be72-48d2-81c4-19bfd72721bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2a9fbb96-be72-48d2-81c4-19bfd72721bf .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2a9fbb96-be72-48d2-81c4-19bfd72721bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2a9fbb96-be72-48d2-81c4-19bfd72721bf img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-2a9fbb96-be72-48d2-81c4-19bfd72721bf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2a9fbb96-be72-48d2-81c4-19bfd72721bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a9fbb96-be72-48d2-81c4-19bfd72721bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a9fbb96-be72-48d2-81c4-19bfd72721bf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2a9fbb96-be72-48d2-81c4-19bfd72721bf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2a9fbb96-be72-48d2-81c4-19bfd72721bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2a9fbb96-be72-48d2-81c4-19bfd72721bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2a9fbb96-be72-48d2-81c4-19bfd72721bf .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2a9fbb96-be72-48d2-81c4-19bfd72721bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2a9fbb96-be72-48d2-81c4-19bfd72721bf img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-2a9fbb96-be72-48d2-81c4-19bfd72721bf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2a9fbb96-be72-48d2-81c4-19bfd72721bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a9fbb96-be72-48d2-81c4-19bfd72721bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a9fbb96-be72-48d2-81c4-19bfd72721bf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-bf180a82-6373-4831-a032-b265c12e35ca {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-bf180a82-6373-4831-a032-b265c12e35ca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bf180a82-6373-4831-a032-b265c12e35ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bf180a82-6373-4831-a032-b265c12e35ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bf180a82-6373-4831-a032-b265c12e35ca .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bf180a82-6373-4831-a032-b265c12e35ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bf180a82-6373-4831-a032-b265c12e35ca img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-bf180a82-6373-4831-a032-b265c12e35ca .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bf180a82-6373-4831-a032-b265c12e35ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf180a82-6373-4831-a032-b265c12e35ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf180a82-6373-4831-a032-b265c12e35ca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-bf180a82-6373-4831-a032-b265c12e35ca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bf180a82-6373-4831-a032-b265c12e35ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bf180a82-6373-4831-a032-b265c12e35ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bf180a82-6373-4831-a032-b265c12e35ca .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bf180a82-6373-4831-a032-b265c12e35ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bf180a82-6373-4831-a032-b265c12e35ca img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-bf180a82-6373-4831-a032-b265c12e35ca .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bf180a82-6373-4831-a032-b265c12e35ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf180a82-6373-4831-a032-b265c12e35ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf180a82-6373-4831-a032-b265c12e35ca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-bf180a82-6373-4831-a032-b265c12e35ca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bf180a82-6373-4831-a032-b265c12e35ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bf180a82-6373-4831-a032-b265c12e35ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bf180a82-6373-4831-a032-b265c12e35ca .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bf180a82-6373-4831-a032-b265c12e35ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bf180a82-6373-4831-a032-b265c12e35ca img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-bf180a82-6373-4831-a032-b265c12e35ca .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bf180a82-6373-4831-a032-b265c12e35ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf180a82-6373-4831-a032-b265c12e35ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf180a82-6373-4831-a032-b265c12e35ca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-bf180a82-6373-4831-a032-b265c12e35ca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bf180a82-6373-4831-a032-b265c12e35ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bf180a82-6373-4831-a032-b265c12e35ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bf180a82-6373-4831-a032-b265c12e35ca .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bf180a82-6373-4831-a032-b265c12e35ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bf180a82-6373-4831-a032-b265c12e35ca img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-bf180a82-6373-4831-a032-b265c12e35ca .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bf180a82-6373-4831-a032-b265c12e35ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf180a82-6373-4831-a032-b265c12e35ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf180a82-6373-4831-a032-b265c12e35ca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-bf180a82-6373-4831-a032-b265c12e35ca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bf180a82-6373-4831-a032-b265c12e35ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bf180a82-6373-4831-a032-b265c12e35ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bf180a82-6373-4831-a032-b265c12e35ca .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bf180a82-6373-4831-a032-b265c12e35ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bf180a82-6373-4831-a032-b265c12e35ca img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-bf180a82-6373-4831-a032-b265c12e35ca .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bf180a82-6373-4831-a032-b265c12e35ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf180a82-6373-4831-a032-b265c12e35ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf180a82-6373-4831-a032-b265c12e35ca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-01740044-0cba-4317-bea2-470d8c2e5993 {
  max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}

#s-01740044-0cba-4317-bea2-470d8c2e5993 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-01740044-0cba-4317-bea2-470d8c2e5993 img.shogun-image,
  #s-01740044-0cba-4317-bea2-470d8c2e5993 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-01740044-0cba-4317-bea2-470d8c2e5993 {
    width: 100%;
    height: auto;
  }



  #s-01740044-0cba-4317-bea2-470d8c2e5993 img.shogun-image {
    

    
    
    
  }


#s-01740044-0cba-4317-bea2-470d8c2e5993 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5ee19dc4-b22c-433e-b991-d993cb308ac0 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-5ee19dc4-b22c-433e-b991-d993cb308ac0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5ee19dc4-b22c-433e-b991-d993cb308ac0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5ee19dc4-b22c-433e-b991-d993cb308ac0 {
  display: none;
}
#s-5ee19dc4-b22c-433e-b991-d993cb308ac0, #wrap-s-5ee19dc4-b22c-433e-b991-d993cb308ac0, #wrap-content-s-5ee19dc4-b22c-433e-b991-d993cb308ac0 { display: none !important; }}@media (max-width: 767px){#s-5ee19dc4-b22c-433e-b991-d993cb308ac0 {
  display: none;
}
#s-5ee19dc4-b22c-433e-b991-d993cb308ac0, #wrap-s-5ee19dc4-b22c-433e-b991-d993cb308ac0, #wrap-content-s-5ee19dc4-b22c-433e-b991-d993cb308ac0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-5ee19dc4-b22c-433e-b991-d993cb308ac0"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-5ee19dc4-b22c-433e-b991-d993cb308ac0"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-5ee19dc4-b22c-433e-b991-d993cb308ac0"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ee19dc4-b22c-433e-b991-d993cb308ac0"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-0e07ab5f-5840-4f3b-a489-d75029f8d9d7 {
  max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}

#s-0e07ab5f-5840-4f3b-a489-d75029f8d9d7 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-0e07ab5f-5840-4f3b-a489-d75029f8d9d7 img.shogun-image,
  #s-0e07ab5f-5840-4f3b-a489-d75029f8d9d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0e07ab5f-5840-4f3b-a489-d75029f8d9d7 {
    width: 100%;
    height: auto;
  }



  #s-0e07ab5f-5840-4f3b-a489-d75029f8d9d7 img.shogun-image {
    

    
    
    
  }


#s-0e07ab5f-5840-4f3b-a489-d75029f8d9d7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0fb54318-e98e-42a9-89f2-d314c8105a6b {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}

#s-0fb54318-e98e-42a9-89f2-d314c8105a6b {
  margin: 0 !important;
  overflow: visible;
}

#s-0fb54318-e98e-42a9-89f2-d314c8105a6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0fb54318-e98e-42a9-89f2-d314c8105a6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0fb54318-e98e-42a9-89f2-d314c8105a6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0fb54318-e98e-42a9-89f2-d314c8105a6b img.shogun-image {
  /* Add background color handling */
  
}

#s-0fb54318-e98e-42a9-89f2-d314c8105a6b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0fb54318-e98e-42a9-89f2-d314c8105a6b .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-0fb54318-e98e-42a9-89f2-d314c8105a6b .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0fb54318-e98e-42a9-89f2-d314c8105a6b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0fb54318-e98e-42a9-89f2-d314c8105a6b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-0fb54318-e98e-42a9-89f2-d314c8105a6b .shogun-image-content {
  
    justify-content: center;
  
}

.s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shogun-image {
  box-sizing: border-box;
}



.s-0fb54318-e98e-42a9-89f2-d314c8105a6b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0fb54318-e98e-42a9-89f2-d314c8105a6b {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shogun-image-container {
      position: relative;
    }

    .s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fb54318-e98e-42a9-89f2-d314c8105a6b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

@media (min-width: 1200px){#s-0fb54318-e98e-42a9-89f2-d314c8105a6b {
  margin: 0 !important;
  overflow: visible;
}

#s-0fb54318-e98e-42a9-89f2-d314c8105a6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0fb54318-e98e-42a9-89f2-d314c8105a6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0fb54318-e98e-42a9-89f2-d314c8105a6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0fb54318-e98e-42a9-89f2-d314c8105a6b img.shogun-image {
  /* Add background color handling */
  
}

#s-0fb54318-e98e-42a9-89f2-d314c8105a6b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0fb54318-e98e-42a9-89f2-d314c8105a6b .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-0fb54318-e98e-42a9-89f2-d314c8105a6b .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0fb54318-e98e-42a9-89f2-d314c8105a6b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0fb54318-e98e-42a9-89f2-d314c8105a6b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-0fb54318-e98e-42a9-89f2-d314c8105a6b .shogun-image-content {
  
    justify-content: center;
  
}

.s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shogun-image {
  box-sizing: border-box;
}



.s-0fb54318-e98e-42a9-89f2-d314c8105a6b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0fb54318-e98e-42a9-89f2-d314c8105a6b {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shogun-image-container {
      position: relative;
    }

    .s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fb54318-e98e-42a9-89f2-d314c8105a6b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0fb54318-e98e-42a9-89f2-d314c8105a6b {
  margin: 0 !important;
  overflow: visible;
}

#s-0fb54318-e98e-42a9-89f2-d314c8105a6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0fb54318-e98e-42a9-89f2-d314c8105a6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0fb54318-e98e-42a9-89f2-d314c8105a6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0fb54318-e98e-42a9-89f2-d314c8105a6b img.shogun-image {
  /* Add background color handling */
  
}

#s-0fb54318-e98e-42a9-89f2-d314c8105a6b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0fb54318-e98e-42a9-89f2-d314c8105a6b .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-0fb54318-e98e-42a9-89f2-d314c8105a6b .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0fb54318-e98e-42a9-89f2-d314c8105a6b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0fb54318-e98e-42a9-89f2-d314c8105a6b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-0fb54318-e98e-42a9-89f2-d314c8105a6b .shogun-image-content {
  
    justify-content: center;
  
}

.s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shogun-image {
  box-sizing: border-box;
}



.s-0fb54318-e98e-42a9-89f2-d314c8105a6b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0fb54318-e98e-42a9-89f2-d314c8105a6b {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shogun-image-container {
      position: relative;
    }

    .s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fb54318-e98e-42a9-89f2-d314c8105a6b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0fb54318-e98e-42a9-89f2-d314c8105a6b {
  margin: 0 !important;
  overflow: visible;
}

#s-0fb54318-e98e-42a9-89f2-d314c8105a6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0fb54318-e98e-42a9-89f2-d314c8105a6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0fb54318-e98e-42a9-89f2-d314c8105a6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0fb54318-e98e-42a9-89f2-d314c8105a6b img.shogun-image {
  /* Add background color handling */
  
}

#s-0fb54318-e98e-42a9-89f2-d314c8105a6b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0fb54318-e98e-42a9-89f2-d314c8105a6b .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-0fb54318-e98e-42a9-89f2-d314c8105a6b .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0fb54318-e98e-42a9-89f2-d314c8105a6b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0fb54318-e98e-42a9-89f2-d314c8105a6b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-0fb54318-e98e-42a9-89f2-d314c8105a6b .shogun-image-content {
  
    justify-content: center;
  
}

.s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shogun-image {
  box-sizing: border-box;
}



.s-0fb54318-e98e-42a9-89f2-d314c8105a6b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0fb54318-e98e-42a9-89f2-d314c8105a6b {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shogun-image-container {
      position: relative;
    }

    .s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fb54318-e98e-42a9-89f2-d314c8105a6b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (max-width: 767px){#s-0fb54318-e98e-42a9-89f2-d314c8105a6b {
  margin: 0 !important;
  overflow: visible;
}

#s-0fb54318-e98e-42a9-89f2-d314c8105a6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0fb54318-e98e-42a9-89f2-d314c8105a6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0fb54318-e98e-42a9-89f2-d314c8105a6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0fb54318-e98e-42a9-89f2-d314c8105a6b img.shogun-image {
  /* Add background color handling */
  
}

#s-0fb54318-e98e-42a9-89f2-d314c8105a6b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0fb54318-e98e-42a9-89f2-d314c8105a6b .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-0fb54318-e98e-42a9-89f2-d314c8105a6b .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0fb54318-e98e-42a9-89f2-d314c8105a6b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0fb54318-e98e-42a9-89f2-d314c8105a6b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-0fb54318-e98e-42a9-89f2-d314c8105a6b .shogun-image-content {
  
    justify-content: center;
  
}

.s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shogun-image {
  box-sizing: border-box;
}



.s-0fb54318-e98e-42a9-89f2-d314c8105a6b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0fb54318-e98e-42a9-89f2-d314c8105a6b {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shogun-image-container {
      position: relative;
    }

    .s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fb54318-e98e-42a9-89f2-d314c8105a6b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fb54318-e98e-42a9-89f2-d314c8105a6b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}
#s-35a89149-a582-4f26-9cdd-5a65d13119c8 {
  max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}

#s-35a89149-a582-4f26-9cdd-5a65d13119c8 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-35a89149-a582-4f26-9cdd-5a65d13119c8 img.shogun-image,
  #s-35a89149-a582-4f26-9cdd-5a65d13119c8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-35a89149-a582-4f26-9cdd-5a65d13119c8 {
    width: 100%;
    height: auto;
  }



  #s-35a89149-a582-4f26-9cdd-5a65d13119c8 img.shogun-image {
    

    
    
    
  }


#s-35a89149-a582-4f26-9cdd-5a65d13119c8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecb51d21-5c01-407d-84e1-e7f87ccdb79c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ec8b692b-c58b-4d97-947c-9a776d7a4722 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ec8b692b-c58b-4d97-947c-9a776d7a4722 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec8b692b-c58b-4d97-947c-9a776d7a4722-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ec8b692b-c58b-4d97-947c-9a776d7a4722 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec8b692b-c58b-4d97-947c-9a776d7a4722 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ec8b692b-c58b-4d97-947c-9a776d7a4722 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ec8b692b-c58b-4d97-947c-9a776d7a4722 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-ec8b692b-c58b-4d97-947c-9a776d7a4722 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec8b692b-c58b-4d97-947c-9a776d7a4722.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec8b692b-c58b-4d97-947c-9a776d7a4722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec8b692b-c58b-4d97-947c-9a776d7a4722.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ec8b692b-c58b-4d97-947c-9a776d7a4722 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec8b692b-c58b-4d97-947c-9a776d7a4722-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ec8b692b-c58b-4d97-947c-9a776d7a4722 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec8b692b-c58b-4d97-947c-9a776d7a4722 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ec8b692b-c58b-4d97-947c-9a776d7a4722 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ec8b692b-c58b-4d97-947c-9a776d7a4722 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-ec8b692b-c58b-4d97-947c-9a776d7a4722 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec8b692b-c58b-4d97-947c-9a776d7a4722.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec8b692b-c58b-4d97-947c-9a776d7a4722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec8b692b-c58b-4d97-947c-9a776d7a4722.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ec8b692b-c58b-4d97-947c-9a776d7a4722 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec8b692b-c58b-4d97-947c-9a776d7a4722-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ec8b692b-c58b-4d97-947c-9a776d7a4722 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec8b692b-c58b-4d97-947c-9a776d7a4722 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ec8b692b-c58b-4d97-947c-9a776d7a4722 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ec8b692b-c58b-4d97-947c-9a776d7a4722 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-ec8b692b-c58b-4d97-947c-9a776d7a4722 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec8b692b-c58b-4d97-947c-9a776d7a4722.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec8b692b-c58b-4d97-947c-9a776d7a4722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec8b692b-c58b-4d97-947c-9a776d7a4722.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ec8b692b-c58b-4d97-947c-9a776d7a4722 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec8b692b-c58b-4d97-947c-9a776d7a4722-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ec8b692b-c58b-4d97-947c-9a776d7a4722 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec8b692b-c58b-4d97-947c-9a776d7a4722 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ec8b692b-c58b-4d97-947c-9a776d7a4722 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ec8b692b-c58b-4d97-947c-9a776d7a4722 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-ec8b692b-c58b-4d97-947c-9a776d7a4722 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec8b692b-c58b-4d97-947c-9a776d7a4722.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec8b692b-c58b-4d97-947c-9a776d7a4722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec8b692b-c58b-4d97-947c-9a776d7a4722.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ec8b692b-c58b-4d97-947c-9a776d7a4722 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec8b692b-c58b-4d97-947c-9a776d7a4722-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ec8b692b-c58b-4d97-947c-9a776d7a4722 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec8b692b-c58b-4d97-947c-9a776d7a4722 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ec8b692b-c58b-4d97-947c-9a776d7a4722 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ec8b692b-c58b-4d97-947c-9a776d7a4722 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-ec8b692b-c58b-4d97-947c-9a776d7a4722 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec8b692b-c58b-4d97-947c-9a776d7a4722.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec8b692b-c58b-4d97-947c-9a776d7a4722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec8b692b-c58b-4d97-947c-9a776d7a4722.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8633153e-30d6-4ed6-bfeb-3a2ad0030ca4 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-8633153e-30d6-4ed6-bfeb-3a2ad0030ca4 {
  display: none;
}
#s-8633153e-30d6-4ed6-bfeb-3a2ad0030ca4, #wrap-s-8633153e-30d6-4ed6-bfeb-3a2ad0030ca4, #wrap-content-s-8633153e-30d6-4ed6-bfeb-3a2ad0030ca4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8633153e-30d6-4ed6-bfeb-3a2ad0030ca4 {
  display: none;
}
#s-8633153e-30d6-4ed6-bfeb-3a2ad0030ca4, #wrap-s-8633153e-30d6-4ed6-bfeb-3a2ad0030ca4, #wrap-content-s-8633153e-30d6-4ed6-bfeb-3a2ad0030ca4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8633153e-30d6-4ed6-bfeb-3a2ad0030ca4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8633153e-30d6-4ed6-bfeb-3a2ad0030ca4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8633153e-30d6-4ed6-bfeb-3a2ad0030ca4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8633153e-30d6-4ed6-bfeb-3a2ad0030ca4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-498e9635-5bd8-43fc-8301-0658608239b8 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 400/200;
text-align: center;
}

#s-498e9635-5bd8-43fc-8301-0658608239b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-498e9635-5bd8-43fc-8301-0658608239b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-498e9635-5bd8-43fc-8301-0658608239b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-498e9635-5bd8-43fc-8301-0658608239b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-498e9635-5bd8-43fc-8301-0658608239b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-498e9635-5bd8-43fc-8301-0658608239b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-498e9635-5bd8-43fc-8301-0658608239b8 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-498e9635-5bd8-43fc-8301-0658608239b8 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-498e9635-5bd8-43fc-8301-0658608239b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-498e9635-5bd8-43fc-8301-0658608239b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-498e9635-5bd8-43fc-8301-0658608239b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-498e9635-5bd8-43fc-8301-0658608239b8.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-498e9635-5bd8-43fc-8301-0658608239b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-498e9635-5bd8-43fc-8301-0658608239b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-498e9635-5bd8-43fc-8301-0658608239b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-498e9635-5bd8-43fc-8301-0658608239b8.shogun-image {
  box-sizing: border-box;
}



.s-498e9635-5bd8-43fc-8301-0658608239b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-498e9635-5bd8-43fc-8301-0658608239b8 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-498e9635-5bd8-43fc-8301-0658608239b8.shogun-image-container {
      position: relative;
    }

    .s-498e9635-5bd8-43fc-8301-0658608239b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-498e9635-5bd8-43fc-8301-0658608239b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-498e9635-5bd8-43fc-8301-0658608239b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

@media (min-width: 1200px){#s-498e9635-5bd8-43fc-8301-0658608239b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-498e9635-5bd8-43fc-8301-0658608239b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-498e9635-5bd8-43fc-8301-0658608239b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-498e9635-5bd8-43fc-8301-0658608239b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-498e9635-5bd8-43fc-8301-0658608239b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-498e9635-5bd8-43fc-8301-0658608239b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-498e9635-5bd8-43fc-8301-0658608239b8 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-498e9635-5bd8-43fc-8301-0658608239b8 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-498e9635-5bd8-43fc-8301-0658608239b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-498e9635-5bd8-43fc-8301-0658608239b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-498e9635-5bd8-43fc-8301-0658608239b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-498e9635-5bd8-43fc-8301-0658608239b8.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-498e9635-5bd8-43fc-8301-0658608239b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-498e9635-5bd8-43fc-8301-0658608239b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-498e9635-5bd8-43fc-8301-0658608239b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-498e9635-5bd8-43fc-8301-0658608239b8.shogun-image {
  box-sizing: border-box;
}



.s-498e9635-5bd8-43fc-8301-0658608239b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-498e9635-5bd8-43fc-8301-0658608239b8 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-498e9635-5bd8-43fc-8301-0658608239b8.shogun-image-container {
      position: relative;
    }

    .s-498e9635-5bd8-43fc-8301-0658608239b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-498e9635-5bd8-43fc-8301-0658608239b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-498e9635-5bd8-43fc-8301-0658608239b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-498e9635-5bd8-43fc-8301-0658608239b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-498e9635-5bd8-43fc-8301-0658608239b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-498e9635-5bd8-43fc-8301-0658608239b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-498e9635-5bd8-43fc-8301-0658608239b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-498e9635-5bd8-43fc-8301-0658608239b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-498e9635-5bd8-43fc-8301-0658608239b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-498e9635-5bd8-43fc-8301-0658608239b8 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-498e9635-5bd8-43fc-8301-0658608239b8 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-498e9635-5bd8-43fc-8301-0658608239b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-498e9635-5bd8-43fc-8301-0658608239b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-498e9635-5bd8-43fc-8301-0658608239b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-498e9635-5bd8-43fc-8301-0658608239b8.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-498e9635-5bd8-43fc-8301-0658608239b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-498e9635-5bd8-43fc-8301-0658608239b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-498e9635-5bd8-43fc-8301-0658608239b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-498e9635-5bd8-43fc-8301-0658608239b8.shogun-image {
  box-sizing: border-box;
}



.s-498e9635-5bd8-43fc-8301-0658608239b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-498e9635-5bd8-43fc-8301-0658608239b8 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-498e9635-5bd8-43fc-8301-0658608239b8.shogun-image-container {
      position: relative;
    }

    .s-498e9635-5bd8-43fc-8301-0658608239b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-498e9635-5bd8-43fc-8301-0658608239b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-498e9635-5bd8-43fc-8301-0658608239b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-498e9635-5bd8-43fc-8301-0658608239b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-498e9635-5bd8-43fc-8301-0658608239b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-498e9635-5bd8-43fc-8301-0658608239b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-498e9635-5bd8-43fc-8301-0658608239b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-498e9635-5bd8-43fc-8301-0658608239b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-498e9635-5bd8-43fc-8301-0658608239b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-498e9635-5bd8-43fc-8301-0658608239b8 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-498e9635-5bd8-43fc-8301-0658608239b8 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-498e9635-5bd8-43fc-8301-0658608239b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-498e9635-5bd8-43fc-8301-0658608239b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-498e9635-5bd8-43fc-8301-0658608239b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-498e9635-5bd8-43fc-8301-0658608239b8.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-498e9635-5bd8-43fc-8301-0658608239b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-498e9635-5bd8-43fc-8301-0658608239b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-498e9635-5bd8-43fc-8301-0658608239b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-498e9635-5bd8-43fc-8301-0658608239b8.shogun-image {
  box-sizing: border-box;
}



.s-498e9635-5bd8-43fc-8301-0658608239b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-498e9635-5bd8-43fc-8301-0658608239b8 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-498e9635-5bd8-43fc-8301-0658608239b8.shogun-image-container {
      position: relative;
    }

    .s-498e9635-5bd8-43fc-8301-0658608239b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-498e9635-5bd8-43fc-8301-0658608239b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-498e9635-5bd8-43fc-8301-0658608239b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (max-width: 767px){#s-498e9635-5bd8-43fc-8301-0658608239b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-498e9635-5bd8-43fc-8301-0658608239b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-498e9635-5bd8-43fc-8301-0658608239b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-498e9635-5bd8-43fc-8301-0658608239b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-498e9635-5bd8-43fc-8301-0658608239b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-498e9635-5bd8-43fc-8301-0658608239b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-498e9635-5bd8-43fc-8301-0658608239b8 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-498e9635-5bd8-43fc-8301-0658608239b8 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-498e9635-5bd8-43fc-8301-0658608239b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-498e9635-5bd8-43fc-8301-0658608239b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-498e9635-5bd8-43fc-8301-0658608239b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-498e9635-5bd8-43fc-8301-0658608239b8.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-498e9635-5bd8-43fc-8301-0658608239b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-498e9635-5bd8-43fc-8301-0658608239b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-498e9635-5bd8-43fc-8301-0658608239b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-498e9635-5bd8-43fc-8301-0658608239b8.shogun-image {
  box-sizing: border-box;
}



.s-498e9635-5bd8-43fc-8301-0658608239b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-498e9635-5bd8-43fc-8301-0658608239b8 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-498e9635-5bd8-43fc-8301-0658608239b8.shogun-image-container {
      position: relative;
    }

    .s-498e9635-5bd8-43fc-8301-0658608239b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-498e9635-5bd8-43fc-8301-0658608239b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-498e9635-5bd8-43fc-8301-0658608239b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}
#s-e6eaad4c-760a-4f6c-b6ec-56671a9bda10 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-e6eaad4c-760a-4f6c-b6ec-56671a9bda10 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e6eaad4c-760a-4f6c-b6ec-56671a9bda10 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e6eaad4c-760a-4f6c-b6ec-56671a9bda10 {
  display: none;
}
#s-e6eaad4c-760a-4f6c-b6ec-56671a9bda10, #wrap-s-e6eaad4c-760a-4f6c-b6ec-56671a9bda10, #wrap-content-s-e6eaad4c-760a-4f6c-b6ec-56671a9bda10 { display: none !important; }}@media (max-width: 767px){#s-e6eaad4c-760a-4f6c-b6ec-56671a9bda10 {
  display: none;
}
#s-e6eaad4c-760a-4f6c-b6ec-56671a9bda10, #wrap-s-e6eaad4c-760a-4f6c-b6ec-56671a9bda10, #wrap-content-s-e6eaad4c-760a-4f6c-b6ec-56671a9bda10 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e6eaad4c-760a-4f6c-b6ec-56671a9bda10"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-e6eaad4c-760a-4f6c-b6ec-56671a9bda10"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-e6eaad4c-760a-4f6c-b6ec-56671a9bda10"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6eaad4c-760a-4f6c-b6ec-56671a9bda10"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-1743f8ac-f152-4450-91cf-722c6f67473e {
  max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}

#s-1743f8ac-f152-4450-91cf-722c6f67473e {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-1743f8ac-f152-4450-91cf-722c6f67473e img.shogun-image,
  #s-1743f8ac-f152-4450-91cf-722c6f67473e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1743f8ac-f152-4450-91cf-722c6f67473e {
    width: 100%;
    height: auto;
  }



  #s-1743f8ac-f152-4450-91cf-722c6f67473e img.shogun-image {
    

    
    
    
  }


#s-1743f8ac-f152-4450-91cf-722c6f67473e .shogun-image-content {
  
    justify-content: center;
  
}

#s-c7da7fce-a124-48b6-b0fe-e2948ccc928f {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 400/200;
text-align: center;
}

#s-c7da7fce-a124-48b6-b0fe-e2948ccc928f {
  margin: 0 !important;
  overflow: visible;
}

#s-c7da7fce-a124-48b6-b0fe-e2948ccc928f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c7da7fce-a124-48b6-b0fe-e2948ccc928f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c7da7fce-a124-48b6-b0fe-e2948ccc928f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c7da7fce-a124-48b6-b0fe-e2948ccc928f img.shogun-image {
  /* Add background color handling */
  
}

#s-c7da7fce-a124-48b6-b0fe-e2948ccc928f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7da7fce-a124-48b6-b0fe-e2948ccc928f .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-c7da7fce-a124-48b6-b0fe-e2948ccc928f .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7da7fce-a124-48b6-b0fe-e2948ccc928f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7da7fce-a124-48b6-b0fe-e2948ccc928f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-c7da7fce-a124-48b6-b0fe-e2948ccc928f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shogun-image {
  box-sizing: border-box;
}



.s-c7da7fce-a124-48b6-b0fe-e2948ccc928f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c7da7fce-a124-48b6-b0fe-e2948ccc928f {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shogun-image-container {
      position: relative;
    }

    .s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7da7fce-a124-48b6-b0fe-e2948ccc928f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

@media (min-width: 1200px){#s-c7da7fce-a124-48b6-b0fe-e2948ccc928f {
  margin: 0 !important;
  overflow: visible;
}

#s-c7da7fce-a124-48b6-b0fe-e2948ccc928f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c7da7fce-a124-48b6-b0fe-e2948ccc928f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c7da7fce-a124-48b6-b0fe-e2948ccc928f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c7da7fce-a124-48b6-b0fe-e2948ccc928f img.shogun-image {
  /* Add background color handling */
  
}

#s-c7da7fce-a124-48b6-b0fe-e2948ccc928f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7da7fce-a124-48b6-b0fe-e2948ccc928f .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-c7da7fce-a124-48b6-b0fe-e2948ccc928f .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7da7fce-a124-48b6-b0fe-e2948ccc928f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7da7fce-a124-48b6-b0fe-e2948ccc928f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-c7da7fce-a124-48b6-b0fe-e2948ccc928f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shogun-image {
  box-sizing: border-box;
}



.s-c7da7fce-a124-48b6-b0fe-e2948ccc928f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c7da7fce-a124-48b6-b0fe-e2948ccc928f {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shogun-image-container {
      position: relative;
    }

    .s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7da7fce-a124-48b6-b0fe-e2948ccc928f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c7da7fce-a124-48b6-b0fe-e2948ccc928f {
  margin: 0 !important;
  overflow: visible;
}

#s-c7da7fce-a124-48b6-b0fe-e2948ccc928f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c7da7fce-a124-48b6-b0fe-e2948ccc928f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c7da7fce-a124-48b6-b0fe-e2948ccc928f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c7da7fce-a124-48b6-b0fe-e2948ccc928f img.shogun-image {
  /* Add background color handling */
  
}

#s-c7da7fce-a124-48b6-b0fe-e2948ccc928f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7da7fce-a124-48b6-b0fe-e2948ccc928f .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-c7da7fce-a124-48b6-b0fe-e2948ccc928f .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7da7fce-a124-48b6-b0fe-e2948ccc928f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7da7fce-a124-48b6-b0fe-e2948ccc928f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-c7da7fce-a124-48b6-b0fe-e2948ccc928f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shogun-image {
  box-sizing: border-box;
}



.s-c7da7fce-a124-48b6-b0fe-e2948ccc928f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c7da7fce-a124-48b6-b0fe-e2948ccc928f {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shogun-image-container {
      position: relative;
    }

    .s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7da7fce-a124-48b6-b0fe-e2948ccc928f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c7da7fce-a124-48b6-b0fe-e2948ccc928f {
  margin: 0 !important;
  overflow: visible;
}

#s-c7da7fce-a124-48b6-b0fe-e2948ccc928f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c7da7fce-a124-48b6-b0fe-e2948ccc928f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c7da7fce-a124-48b6-b0fe-e2948ccc928f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c7da7fce-a124-48b6-b0fe-e2948ccc928f img.shogun-image {
  /* Add background color handling */
  
}

#s-c7da7fce-a124-48b6-b0fe-e2948ccc928f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7da7fce-a124-48b6-b0fe-e2948ccc928f .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-c7da7fce-a124-48b6-b0fe-e2948ccc928f .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7da7fce-a124-48b6-b0fe-e2948ccc928f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7da7fce-a124-48b6-b0fe-e2948ccc928f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-c7da7fce-a124-48b6-b0fe-e2948ccc928f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shogun-image {
  box-sizing: border-box;
}



.s-c7da7fce-a124-48b6-b0fe-e2948ccc928f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c7da7fce-a124-48b6-b0fe-e2948ccc928f {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shogun-image-container {
      position: relative;
    }

    .s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7da7fce-a124-48b6-b0fe-e2948ccc928f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (max-width: 767px){#s-c7da7fce-a124-48b6-b0fe-e2948ccc928f {
  margin: 0 !important;
  overflow: visible;
}

#s-c7da7fce-a124-48b6-b0fe-e2948ccc928f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c7da7fce-a124-48b6-b0fe-e2948ccc928f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c7da7fce-a124-48b6-b0fe-e2948ccc928f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c7da7fce-a124-48b6-b0fe-e2948ccc928f img.shogun-image {
  /* Add background color handling */
  
}

#s-c7da7fce-a124-48b6-b0fe-e2948ccc928f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7da7fce-a124-48b6-b0fe-e2948ccc928f .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-c7da7fce-a124-48b6-b0fe-e2948ccc928f .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7da7fce-a124-48b6-b0fe-e2948ccc928f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7da7fce-a124-48b6-b0fe-e2948ccc928f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-c7da7fce-a124-48b6-b0fe-e2948ccc928f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shogun-image {
  box-sizing: border-box;
}



.s-c7da7fce-a124-48b6-b0fe-e2948ccc928f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c7da7fce-a124-48b6-b0fe-e2948ccc928f {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shogun-image-container {
      position: relative;
    }

    .s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7da7fce-a124-48b6-b0fe-e2948ccc928f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7da7fce-a124-48b6-b0fe-e2948ccc928f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
