.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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-a2be9ff2-cad4-42d4-81da-3b77e6223d89 {
  min-height: 50px;
background-color: rgba(228, 229, 251, 1);
}








#s-a2be9ff2-cad4-42d4-81da-3b77e6223d89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a2be9ff2-cad4-42d4-81da-3b77e6223d89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f529505a-5023-4d8c-b7d4-b1a12e6b6d91 {
  padding-top: 64px;
padding-bottom: 64px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(166, 125, 236, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(228, 229, 251, 1);
}
@media (max-width: 767px){#s-f529505a-5023-4d8c-b7d4-b1a12e6b6d91 {
  padding-top: 32px;
padding-bottom: 20px;
}
}







#s-f529505a-5023-4d8c-b7d4-b1a12e6b6d91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f529505a-5023-4d8c-b7d4-b1a12e6b6d91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-efc49a6e-4a22-4cbd-b848-018f3f5bceb1 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-efc49a6e-4a22-4cbd-b848-018f3f5bceb1 {
  
}
}
#s-efc49a6e-4a22-4cbd-b848-018f3f5bceb1 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-efc49a6e-4a22-4cbd-b848-018f3f5bceb1 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: center;
}


}@media (max-width: 767px){#s-efc49a6e-4a22-4cbd-b848-018f3f5bceb1 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: center;
}


}
.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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;
  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-9fa2098e-592b-4123-a83b-a71e918baab1 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 450px;
text-align: center;
}
@media (max-width: 767px){#s-9fa2098e-592b-4123-a83b-a71e918baab1 {
  margin-left: 3%;
margin-right: 3%;
}
}






  #s-9fa2098e-592b-4123-a83b-a71e918baab1 img.shogun-image {
    

    
    
    
  }


#s-9fa2098e-592b-4123-a83b-a71e918baab1 .shogun-image-content {
  
    align-items: center;
  
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-b38b03f9-9f5b-45dc-a26b-66466550d083 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-b38b03f9-9f5b-45dc-a26b-66466550d083 {
  display: none;
}
#s-b38b03f9-9f5b-45dc-a26b-66466550d083, #wrap-s-b38b03f9-9f5b-45dc-a26b-66466550d083 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b38b03f9-9f5b-45dc-a26b-66466550d083 {
  display: none;
}
#s-b38b03f9-9f5b-45dc-a26b-66466550d083, #wrap-s-b38b03f9-9f5b-45dc-a26b-66466550d083 { display: none !important; }}
#s-b38b03f9-9f5b-45dc-a26b-66466550d083 .shg-sld-dot {
  background-color: rgba(51, 18, 121, 1);
}

#s-b38b03f9-9f5b-45dc-a26b-66466550d083 .shg-sld-nav-button.shg-sld-left,
#s-b38b03f9-9f5b-45dc-a26b-66466550d083 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(51, 18, 121, 1);
}

#s-373a3c2c-f584-4c11-a491-3dd1bb764f4b {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-373a3c2c-f584-4c11-a491-3dd1bb764f4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-373a3c2c-f584-4c11-a491-3dd1bb764f4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-image-content-wrapper {
  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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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;
  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;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-454c2abb-b0be-44d6-adc3-570d5a36c662 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 1500px;
aspect-ratio: 1500/1204;
text-align: center;
}



.shg-image-margin-container-s-454c2abb-b0be-44d6-adc3-570d5a36c662 {
  
  
  
  
}

#s-454c2abb-b0be-44d6-adc3-570d5a36c662 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-454c2abb-b0be-44d6-adc3-570d5a36c662 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-454c2abb-b0be-44d6-adc3-570d5a36c662 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-454c2abb-b0be-44d6-adc3-570d5a36c662 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-454c2abb-b0be-44d6-adc3-570d5a36c662.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-454c2abb-b0be-44d6-adc3-570d5a36c662 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-454c2abb-b0be-44d6-adc3-570d5a36c662.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-454c2abb-b0be-44d6-adc3-570d5a36c662 .shogun-image-content {
  
    align-items: center;
  
}

.s-454c2abb-b0be-44d6-adc3-570d5a36c662.shg-align-container {
  display: flex;
  justify-content: center
}

.s-454c2abb-b0be-44d6-adc3-570d5a36c662.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-454c2abb-b0be-44d6-adc3-570d5a36c662.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-454c2abb-b0be-44d6-adc3-570d5a36c662 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-454c2abb-b0be-44d6-adc3-570d5a36c662.shogun-image-container {
      position: relative;
    }

    .s-454c2abb-b0be-44d6-adc3-570d5a36c662.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-454c2abb-b0be-44d6-adc3-570d5a36c662.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-454c2abb-b0be-44d6-adc3-570d5a36c662 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-454c2abb-b0be-44d6-adc3-570d5a36c662 {
  
  
  
  
}

#s-454c2abb-b0be-44d6-adc3-570d5a36c662 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-454c2abb-b0be-44d6-adc3-570d5a36c662 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-454c2abb-b0be-44d6-adc3-570d5a36c662 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-454c2abb-b0be-44d6-adc3-570d5a36c662 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-454c2abb-b0be-44d6-adc3-570d5a36c662.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-454c2abb-b0be-44d6-adc3-570d5a36c662 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-454c2abb-b0be-44d6-adc3-570d5a36c662.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-454c2abb-b0be-44d6-adc3-570d5a36c662 .shogun-image-content {
  
    align-items: center;
  
}

.s-454c2abb-b0be-44d6-adc3-570d5a36c662.shg-align-container {
  display: flex;
  justify-content: center
}

.s-454c2abb-b0be-44d6-adc3-570d5a36c662.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-454c2abb-b0be-44d6-adc3-570d5a36c662.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-454c2abb-b0be-44d6-adc3-570d5a36c662 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-454c2abb-b0be-44d6-adc3-570d5a36c662.shogun-image-container {
      position: relative;
    }

    .s-454c2abb-b0be-44d6-adc3-570d5a36c662.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-454c2abb-b0be-44d6-adc3-570d5a36c662.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-454c2abb-b0be-44d6-adc3-570d5a36c662 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-454c2abb-b0be-44d6-adc3-570d5a36c662 {
  
  
  
  
}

#s-454c2abb-b0be-44d6-adc3-570d5a36c662 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-454c2abb-b0be-44d6-adc3-570d5a36c662 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-454c2abb-b0be-44d6-adc3-570d5a36c662 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-454c2abb-b0be-44d6-adc3-570d5a36c662 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-454c2abb-b0be-44d6-adc3-570d5a36c662.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-454c2abb-b0be-44d6-adc3-570d5a36c662 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-454c2abb-b0be-44d6-adc3-570d5a36c662.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-454c2abb-b0be-44d6-adc3-570d5a36c662 .shogun-image-content {
  
    align-items: center;
  
}

.s-454c2abb-b0be-44d6-adc3-570d5a36c662.shg-align-container {
  display: flex;
  justify-content: center
}

.s-454c2abb-b0be-44d6-adc3-570d5a36c662.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-454c2abb-b0be-44d6-adc3-570d5a36c662.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-454c2abb-b0be-44d6-adc3-570d5a36c662 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-454c2abb-b0be-44d6-adc3-570d5a36c662.shogun-image-container {
      position: relative;
    }

    .s-454c2abb-b0be-44d6-adc3-570d5a36c662.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-454c2abb-b0be-44d6-adc3-570d5a36c662.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-454c2abb-b0be-44d6-adc3-570d5a36c662 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-454c2abb-b0be-44d6-adc3-570d5a36c662 {
  
  
  
  
}

#s-454c2abb-b0be-44d6-adc3-570d5a36c662 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-454c2abb-b0be-44d6-adc3-570d5a36c662 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-454c2abb-b0be-44d6-adc3-570d5a36c662 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-454c2abb-b0be-44d6-adc3-570d5a36c662 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-454c2abb-b0be-44d6-adc3-570d5a36c662.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-454c2abb-b0be-44d6-adc3-570d5a36c662 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-454c2abb-b0be-44d6-adc3-570d5a36c662.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-454c2abb-b0be-44d6-adc3-570d5a36c662 .shogun-image-content {
  
    align-items: center;
  
}

.s-454c2abb-b0be-44d6-adc3-570d5a36c662.shg-align-container {
  display: flex;
  justify-content: center
}

.s-454c2abb-b0be-44d6-adc3-570d5a36c662.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-454c2abb-b0be-44d6-adc3-570d5a36c662.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-454c2abb-b0be-44d6-adc3-570d5a36c662 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-454c2abb-b0be-44d6-adc3-570d5a36c662.shogun-image-container {
      position: relative;
    }

    .s-454c2abb-b0be-44d6-adc3-570d5a36c662.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-454c2abb-b0be-44d6-adc3-570d5a36c662.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-454c2abb-b0be-44d6-adc3-570d5a36c662 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-454c2abb-b0be-44d6-adc3-570d5a36c662 {
  
  
  
  
}

#s-454c2abb-b0be-44d6-adc3-570d5a36c662 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-454c2abb-b0be-44d6-adc3-570d5a36c662 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-454c2abb-b0be-44d6-adc3-570d5a36c662 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-454c2abb-b0be-44d6-adc3-570d5a36c662 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-454c2abb-b0be-44d6-adc3-570d5a36c662.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-454c2abb-b0be-44d6-adc3-570d5a36c662 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-454c2abb-b0be-44d6-adc3-570d5a36c662.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-454c2abb-b0be-44d6-adc3-570d5a36c662 .shogun-image-content {
  
    align-items: center;
  
}

.s-454c2abb-b0be-44d6-adc3-570d5a36c662.shg-align-container {
  display: flex;
  justify-content: center
}

.s-454c2abb-b0be-44d6-adc3-570d5a36c662.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-454c2abb-b0be-44d6-adc3-570d5a36c662.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-454c2abb-b0be-44d6-adc3-570d5a36c662 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-454c2abb-b0be-44d6-adc3-570d5a36c662.shogun-image-container {
      position: relative;
    }

    .s-454c2abb-b0be-44d6-adc3-570d5a36c662.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-454c2abb-b0be-44d6-adc3-570d5a36c662.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-454c2abb-b0be-44d6-adc3-570d5a36c662 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
max-width: 994px;
aspect-ratio: 994/263;
text-align: center;
}



.shg-image-margin-container-s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 {
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 .shogun-image-content {
  
    align-items: center;
  
}

.s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shogun-image-container {
      position: relative;
    }

    .s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 {
  
  
  
  
}

#s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 .shogun-image-content {
  
    align-items: center;
  
}

.s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shogun-image-container {
      position: relative;
    }

    .s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 {
  
  
  
  
}

#s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 .shogun-image-content {
  
    align-items: center;
  
}

.s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shogun-image-container {
      position: relative;
    }

    .s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 {
  
  
  
  
}

#s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 .shogun-image-content {
  
    align-items: center;
  
}

.s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shogun-image-container {
      position: relative;
    }

    .s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 {
  
  
  
  
}

#s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 .shogun-image-content {
  
    align-items: center;
  
}

.s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shogun-image-container {
      position: relative;
    }

    .s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5da1fb46-48bf-41e4-ac8e-16cdf9529575.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5da1fb46-48bf-41e4-ac8e-16cdf9529575 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}
#s-b5041e53-64a1-4d4f-b103-49030260d259 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b5041e53-64a1-4d4f-b103-49030260d259 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b5041e53-64a1-4d4f-b103-49030260d259.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e20b0091-fee9-4cca-95d1-fb5ac921c414 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 1500px;
aspect-ratio: 1500/1204;
text-align: center;
}



.shg-image-margin-container-s-e20b0091-fee9-4cca-95d1-fb5ac921c414 {
  
  
  
  
}

#s-e20b0091-fee9-4cca-95d1-fb5ac921c414 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e20b0091-fee9-4cca-95d1-fb5ac921c414 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-e20b0091-fee9-4cca-95d1-fb5ac921c414 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e20b0091-fee9-4cca-95d1-fb5ac921c414 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e20b0091-fee9-4cca-95d1-fb5ac921c414 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-e20b0091-fee9-4cca-95d1-fb5ac921c414 .shogun-image-content {
  
    align-items: center;
  
}

.s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e20b0091-fee9-4cca-95d1-fb5ac921c414 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shogun-image-container {
      position: relative;
    }

    .s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e20b0091-fee9-4cca-95d1-fb5ac921c414 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e20b0091-fee9-4cca-95d1-fb5ac921c414 {
  
  
  
  
}

#s-e20b0091-fee9-4cca-95d1-fb5ac921c414 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e20b0091-fee9-4cca-95d1-fb5ac921c414 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-e20b0091-fee9-4cca-95d1-fb5ac921c414 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e20b0091-fee9-4cca-95d1-fb5ac921c414 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e20b0091-fee9-4cca-95d1-fb5ac921c414 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-e20b0091-fee9-4cca-95d1-fb5ac921c414 .shogun-image-content {
  
    align-items: center;
  
}

.s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e20b0091-fee9-4cca-95d1-fb5ac921c414 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shogun-image-container {
      position: relative;
    }

    .s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e20b0091-fee9-4cca-95d1-fb5ac921c414 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-e20b0091-fee9-4cca-95d1-fb5ac921c414 {
  
  
  
  
}

#s-e20b0091-fee9-4cca-95d1-fb5ac921c414 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e20b0091-fee9-4cca-95d1-fb5ac921c414 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-e20b0091-fee9-4cca-95d1-fb5ac921c414 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e20b0091-fee9-4cca-95d1-fb5ac921c414 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e20b0091-fee9-4cca-95d1-fb5ac921c414 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-e20b0091-fee9-4cca-95d1-fb5ac921c414 .shogun-image-content {
  
    align-items: center;
  
}

.s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e20b0091-fee9-4cca-95d1-fb5ac921c414 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shogun-image-container {
      position: relative;
    }

    .s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e20b0091-fee9-4cca-95d1-fb5ac921c414 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-e20b0091-fee9-4cca-95d1-fb5ac921c414 {
  
  
  
  
}

#s-e20b0091-fee9-4cca-95d1-fb5ac921c414 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e20b0091-fee9-4cca-95d1-fb5ac921c414 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-e20b0091-fee9-4cca-95d1-fb5ac921c414 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e20b0091-fee9-4cca-95d1-fb5ac921c414 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e20b0091-fee9-4cca-95d1-fb5ac921c414 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-e20b0091-fee9-4cca-95d1-fb5ac921c414 .shogun-image-content {
  
    align-items: center;
  
}

.s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e20b0091-fee9-4cca-95d1-fb5ac921c414 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shogun-image-container {
      position: relative;
    }

    .s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e20b0091-fee9-4cca-95d1-fb5ac921c414 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-e20b0091-fee9-4cca-95d1-fb5ac921c414 {
  
  
  
  
}

#s-e20b0091-fee9-4cca-95d1-fb5ac921c414 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e20b0091-fee9-4cca-95d1-fb5ac921c414 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-e20b0091-fee9-4cca-95d1-fb5ac921c414 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e20b0091-fee9-4cca-95d1-fb5ac921c414 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e20b0091-fee9-4cca-95d1-fb5ac921c414 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-e20b0091-fee9-4cca-95d1-fb5ac921c414 .shogun-image-content {
  
    align-items: center;
  
}

.s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e20b0091-fee9-4cca-95d1-fb5ac921c414 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shogun-image-container {
      position: relative;
    }

    .s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e20b0091-fee9-4cca-95d1-fb5ac921c414.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e20b0091-fee9-4cca-95d1-fb5ac921c414 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
max-width: 994px;
aspect-ratio: 994/263;
text-align: center;
}



.shg-image-margin-container-s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e {
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e .shogun-image-content {
  
    align-items: center;
  
}

.s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shogun-image-container {
      position: relative;
    }

    .s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e {
  
  
  
  
}

#s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e .shogun-image-content {
  
    align-items: center;
  
}

.s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shogun-image-container {
      position: relative;
    }

    .s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e {
  
  
  
  
}

#s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e .shogun-image-content {
  
    align-items: center;
  
}

.s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shogun-image-container {
      position: relative;
    }

    .s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e {
  
  
  
  
}

#s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e .shogun-image-content {
  
    align-items: center;
  
}

.s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shogun-image-container {
      position: relative;
    }

    .s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e {
  
  
  
  
}

#s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e .shogun-image-content {
  
    align-items: center;
  
}

.s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shogun-image-container {
      position: relative;
    }

    .s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cf71ea2-7bac-4fef-90ed-6b7f2fc9dc2e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}
#s-33f81045-bc08-45c7-ba4d-479b068e9d9a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-33f81045-bc08-45c7-ba4d-479b068e9d9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-33f81045-bc08-45c7-ba4d-479b068e9d9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9421f14-6118-4237-80d7-17c016bc1b40 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 1500px;
aspect-ratio: 1500/1204;
text-align: center;
}



.shg-image-margin-container-s-b9421f14-6118-4237-80d7-17c016bc1b40 {
  
  
  
  
}

#s-b9421f14-6118-4237-80d7-17c016bc1b40 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9421f14-6118-4237-80d7-17c016bc1b40 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-b9421f14-6118-4237-80d7-17c016bc1b40 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9421f14-6118-4237-80d7-17c016bc1b40 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9421f14-6118-4237-80d7-17c016bc1b40.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9421f14-6118-4237-80d7-17c016bc1b40 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-b9421f14-6118-4237-80d7-17c016bc1b40.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-b9421f14-6118-4237-80d7-17c016bc1b40 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9421f14-6118-4237-80d7-17c016bc1b40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9421f14-6118-4237-80d7-17c016bc1b40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9421f14-6118-4237-80d7-17c016bc1b40.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b9421f14-6118-4237-80d7-17c016bc1b40 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-b9421f14-6118-4237-80d7-17c016bc1b40.shogun-image-container {
      position: relative;
    }

    .s-b9421f14-6118-4237-80d7-17c016bc1b40.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9421f14-6118-4237-80d7-17c016bc1b40.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9421f14-6118-4237-80d7-17c016bc1b40 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b9421f14-6118-4237-80d7-17c016bc1b40 {
  
  
  
  
}

#s-b9421f14-6118-4237-80d7-17c016bc1b40 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9421f14-6118-4237-80d7-17c016bc1b40 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-b9421f14-6118-4237-80d7-17c016bc1b40 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9421f14-6118-4237-80d7-17c016bc1b40 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9421f14-6118-4237-80d7-17c016bc1b40.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9421f14-6118-4237-80d7-17c016bc1b40 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-b9421f14-6118-4237-80d7-17c016bc1b40.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-b9421f14-6118-4237-80d7-17c016bc1b40 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9421f14-6118-4237-80d7-17c016bc1b40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9421f14-6118-4237-80d7-17c016bc1b40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9421f14-6118-4237-80d7-17c016bc1b40.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b9421f14-6118-4237-80d7-17c016bc1b40 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-b9421f14-6118-4237-80d7-17c016bc1b40.shogun-image-container {
      position: relative;
    }

    .s-b9421f14-6118-4237-80d7-17c016bc1b40.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9421f14-6118-4237-80d7-17c016bc1b40.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9421f14-6118-4237-80d7-17c016bc1b40 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-b9421f14-6118-4237-80d7-17c016bc1b40 {
  
  
  
  
}

#s-b9421f14-6118-4237-80d7-17c016bc1b40 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9421f14-6118-4237-80d7-17c016bc1b40 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-b9421f14-6118-4237-80d7-17c016bc1b40 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9421f14-6118-4237-80d7-17c016bc1b40 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9421f14-6118-4237-80d7-17c016bc1b40.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9421f14-6118-4237-80d7-17c016bc1b40 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-b9421f14-6118-4237-80d7-17c016bc1b40.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-b9421f14-6118-4237-80d7-17c016bc1b40 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9421f14-6118-4237-80d7-17c016bc1b40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9421f14-6118-4237-80d7-17c016bc1b40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9421f14-6118-4237-80d7-17c016bc1b40.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b9421f14-6118-4237-80d7-17c016bc1b40 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-b9421f14-6118-4237-80d7-17c016bc1b40.shogun-image-container {
      position: relative;
    }

    .s-b9421f14-6118-4237-80d7-17c016bc1b40.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9421f14-6118-4237-80d7-17c016bc1b40.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9421f14-6118-4237-80d7-17c016bc1b40 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-b9421f14-6118-4237-80d7-17c016bc1b40 {
  
  
  
  
}

#s-b9421f14-6118-4237-80d7-17c016bc1b40 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9421f14-6118-4237-80d7-17c016bc1b40 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-b9421f14-6118-4237-80d7-17c016bc1b40 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9421f14-6118-4237-80d7-17c016bc1b40 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9421f14-6118-4237-80d7-17c016bc1b40.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9421f14-6118-4237-80d7-17c016bc1b40 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-b9421f14-6118-4237-80d7-17c016bc1b40.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-b9421f14-6118-4237-80d7-17c016bc1b40 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9421f14-6118-4237-80d7-17c016bc1b40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9421f14-6118-4237-80d7-17c016bc1b40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9421f14-6118-4237-80d7-17c016bc1b40.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b9421f14-6118-4237-80d7-17c016bc1b40 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-b9421f14-6118-4237-80d7-17c016bc1b40.shogun-image-container {
      position: relative;
    }

    .s-b9421f14-6118-4237-80d7-17c016bc1b40.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9421f14-6118-4237-80d7-17c016bc1b40.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9421f14-6118-4237-80d7-17c016bc1b40 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-b9421f14-6118-4237-80d7-17c016bc1b40 {
  
  
  
  
}

#s-b9421f14-6118-4237-80d7-17c016bc1b40 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9421f14-6118-4237-80d7-17c016bc1b40 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-b9421f14-6118-4237-80d7-17c016bc1b40 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9421f14-6118-4237-80d7-17c016bc1b40 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9421f14-6118-4237-80d7-17c016bc1b40.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9421f14-6118-4237-80d7-17c016bc1b40 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-b9421f14-6118-4237-80d7-17c016bc1b40.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-b9421f14-6118-4237-80d7-17c016bc1b40 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9421f14-6118-4237-80d7-17c016bc1b40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9421f14-6118-4237-80d7-17c016bc1b40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9421f14-6118-4237-80d7-17c016bc1b40.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b9421f14-6118-4237-80d7-17c016bc1b40 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-b9421f14-6118-4237-80d7-17c016bc1b40.shogun-image-container {
      position: relative;
    }

    .s-b9421f14-6118-4237-80d7-17c016bc1b40.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9421f14-6118-4237-80d7-17c016bc1b40.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9421f14-6118-4237-80d7-17c016bc1b40 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-4734676f-60c7-45d9-8b1e-ba3e963da41d {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
max-width: 994px;
aspect-ratio: 994/263;
text-align: center;
}



.shg-image-margin-container-s-4734676f-60c7-45d9-8b1e-ba3e963da41d {
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-4734676f-60c7-45d9-8b1e-ba3e963da41d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4734676f-60c7-45d9-8b1e-ba3e963da41d .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-4734676f-60c7-45d9-8b1e-ba3e963da41d .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4734676f-60c7-45d9-8b1e-ba3e963da41d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4734676f-60c7-45d9-8b1e-ba3e963da41d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-4734676f-60c7-45d9-8b1e-ba3e963da41d .shogun-image-content {
  
    align-items: center;
  
}

.s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4734676f-60c7-45d9-8b1e-ba3e963da41d {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shogun-image-container {
      position: relative;
    }

    .s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4734676f-60c7-45d9-8b1e-ba3e963da41d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4734676f-60c7-45d9-8b1e-ba3e963da41d {
  
  
  
  
}

#s-4734676f-60c7-45d9-8b1e-ba3e963da41d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4734676f-60c7-45d9-8b1e-ba3e963da41d .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-4734676f-60c7-45d9-8b1e-ba3e963da41d .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4734676f-60c7-45d9-8b1e-ba3e963da41d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4734676f-60c7-45d9-8b1e-ba3e963da41d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-4734676f-60c7-45d9-8b1e-ba3e963da41d .shogun-image-content {
  
    align-items: center;
  
}

.s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4734676f-60c7-45d9-8b1e-ba3e963da41d {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shogun-image-container {
      position: relative;
    }

    .s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4734676f-60c7-45d9-8b1e-ba3e963da41d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-4734676f-60c7-45d9-8b1e-ba3e963da41d {
  
  
  
  
}

#s-4734676f-60c7-45d9-8b1e-ba3e963da41d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4734676f-60c7-45d9-8b1e-ba3e963da41d .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-4734676f-60c7-45d9-8b1e-ba3e963da41d .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4734676f-60c7-45d9-8b1e-ba3e963da41d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4734676f-60c7-45d9-8b1e-ba3e963da41d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-4734676f-60c7-45d9-8b1e-ba3e963da41d .shogun-image-content {
  
    align-items: center;
  
}

.s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4734676f-60c7-45d9-8b1e-ba3e963da41d {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shogun-image-container {
      position: relative;
    }

    .s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4734676f-60c7-45d9-8b1e-ba3e963da41d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-4734676f-60c7-45d9-8b1e-ba3e963da41d {
  
  
  
  
}

#s-4734676f-60c7-45d9-8b1e-ba3e963da41d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4734676f-60c7-45d9-8b1e-ba3e963da41d .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-4734676f-60c7-45d9-8b1e-ba3e963da41d .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4734676f-60c7-45d9-8b1e-ba3e963da41d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4734676f-60c7-45d9-8b1e-ba3e963da41d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-4734676f-60c7-45d9-8b1e-ba3e963da41d .shogun-image-content {
  
    align-items: center;
  
}

.s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4734676f-60c7-45d9-8b1e-ba3e963da41d {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shogun-image-container {
      position: relative;
    }

    .s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4734676f-60c7-45d9-8b1e-ba3e963da41d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-4734676f-60c7-45d9-8b1e-ba3e963da41d {
  
  
  
  
}

#s-4734676f-60c7-45d9-8b1e-ba3e963da41d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4734676f-60c7-45d9-8b1e-ba3e963da41d .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-4734676f-60c7-45d9-8b1e-ba3e963da41d .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4734676f-60c7-45d9-8b1e-ba3e963da41d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4734676f-60c7-45d9-8b1e-ba3e963da41d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-4734676f-60c7-45d9-8b1e-ba3e963da41d .shogun-image-content {
  
    align-items: center;
  
}

.s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4734676f-60c7-45d9-8b1e-ba3e963da41d {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shogun-image-container {
      position: relative;
    }

    .s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4734676f-60c7-45d9-8b1e-ba3e963da41d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4734676f-60c7-45d9-8b1e-ba3e963da41d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}
#s-04b6273b-05b3-493d-afcb-ba58b0e7301a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-04b6273b-05b3-493d-afcb-ba58b0e7301a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-04b6273b-05b3-493d-afcb-ba58b0e7301a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 1500px;
aspect-ratio: 1500/1204;
text-align: center;
}



.shg-image-margin-container-s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f {
  
  
  
  
}

#s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f .shogun-image-content {
  
    align-items: center;
  
}

.s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shogun-image-container {
      position: relative;
    }

    .s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f {
  
  
  
  
}

#s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f .shogun-image-content {
  
    align-items: center;
  
}

.s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shogun-image-container {
      position: relative;
    }

    .s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f {
  
  
  
  
}

#s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f .shogun-image-content {
  
    align-items: center;
  
}

.s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shogun-image-container {
      position: relative;
    }

    .s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f {
  
  
  
  
}

#s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f .shogun-image-content {
  
    align-items: center;
  
}

.s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shogun-image-container {
      position: relative;
    }

    .s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f {
  
  
  
  
}

#s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f .shogun-image-content {
  
    align-items: center;
  
}

.s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shogun-image-container {
      position: relative;
    }

    .s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c7ad1ec-5297-4b15-90ff-bf8440cc378f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-e8b345af-9734-4f35-bbb5-e711e86b4d39 {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
max-width: 994px;
aspect-ratio: 994/263;
text-align: center;
}



.shg-image-margin-container-s-e8b345af-9734-4f35-bbb5-e711e86b4d39 {
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-e8b345af-9734-4f35-bbb5-e711e86b4d39 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8b345af-9734-4f35-bbb5-e711e86b4d39 .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-e8b345af-9734-4f35-bbb5-e711e86b4d39 .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8b345af-9734-4f35-bbb5-e711e86b4d39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8b345af-9734-4f35-bbb5-e711e86b4d39 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-e8b345af-9734-4f35-bbb5-e711e86b4d39 .shogun-image-content {
  
    align-items: center;
  
}

.s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8b345af-9734-4f35-bbb5-e711e86b4d39 {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shogun-image-container {
      position: relative;
    }

    .s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8b345af-9734-4f35-bbb5-e711e86b4d39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e8b345af-9734-4f35-bbb5-e711e86b4d39 {
  
  
  
  
}

#s-e8b345af-9734-4f35-bbb5-e711e86b4d39 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8b345af-9734-4f35-bbb5-e711e86b4d39 .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-e8b345af-9734-4f35-bbb5-e711e86b4d39 .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8b345af-9734-4f35-bbb5-e711e86b4d39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8b345af-9734-4f35-bbb5-e711e86b4d39 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-e8b345af-9734-4f35-bbb5-e711e86b4d39 .shogun-image-content {
  
    align-items: center;
  
}

.s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8b345af-9734-4f35-bbb5-e711e86b4d39 {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shogun-image-container {
      position: relative;
    }

    .s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8b345af-9734-4f35-bbb5-e711e86b4d39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-e8b345af-9734-4f35-bbb5-e711e86b4d39 {
  
  
  
  
}

#s-e8b345af-9734-4f35-bbb5-e711e86b4d39 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8b345af-9734-4f35-bbb5-e711e86b4d39 .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-e8b345af-9734-4f35-bbb5-e711e86b4d39 .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8b345af-9734-4f35-bbb5-e711e86b4d39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8b345af-9734-4f35-bbb5-e711e86b4d39 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-e8b345af-9734-4f35-bbb5-e711e86b4d39 .shogun-image-content {
  
    align-items: center;
  
}

.s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8b345af-9734-4f35-bbb5-e711e86b4d39 {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shogun-image-container {
      position: relative;
    }

    .s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8b345af-9734-4f35-bbb5-e711e86b4d39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-e8b345af-9734-4f35-bbb5-e711e86b4d39 {
  
  
  
  
}

#s-e8b345af-9734-4f35-bbb5-e711e86b4d39 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8b345af-9734-4f35-bbb5-e711e86b4d39 .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-e8b345af-9734-4f35-bbb5-e711e86b4d39 .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8b345af-9734-4f35-bbb5-e711e86b4d39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8b345af-9734-4f35-bbb5-e711e86b4d39 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-e8b345af-9734-4f35-bbb5-e711e86b4d39 .shogun-image-content {
  
    align-items: center;
  
}

.s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8b345af-9734-4f35-bbb5-e711e86b4d39 {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shogun-image-container {
      position: relative;
    }

    .s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8b345af-9734-4f35-bbb5-e711e86b4d39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-e8b345af-9734-4f35-bbb5-e711e86b4d39 {
  
  
  
  
}

#s-e8b345af-9734-4f35-bbb5-e711e86b4d39 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8b345af-9734-4f35-bbb5-e711e86b4d39 .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-e8b345af-9734-4f35-bbb5-e711e86b4d39 .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8b345af-9734-4f35-bbb5-e711e86b4d39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8b345af-9734-4f35-bbb5-e711e86b4d39 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-e8b345af-9734-4f35-bbb5-e711e86b4d39 .shogun-image-content {
  
    align-items: center;
  
}

.s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8b345af-9734-4f35-bbb5-e711e86b4d39 {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shogun-image-container {
      position: relative;
    }

    .s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8b345af-9734-4f35-bbb5-e711e86b4d39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8b345af-9734-4f35-bbb5-e711e86b4d39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}
#s-374fd314-b4d1-45b8-b3e0-0156eda1d350 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-374fd314-b4d1-45b8-b3e0-0156eda1d350 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-374fd314-b4d1-45b8-b3e0-0156eda1d350.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6218e9d1-9476-4eee-a919-ac4e82ab944c {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 1500px;
aspect-ratio: 1500/1204;
text-align: center;
}



.shg-image-margin-container-s-6218e9d1-9476-4eee-a919-ac4e82ab944c {
  
  
  
  
}

#s-6218e9d1-9476-4eee-a919-ac4e82ab944c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6218e9d1-9476-4eee-a919-ac4e82ab944c .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-6218e9d1-9476-4eee-a919-ac4e82ab944c .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6218e9d1-9476-4eee-a919-ac4e82ab944c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6218e9d1-9476-4eee-a919-ac4e82ab944c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6218e9d1-9476-4eee-a919-ac4e82ab944c .shogun-image-content {
  
    align-items: center;
  
}

.s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6218e9d1-9476-4eee-a919-ac4e82ab944c {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shogun-image-container {
      position: relative;
    }

    .s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6218e9d1-9476-4eee-a919-ac4e82ab944c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6218e9d1-9476-4eee-a919-ac4e82ab944c {
  
  
  
  
}

#s-6218e9d1-9476-4eee-a919-ac4e82ab944c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6218e9d1-9476-4eee-a919-ac4e82ab944c .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-6218e9d1-9476-4eee-a919-ac4e82ab944c .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6218e9d1-9476-4eee-a919-ac4e82ab944c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6218e9d1-9476-4eee-a919-ac4e82ab944c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6218e9d1-9476-4eee-a919-ac4e82ab944c .shogun-image-content {
  
    align-items: center;
  
}

.s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6218e9d1-9476-4eee-a919-ac4e82ab944c {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shogun-image-container {
      position: relative;
    }

    .s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6218e9d1-9476-4eee-a919-ac4e82ab944c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-6218e9d1-9476-4eee-a919-ac4e82ab944c {
  
  
  
  
}

#s-6218e9d1-9476-4eee-a919-ac4e82ab944c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6218e9d1-9476-4eee-a919-ac4e82ab944c .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-6218e9d1-9476-4eee-a919-ac4e82ab944c .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6218e9d1-9476-4eee-a919-ac4e82ab944c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6218e9d1-9476-4eee-a919-ac4e82ab944c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6218e9d1-9476-4eee-a919-ac4e82ab944c .shogun-image-content {
  
    align-items: center;
  
}

.s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6218e9d1-9476-4eee-a919-ac4e82ab944c {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shogun-image-container {
      position: relative;
    }

    .s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6218e9d1-9476-4eee-a919-ac4e82ab944c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-6218e9d1-9476-4eee-a919-ac4e82ab944c {
  
  
  
  
}

#s-6218e9d1-9476-4eee-a919-ac4e82ab944c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6218e9d1-9476-4eee-a919-ac4e82ab944c .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-6218e9d1-9476-4eee-a919-ac4e82ab944c .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6218e9d1-9476-4eee-a919-ac4e82ab944c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6218e9d1-9476-4eee-a919-ac4e82ab944c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6218e9d1-9476-4eee-a919-ac4e82ab944c .shogun-image-content {
  
    align-items: center;
  
}

.s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6218e9d1-9476-4eee-a919-ac4e82ab944c {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shogun-image-container {
      position: relative;
    }

    .s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6218e9d1-9476-4eee-a919-ac4e82ab944c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-6218e9d1-9476-4eee-a919-ac4e82ab944c {
  
  
  
  
}

#s-6218e9d1-9476-4eee-a919-ac4e82ab944c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6218e9d1-9476-4eee-a919-ac4e82ab944c .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-6218e9d1-9476-4eee-a919-ac4e82ab944c .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6218e9d1-9476-4eee-a919-ac4e82ab944c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6218e9d1-9476-4eee-a919-ac4e82ab944c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6218e9d1-9476-4eee-a919-ac4e82ab944c .shogun-image-content {
  
    align-items: center;
  
}

.s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6218e9d1-9476-4eee-a919-ac4e82ab944c {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shogun-image-container {
      position: relative;
    }

    .s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6218e9d1-9476-4eee-a919-ac4e82ab944c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6218e9d1-9476-4eee-a919-ac4e82ab944c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-d71d7614-e475-49a0-88e1-5de42a8b0f6d {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
max-width: 994px;
aspect-ratio: 994/263;
text-align: center;
}



.shg-image-margin-container-s-d71d7614-e475-49a0-88e1-5de42a8b0f6d {
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-d71d7614-e475-49a0-88e1-5de42a8b0f6d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d71d7614-e475-49a0-88e1-5de42a8b0f6d .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-d71d7614-e475-49a0-88e1-5de42a8b0f6d .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d71d7614-e475-49a0-88e1-5de42a8b0f6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d71d7614-e475-49a0-88e1-5de42a8b0f6d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-d71d7614-e475-49a0-88e1-5de42a8b0f6d .shogun-image-content {
  
    align-items: center;
  
}

.s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d71d7614-e475-49a0-88e1-5de42a8b0f6d {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shogun-image-container {
      position: relative;
    }

    .s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d71d7614-e475-49a0-88e1-5de42a8b0f6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d71d7614-e475-49a0-88e1-5de42a8b0f6d {
  
  
  
  
}

#s-d71d7614-e475-49a0-88e1-5de42a8b0f6d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d71d7614-e475-49a0-88e1-5de42a8b0f6d .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-d71d7614-e475-49a0-88e1-5de42a8b0f6d .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d71d7614-e475-49a0-88e1-5de42a8b0f6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d71d7614-e475-49a0-88e1-5de42a8b0f6d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-d71d7614-e475-49a0-88e1-5de42a8b0f6d .shogun-image-content {
  
    align-items: center;
  
}

.s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d71d7614-e475-49a0-88e1-5de42a8b0f6d {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shogun-image-container {
      position: relative;
    }

    .s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d71d7614-e475-49a0-88e1-5de42a8b0f6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-d71d7614-e475-49a0-88e1-5de42a8b0f6d {
  
  
  
  
}

#s-d71d7614-e475-49a0-88e1-5de42a8b0f6d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d71d7614-e475-49a0-88e1-5de42a8b0f6d .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-d71d7614-e475-49a0-88e1-5de42a8b0f6d .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d71d7614-e475-49a0-88e1-5de42a8b0f6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d71d7614-e475-49a0-88e1-5de42a8b0f6d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-d71d7614-e475-49a0-88e1-5de42a8b0f6d .shogun-image-content {
  
    align-items: center;
  
}

.s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d71d7614-e475-49a0-88e1-5de42a8b0f6d {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shogun-image-container {
      position: relative;
    }

    .s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d71d7614-e475-49a0-88e1-5de42a8b0f6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-d71d7614-e475-49a0-88e1-5de42a8b0f6d {
  
  
  
  
}

#s-d71d7614-e475-49a0-88e1-5de42a8b0f6d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d71d7614-e475-49a0-88e1-5de42a8b0f6d .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-d71d7614-e475-49a0-88e1-5de42a8b0f6d .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d71d7614-e475-49a0-88e1-5de42a8b0f6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d71d7614-e475-49a0-88e1-5de42a8b0f6d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-d71d7614-e475-49a0-88e1-5de42a8b0f6d .shogun-image-content {
  
    align-items: center;
  
}

.s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d71d7614-e475-49a0-88e1-5de42a8b0f6d {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shogun-image-container {
      position: relative;
    }

    .s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d71d7614-e475-49a0-88e1-5de42a8b0f6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-d71d7614-e475-49a0-88e1-5de42a8b0f6d {
  
  
  
  
}

#s-d71d7614-e475-49a0-88e1-5de42a8b0f6d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d71d7614-e475-49a0-88e1-5de42a8b0f6d .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-d71d7614-e475-49a0-88e1-5de42a8b0f6d .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d71d7614-e475-49a0-88e1-5de42a8b0f6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d71d7614-e475-49a0-88e1-5de42a8b0f6d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-d71d7614-e475-49a0-88e1-5de42a8b0f6d .shogun-image-content {
  
    align-items: center;
  
}

.s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d71d7614-e475-49a0-88e1-5de42a8b0f6d {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shogun-image-container {
      position: relative;
    }

    .s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d71d7614-e475-49a0-88e1-5de42a8b0f6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d71d7614-e475-49a0-88e1-5de42a8b0f6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}
#s-d6889fa7-b1d8-4591-b682-ce5811cc6f93 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d6889fa7-b1d8-4591-b682-ce5811cc6f93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d6889fa7-b1d8-4591-b682-ce5811cc6f93.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 1500px;
aspect-ratio: 1500/1204;
text-align: center;
}



.shg-image-margin-container-s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 {
  
  
  
  
}

#s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 .shogun-image-content {
  
    align-items: center;
  
}

.s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shogun-image-container {
      position: relative;
    }

    .s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 {
  
  
  
  
}

#s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 .shogun-image-content {
  
    align-items: center;
  
}

.s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shogun-image-container {
      position: relative;
    }

    .s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 {
  
  
  
  
}

#s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 .shogun-image-content {
  
    align-items: center;
  
}

.s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shogun-image-container {
      position: relative;
    }

    .s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 {
  
  
  
  
}

#s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 .shogun-image-content {
  
    align-items: center;
  
}

.s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shogun-image-container {
      position: relative;
    }

    .s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 {
  
  
  
  
}

#s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 .shogun-image-content {
  
    align-items: center;
  
}

.s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shogun-image-container {
      position: relative;
    }

    .s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34cc8234-8f97-4724-b8c3-aa8fafffcb39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34cc8234-8f97-4724-b8c3-aa8fafffcb39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
max-width: 985px;
aspect-ratio: 985/263;
text-align: center;
}



.shg-image-margin-container-s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 {
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 .shg-image-content-wrapper {
      aspect-ratio: 985/263;
      min-width: 100%;
      height: auto;
    }

    #s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 .shogun-image-link {
      aspect-ratio: 985/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 985px;
  }



  img.s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shogun-image {
    
    
    
    max-height: 985px;
  }


.s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 .shogun-image-content {
  
    align-items: center;
  
}

.s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 {
      --shg-aspect-ratio: calc(985/263); 
    }

    .s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shogun-image-container {
      position: relative;
    }

    .s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 985px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 {
  
  
  
  
}

#s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 .shg-image-content-wrapper {
      aspect-ratio: 985/263;
      min-width: 100%;
      height: auto;
    }

    #s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 .shogun-image-link {
      aspect-ratio: 985/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 985px;
  }



  img.s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shogun-image {
    
    
    
    max-height: 985px;
  }


.s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 .shogun-image-content {
  
    align-items: center;
  
}

.s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 {
      --shg-aspect-ratio: calc(985/263); 
    }

    .s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shogun-image-container {
      position: relative;
    }

    .s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 985px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 {
  
  
  
  
}

#s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 .shg-image-content-wrapper {
      aspect-ratio: 985/263;
      min-width: 100%;
      height: auto;
    }

    #s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 .shogun-image-link {
      aspect-ratio: 985/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 985px;
  }



  img.s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shogun-image {
    
    
    
    max-height: 985px;
  }


.s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 .shogun-image-content {
  
    align-items: center;
  
}

.s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 {
      --shg-aspect-ratio: calc(985/263); 
    }

    .s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shogun-image-container {
      position: relative;
    }

    .s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 985px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 {
  
  
  
  
}

#s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 .shg-image-content-wrapper {
      aspect-ratio: 985/263;
      min-width: 100%;
      height: auto;
    }

    #s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 .shogun-image-link {
      aspect-ratio: 985/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 985px;
  }



  img.s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shogun-image {
    
    
    
    max-height: 985px;
  }


.s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 .shogun-image-content {
  
    align-items: center;
  
}

.s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 {
      --shg-aspect-ratio: calc(985/263); 
    }

    .s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shogun-image-container {
      position: relative;
    }

    .s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 985px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 {
  
  
  
  
}

#s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 .shg-image-content-wrapper {
      aspect-ratio: 985/263;
      min-width: 100%;
      height: auto;
    }

    #s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 .shogun-image-link {
      aspect-ratio: 985/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 985px;
  }



  img.s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shogun-image {
    
    
    
    max-height: 985px;
  }


.s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 .shogun-image-content {
  
    align-items: center;
  
}

.s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 {
      --shg-aspect-ratio: calc(985/263); 
    }

    .s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shogun-image-container {
      position: relative;
    }

    .s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92abcd14-07b2-4e29-8dcc-bdf030db1d55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92abcd14-07b2-4e29-8dcc-bdf030db1d55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 985px;
    }
  }

}
#s-ce61e9cb-f6b3-4d66-8fe3-9187963edcd2 {
  margin-top: 32px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1500px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ce61e9cb-f6b3-4d66-8fe3-9187963edcd2 {
  display: none;
}
#s-ce61e9cb-f6b3-4d66-8fe3-9187963edcd2, #wrap-s-ce61e9cb-f6b3-4d66-8fe3-9187963edcd2 { display: none !important; }}@media (max-width: 767px){#s-ce61e9cb-f6b3-4d66-8fe3-9187963edcd2 {
  display: none;
}
#s-ce61e9cb-f6b3-4d66-8fe3-9187963edcd2, #wrap-s-ce61e9cb-f6b3-4d66-8fe3-9187963edcd2 { display: none !important; }}
#s-ce61e9cb-f6b3-4d66-8fe3-9187963edcd2 .shg-sld-dot {
  background-color: rgba(51, 18, 121, 1);
}

#s-ce61e9cb-f6b3-4d66-8fe3-9187963edcd2 .shg-sld-nav-button.shg-sld-left,
#s-ce61e9cb-f6b3-4d66-8fe3-9187963edcd2 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(51, 18, 121, 1);
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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-b9b5cd3f-ae0f-4ff2-a7a0-3bfcd597c3be {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 1500px;
}
@media (max-width: 767px){#s-b9b5cd3f-ae0f-4ff2-a7a0-3bfcd597c3be {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-b9b5cd3f-ae0f-4ff2-a7a0-3bfcd597c3be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b9b5cd3f-ae0f-4ff2-a7a0-3bfcd597c3be"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-b9b5cd3f-ae0f-4ff2-a7a0-3bfcd597c3be"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-b9b5cd3f-ae0f-4ff2-a7a0-3bfcd597c3be"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-b76a4da1-4e18-46c2-b4ed-530ad99f22ba {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b76a4da1-4e18-46c2-b4ed-530ad99f22ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b76a4da1-4e18-46c2-b4ed-530ad99f22ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 1500px;
aspect-ratio: 1500/1204;
text-align: center;
}



.shg-image-margin-container-s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 {
  
  
  
  
}

#s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 .shogun-image-content {
  
    align-items: center;
  
}

.s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shogun-image-container {
      position: relative;
    }

    .s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 {
  
  
  
  
}

#s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 .shogun-image-content {
  
    align-items: center;
  
}

.s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shogun-image-container {
      position: relative;
    }

    .s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 {
  
  
  
  
}

#s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 .shogun-image-content {
  
    align-items: center;
  
}

.s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shogun-image-container {
      position: relative;
    }

    .s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 {
  
  
  
  
}

#s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 .shogun-image-content {
  
    align-items: center;
  
}

.s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shogun-image-container {
      position: relative;
    }

    .s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 {
  
  
  
  
}

#s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 .shogun-image-content {
  
    align-items: center;
  
}

.s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shogun-image-container {
      position: relative;
    }

    .s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65bdb978-fac3-44e6-afb6-5df4bcdfb412.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65bdb978-fac3-44e6-afb6-5df4bcdfb412 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-5b6113bf-55e3-411e-a9b2-613744b7e8ab {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
max-width: 994px;
aspect-ratio: 994/263;
text-align: center;
}



.shg-image-margin-container-s-5b6113bf-55e3-411e-a9b2-613744b7e8ab {
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-5b6113bf-55e3-411e-a9b2-613744b7e8ab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b6113bf-55e3-411e-a9b2-613744b7e8ab .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-5b6113bf-55e3-411e-a9b2-613744b7e8ab .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b6113bf-55e3-411e-a9b2-613744b7e8ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5b6113bf-55e3-411e-a9b2-613744b7e8ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-5b6113bf-55e3-411e-a9b2-613744b7e8ab .shogun-image-content {
  
    align-items: center;
  
}

.s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b6113bf-55e3-411e-a9b2-613744b7e8ab {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shogun-image-container {
      position: relative;
    }

    .s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b6113bf-55e3-411e-a9b2-613744b7e8ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5b6113bf-55e3-411e-a9b2-613744b7e8ab {
  
  
  
  
}

#s-5b6113bf-55e3-411e-a9b2-613744b7e8ab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b6113bf-55e3-411e-a9b2-613744b7e8ab .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-5b6113bf-55e3-411e-a9b2-613744b7e8ab .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b6113bf-55e3-411e-a9b2-613744b7e8ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5b6113bf-55e3-411e-a9b2-613744b7e8ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-5b6113bf-55e3-411e-a9b2-613744b7e8ab .shogun-image-content {
  
    align-items: center;
  
}

.s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b6113bf-55e3-411e-a9b2-613744b7e8ab {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shogun-image-container {
      position: relative;
    }

    .s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b6113bf-55e3-411e-a9b2-613744b7e8ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-5b6113bf-55e3-411e-a9b2-613744b7e8ab {
  
  
  
  
}

#s-5b6113bf-55e3-411e-a9b2-613744b7e8ab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b6113bf-55e3-411e-a9b2-613744b7e8ab .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-5b6113bf-55e3-411e-a9b2-613744b7e8ab .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b6113bf-55e3-411e-a9b2-613744b7e8ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5b6113bf-55e3-411e-a9b2-613744b7e8ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-5b6113bf-55e3-411e-a9b2-613744b7e8ab .shogun-image-content {
  
    align-items: center;
  
}

.s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b6113bf-55e3-411e-a9b2-613744b7e8ab {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shogun-image-container {
      position: relative;
    }

    .s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b6113bf-55e3-411e-a9b2-613744b7e8ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-5b6113bf-55e3-411e-a9b2-613744b7e8ab {
  
  
  
  
}

#s-5b6113bf-55e3-411e-a9b2-613744b7e8ab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b6113bf-55e3-411e-a9b2-613744b7e8ab .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-5b6113bf-55e3-411e-a9b2-613744b7e8ab .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b6113bf-55e3-411e-a9b2-613744b7e8ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5b6113bf-55e3-411e-a9b2-613744b7e8ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-5b6113bf-55e3-411e-a9b2-613744b7e8ab .shogun-image-content {
  
    align-items: center;
  
}

.s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b6113bf-55e3-411e-a9b2-613744b7e8ab {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shogun-image-container {
      position: relative;
    }

    .s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b6113bf-55e3-411e-a9b2-613744b7e8ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-5b6113bf-55e3-411e-a9b2-613744b7e8ab {
  
  
  
  
}

#s-5b6113bf-55e3-411e-a9b2-613744b7e8ab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b6113bf-55e3-411e-a9b2-613744b7e8ab .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-5b6113bf-55e3-411e-a9b2-613744b7e8ab .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b6113bf-55e3-411e-a9b2-613744b7e8ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5b6113bf-55e3-411e-a9b2-613744b7e8ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-5b6113bf-55e3-411e-a9b2-613744b7e8ab .shogun-image-content {
  
    align-items: center;
  
}

.s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b6113bf-55e3-411e-a9b2-613744b7e8ab {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shogun-image-container {
      position: relative;
    }

    .s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b6113bf-55e3-411e-a9b2-613744b7e8ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b6113bf-55e3-411e-a9b2-613744b7e8ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}
#s-593f265a-9758-4eb3-abf9-e6312ecbbecd {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-593f265a-9758-4eb3-abf9-e6312ecbbecd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-593f265a-9758-4eb3-abf9-e6312ecbbecd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd917ec2-662a-4875-aab0-e761646c8924 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 1500px;
aspect-ratio: 1500/1204;
text-align: center;
}



.shg-image-margin-container-s-bd917ec2-662a-4875-aab0-e761646c8924 {
  
  
  
  
}

#s-bd917ec2-662a-4875-aab0-e761646c8924 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd917ec2-662a-4875-aab0-e761646c8924 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-bd917ec2-662a-4875-aab0-e761646c8924 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd917ec2-662a-4875-aab0-e761646c8924 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd917ec2-662a-4875-aab0-e761646c8924.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd917ec2-662a-4875-aab0-e761646c8924 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-bd917ec2-662a-4875-aab0-e761646c8924.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-bd917ec2-662a-4875-aab0-e761646c8924 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd917ec2-662a-4875-aab0-e761646c8924.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd917ec2-662a-4875-aab0-e761646c8924.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd917ec2-662a-4875-aab0-e761646c8924.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bd917ec2-662a-4875-aab0-e761646c8924 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-bd917ec2-662a-4875-aab0-e761646c8924.shogun-image-container {
      position: relative;
    }

    .s-bd917ec2-662a-4875-aab0-e761646c8924.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd917ec2-662a-4875-aab0-e761646c8924.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd917ec2-662a-4875-aab0-e761646c8924 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-bd917ec2-662a-4875-aab0-e761646c8924 {
  
  
  
  
}

#s-bd917ec2-662a-4875-aab0-e761646c8924 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd917ec2-662a-4875-aab0-e761646c8924 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-bd917ec2-662a-4875-aab0-e761646c8924 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd917ec2-662a-4875-aab0-e761646c8924 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd917ec2-662a-4875-aab0-e761646c8924.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd917ec2-662a-4875-aab0-e761646c8924 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-bd917ec2-662a-4875-aab0-e761646c8924.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-bd917ec2-662a-4875-aab0-e761646c8924 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd917ec2-662a-4875-aab0-e761646c8924.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd917ec2-662a-4875-aab0-e761646c8924.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd917ec2-662a-4875-aab0-e761646c8924.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bd917ec2-662a-4875-aab0-e761646c8924 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-bd917ec2-662a-4875-aab0-e761646c8924.shogun-image-container {
      position: relative;
    }

    .s-bd917ec2-662a-4875-aab0-e761646c8924.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd917ec2-662a-4875-aab0-e761646c8924.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd917ec2-662a-4875-aab0-e761646c8924 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-bd917ec2-662a-4875-aab0-e761646c8924 {
  
  
  
  
}

#s-bd917ec2-662a-4875-aab0-e761646c8924 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd917ec2-662a-4875-aab0-e761646c8924 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-bd917ec2-662a-4875-aab0-e761646c8924 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd917ec2-662a-4875-aab0-e761646c8924 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd917ec2-662a-4875-aab0-e761646c8924.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd917ec2-662a-4875-aab0-e761646c8924 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-bd917ec2-662a-4875-aab0-e761646c8924.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-bd917ec2-662a-4875-aab0-e761646c8924 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd917ec2-662a-4875-aab0-e761646c8924.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd917ec2-662a-4875-aab0-e761646c8924.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd917ec2-662a-4875-aab0-e761646c8924.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bd917ec2-662a-4875-aab0-e761646c8924 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-bd917ec2-662a-4875-aab0-e761646c8924.shogun-image-container {
      position: relative;
    }

    .s-bd917ec2-662a-4875-aab0-e761646c8924.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd917ec2-662a-4875-aab0-e761646c8924.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd917ec2-662a-4875-aab0-e761646c8924 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-bd917ec2-662a-4875-aab0-e761646c8924 {
  
  
  
  
}

#s-bd917ec2-662a-4875-aab0-e761646c8924 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd917ec2-662a-4875-aab0-e761646c8924 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-bd917ec2-662a-4875-aab0-e761646c8924 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd917ec2-662a-4875-aab0-e761646c8924 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd917ec2-662a-4875-aab0-e761646c8924.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd917ec2-662a-4875-aab0-e761646c8924 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-bd917ec2-662a-4875-aab0-e761646c8924.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-bd917ec2-662a-4875-aab0-e761646c8924 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd917ec2-662a-4875-aab0-e761646c8924.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd917ec2-662a-4875-aab0-e761646c8924.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd917ec2-662a-4875-aab0-e761646c8924.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bd917ec2-662a-4875-aab0-e761646c8924 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-bd917ec2-662a-4875-aab0-e761646c8924.shogun-image-container {
      position: relative;
    }

    .s-bd917ec2-662a-4875-aab0-e761646c8924.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd917ec2-662a-4875-aab0-e761646c8924.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd917ec2-662a-4875-aab0-e761646c8924 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-bd917ec2-662a-4875-aab0-e761646c8924 {
  
  
  
  
}

#s-bd917ec2-662a-4875-aab0-e761646c8924 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd917ec2-662a-4875-aab0-e761646c8924 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-bd917ec2-662a-4875-aab0-e761646c8924 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd917ec2-662a-4875-aab0-e761646c8924 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd917ec2-662a-4875-aab0-e761646c8924.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd917ec2-662a-4875-aab0-e761646c8924 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-bd917ec2-662a-4875-aab0-e761646c8924.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-bd917ec2-662a-4875-aab0-e761646c8924 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd917ec2-662a-4875-aab0-e761646c8924.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd917ec2-662a-4875-aab0-e761646c8924.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd917ec2-662a-4875-aab0-e761646c8924.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bd917ec2-662a-4875-aab0-e761646c8924 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-bd917ec2-662a-4875-aab0-e761646c8924.shogun-image-container {
      position: relative;
    }

    .s-bd917ec2-662a-4875-aab0-e761646c8924.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd917ec2-662a-4875-aab0-e761646c8924.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd917ec2-662a-4875-aab0-e761646c8924 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
max-width: 994px;
aspect-ratio: 994/263;
text-align: center;
}



.shg-image-margin-container-s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e {
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e .shogun-image-content {
  
    align-items: center;
  
}

.s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shogun-image-container {
      position: relative;
    }

    .s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e {
  
  
  
  
}

#s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e .shogun-image-content {
  
    align-items: center;
  
}

.s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shogun-image-container {
      position: relative;
    }

    .s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e {
  
  
  
  
}

#s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e .shogun-image-content {
  
    align-items: center;
  
}

.s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shogun-image-container {
      position: relative;
    }

    .s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e {
  
  
  
  
}

#s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e .shogun-image-content {
  
    align-items: center;
  
}

.s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shogun-image-container {
      position: relative;
    }

    .s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e {
  
  
  
  
}

#s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e .shogun-image-content {
  
    align-items: center;
  
}

.s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shogun-image-container {
      position: relative;
    }

    .s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-027c3e10-5cee-4fe1-9936-bd3dd8cce24e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}
#s-7a4611e8-8b6d-4c41-bb28-0a065fce6475 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7a4611e8-8b6d-4c41-bb28-0a065fce6475 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7a4611e8-8b6d-4c41-bb28-0a065fce6475.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 1500px;
aspect-ratio: 1500/1204;
text-align: center;
}



.shg-image-margin-container-s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b {
  
  
  
  
}

#s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b .shogun-image-content {
  
    align-items: center;
  
}

.s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shogun-image-container {
      position: relative;
    }

    .s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b {
  
  
  
  
}

#s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b .shogun-image-content {
  
    align-items: center;
  
}

.s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shogun-image-container {
      position: relative;
    }

    .s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b {
  
  
  
  
}

#s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b .shogun-image-content {
  
    align-items: center;
  
}

.s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shogun-image-container {
      position: relative;
    }

    .s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b {
  
  
  
  
}

#s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b .shogun-image-content {
  
    align-items: center;
  
}

.s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shogun-image-container {
      position: relative;
    }

    .s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b {
  
  
  
  
}

#s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b .shogun-image-content {
  
    align-items: center;
  
}

.s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shogun-image-container {
      position: relative;
    }

    .s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a9d64d7-8f92-4943-b5b4-472f9c059b1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-0d95e0bb-dc74-40af-847c-e3c495c38b7f {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
max-width: 994px;
aspect-ratio: 994/263;
text-align: center;
}



.shg-image-margin-container-s-0d95e0bb-dc74-40af-847c-e3c495c38b7f {
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-0d95e0bb-dc74-40af-847c-e3c495c38b7f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d95e0bb-dc74-40af-847c-e3c495c38b7f .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-0d95e0bb-dc74-40af-847c-e3c495c38b7f .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d95e0bb-dc74-40af-847c-e3c495c38b7f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d95e0bb-dc74-40af-847c-e3c495c38b7f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-0d95e0bb-dc74-40af-847c-e3c495c38b7f .shogun-image-content {
  
    align-items: center;
  
}

.s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d95e0bb-dc74-40af-847c-e3c495c38b7f {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shogun-image-container {
      position: relative;
    }

    .s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d95e0bb-dc74-40af-847c-e3c495c38b7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0d95e0bb-dc74-40af-847c-e3c495c38b7f {
  
  
  
  
}

#s-0d95e0bb-dc74-40af-847c-e3c495c38b7f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d95e0bb-dc74-40af-847c-e3c495c38b7f .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-0d95e0bb-dc74-40af-847c-e3c495c38b7f .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d95e0bb-dc74-40af-847c-e3c495c38b7f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d95e0bb-dc74-40af-847c-e3c495c38b7f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-0d95e0bb-dc74-40af-847c-e3c495c38b7f .shogun-image-content {
  
    align-items: center;
  
}

.s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d95e0bb-dc74-40af-847c-e3c495c38b7f {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shogun-image-container {
      position: relative;
    }

    .s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d95e0bb-dc74-40af-847c-e3c495c38b7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-0d95e0bb-dc74-40af-847c-e3c495c38b7f {
  
  
  
  
}

#s-0d95e0bb-dc74-40af-847c-e3c495c38b7f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d95e0bb-dc74-40af-847c-e3c495c38b7f .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-0d95e0bb-dc74-40af-847c-e3c495c38b7f .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d95e0bb-dc74-40af-847c-e3c495c38b7f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d95e0bb-dc74-40af-847c-e3c495c38b7f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-0d95e0bb-dc74-40af-847c-e3c495c38b7f .shogun-image-content {
  
    align-items: center;
  
}

.s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d95e0bb-dc74-40af-847c-e3c495c38b7f {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shogun-image-container {
      position: relative;
    }

    .s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d95e0bb-dc74-40af-847c-e3c495c38b7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-0d95e0bb-dc74-40af-847c-e3c495c38b7f {
  
  
  
  
}

#s-0d95e0bb-dc74-40af-847c-e3c495c38b7f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d95e0bb-dc74-40af-847c-e3c495c38b7f .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-0d95e0bb-dc74-40af-847c-e3c495c38b7f .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d95e0bb-dc74-40af-847c-e3c495c38b7f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d95e0bb-dc74-40af-847c-e3c495c38b7f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-0d95e0bb-dc74-40af-847c-e3c495c38b7f .shogun-image-content {
  
    align-items: center;
  
}

.s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d95e0bb-dc74-40af-847c-e3c495c38b7f {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shogun-image-container {
      position: relative;
    }

    .s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d95e0bb-dc74-40af-847c-e3c495c38b7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-0d95e0bb-dc74-40af-847c-e3c495c38b7f {
  
  
  
  
}

#s-0d95e0bb-dc74-40af-847c-e3c495c38b7f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d95e0bb-dc74-40af-847c-e3c495c38b7f .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-0d95e0bb-dc74-40af-847c-e3c495c38b7f .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d95e0bb-dc74-40af-847c-e3c495c38b7f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d95e0bb-dc74-40af-847c-e3c495c38b7f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-0d95e0bb-dc74-40af-847c-e3c495c38b7f .shogun-image-content {
  
    align-items: center;
  
}

.s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d95e0bb-dc74-40af-847c-e3c495c38b7f {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shogun-image-container {
      position: relative;
    }

    .s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d95e0bb-dc74-40af-847c-e3c495c38b7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d95e0bb-dc74-40af-847c-e3c495c38b7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}
#s-7cb65db6-9a93-42dd-aa39-addf00785016 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 14016px;
}
@media (max-width: 767px){#s-7cb65db6-9a93-42dd-aa39-addf00785016 {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-7cb65db6-9a93-42dd-aa39-addf00785016"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7cb65db6-9a93-42dd-aa39-addf00785016"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-7cb65db6-9a93-42dd-aa39-addf00785016"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-7cb65db6-9a93-42dd-aa39-addf00785016"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-8b04f279-09c3-4e09-ad98-559dda9679b4 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8b04f279-09c3-4e09-ad98-559dda9679b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8b04f279-09c3-4e09-ad98-559dda9679b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a338f0e3-c81a-45d3-8156-f376032c1134 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 1500px;
aspect-ratio: 1500/1204;
text-align: center;
}



.shg-image-margin-container-s-a338f0e3-c81a-45d3-8156-f376032c1134 {
  
  
  
  
}

#s-a338f0e3-c81a-45d3-8156-f376032c1134 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a338f0e3-c81a-45d3-8156-f376032c1134 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-a338f0e3-c81a-45d3-8156-f376032c1134 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a338f0e3-c81a-45d3-8156-f376032c1134 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a338f0e3-c81a-45d3-8156-f376032c1134.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a338f0e3-c81a-45d3-8156-f376032c1134 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-a338f0e3-c81a-45d3-8156-f376032c1134.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-a338f0e3-c81a-45d3-8156-f376032c1134 .shogun-image-content {
  
    align-items: center;
  
}

.s-a338f0e3-c81a-45d3-8156-f376032c1134.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a338f0e3-c81a-45d3-8156-f376032c1134.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a338f0e3-c81a-45d3-8156-f376032c1134.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a338f0e3-c81a-45d3-8156-f376032c1134 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-a338f0e3-c81a-45d3-8156-f376032c1134.shogun-image-container {
      position: relative;
    }

    .s-a338f0e3-c81a-45d3-8156-f376032c1134.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a338f0e3-c81a-45d3-8156-f376032c1134.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a338f0e3-c81a-45d3-8156-f376032c1134 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a338f0e3-c81a-45d3-8156-f376032c1134 {
  
  
  
  
}

#s-a338f0e3-c81a-45d3-8156-f376032c1134 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a338f0e3-c81a-45d3-8156-f376032c1134 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-a338f0e3-c81a-45d3-8156-f376032c1134 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a338f0e3-c81a-45d3-8156-f376032c1134 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a338f0e3-c81a-45d3-8156-f376032c1134.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a338f0e3-c81a-45d3-8156-f376032c1134 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-a338f0e3-c81a-45d3-8156-f376032c1134.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-a338f0e3-c81a-45d3-8156-f376032c1134 .shogun-image-content {
  
    align-items: center;
  
}

.s-a338f0e3-c81a-45d3-8156-f376032c1134.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a338f0e3-c81a-45d3-8156-f376032c1134.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a338f0e3-c81a-45d3-8156-f376032c1134.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a338f0e3-c81a-45d3-8156-f376032c1134 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-a338f0e3-c81a-45d3-8156-f376032c1134.shogun-image-container {
      position: relative;
    }

    .s-a338f0e3-c81a-45d3-8156-f376032c1134.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a338f0e3-c81a-45d3-8156-f376032c1134.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a338f0e3-c81a-45d3-8156-f376032c1134 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-a338f0e3-c81a-45d3-8156-f376032c1134 {
  
  
  
  
}

#s-a338f0e3-c81a-45d3-8156-f376032c1134 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a338f0e3-c81a-45d3-8156-f376032c1134 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-a338f0e3-c81a-45d3-8156-f376032c1134 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a338f0e3-c81a-45d3-8156-f376032c1134 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a338f0e3-c81a-45d3-8156-f376032c1134.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a338f0e3-c81a-45d3-8156-f376032c1134 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-a338f0e3-c81a-45d3-8156-f376032c1134.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-a338f0e3-c81a-45d3-8156-f376032c1134 .shogun-image-content {
  
    align-items: center;
  
}

.s-a338f0e3-c81a-45d3-8156-f376032c1134.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a338f0e3-c81a-45d3-8156-f376032c1134.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a338f0e3-c81a-45d3-8156-f376032c1134.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a338f0e3-c81a-45d3-8156-f376032c1134 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-a338f0e3-c81a-45d3-8156-f376032c1134.shogun-image-container {
      position: relative;
    }

    .s-a338f0e3-c81a-45d3-8156-f376032c1134.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a338f0e3-c81a-45d3-8156-f376032c1134.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a338f0e3-c81a-45d3-8156-f376032c1134 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-a338f0e3-c81a-45d3-8156-f376032c1134 {
  
  
  
  
}

#s-a338f0e3-c81a-45d3-8156-f376032c1134 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a338f0e3-c81a-45d3-8156-f376032c1134 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-a338f0e3-c81a-45d3-8156-f376032c1134 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a338f0e3-c81a-45d3-8156-f376032c1134 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a338f0e3-c81a-45d3-8156-f376032c1134.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a338f0e3-c81a-45d3-8156-f376032c1134 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-a338f0e3-c81a-45d3-8156-f376032c1134.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-a338f0e3-c81a-45d3-8156-f376032c1134 .shogun-image-content {
  
    align-items: center;
  
}

.s-a338f0e3-c81a-45d3-8156-f376032c1134.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a338f0e3-c81a-45d3-8156-f376032c1134.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a338f0e3-c81a-45d3-8156-f376032c1134.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a338f0e3-c81a-45d3-8156-f376032c1134 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-a338f0e3-c81a-45d3-8156-f376032c1134.shogun-image-container {
      position: relative;
    }

    .s-a338f0e3-c81a-45d3-8156-f376032c1134.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a338f0e3-c81a-45d3-8156-f376032c1134.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a338f0e3-c81a-45d3-8156-f376032c1134 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-a338f0e3-c81a-45d3-8156-f376032c1134 {
  
  
  
  
}

#s-a338f0e3-c81a-45d3-8156-f376032c1134 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a338f0e3-c81a-45d3-8156-f376032c1134 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-a338f0e3-c81a-45d3-8156-f376032c1134 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a338f0e3-c81a-45d3-8156-f376032c1134 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a338f0e3-c81a-45d3-8156-f376032c1134.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a338f0e3-c81a-45d3-8156-f376032c1134 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-a338f0e3-c81a-45d3-8156-f376032c1134.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-a338f0e3-c81a-45d3-8156-f376032c1134 .shogun-image-content {
  
    align-items: center;
  
}

.s-a338f0e3-c81a-45d3-8156-f376032c1134.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a338f0e3-c81a-45d3-8156-f376032c1134.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a338f0e3-c81a-45d3-8156-f376032c1134.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a338f0e3-c81a-45d3-8156-f376032c1134 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-a338f0e3-c81a-45d3-8156-f376032c1134.shogun-image-container {
      position: relative;
    }

    .s-a338f0e3-c81a-45d3-8156-f376032c1134.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a338f0e3-c81a-45d3-8156-f376032c1134.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a338f0e3-c81a-45d3-8156-f376032c1134 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-85c1591f-89f2-4457-90ff-a4084858851e {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
max-width: 985px;
aspect-ratio: 985/263;
text-align: center;
}



.shg-image-margin-container-s-85c1591f-89f2-4457-90ff-a4084858851e {
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-85c1591f-89f2-4457-90ff-a4084858851e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85c1591f-89f2-4457-90ff-a4084858851e .shg-image-content-wrapper {
      aspect-ratio: 985/263;
      min-width: 100%;
      height: auto;
    }

    #s-85c1591f-89f2-4457-90ff-a4084858851e .shogun-image-link {
      aspect-ratio: 985/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85c1591f-89f2-4457-90ff-a4084858851e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85c1591f-89f2-4457-90ff-a4084858851e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85c1591f-89f2-4457-90ff-a4084858851e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 985px;
  }



  img.s-85c1591f-89f2-4457-90ff-a4084858851e.shogun-image {
    
    
    
    max-height: 985px;
  }


.s-85c1591f-89f2-4457-90ff-a4084858851e .shogun-image-content {
  
    align-items: center;
  
}

.s-85c1591f-89f2-4457-90ff-a4084858851e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c1591f-89f2-4457-90ff-a4084858851e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c1591f-89f2-4457-90ff-a4084858851e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85c1591f-89f2-4457-90ff-a4084858851e {
      --shg-aspect-ratio: calc(985/263); 
    }

    .s-85c1591f-89f2-4457-90ff-a4084858851e.shogun-image-container {
      position: relative;
    }

    .s-85c1591f-89f2-4457-90ff-a4084858851e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85c1591f-89f2-4457-90ff-a4084858851e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85c1591f-89f2-4457-90ff-a4084858851e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 985px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-85c1591f-89f2-4457-90ff-a4084858851e {
  
  
  
  
}

#s-85c1591f-89f2-4457-90ff-a4084858851e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85c1591f-89f2-4457-90ff-a4084858851e .shg-image-content-wrapper {
      aspect-ratio: 985/263;
      min-width: 100%;
      height: auto;
    }

    #s-85c1591f-89f2-4457-90ff-a4084858851e .shogun-image-link {
      aspect-ratio: 985/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85c1591f-89f2-4457-90ff-a4084858851e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85c1591f-89f2-4457-90ff-a4084858851e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85c1591f-89f2-4457-90ff-a4084858851e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 985px;
  }



  img.s-85c1591f-89f2-4457-90ff-a4084858851e.shogun-image {
    
    
    
    max-height: 985px;
  }


.s-85c1591f-89f2-4457-90ff-a4084858851e .shogun-image-content {
  
    align-items: center;
  
}

.s-85c1591f-89f2-4457-90ff-a4084858851e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c1591f-89f2-4457-90ff-a4084858851e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c1591f-89f2-4457-90ff-a4084858851e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85c1591f-89f2-4457-90ff-a4084858851e {
      --shg-aspect-ratio: calc(985/263); 
    }

    .s-85c1591f-89f2-4457-90ff-a4084858851e.shogun-image-container {
      position: relative;
    }

    .s-85c1591f-89f2-4457-90ff-a4084858851e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85c1591f-89f2-4457-90ff-a4084858851e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85c1591f-89f2-4457-90ff-a4084858851e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 985px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-85c1591f-89f2-4457-90ff-a4084858851e {
  
  
  
  
}

#s-85c1591f-89f2-4457-90ff-a4084858851e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85c1591f-89f2-4457-90ff-a4084858851e .shg-image-content-wrapper {
      aspect-ratio: 985/263;
      min-width: 100%;
      height: auto;
    }

    #s-85c1591f-89f2-4457-90ff-a4084858851e .shogun-image-link {
      aspect-ratio: 985/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85c1591f-89f2-4457-90ff-a4084858851e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85c1591f-89f2-4457-90ff-a4084858851e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85c1591f-89f2-4457-90ff-a4084858851e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 985px;
  }



  img.s-85c1591f-89f2-4457-90ff-a4084858851e.shogun-image {
    
    
    
    max-height: 985px;
  }


.s-85c1591f-89f2-4457-90ff-a4084858851e .shogun-image-content {
  
    align-items: center;
  
}

.s-85c1591f-89f2-4457-90ff-a4084858851e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c1591f-89f2-4457-90ff-a4084858851e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c1591f-89f2-4457-90ff-a4084858851e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85c1591f-89f2-4457-90ff-a4084858851e {
      --shg-aspect-ratio: calc(985/263); 
    }

    .s-85c1591f-89f2-4457-90ff-a4084858851e.shogun-image-container {
      position: relative;
    }

    .s-85c1591f-89f2-4457-90ff-a4084858851e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85c1591f-89f2-4457-90ff-a4084858851e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85c1591f-89f2-4457-90ff-a4084858851e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 985px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-85c1591f-89f2-4457-90ff-a4084858851e {
  
  
  
  
}

#s-85c1591f-89f2-4457-90ff-a4084858851e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85c1591f-89f2-4457-90ff-a4084858851e .shg-image-content-wrapper {
      aspect-ratio: 985/263;
      min-width: 100%;
      height: auto;
    }

    #s-85c1591f-89f2-4457-90ff-a4084858851e .shogun-image-link {
      aspect-ratio: 985/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85c1591f-89f2-4457-90ff-a4084858851e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85c1591f-89f2-4457-90ff-a4084858851e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85c1591f-89f2-4457-90ff-a4084858851e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 985px;
  }



  img.s-85c1591f-89f2-4457-90ff-a4084858851e.shogun-image {
    
    
    
    max-height: 985px;
  }


.s-85c1591f-89f2-4457-90ff-a4084858851e .shogun-image-content {
  
    align-items: center;
  
}

.s-85c1591f-89f2-4457-90ff-a4084858851e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c1591f-89f2-4457-90ff-a4084858851e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c1591f-89f2-4457-90ff-a4084858851e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85c1591f-89f2-4457-90ff-a4084858851e {
      --shg-aspect-ratio: calc(985/263); 
    }

    .s-85c1591f-89f2-4457-90ff-a4084858851e.shogun-image-container {
      position: relative;
    }

    .s-85c1591f-89f2-4457-90ff-a4084858851e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85c1591f-89f2-4457-90ff-a4084858851e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85c1591f-89f2-4457-90ff-a4084858851e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 985px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-85c1591f-89f2-4457-90ff-a4084858851e {
  
  
  
  
}

#s-85c1591f-89f2-4457-90ff-a4084858851e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85c1591f-89f2-4457-90ff-a4084858851e .shg-image-content-wrapper {
      aspect-ratio: 985/263;
      min-width: 100%;
      height: auto;
    }

    #s-85c1591f-89f2-4457-90ff-a4084858851e .shogun-image-link {
      aspect-ratio: 985/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85c1591f-89f2-4457-90ff-a4084858851e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85c1591f-89f2-4457-90ff-a4084858851e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85c1591f-89f2-4457-90ff-a4084858851e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 985px;
  }



  img.s-85c1591f-89f2-4457-90ff-a4084858851e.shogun-image {
    
    
    
    max-height: 985px;
  }


.s-85c1591f-89f2-4457-90ff-a4084858851e .shogun-image-content {
  
    align-items: center;
  
}

.s-85c1591f-89f2-4457-90ff-a4084858851e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c1591f-89f2-4457-90ff-a4084858851e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c1591f-89f2-4457-90ff-a4084858851e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85c1591f-89f2-4457-90ff-a4084858851e {
      --shg-aspect-ratio: calc(985/263); 
    }

    .s-85c1591f-89f2-4457-90ff-a4084858851e.shogun-image-container {
      position: relative;
    }

    .s-85c1591f-89f2-4457-90ff-a4084858851e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85c1591f-89f2-4457-90ff-a4084858851e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85c1591f-89f2-4457-90ff-a4084858851e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 985px;
    }
  }

}
#s-f3c84cbe-c4eb-4337-a953-a279652a4669 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f3c84cbe-c4eb-4337-a953-a279652a4669 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f3c84cbe-c4eb-4337-a953-a279652a4669.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 1500px;
aspect-ratio: 1500/1204;
text-align: center;
}



.shg-image-margin-container-s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 {
  
  
  
  
}

#s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shogun-image-container {
      position: relative;
    }

    .s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 {
  
  
  
  
}

#s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shogun-image-container {
      position: relative;
    }

    .s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 {
  
  
  
  
}

#s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shogun-image-container {
      position: relative;
    }

    .s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 {
  
  
  
  
}

#s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shogun-image-container {
      position: relative;
    }

    .s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 {
  
  
  
  
}

#s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shogun-image-container {
      position: relative;
    }

    .s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e4f970a-6cfc-41fd-bcec-cfdd0dcdaa16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-33da4e42-1517-4e9e-a98b-dd363b947116 {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
max-width: 994px;
aspect-ratio: 994/263;
text-align: center;
}



.shg-image-margin-container-s-33da4e42-1517-4e9e-a98b-dd363b947116 {
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-33da4e42-1517-4e9e-a98b-dd363b947116 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33da4e42-1517-4e9e-a98b-dd363b947116 .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-33da4e42-1517-4e9e-a98b-dd363b947116 .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33da4e42-1517-4e9e-a98b-dd363b947116 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33da4e42-1517-4e9e-a98b-dd363b947116.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33da4e42-1517-4e9e-a98b-dd363b947116 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-33da4e42-1517-4e9e-a98b-dd363b947116.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-33da4e42-1517-4e9e-a98b-dd363b947116 .shogun-image-content {
  
    align-items: center;
  
}

.s-33da4e42-1517-4e9e-a98b-dd363b947116.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33da4e42-1517-4e9e-a98b-dd363b947116.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33da4e42-1517-4e9e-a98b-dd363b947116.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-33da4e42-1517-4e9e-a98b-dd363b947116 {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-33da4e42-1517-4e9e-a98b-dd363b947116.shogun-image-container {
      position: relative;
    }

    .s-33da4e42-1517-4e9e-a98b-dd363b947116.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33da4e42-1517-4e9e-a98b-dd363b947116.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33da4e42-1517-4e9e-a98b-dd363b947116 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-33da4e42-1517-4e9e-a98b-dd363b947116 {
  
  
  
  
}

#s-33da4e42-1517-4e9e-a98b-dd363b947116 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33da4e42-1517-4e9e-a98b-dd363b947116 .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-33da4e42-1517-4e9e-a98b-dd363b947116 .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33da4e42-1517-4e9e-a98b-dd363b947116 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33da4e42-1517-4e9e-a98b-dd363b947116.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33da4e42-1517-4e9e-a98b-dd363b947116 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-33da4e42-1517-4e9e-a98b-dd363b947116.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-33da4e42-1517-4e9e-a98b-dd363b947116 .shogun-image-content {
  
    align-items: center;
  
}

.s-33da4e42-1517-4e9e-a98b-dd363b947116.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33da4e42-1517-4e9e-a98b-dd363b947116.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33da4e42-1517-4e9e-a98b-dd363b947116.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-33da4e42-1517-4e9e-a98b-dd363b947116 {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-33da4e42-1517-4e9e-a98b-dd363b947116.shogun-image-container {
      position: relative;
    }

    .s-33da4e42-1517-4e9e-a98b-dd363b947116.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33da4e42-1517-4e9e-a98b-dd363b947116.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33da4e42-1517-4e9e-a98b-dd363b947116 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-33da4e42-1517-4e9e-a98b-dd363b947116 {
  
  
  
  
}

#s-33da4e42-1517-4e9e-a98b-dd363b947116 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33da4e42-1517-4e9e-a98b-dd363b947116 .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-33da4e42-1517-4e9e-a98b-dd363b947116 .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33da4e42-1517-4e9e-a98b-dd363b947116 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33da4e42-1517-4e9e-a98b-dd363b947116.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33da4e42-1517-4e9e-a98b-dd363b947116 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-33da4e42-1517-4e9e-a98b-dd363b947116.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-33da4e42-1517-4e9e-a98b-dd363b947116 .shogun-image-content {
  
    align-items: center;
  
}

.s-33da4e42-1517-4e9e-a98b-dd363b947116.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33da4e42-1517-4e9e-a98b-dd363b947116.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33da4e42-1517-4e9e-a98b-dd363b947116.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-33da4e42-1517-4e9e-a98b-dd363b947116 {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-33da4e42-1517-4e9e-a98b-dd363b947116.shogun-image-container {
      position: relative;
    }

    .s-33da4e42-1517-4e9e-a98b-dd363b947116.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33da4e42-1517-4e9e-a98b-dd363b947116.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33da4e42-1517-4e9e-a98b-dd363b947116 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-33da4e42-1517-4e9e-a98b-dd363b947116 {
  
  
  
  
}

#s-33da4e42-1517-4e9e-a98b-dd363b947116 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33da4e42-1517-4e9e-a98b-dd363b947116 .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-33da4e42-1517-4e9e-a98b-dd363b947116 .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33da4e42-1517-4e9e-a98b-dd363b947116 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33da4e42-1517-4e9e-a98b-dd363b947116.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33da4e42-1517-4e9e-a98b-dd363b947116 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-33da4e42-1517-4e9e-a98b-dd363b947116.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-33da4e42-1517-4e9e-a98b-dd363b947116 .shogun-image-content {
  
    align-items: center;
  
}

.s-33da4e42-1517-4e9e-a98b-dd363b947116.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33da4e42-1517-4e9e-a98b-dd363b947116.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33da4e42-1517-4e9e-a98b-dd363b947116.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-33da4e42-1517-4e9e-a98b-dd363b947116 {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-33da4e42-1517-4e9e-a98b-dd363b947116.shogun-image-container {
      position: relative;
    }

    .s-33da4e42-1517-4e9e-a98b-dd363b947116.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33da4e42-1517-4e9e-a98b-dd363b947116.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33da4e42-1517-4e9e-a98b-dd363b947116 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-33da4e42-1517-4e9e-a98b-dd363b947116 {
  
  
  
  
}

#s-33da4e42-1517-4e9e-a98b-dd363b947116 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33da4e42-1517-4e9e-a98b-dd363b947116 .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-33da4e42-1517-4e9e-a98b-dd363b947116 .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33da4e42-1517-4e9e-a98b-dd363b947116 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33da4e42-1517-4e9e-a98b-dd363b947116.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33da4e42-1517-4e9e-a98b-dd363b947116 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-33da4e42-1517-4e9e-a98b-dd363b947116.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-33da4e42-1517-4e9e-a98b-dd363b947116 .shogun-image-content {
  
    align-items: center;
  
}

.s-33da4e42-1517-4e9e-a98b-dd363b947116.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33da4e42-1517-4e9e-a98b-dd363b947116.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33da4e42-1517-4e9e-a98b-dd363b947116.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-33da4e42-1517-4e9e-a98b-dd363b947116 {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-33da4e42-1517-4e9e-a98b-dd363b947116.shogun-image-container {
      position: relative;
    }

    .s-33da4e42-1517-4e9e-a98b-dd363b947116.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33da4e42-1517-4e9e-a98b-dd363b947116.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33da4e42-1517-4e9e-a98b-dd363b947116 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}
#s-81967f7e-ef80-420c-aa27-6d0d77d17c5c {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-81967f7e-ef80-420c-aa27-6d0d77d17c5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-81967f7e-ef80-420c-aa27-6d0d77d17c5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 1500px;
aspect-ratio: 1500/1204;
text-align: center;
}



.shg-image-margin-container-s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 {
  
  
  
  
}

#s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 .shogun-image-content {
  
    align-items: center;
  
}

.s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shogun-image-container {
      position: relative;
    }

    .s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 {
  
  
  
  
}

#s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 .shogun-image-content {
  
    align-items: center;
  
}

.s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shogun-image-container {
      position: relative;
    }

    .s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 {
  
  
  
  
}

#s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 .shogun-image-content {
  
    align-items: center;
  
}

.s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shogun-image-container {
      position: relative;
    }

    .s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 {
  
  
  
  
}

#s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 .shogun-image-content {
  
    align-items: center;
  
}

.s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shogun-image-container {
      position: relative;
    }

    .s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 {
  
  
  
  
}

#s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 .shg-image-content-wrapper {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }

    #s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 .shogun-image-link {
      aspect-ratio: 1500/1204;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1500px;
  }



  img.s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 .shogun-image-content {
  
    align-items: center;
  
}

.s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 {
      --shg-aspect-ratio: calc(1500/1204); 
    }

    .s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shogun-image-container {
      position: relative;
    }

    .s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95a670f8-f9f0-4d87-a375-c8fdf528ef07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95a670f8-f9f0-4d87-a375-c8fdf528ef07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-3171476a-303b-43ec-a032-79fe77ab48c6 {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
max-width: 994px;
aspect-ratio: 994/263;
text-align: center;
}



.shg-image-margin-container-s-3171476a-303b-43ec-a032-79fe77ab48c6 {
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-3171476a-303b-43ec-a032-79fe77ab48c6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3171476a-303b-43ec-a032-79fe77ab48c6 .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-3171476a-303b-43ec-a032-79fe77ab48c6 .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3171476a-303b-43ec-a032-79fe77ab48c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3171476a-303b-43ec-a032-79fe77ab48c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3171476a-303b-43ec-a032-79fe77ab48c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-3171476a-303b-43ec-a032-79fe77ab48c6.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-3171476a-303b-43ec-a032-79fe77ab48c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-3171476a-303b-43ec-a032-79fe77ab48c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3171476a-303b-43ec-a032-79fe77ab48c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3171476a-303b-43ec-a032-79fe77ab48c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3171476a-303b-43ec-a032-79fe77ab48c6 {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-3171476a-303b-43ec-a032-79fe77ab48c6.shogun-image-container {
      position: relative;
    }

    .s-3171476a-303b-43ec-a032-79fe77ab48c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3171476a-303b-43ec-a032-79fe77ab48c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3171476a-303b-43ec-a032-79fe77ab48c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3171476a-303b-43ec-a032-79fe77ab48c6 {
  
  
  
  
}

#s-3171476a-303b-43ec-a032-79fe77ab48c6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3171476a-303b-43ec-a032-79fe77ab48c6 .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-3171476a-303b-43ec-a032-79fe77ab48c6 .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3171476a-303b-43ec-a032-79fe77ab48c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3171476a-303b-43ec-a032-79fe77ab48c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3171476a-303b-43ec-a032-79fe77ab48c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-3171476a-303b-43ec-a032-79fe77ab48c6.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-3171476a-303b-43ec-a032-79fe77ab48c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-3171476a-303b-43ec-a032-79fe77ab48c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3171476a-303b-43ec-a032-79fe77ab48c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3171476a-303b-43ec-a032-79fe77ab48c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3171476a-303b-43ec-a032-79fe77ab48c6 {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-3171476a-303b-43ec-a032-79fe77ab48c6.shogun-image-container {
      position: relative;
    }

    .s-3171476a-303b-43ec-a032-79fe77ab48c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3171476a-303b-43ec-a032-79fe77ab48c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3171476a-303b-43ec-a032-79fe77ab48c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-3171476a-303b-43ec-a032-79fe77ab48c6 {
  
  
  
  
}

#s-3171476a-303b-43ec-a032-79fe77ab48c6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3171476a-303b-43ec-a032-79fe77ab48c6 .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-3171476a-303b-43ec-a032-79fe77ab48c6 .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3171476a-303b-43ec-a032-79fe77ab48c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3171476a-303b-43ec-a032-79fe77ab48c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3171476a-303b-43ec-a032-79fe77ab48c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-3171476a-303b-43ec-a032-79fe77ab48c6.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-3171476a-303b-43ec-a032-79fe77ab48c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-3171476a-303b-43ec-a032-79fe77ab48c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3171476a-303b-43ec-a032-79fe77ab48c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3171476a-303b-43ec-a032-79fe77ab48c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3171476a-303b-43ec-a032-79fe77ab48c6 {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-3171476a-303b-43ec-a032-79fe77ab48c6.shogun-image-container {
      position: relative;
    }

    .s-3171476a-303b-43ec-a032-79fe77ab48c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3171476a-303b-43ec-a032-79fe77ab48c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3171476a-303b-43ec-a032-79fe77ab48c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-3171476a-303b-43ec-a032-79fe77ab48c6 {
  
  
  
  
}

#s-3171476a-303b-43ec-a032-79fe77ab48c6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3171476a-303b-43ec-a032-79fe77ab48c6 .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-3171476a-303b-43ec-a032-79fe77ab48c6 .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3171476a-303b-43ec-a032-79fe77ab48c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3171476a-303b-43ec-a032-79fe77ab48c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3171476a-303b-43ec-a032-79fe77ab48c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-3171476a-303b-43ec-a032-79fe77ab48c6.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-3171476a-303b-43ec-a032-79fe77ab48c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-3171476a-303b-43ec-a032-79fe77ab48c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3171476a-303b-43ec-a032-79fe77ab48c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3171476a-303b-43ec-a032-79fe77ab48c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3171476a-303b-43ec-a032-79fe77ab48c6 {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-3171476a-303b-43ec-a032-79fe77ab48c6.shogun-image-container {
      position: relative;
    }

    .s-3171476a-303b-43ec-a032-79fe77ab48c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3171476a-303b-43ec-a032-79fe77ab48c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3171476a-303b-43ec-a032-79fe77ab48c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-3171476a-303b-43ec-a032-79fe77ab48c6 {
  
  
  
  
}

#s-3171476a-303b-43ec-a032-79fe77ab48c6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3171476a-303b-43ec-a032-79fe77ab48c6 .shg-image-content-wrapper {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }

    #s-3171476a-303b-43ec-a032-79fe77ab48c6 .shogun-image-link {
      aspect-ratio: 994/263;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3171476a-303b-43ec-a032-79fe77ab48c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3171476a-303b-43ec-a032-79fe77ab48c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3171476a-303b-43ec-a032-79fe77ab48c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 994px;
  }



  img.s-3171476a-303b-43ec-a032-79fe77ab48c6.shogun-image {
    
    
    
    max-height: 994px;
  }


.s-3171476a-303b-43ec-a032-79fe77ab48c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-3171476a-303b-43ec-a032-79fe77ab48c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3171476a-303b-43ec-a032-79fe77ab48c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3171476a-303b-43ec-a032-79fe77ab48c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3171476a-303b-43ec-a032-79fe77ab48c6 {
      --shg-aspect-ratio: calc(994/263); 
    }

    .s-3171476a-303b-43ec-a032-79fe77ab48c6.shogun-image-container {
      position: relative;
    }

    .s-3171476a-303b-43ec-a032-79fe77ab48c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3171476a-303b-43ec-a032-79fe77ab48c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3171476a-303b-43ec-a032-79fe77ab48c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 994px;
    }
  }

}
.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 {
  font-weight: ;
  font-family: ;
}

.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-cd4a765c-bcb5-4ed7-8e3c-8e09074271c9 {
  margin-top: 32px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 25px;
background-color: rgba(247, 249, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 18, 121, 1);
}
#s-cd4a765c-bcb5-4ed7-8e3c-8e09074271c9:hover {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}#s-cd4a765c-bcb5-4ed7-8e3c-8e09074271c9:active {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}@media (max-width: 767px){#s-cd4a765c-bcb5-4ed7-8e3c-8e09074271c9 {
  
}
}

  #s-cd4a765c-bcb5-4ed7-8e3c-8e09074271c9-root {
    text-align: center;
  }


#s-cd4a765c-bcb5-4ed7-8e3c-8e09074271c9.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cd4a765c-bcb5-4ed7-8e3c-8e09074271c9-root {
    text-align: center;
  }


#s-cd4a765c-bcb5-4ed7-8e3c-8e09074271c9.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cd4a765c-bcb5-4ed7-8e3c-8e09074271c9-root {
    text-align: center;
  }


#s-cd4a765c-bcb5-4ed7-8e3c-8e09074271c9.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cd4a765c-bcb5-4ed7-8e3c-8e09074271c9-root {
    text-align: center;
  }


#s-cd4a765c-bcb5-4ed7-8e3c-8e09074271c9.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cd4a765c-bcb5-4ed7-8e3c-8e09074271c9-root {
    text-align: center;
  }


#s-cd4a765c-bcb5-4ed7-8e3c-8e09074271c9.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-16c065f8-25c8-425e-a1c4-74b7af906eb9 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}
@media (max-width: 767px){#s-16c065f8-25c8-425e-a1c4-74b7af906eb9 {
  padding-top: 32px;
padding-bottom: 20px;
}
}







#s-16c065f8-25c8-425e-a1c4-74b7af906eb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-16c065f8-25c8-425e-a1c4-74b7af906eb9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b5bcd073-7e87-4e60-94b1-b8b1e9edc7c6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b5bcd073-7e87-4e60-94b1-b8b1e9edc7c6 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-b5bcd073-7e87-4e60-94b1-b8b1e9edc7c6 {
  margin-left: 5%;
margin-right: 5%;
display: none;
}
#s-b5bcd073-7e87-4e60-94b1-b8b1e9edc7c6, #wrap-s-b5bcd073-7e87-4e60-94b1-b8b1e9edc7c6 { display: none !important; }}
#s-b5bcd073-7e87-4e60-94b1-b8b1e9edc7c6 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.5em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-b5bcd073-7e87-4e60-94b1-b8b1e9edc7c6 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 34px;
  line-height: 1.5em;
  
  
}


}@media (max-width: 767px){#s-b5bcd073-7e87-4e60-94b1-b8b1e9edc7c6 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.3em;
  
  
}


}
#s-bc27e223-261a-42a5-a04d-9a0188080f6c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-bc27e223-261a-42a5-a04d-9a0188080f6c {
  display: none;
}
#s-bc27e223-261a-42a5-a04d-9a0188080f6c, #wrap-s-bc27e223-261a-42a5-a04d-9a0188080f6c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc27e223-261a-42a5-a04d-9a0188080f6c {
  display: none;
}
#s-bc27e223-261a-42a5-a04d-9a0188080f6c, #wrap-s-bc27e223-261a-42a5-a04d-9a0188080f6c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bc27e223-261a-42a5-a04d-9a0188080f6c {
  margin-left: 5%;
margin-right: 5%;
display: none;
}
#s-bc27e223-261a-42a5-a04d-9a0188080f6c, #wrap-s-bc27e223-261a-42a5-a04d-9a0188080f6c { display: none !important; }}@media (max-width: 767px){#s-bc27e223-261a-42a5-a04d-9a0188080f6c {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-bc27e223-261a-42a5-a04d-9a0188080f6c .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.5em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-bc27e223-261a-42a5-a04d-9a0188080f6c .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 34px;
  line-height: 1.5em;
  
  
}


}@media (max-width: 767px){#s-bc27e223-261a-42a5-a04d-9a0188080f6c .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.2em;
  
  
}


}
#s-9dab539f-6bbf-4457-84df-7a6a209b4fdf {
  margin-top: 20px;
max-width: 900px;
aspect-ratio: 4/3;
text-align: center;
}
@media (min-width: 1200px){#s-9dab539f-6bbf-4457-84df-7a6a209b4fdf {
  max-width: 900px;
}
}@media (max-width: 767px){#s-9dab539f-6bbf-4457-84df-7a6a209b4fdf {
  display: none;
}
#s-9dab539f-6bbf-4457-84df-7a6a209b4fdf, #wrap-s-9dab539f-6bbf-4457-84df-7a6a209b4fdf { display: none !important; }}


.shg-image-margin-container-s-9dab539f-6bbf-4457-84df-7a6a209b4fdf {
  
  
  margin-top: 20px;
  
}

#s-9dab539f-6bbf-4457-84df-7a6a209b4fdf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dab539f-6bbf-4457-84df-7a6a209b4fdf .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-9dab539f-6bbf-4457-84df-7a6a209b4fdf .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dab539f-6bbf-4457-84df-7a6a209b4fdf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dab539f-6bbf-4457-84df-7a6a209b4fdf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-9dab539f-6bbf-4457-84df-7a6a209b4fdf .shogun-image-content {
  
    align-items: center;
  
}

.s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9dab539f-6bbf-4457-84df-7a6a209b4fdf {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shogun-image-container {
      position: relative;
    }

    .s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dab539f-6bbf-4457-84df-7a6a209b4fdf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9dab539f-6bbf-4457-84df-7a6a209b4fdf {
  
  
  
  
}

#s-9dab539f-6bbf-4457-84df-7a6a209b4fdf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dab539f-6bbf-4457-84df-7a6a209b4fdf .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-9dab539f-6bbf-4457-84df-7a6a209b4fdf .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dab539f-6bbf-4457-84df-7a6a209b4fdf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dab539f-6bbf-4457-84df-7a6a209b4fdf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-9dab539f-6bbf-4457-84df-7a6a209b4fdf .shogun-image-content {
  
    align-items: center;
  
}

.s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9dab539f-6bbf-4457-84df-7a6a209b4fdf {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shogun-image-container {
      position: relative;
    }

    .s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dab539f-6bbf-4457-84df-7a6a209b4fdf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-9dab539f-6bbf-4457-84df-7a6a209b4fdf {
  
  
  
  
}

#s-9dab539f-6bbf-4457-84df-7a6a209b4fdf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dab539f-6bbf-4457-84df-7a6a209b4fdf .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-9dab539f-6bbf-4457-84df-7a6a209b4fdf .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dab539f-6bbf-4457-84df-7a6a209b4fdf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dab539f-6bbf-4457-84df-7a6a209b4fdf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-9dab539f-6bbf-4457-84df-7a6a209b4fdf .shogun-image-content {
  
    align-items: center;
  
}

.s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9dab539f-6bbf-4457-84df-7a6a209b4fdf {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shogun-image-container {
      position: relative;
    }

    .s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dab539f-6bbf-4457-84df-7a6a209b4fdf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-9dab539f-6bbf-4457-84df-7a6a209b4fdf {
  
  
  
  
}

#s-9dab539f-6bbf-4457-84df-7a6a209b4fdf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dab539f-6bbf-4457-84df-7a6a209b4fdf .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-9dab539f-6bbf-4457-84df-7a6a209b4fdf .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dab539f-6bbf-4457-84df-7a6a209b4fdf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dab539f-6bbf-4457-84df-7a6a209b4fdf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-9dab539f-6bbf-4457-84df-7a6a209b4fdf .shogun-image-content {
  
    align-items: center;
  
}

.s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9dab539f-6bbf-4457-84df-7a6a209b4fdf {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shogun-image-container {
      position: relative;
    }

    .s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dab539f-6bbf-4457-84df-7a6a209b4fdf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-9dab539f-6bbf-4457-84df-7a6a209b4fdf {
  
  
  
  
}

#s-9dab539f-6bbf-4457-84df-7a6a209b4fdf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dab539f-6bbf-4457-84df-7a6a209b4fdf .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-9dab539f-6bbf-4457-84df-7a6a209b4fdf .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dab539f-6bbf-4457-84df-7a6a209b4fdf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dab539f-6bbf-4457-84df-7a6a209b4fdf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-9dab539f-6bbf-4457-84df-7a6a209b4fdf .shogun-image-content {
  
    align-items: center;
  
}

.s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9dab539f-6bbf-4457-84df-7a6a209b4fdf {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shogun-image-container {
      position: relative;
    }

    .s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dab539f-6bbf-4457-84df-7a6a209b4fdf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dab539f-6bbf-4457-84df-7a6a209b4fdf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-89186832-6592-4387-8da8-333e131620a1 {
  margin-top: 10px;
max-width: 1711px;
aspect-ratio: 1711/1812;
text-align: center;
}
@media (min-width: 1200px){#s-89186832-6592-4387-8da8-333e131620a1 {
  display: none;
}
#s-89186832-6592-4387-8da8-333e131620a1, #wrap-s-89186832-6592-4387-8da8-333e131620a1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-89186832-6592-4387-8da8-333e131620a1 {
  display: none;
}
#s-89186832-6592-4387-8da8-333e131620a1, #wrap-s-89186832-6592-4387-8da8-333e131620a1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-89186832-6592-4387-8da8-333e131620a1 {
  display: none;
}
#s-89186832-6592-4387-8da8-333e131620a1, #wrap-s-89186832-6592-4387-8da8-333e131620a1 { display: none !important; }}


.shg-image-margin-container-s-89186832-6592-4387-8da8-333e131620a1 {
  
  
  margin-top: 10px;
  
}

#s-89186832-6592-4387-8da8-333e131620a1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89186832-6592-4387-8da8-333e131620a1 .shg-image-content-wrapper {
      aspect-ratio: 1711/1812;
      min-width: 100%;
      height: auto;
    }

    #s-89186832-6592-4387-8da8-333e131620a1 .shogun-image-link {
      aspect-ratio: 1711/1812;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89186832-6592-4387-8da8-333e131620a1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89186832-6592-4387-8da8-333e131620a1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89186832-6592-4387-8da8-333e131620a1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1711px;
  }



  img.s-89186832-6592-4387-8da8-333e131620a1.shogun-image {
    
    
    
    max-height: 1711px;
  }


.s-89186832-6592-4387-8da8-333e131620a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-89186832-6592-4387-8da8-333e131620a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89186832-6592-4387-8da8-333e131620a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89186832-6592-4387-8da8-333e131620a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89186832-6592-4387-8da8-333e131620a1 {
      --shg-aspect-ratio: calc(1711/1812); 
    }

    .s-89186832-6592-4387-8da8-333e131620a1.shogun-image-container {
      position: relative;
    }

    .s-89186832-6592-4387-8da8-333e131620a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89186832-6592-4387-8da8-333e131620a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89186832-6592-4387-8da8-333e131620a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1711px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-89186832-6592-4387-8da8-333e131620a1 {
  
  
  
  
}

#s-89186832-6592-4387-8da8-333e131620a1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89186832-6592-4387-8da8-333e131620a1 .shg-image-content-wrapper {
      aspect-ratio: 1711/1812;
      min-width: 100%;
      height: auto;
    }

    #s-89186832-6592-4387-8da8-333e131620a1 .shogun-image-link {
      aspect-ratio: 1711/1812;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89186832-6592-4387-8da8-333e131620a1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89186832-6592-4387-8da8-333e131620a1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89186832-6592-4387-8da8-333e131620a1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1711px;
  }



  img.s-89186832-6592-4387-8da8-333e131620a1.shogun-image {
    
    
    
    max-height: 1711px;
  }


.s-89186832-6592-4387-8da8-333e131620a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-89186832-6592-4387-8da8-333e131620a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89186832-6592-4387-8da8-333e131620a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89186832-6592-4387-8da8-333e131620a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89186832-6592-4387-8da8-333e131620a1 {
      --shg-aspect-ratio: calc(1711/1812); 
    }

    .s-89186832-6592-4387-8da8-333e131620a1.shogun-image-container {
      position: relative;
    }

    .s-89186832-6592-4387-8da8-333e131620a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89186832-6592-4387-8da8-333e131620a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89186832-6592-4387-8da8-333e131620a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1711px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-89186832-6592-4387-8da8-333e131620a1 {
  
  
  
  
}

#s-89186832-6592-4387-8da8-333e131620a1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89186832-6592-4387-8da8-333e131620a1 .shg-image-content-wrapper {
      aspect-ratio: 1711/1812;
      min-width: 100%;
      height: auto;
    }

    #s-89186832-6592-4387-8da8-333e131620a1 .shogun-image-link {
      aspect-ratio: 1711/1812;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89186832-6592-4387-8da8-333e131620a1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89186832-6592-4387-8da8-333e131620a1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89186832-6592-4387-8da8-333e131620a1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1711px;
  }



  img.s-89186832-6592-4387-8da8-333e131620a1.shogun-image {
    
    
    
    max-height: 1711px;
  }


.s-89186832-6592-4387-8da8-333e131620a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-89186832-6592-4387-8da8-333e131620a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89186832-6592-4387-8da8-333e131620a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89186832-6592-4387-8da8-333e131620a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89186832-6592-4387-8da8-333e131620a1 {
      --shg-aspect-ratio: calc(1711/1812); 
    }

    .s-89186832-6592-4387-8da8-333e131620a1.shogun-image-container {
      position: relative;
    }

    .s-89186832-6592-4387-8da8-333e131620a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89186832-6592-4387-8da8-333e131620a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89186832-6592-4387-8da8-333e131620a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1711px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-89186832-6592-4387-8da8-333e131620a1 {
  
  
  
  
}

#s-89186832-6592-4387-8da8-333e131620a1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89186832-6592-4387-8da8-333e131620a1 .shg-image-content-wrapper {
      aspect-ratio: 1711/1812;
      min-width: 100%;
      height: auto;
    }

    #s-89186832-6592-4387-8da8-333e131620a1 .shogun-image-link {
      aspect-ratio: 1711/1812;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89186832-6592-4387-8da8-333e131620a1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89186832-6592-4387-8da8-333e131620a1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89186832-6592-4387-8da8-333e131620a1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1711px;
  }



  img.s-89186832-6592-4387-8da8-333e131620a1.shogun-image {
    
    
    
    max-height: 1711px;
  }


.s-89186832-6592-4387-8da8-333e131620a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-89186832-6592-4387-8da8-333e131620a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89186832-6592-4387-8da8-333e131620a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89186832-6592-4387-8da8-333e131620a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89186832-6592-4387-8da8-333e131620a1 {
      --shg-aspect-ratio: calc(1711/1812); 
    }

    .s-89186832-6592-4387-8da8-333e131620a1.shogun-image-container {
      position: relative;
    }

    .s-89186832-6592-4387-8da8-333e131620a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89186832-6592-4387-8da8-333e131620a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89186832-6592-4387-8da8-333e131620a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1711px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-89186832-6592-4387-8da8-333e131620a1 {
  
  
  
  
}

#s-89186832-6592-4387-8da8-333e131620a1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89186832-6592-4387-8da8-333e131620a1 .shg-image-content-wrapper {
      aspect-ratio: 1711/1812;
      min-width: 100%;
      height: auto;
    }

    #s-89186832-6592-4387-8da8-333e131620a1 .shogun-image-link {
      aspect-ratio: 1711/1812;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89186832-6592-4387-8da8-333e131620a1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89186832-6592-4387-8da8-333e131620a1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89186832-6592-4387-8da8-333e131620a1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1711px;
  }



  img.s-89186832-6592-4387-8da8-333e131620a1.shogun-image {
    
    
    
    max-height: 1711px;
  }


.s-89186832-6592-4387-8da8-333e131620a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-89186832-6592-4387-8da8-333e131620a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89186832-6592-4387-8da8-333e131620a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89186832-6592-4387-8da8-333e131620a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89186832-6592-4387-8da8-333e131620a1 {
      --shg-aspect-ratio: calc(1711/1812); 
    }

    .s-89186832-6592-4387-8da8-333e131620a1.shogun-image-container {
      position: relative;
    }

    .s-89186832-6592-4387-8da8-333e131620a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89186832-6592-4387-8da8-333e131620a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89186832-6592-4387-8da8-333e131620a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1711px;
    }
  }

}
#s-6c4182ec-3dc7-4f4e-b531-d503cb74e75e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(51, 18, 121, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-6c4182ec-3dc7-4f4e-b531-d503cb74e75e {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-6c4182ec-3dc7-4f4e-b531-d503cb74e75e {
  padding-top: 32px;
padding-left: 3%;
padding-bottom: 32px;
padding-right: 3%;
}
}







#s-6c4182ec-3dc7-4f4e-b531-d503cb74e75e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6c4182ec-3dc7-4f4e-b531-d503cb74e75e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2d696cf-690c-4c7b-89ab-e419cdb339ca {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e2d696cf-690c-4c7b-89ab-e419cdb339ca .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 46px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-e2d696cf-690c-4c7b-89ab-e419cdb339ca .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: center;
}


}@media (max-width: 767px){#s-e2d696cf-690c-4c7b-89ab-e419cdb339ca .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: center;
}


}
#s-a27863a1-5fa7-4f2f-80fb-b60a7244835d {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1000px;
text-align: center;
}

#s-a27863a1-5fa7-4f2f-80fb-b60a7244835d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 0.4px;
  text-align: center;
}


@media (max-width: 767px){#s-a27863a1-5fa7-4f2f-80fb-b60a7244835d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.4px;
  text-align: center;
}


}
#s-095be5d5-3d1c-4196-817b-42aadd4207cc {
  margin-top: 32px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 25px;
background-color: rgba(247, 249, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 18, 121, 1);
}
#s-095be5d5-3d1c-4196-817b-42aadd4207cc:hover {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}#s-095be5d5-3d1c-4196-817b-42aadd4207cc:active {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}@media (max-width: 767px){#s-095be5d5-3d1c-4196-817b-42aadd4207cc {
  margin-top: 21px;
}
}

  #s-095be5d5-3d1c-4196-817b-42aadd4207cc-root {
    text-align: center;
  }


#s-095be5d5-3d1c-4196-817b-42aadd4207cc.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-095be5d5-3d1c-4196-817b-42aadd4207cc-root {
    text-align: center;
  }


#s-095be5d5-3d1c-4196-817b-42aadd4207cc.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-095be5d5-3d1c-4196-817b-42aadd4207cc-root {
    text-align: center;
  }


#s-095be5d5-3d1c-4196-817b-42aadd4207cc.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-095be5d5-3d1c-4196-817b-42aadd4207cc-root {
    text-align: center;
  }


#s-095be5d5-3d1c-4196-817b-42aadd4207cc.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-095be5d5-3d1c-4196-817b-42aadd4207cc-root {
    text-align: center;
  }


#s-095be5d5-3d1c-4196-817b-42aadd4207cc.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-68ce9d00-9100-4750-b362-0b928ca5b54f {
  margin-bottom: 0px;
padding-top: 64px;
padding-bottom: 64px;
min-height: 50px;
background-color: rgba(228, 229, 251, 1);
}
@media (max-width: 767px){#s-68ce9d00-9100-4750-b362-0b928ca5b54f {
  padding-top: 32px;
padding-bottom: 20px;
}
}







#s-68ce9d00-9100-4750-b362-0b928ca5b54f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-68ce9d00-9100-4750-b362-0b928ca5b54f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b06268bc-30af-4a00-9900-8d47fe413c16 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-b06268bc-30af-4a00-9900-8d47fe413c16 {
  
}
}
#s-b06268bc-30af-4a00-9900-8d47fe413c16 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-b06268bc-30af-4a00-9900-8d47fe413c16 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: center;
}


}@media (max-width: 767px){#s-b06268bc-30af-4a00-9900-8d47fe413c16 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: center;
}


}
.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;
  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-6d344827-f5d9-4969-8897-7cf48b3f65e1 {
  margin-top: 32px;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6d344827-f5d9-4969-8897-7cf48b3f65e1 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-6d344827-f5d9-4969-8897-7cf48b3f65e1 {
  margin-top: 20px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
}
}
#s-6d344827-f5d9-4969-8897-7cf48b3f65e1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-6d344827-f5d9-4969-8897-7cf48b3f65e1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-6d344827-f5d9-4969-8897-7cf48b3f65e1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(76, 75, 83, 1);
}

#s-6d344827-f5d9-4969-8897-7cf48b3f65e1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-6d344827-f5d9-4969-8897-7cf48b3f65e1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(76, 75, 83, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 20px;
}

#s-6d344827-f5d9-4969-8897-7cf48b3f65e1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}@media (max-width: 767px){#s-6d344827-f5d9-4969-8897-7cf48b3f65e1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-6d344827-f5d9-4969-8897-7cf48b3f65e1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 5px;
}

#s-6d344827-f5d9-4969-8897-7cf48b3f65e1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(76, 75, 83, 1);
}

#s-6d344827-f5d9-4969-8897-7cf48b3f65e1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-6d344827-f5d9-4969-8897-7cf48b3f65e1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(76, 75, 83, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-6d344827-f5d9-4969-8897-7cf48b3f65e1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}}
.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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-b8be7b57-402b-4463-a27b-f3d9e81a6beb {
  margin-left: 10px;
margin-right: 10px;
}

#s-5bed583c-1050-451e-8817-276afe037a43 {
  margin-left: 10px;
margin-right: 10px;
}

#s-c42657fb-0374-4444-8cc4-1b41d5ad8417 {
  margin-left: 10px;
margin-right: 10px;
}

#s-7a43767c-0431-44b7-a34a-9267af9bc7fa {
  margin-left: 10px;
margin-right: 10px;
}

#s-6198021a-5808-46ff-a15d-0c0691b1d3ba {
  margin-left: 10px;
margin-right: 10px;
}

#s-947252aa-44ca-4103-aa5e-5c8840ca5695 {
  margin-left: 10px;
margin-right: 10px;
}

#s-0477a270-4b4a-49e7-9a24-da0bddc28826 {
  margin-left: 10px;
margin-right: 10px;
}

#s-5aa17ccf-1c7d-416f-b3eb-d083e4932848 {
  margin-left: 10px;
margin-right: 10px;
}

#s-6cc98357-396e-44df-b671-da633e821d80 {
  margin-left: 10px;
margin-right: 10px;
}

#s-d349cefc-58e7-4f6e-a0c8-aea0ebd3c561 {
  margin-left: 10px;
margin-right: 10px;
}

#s-8589b2a3-414b-495c-9abe-ed47f7212ef6 {
  margin-left: 10px;
margin-right: 10px;
}

#s-ab8ab76a-ef03-493a-b149-17463c45727b {
  margin-left: 10px;
margin-right: 10px;
}

#s-547fee8d-d3a9-40cf-b2fd-f018c5c2dede {
  margin-top: 32px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 25px;
background-color: rgba(247, 249, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 18, 121, 1);
}
#s-547fee8d-d3a9-40cf-b2fd-f018c5c2dede:hover {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}#s-547fee8d-d3a9-40cf-b2fd-f018c5c2dede:active {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}@media (max-width: 767px){#s-547fee8d-d3a9-40cf-b2fd-f018c5c2dede {
  
}
}

  #s-547fee8d-d3a9-40cf-b2fd-f018c5c2dede-root {
    text-align: center;
  }


#s-547fee8d-d3a9-40cf-b2fd-f018c5c2dede.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-547fee8d-d3a9-40cf-b2fd-f018c5c2dede-root {
    text-align: center;
  }


#s-547fee8d-d3a9-40cf-b2fd-f018c5c2dede.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-547fee8d-d3a9-40cf-b2fd-f018c5c2dede-root {
    text-align: center;
  }


#s-547fee8d-d3a9-40cf-b2fd-f018c5c2dede.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-547fee8d-d3a9-40cf-b2fd-f018c5c2dede-root {
    text-align: center;
  }


#s-547fee8d-d3a9-40cf-b2fd-f018c5c2dede.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-547fee8d-d3a9-40cf-b2fd-f018c5c2dede-root {
    text-align: center;
  }


#s-547fee8d-d3a9-40cf-b2fd-f018c5c2dede.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-e2fe2ec6-adaf-42de-933e-cea6aab5ccbc {
  padding-top: 64px;
padding-bottom: 64px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 229, 251, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(72, 42, 142, 1);
}
@media (max-width: 767px){#s-e2fe2ec6-adaf-42de-933e-cea6aab5ccbc {
  padding-top: 32px;
padding-bottom: 20px;
}
}







#s-e2fe2ec6-adaf-42de-933e-cea6aab5ccbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e2fe2ec6-adaf-42de-933e-cea6aab5ccbc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-641d641b-8428-4799-b3bc-1442af0385ea {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-641d641b-8428-4799-b3bc-1442af0385ea {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-641d641b-8428-4799-b3bc-1442af0385ea {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-641d641b-8428-4799-b3bc-1442af0385ea .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.5em;
  
  
}


@media (max-width: 767px){#s-641d641b-8428-4799-b3bc-1442af0385ea .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.4em;
  
  
}


}
#s-f89a919b-f16f-4963-984e-78253ce0b592 {
  margin-top: 20px;
}
@media (min-width: 1200px){#s-f89a919b-f16f-4963-984e-78253ce0b592 {
  display: none;
}
#s-f89a919b-f16f-4963-984e-78253ce0b592, #wrap-s-f89a919b-f16f-4963-984e-78253ce0b592 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f89a919b-f16f-4963-984e-78253ce0b592 {
  display: none;
}
#s-f89a919b-f16f-4963-984e-78253ce0b592, #wrap-s-f89a919b-f16f-4963-984e-78253ce0b592 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f89a919b-f16f-4963-984e-78253ce0b592 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-f89a919b-f16f-4963-984e-78253ce0b592 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-f89a919b-f16f-4963-984e-78253ce0b592 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(187, 182, 218, 1);
}

#s-f89a919b-f16f-4963-984e-78253ce0b592 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(229, 230, 252, 1);
  padding: 5px;
}

#s-f89a919b-f16f-4963-984e-78253ce0b592 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 18, 121, 1);
}

#s-f89a919b-f16f-4963-984e-78253ce0b592 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(187, 182, 218, 1);
}

#s-f89a919b-f16f-4963-984e-78253ce0b592 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(51, 18, 121, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 700;
  font-style: ;
  font-size: 20px;
}

#s-f89a919b-f16f-4963-984e-78253ce0b592 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-a788e8e4-eae3-4995-b36d-637e74745ce9 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-a788e8e4-eae3-4995-b36d-637e74745ce9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a788e8e4-eae3-4995-b36d-637e74745ce9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 {
  margin-left: 10%;
margin-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 {
  margin-left: 10%;
  margin-right: 10%;
  
  
}

#s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shogun-image-container {
      position: relative;
    }

    .s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 {
  
  
  
  
}

#s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shogun-image-container {
      position: relative;
    }

    .s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 {
  
  
  
  
}

#s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shogun-image-container {
      position: relative;
    }

    .s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 {
  
  
  
  
}

#s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shogun-image-container {
      position: relative;
    }

    .s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 {
  
  
  
  
}

#s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shogun-image-container {
      position: relative;
    }

    .s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d49dbb04-5b7b-408f-a2f4-74a2511cd4b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}
#s-6afe900d-8979-429a-bac1-19be09b53ace {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
min-height: 50px;
}








#s-6afe900d-8979-429a-bac1-19be09b53ace > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6afe900d-8979-429a-bac1-19be09b53ace.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c26c1efc-f587-42b8-a13c-3f2f0b807708 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-798333fb-9849-4748-bad6-edb1102dfd66 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-d83a4870-454e-42b7-b12c-e590d4306483 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d83a4870-454e-42b7-b12c-e590d4306483 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-02275b2a-e69b-46d7-a4ba-f8e1a872fd04 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-a2e7cad7-95e7-4f9b-a836-11c7040663fb {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-aba74cd8-cb06-4f60-9bcb-f1bc64e5ab44 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-aba74cd8-cb06-4f60-9bcb-f1bc64e5ab44 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-edd2d41f-66d5-41bd-aa22-d7f6c2b0dea0 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-389cf534-d727-491a-a5b5-d6693d42dbef {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-5783c9a2-839d-4e9b-a9ea-84e502716680 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-3e863061-ee50-4e73-b07d-a2c850e185fd {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-b3814e45-218d-4c4c-9afa-2f87d4667b1b {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-b3814e45-218d-4c4c-9afa-2f87d4667b1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3814e45-218d-4c4c-9afa-2f87d4667b1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 {
  margin-left: 10%;
margin-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
max-width: 2000px;
aspect-ratio: 2000/1736;
text-align: center;
}



.shg-image-margin-container-s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 {
  margin-left: 10%;
  margin-right: 10%;
  
  
}

#s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 .shg-image-content-wrapper {
      aspect-ratio: 2000/1736;
      min-width: 100%;
      height: auto;
    }

    #s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 .shogun-image-link {
      aspect-ratio: 2000/1736;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 .shogun-image-content {
  
    align-items: center;
  
}

.s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 {
      --shg-aspect-ratio: calc(2000/1736); 
    }

    .s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shogun-image-container {
      position: relative;
    }

    .s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 {
  
  
  
  
}

#s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 .shg-image-content-wrapper {
      aspect-ratio: 2000/1736;
      min-width: 100%;
      height: auto;
    }

    #s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 .shogun-image-link {
      aspect-ratio: 2000/1736;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 .shogun-image-content {
  
    align-items: center;
  
}

.s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 {
      --shg-aspect-ratio: calc(2000/1736); 
    }

    .s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shogun-image-container {
      position: relative;
    }

    .s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 {
  
  
  
  
}

#s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 .shg-image-content-wrapper {
      aspect-ratio: 2000/1736;
      min-width: 100%;
      height: auto;
    }

    #s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 .shogun-image-link {
      aspect-ratio: 2000/1736;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 .shogun-image-content {
  
    align-items: center;
  
}

.s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 {
      --shg-aspect-ratio: calc(2000/1736); 
    }

    .s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shogun-image-container {
      position: relative;
    }

    .s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 {
  
  
  
  
}

#s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 .shg-image-content-wrapper {
      aspect-ratio: 2000/1736;
      min-width: 100%;
      height: auto;
    }

    #s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 .shogun-image-link {
      aspect-ratio: 2000/1736;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 .shogun-image-content {
  
    align-items: center;
  
}

.s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 {
      --shg-aspect-ratio: calc(2000/1736); 
    }

    .s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shogun-image-container {
      position: relative;
    }

    .s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 {
  
  
  
  
}

#s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 .shg-image-content-wrapper {
      aspect-ratio: 2000/1736;
      min-width: 100%;
      height: auto;
    }

    #s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 .shogun-image-link {
      aspect-ratio: 2000/1736;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 .shogun-image-content {
  
    align-items: center;
  
}

.s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 {
      --shg-aspect-ratio: calc(2000/1736); 
    }

    .s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shogun-image-container {
      position: relative;
    }

    .s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-404c4f0e-37a8-4c14-a0d2-47859a620ec2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-404c4f0e-37a8-4c14-a0d2-47859a620ec2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}
#s-849ec172-2b78-417b-b967-7e8c04ac8859 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
min-height: 50px;
}








#s-849ec172-2b78-417b-b967-7e8c04ac8859 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-849ec172-2b78-417b-b967-7e8c04ac8859.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d58e01e9-11b8-4fbf-8423-89f3b2a04c63 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-1b9ca862-dc40-42a0-82bc-e6192cbcc6af {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-89d996a8-afab-48a4-80a6-2734114937a3 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-89d996a8-afab-48a4-80a6-2734114937a3 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-b17dfab5-7145-4677-a928-8e109e74f20d {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-ec83b7f7-7afb-4a24-8b2e-d3a7f7354f60 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-154b19e8-ae4f-4dec-8317-c96f0f4d5000 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-154b19e8-ae4f-4dec-8317-c96f0f4d5000 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-35fb62f1-1c50-4faa-87b0-6f66d6bc439d {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-383b579c-9071-4bd6-99b2-939760ca528b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-f35d6c57-6af9-4e76-9646-78e52b652c4e {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-6c0505d2-9465-4b50-854d-89035d095107 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-802534c0-ef8c-448a-9563-e8102d6d0db9 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-802534c0-ef8c-448a-9563-e8102d6d0db9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-802534c0-ef8c-448a-9563-e8102d6d0db9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c {
  margin-left: 10%;
margin-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
max-width: 2000px;
aspect-ratio: 2000/1364;
text-align: center;
}



.shg-image-margin-container-s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c {
  margin-left: 10%;
  margin-right: 10%;
  
  
}

#s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c .shg-image-content-wrapper {
      aspect-ratio: 2000/1364;
      min-width: 100%;
      height: auto;
    }

    #s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c .shogun-image-link {
      aspect-ratio: 2000/1364;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c .shogun-image-content {
  
    align-items: center;
  
}

.s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c {
      --shg-aspect-ratio: calc(2000/1364); 
    }

    .s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shogun-image-container {
      position: relative;
    }

    .s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c {
  
  
  
  
}

#s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c .shg-image-content-wrapper {
      aspect-ratio: 2000/1364;
      min-width: 100%;
      height: auto;
    }

    #s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c .shogun-image-link {
      aspect-ratio: 2000/1364;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c .shogun-image-content {
  
    align-items: center;
  
}

.s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c {
      --shg-aspect-ratio: calc(2000/1364); 
    }

    .s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shogun-image-container {
      position: relative;
    }

    .s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c {
  
  
  
  
}

#s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c .shg-image-content-wrapper {
      aspect-ratio: 2000/1364;
      min-width: 100%;
      height: auto;
    }

    #s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c .shogun-image-link {
      aspect-ratio: 2000/1364;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c .shogun-image-content {
  
    align-items: center;
  
}

.s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c {
      --shg-aspect-ratio: calc(2000/1364); 
    }

    .s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shogun-image-container {
      position: relative;
    }

    .s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c {
  
  
  
  
}

#s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c .shg-image-content-wrapper {
      aspect-ratio: 2000/1364;
      min-width: 100%;
      height: auto;
    }

    #s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c .shogun-image-link {
      aspect-ratio: 2000/1364;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c .shogun-image-content {
  
    align-items: center;
  
}

.s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c {
      --shg-aspect-ratio: calc(2000/1364); 
    }

    .s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shogun-image-container {
      position: relative;
    }

    .s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c {
  
  
  
  
}

#s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c .shg-image-content-wrapper {
      aspect-ratio: 2000/1364;
      min-width: 100%;
      height: auto;
    }

    #s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c .shogun-image-link {
      aspect-ratio: 2000/1364;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c .shogun-image-content {
  
    align-items: center;
  
}

.s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c {
      --shg-aspect-ratio: calc(2000/1364); 
    }

    .s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shogun-image-container {
      position: relative;
    }

    .s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88bb089a-c9a3-4f59-86ee-3c274e3a9f0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}
#s-01ca5ce2-a50c-415f-a67b-283af28d68e7 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
min-height: 50px;
}








#s-01ca5ce2-a50c-415f-a67b-283af28d68e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-01ca5ce2-a50c-415f-a67b-283af28d68e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e02286b0-3ce6-413f-a54b-2933c9d0555b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-31aa2a1d-3825-4e35-9ad8-800ed83dc5d5 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-0eb1c5b7-2653-41df-9142-17f6bab6dcf4 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0eb1c5b7-2653-41df-9142-17f6bab6dcf4 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-03e75b32-0ecd-4105-b203-36e04c6fa48d {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-208223db-bae9-447c-a5b0-c49aa561914e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-4f66a3c2-6827-497b-a895-7dd11b6b5ea7 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4f66a3c2-6827-497b-a895-7dd11b6b5ea7 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-e28e80bb-629f-4265-85e8-937e77976578 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-62ea53cd-4a1d-4b15-b437-5ce8c04f9f3d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-2dd4639a-e681-4f7b-83b3-b3d615641167 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-bfe579e4-bc7e-4c66-89b2-ef91239bfda2 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-1e7b519e-777d-4f83-a6e1-e608328d4fc7 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-1e7b519e-777d-4f83-a6e1-e608328d4fc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e7b519e-777d-4f83-a6e1-e608328d4fc7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 {
  margin-left: 10%;
margin-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
max-width: 3224px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 {
  margin-left: 10%;
  margin-right: 10%;
  
  
}

#s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 .shogun-image-content {
  
    align-items: center;
  
}

.s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shogun-image-container {
      position: relative;
    }

    .s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 {
  
  
  
  
}

#s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 .shogun-image-content {
  
    align-items: center;
  
}

.s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shogun-image-container {
      position: relative;
    }

    .s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 {
  
  
  
  
}

#s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 .shogun-image-content {
  
    align-items: center;
  
}

.s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shogun-image-container {
      position: relative;
    }

    .s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 {
  
  
  
  
}

#s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 .shogun-image-content {
  
    align-items: center;
  
}

.s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shogun-image-container {
      position: relative;
    }

    .s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 {
  
  
  
  
}

#s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 .shogun-image-content {
  
    align-items: center;
  
}

.s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shogun-image-container {
      position: relative;
    }

    .s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c98db38c-ba35-491b-a14a-b3b4bd9c4090.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c98db38c-ba35-491b-a14a-b3b4bd9c4090 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}
#s-f648cb93-7d2e-4819-a5fb-730c5eb6a565 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 50px;
}








#s-f648cb93-7d2e-4819-a5fb-730c5eb6a565 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f648cb93-7d2e-4819-a5fb-730c5eb6a565.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5136f1b4-9fa3-47d7-a426-0b9456993c16 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5136f1b4-9fa3-47d7-a426-0b9456993c16 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-172a3f7d-88c4-4ae4-bd64-d59a274c678e {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-0bcce7c9-d15b-4ba7-bdcc-7413a06f337a {
  margin-top: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0bcce7c9-d15b-4ba7-bdcc-7413a06f337a .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-3c102760-83ab-4158-b13e-85110a3eaab2 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
max-width: 1000px;
}

#s-b9773678-29b7-4ee3-87aa-7e2e5fe539e8 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b9773678-29b7-4ee3-87aa-7e2e5fe539e8 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-ffdad608-6b7d-4f14-9e1e-32199ef6c324 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-85b6fb00-49ba-41e2-9cdd-ca979f2aefcf {
  margin-top: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-85b6fb00-49ba-41e2-9cdd-ca979f2aefcf .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-a731dd28-2e07-452f-a735-3bfab6f3da33 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-600655c8-828b-4c0b-952a-75eb751459a7 {
  margin-top: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-600655c8-828b-4c0b-952a-75eb751459a7 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-7b6c51b3-1afb-4cb1-bb05-336d8b7d8828 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-ef83e64d-5d64-47ee-98ad-db564b11f84a {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-ef83e64d-5d64-47ee-98ad-db564b11f84a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef83e64d-5d64-47ee-98ad-db564b11f84a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad283944-1c82-4a5d-9d71-9dfcf883e78c {
  margin-left: 10%;
margin-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
max-width: 3224px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-ad283944-1c82-4a5d-9d71-9dfcf883e78c {
  margin-left: 10%;
  margin-right: 10%;
  
  
}

#s-ad283944-1c82-4a5d-9d71-9dfcf883e78c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad283944-1c82-4a5d-9d71-9dfcf883e78c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ad283944-1c82-4a5d-9d71-9dfcf883e78c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad283944-1c82-4a5d-9d71-9dfcf883e78c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad283944-1c82-4a5d-9d71-9dfcf883e78c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-ad283944-1c82-4a5d-9d71-9dfcf883e78c .shogun-image-content {
  
    align-items: center;
  
}

.s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ad283944-1c82-4a5d-9d71-9dfcf883e78c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shogun-image-container {
      position: relative;
    }

    .s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad283944-1c82-4a5d-9d71-9dfcf883e78c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ad283944-1c82-4a5d-9d71-9dfcf883e78c {
  
  
  
  
}

#s-ad283944-1c82-4a5d-9d71-9dfcf883e78c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad283944-1c82-4a5d-9d71-9dfcf883e78c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ad283944-1c82-4a5d-9d71-9dfcf883e78c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad283944-1c82-4a5d-9d71-9dfcf883e78c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad283944-1c82-4a5d-9d71-9dfcf883e78c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-ad283944-1c82-4a5d-9d71-9dfcf883e78c .shogun-image-content {
  
    align-items: center;
  
}

.s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ad283944-1c82-4a5d-9d71-9dfcf883e78c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shogun-image-container {
      position: relative;
    }

    .s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad283944-1c82-4a5d-9d71-9dfcf883e78c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-ad283944-1c82-4a5d-9d71-9dfcf883e78c {
  
  
  
  
}

#s-ad283944-1c82-4a5d-9d71-9dfcf883e78c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad283944-1c82-4a5d-9d71-9dfcf883e78c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ad283944-1c82-4a5d-9d71-9dfcf883e78c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad283944-1c82-4a5d-9d71-9dfcf883e78c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad283944-1c82-4a5d-9d71-9dfcf883e78c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-ad283944-1c82-4a5d-9d71-9dfcf883e78c .shogun-image-content {
  
    align-items: center;
  
}

.s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ad283944-1c82-4a5d-9d71-9dfcf883e78c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shogun-image-container {
      position: relative;
    }

    .s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad283944-1c82-4a5d-9d71-9dfcf883e78c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-ad283944-1c82-4a5d-9d71-9dfcf883e78c {
  
  
  
  
}

#s-ad283944-1c82-4a5d-9d71-9dfcf883e78c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad283944-1c82-4a5d-9d71-9dfcf883e78c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ad283944-1c82-4a5d-9d71-9dfcf883e78c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad283944-1c82-4a5d-9d71-9dfcf883e78c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad283944-1c82-4a5d-9d71-9dfcf883e78c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-ad283944-1c82-4a5d-9d71-9dfcf883e78c .shogun-image-content {
  
    align-items: center;
  
}

.s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ad283944-1c82-4a5d-9d71-9dfcf883e78c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shogun-image-container {
      position: relative;
    }

    .s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad283944-1c82-4a5d-9d71-9dfcf883e78c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-ad283944-1c82-4a5d-9d71-9dfcf883e78c {
  
  
  
  
}

#s-ad283944-1c82-4a5d-9d71-9dfcf883e78c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad283944-1c82-4a5d-9d71-9dfcf883e78c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ad283944-1c82-4a5d-9d71-9dfcf883e78c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad283944-1c82-4a5d-9d71-9dfcf883e78c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad283944-1c82-4a5d-9d71-9dfcf883e78c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-ad283944-1c82-4a5d-9d71-9dfcf883e78c .shogun-image-content {
  
    align-items: center;
  
}

.s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ad283944-1c82-4a5d-9d71-9dfcf883e78c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shogun-image-container {
      position: relative;
    }

    .s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad283944-1c82-4a5d-9d71-9dfcf883e78c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad283944-1c82-4a5d-9d71-9dfcf883e78c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}
#s-85a4b8c3-6d5b-4477-8e4d-abf7f05a1a33 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 50px;
}








#s-85a4b8c3-6d5b-4477-8e4d-abf7f05a1a33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85a4b8c3-6d5b-4477-8e4d-abf7f05a1a33.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45eb33bb-2cd4-4d8a-80e7-b3189ae6cb48 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-45eb33bb-2cd4-4d8a-80e7-b3189ae6cb48 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-746fb43e-b4bf-4833-b3fd-cad906dcb98c {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-d62c1843-24c8-43c8-badc-532d26baad88 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d62c1843-24c8-43c8-badc-532d26baad88 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-22f2751b-e467-40db-9880-51aad8a1ea67 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
max-width: 1000px;
}

#s-cc742dd9-cbc4-45f8-bfc6-3190159647b4 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-cc742dd9-cbc4-45f8-bfc6-3190159647b4 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-9b96e6dc-cfdb-4a41-b597-65e5e27d03c3 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-ad027017-8525-4ba6-80f7-e4f89d3c8723 {
  margin-top: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ad027017-8525-4ba6-80f7-e4f89d3c8723 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-0e4d8a93-2ee7-452b-bb53-0827df51ef74 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-9e7b38b7-541c-49eb-8181-28e34661dc95 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-9e7b38b7-541c-49eb-8181-28e34661dc95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9e7b38b7-541c-49eb-8181-28e34661dc95.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-577f73fe-4186-483d-8f8f-8d08d296b6fa {
  margin-left: 10%;
margin-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
max-width: 3224px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-577f73fe-4186-483d-8f8f-8d08d296b6fa {
  margin-left: 10%;
  margin-right: 10%;
  
  
}

#s-577f73fe-4186-483d-8f8f-8d08d296b6fa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-577f73fe-4186-483d-8f8f-8d08d296b6fa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-577f73fe-4186-483d-8f8f-8d08d296b6fa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-577f73fe-4186-483d-8f8f-8d08d296b6fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-577f73fe-4186-483d-8f8f-8d08d296b6fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-577f73fe-4186-483d-8f8f-8d08d296b6fa .shogun-image-content {
  
    align-items: center;
  
}

.s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-577f73fe-4186-483d-8f8f-8d08d296b6fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shogun-image-container {
      position: relative;
    }

    .s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-577f73fe-4186-483d-8f8f-8d08d296b6fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-577f73fe-4186-483d-8f8f-8d08d296b6fa {
  
  
  
  
}

#s-577f73fe-4186-483d-8f8f-8d08d296b6fa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-577f73fe-4186-483d-8f8f-8d08d296b6fa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-577f73fe-4186-483d-8f8f-8d08d296b6fa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-577f73fe-4186-483d-8f8f-8d08d296b6fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-577f73fe-4186-483d-8f8f-8d08d296b6fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-577f73fe-4186-483d-8f8f-8d08d296b6fa .shogun-image-content {
  
    align-items: center;
  
}

.s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-577f73fe-4186-483d-8f8f-8d08d296b6fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shogun-image-container {
      position: relative;
    }

    .s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-577f73fe-4186-483d-8f8f-8d08d296b6fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-577f73fe-4186-483d-8f8f-8d08d296b6fa {
  
  
  
  
}

#s-577f73fe-4186-483d-8f8f-8d08d296b6fa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-577f73fe-4186-483d-8f8f-8d08d296b6fa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-577f73fe-4186-483d-8f8f-8d08d296b6fa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-577f73fe-4186-483d-8f8f-8d08d296b6fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-577f73fe-4186-483d-8f8f-8d08d296b6fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-577f73fe-4186-483d-8f8f-8d08d296b6fa .shogun-image-content {
  
    align-items: center;
  
}

.s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-577f73fe-4186-483d-8f8f-8d08d296b6fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shogun-image-container {
      position: relative;
    }

    .s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-577f73fe-4186-483d-8f8f-8d08d296b6fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-577f73fe-4186-483d-8f8f-8d08d296b6fa {
  
  
  
  
}

#s-577f73fe-4186-483d-8f8f-8d08d296b6fa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-577f73fe-4186-483d-8f8f-8d08d296b6fa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-577f73fe-4186-483d-8f8f-8d08d296b6fa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-577f73fe-4186-483d-8f8f-8d08d296b6fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-577f73fe-4186-483d-8f8f-8d08d296b6fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-577f73fe-4186-483d-8f8f-8d08d296b6fa .shogun-image-content {
  
    align-items: center;
  
}

.s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-577f73fe-4186-483d-8f8f-8d08d296b6fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shogun-image-container {
      position: relative;
    }

    .s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-577f73fe-4186-483d-8f8f-8d08d296b6fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-577f73fe-4186-483d-8f8f-8d08d296b6fa {
  
  
  
  
}

#s-577f73fe-4186-483d-8f8f-8d08d296b6fa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-577f73fe-4186-483d-8f8f-8d08d296b6fa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-577f73fe-4186-483d-8f8f-8d08d296b6fa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-577f73fe-4186-483d-8f8f-8d08d296b6fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-577f73fe-4186-483d-8f8f-8d08d296b6fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-577f73fe-4186-483d-8f8f-8d08d296b6fa .shogun-image-content {
  
    align-items: center;
  
}

.s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-577f73fe-4186-483d-8f8f-8d08d296b6fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shogun-image-container {
      position: relative;
    }

    .s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-577f73fe-4186-483d-8f8f-8d08d296b6fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-577f73fe-4186-483d-8f8f-8d08d296b6fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}
#s-ceaa7f16-23bf-46b4-8cf5-d7a04585dc9f {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 50px;
}








#s-ceaa7f16-23bf-46b4-8cf5-d7a04585dc9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ceaa7f16-23bf-46b4-8cf5-d7a04585dc9f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2f4b8d8-429d-4b6f-b355-b881640fc729 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d2f4b8d8-429d-4b6f-b355-b881640fc729 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-4b0f9c29-263b-42de-8bc7-3d5deca4db8e {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-88576984-98a6-429a-9bee-fe24f2487c3b {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-88576984-98a6-429a-9bee-fe24f2487c3b .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-ad61e7dc-ec46-4674-bca5-8c5c9a942b00 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
max-width: 1000px;
}

#s-cda69cf5-80ec-44dd-820b-c4d8ee7c6d6c {
  margin-top: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-cda69cf5-80ec-44dd-820b-c4d8ee7c6d6c .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-c55f01e9-55f3-4f5c-b544-fe4c357a55bb {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-a0faa26d-7159-458b-8e50-c4a8bdf1988f {
  margin-top: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a0faa26d-7159-458b-8e50-c4a8bdf1988f .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-29f0669c-6d5a-4cec-b73b-cd206f6000fb {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-ac09de73-dbdb-4b59-a4c3-e58f15130948 {
  margin-top: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ac09de73-dbdb-4b59-a4c3-e58f15130948 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-b592faa3-df40-4849-95cd-806e9fa7060e {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-f73aa4d3-51aa-4a21-95ce-86705e8cc2d0 {
  margin-top: 32px;
margin-left: auto;
margin-right: auto;
max-width: 1400px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-f73aa4d3-51aa-4a21-95ce-86705e8cc2d0 {
  display: none;
}
#s-f73aa4d3-51aa-4a21-95ce-86705e8cc2d0, #wrap-s-f73aa4d3-51aa-4a21-95ce-86705e8cc2d0 { display: none !important; }}@media (max-width: 767px){#s-f73aa4d3-51aa-4a21-95ce-86705e8cc2d0 {
  display: none;
}
#s-f73aa4d3-51aa-4a21-95ce-86705e8cc2d0, #wrap-s-f73aa4d3-51aa-4a21-95ce-86705e8cc2d0 { display: none !important; }}

  #s-f73aa4d3-51aa-4a21-95ce-86705e8cc2d0 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(187, 182, 218, 1);
  }
  #s-f73aa4d3-51aa-4a21-95ce-86705e8cc2d0 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(229, 230, 252, 1);
    border: 2px solid rgba(187, 182, 218, 1);
  }
#s-f73aa4d3-51aa-4a21-95ce-86705e8cc2d0 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(51, 18, 121, 1);
  font-family: Montserrat;
  font-weight: 700;
  font-style: ;
  font-size: 22px;
}

#s-f73aa4d3-51aa-4a21-95ce-86705e8cc2d0 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(51, 18, 121, 1);
}

#s-f73aa4d3-51aa-4a21-95ce-86705e8cc2d0 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 2px);
  left: 2px;
  bottom: -2px;
  height: 2px;
  background: rgba(229, 230, 252, 1);
}

#s-f73aa4d3-51aa-4a21-95ce-86705e8cc2d0 .shogun-tabs-body {
  margin-top: -2px;
  border-top: 2px solid rgba(187, 182, 218, 1);
}

#s-c5e56db9-84d7-41df-86dd-165915a02879 {
  margin-top: -12px;
padding-bottom: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(187, 182, 218, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c5e56db9-84d7-41df-86dd-165915a02879 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c5e56db9-84d7-41df-86dd-165915a02879.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67a7c9c7-6193-4d47-9695-0359678958af {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-67a7c9c7-6193-4d47-9695-0359678958af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67a7c9c7-6193-4d47-9695-0359678958af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-67a7c9c7-6193-4d47-9695-0359678958af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-67a7c9c7-6193-4d47-9695-0359678958af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c32d1a1e-b482-4c01-b684-1f2dd1c073b5 {
  margin-left: 5%;
margin-right: 0%;
min-height: 50px;
}








#s-c32d1a1e-b482-4c01-b684-1f2dd1c073b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c32d1a1e-b482-4c01-b684-1f2dd1c073b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8016660-8633-4cda-8771-fa7237a41223 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-bf51b5bf-e5fc-49da-bf24-c1c47160c0ce {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-aa790fa6-e823-417b-85eb-0730d75a8cb9 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-aa790fa6-e823-417b-85eb-0730d75a8cb9 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-2599254c-656f-47b6-921c-102657e06a68 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-40a2d0f1-a823-473f-8aed-81411fa7bb1f {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-b95ec84d-d59a-44d3-b469-ecd1727c4143 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b95ec84d-d59a-44d3-b469-ecd1727c4143 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-cef3f2de-788a-4de0-8243-14e4c9596121 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-39fb71b9-ed09-4724-a132-933ac67abcd7 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-2f058a08-810c-4796-a33c-db4b50f426ae {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-18697ee3-a1fe-47d2-99f4-627659426aff {
  margin-left: 12%;
margin-right: 12%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-18697ee3-a1fe-47d2-99f4-627659426aff {
  margin-left: 12%;
  margin-right: 12%;
  
  
}

#s-18697ee3-a1fe-47d2-99f4-627659426aff {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18697ee3-a1fe-47d2-99f4-627659426aff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-18697ee3-a1fe-47d2-99f4-627659426aff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18697ee3-a1fe-47d2-99f4-627659426aff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18697ee3-a1fe-47d2-99f4-627659426aff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18697ee3-a1fe-47d2-99f4-627659426aff img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-18697ee3-a1fe-47d2-99f4-627659426aff.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-18697ee3-a1fe-47d2-99f4-627659426aff .shogun-image-content {
  
    align-items: center;
  
}

.s-18697ee3-a1fe-47d2-99f4-627659426aff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18697ee3-a1fe-47d2-99f4-627659426aff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18697ee3-a1fe-47d2-99f4-627659426aff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18697ee3-a1fe-47d2-99f4-627659426aff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-18697ee3-a1fe-47d2-99f4-627659426aff.shogun-image-container {
      position: relative;
    }

    .s-18697ee3-a1fe-47d2-99f4-627659426aff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18697ee3-a1fe-47d2-99f4-627659426aff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18697ee3-a1fe-47d2-99f4-627659426aff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-18697ee3-a1fe-47d2-99f4-627659426aff {
  
  
  
  
}

#s-18697ee3-a1fe-47d2-99f4-627659426aff {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18697ee3-a1fe-47d2-99f4-627659426aff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-18697ee3-a1fe-47d2-99f4-627659426aff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18697ee3-a1fe-47d2-99f4-627659426aff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18697ee3-a1fe-47d2-99f4-627659426aff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18697ee3-a1fe-47d2-99f4-627659426aff img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-18697ee3-a1fe-47d2-99f4-627659426aff.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-18697ee3-a1fe-47d2-99f4-627659426aff .shogun-image-content {
  
    align-items: center;
  
}

.s-18697ee3-a1fe-47d2-99f4-627659426aff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18697ee3-a1fe-47d2-99f4-627659426aff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18697ee3-a1fe-47d2-99f4-627659426aff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18697ee3-a1fe-47d2-99f4-627659426aff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-18697ee3-a1fe-47d2-99f4-627659426aff.shogun-image-container {
      position: relative;
    }

    .s-18697ee3-a1fe-47d2-99f4-627659426aff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18697ee3-a1fe-47d2-99f4-627659426aff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18697ee3-a1fe-47d2-99f4-627659426aff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-18697ee3-a1fe-47d2-99f4-627659426aff {
  
  
  
  
}

#s-18697ee3-a1fe-47d2-99f4-627659426aff {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18697ee3-a1fe-47d2-99f4-627659426aff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-18697ee3-a1fe-47d2-99f4-627659426aff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18697ee3-a1fe-47d2-99f4-627659426aff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18697ee3-a1fe-47d2-99f4-627659426aff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18697ee3-a1fe-47d2-99f4-627659426aff img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-18697ee3-a1fe-47d2-99f4-627659426aff.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-18697ee3-a1fe-47d2-99f4-627659426aff .shogun-image-content {
  
    align-items: center;
  
}

.s-18697ee3-a1fe-47d2-99f4-627659426aff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18697ee3-a1fe-47d2-99f4-627659426aff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18697ee3-a1fe-47d2-99f4-627659426aff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18697ee3-a1fe-47d2-99f4-627659426aff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-18697ee3-a1fe-47d2-99f4-627659426aff.shogun-image-container {
      position: relative;
    }

    .s-18697ee3-a1fe-47d2-99f4-627659426aff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18697ee3-a1fe-47d2-99f4-627659426aff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18697ee3-a1fe-47d2-99f4-627659426aff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-18697ee3-a1fe-47d2-99f4-627659426aff {
  
  
  
  
}

#s-18697ee3-a1fe-47d2-99f4-627659426aff {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18697ee3-a1fe-47d2-99f4-627659426aff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-18697ee3-a1fe-47d2-99f4-627659426aff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18697ee3-a1fe-47d2-99f4-627659426aff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18697ee3-a1fe-47d2-99f4-627659426aff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18697ee3-a1fe-47d2-99f4-627659426aff img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-18697ee3-a1fe-47d2-99f4-627659426aff.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-18697ee3-a1fe-47d2-99f4-627659426aff .shogun-image-content {
  
    align-items: center;
  
}

.s-18697ee3-a1fe-47d2-99f4-627659426aff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18697ee3-a1fe-47d2-99f4-627659426aff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18697ee3-a1fe-47d2-99f4-627659426aff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18697ee3-a1fe-47d2-99f4-627659426aff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-18697ee3-a1fe-47d2-99f4-627659426aff.shogun-image-container {
      position: relative;
    }

    .s-18697ee3-a1fe-47d2-99f4-627659426aff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18697ee3-a1fe-47d2-99f4-627659426aff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18697ee3-a1fe-47d2-99f4-627659426aff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-18697ee3-a1fe-47d2-99f4-627659426aff {
  
  
  
  
}

#s-18697ee3-a1fe-47d2-99f4-627659426aff {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18697ee3-a1fe-47d2-99f4-627659426aff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-18697ee3-a1fe-47d2-99f4-627659426aff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18697ee3-a1fe-47d2-99f4-627659426aff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18697ee3-a1fe-47d2-99f4-627659426aff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18697ee3-a1fe-47d2-99f4-627659426aff img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-18697ee3-a1fe-47d2-99f4-627659426aff.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-18697ee3-a1fe-47d2-99f4-627659426aff .shogun-image-content {
  
    align-items: center;
  
}

.s-18697ee3-a1fe-47d2-99f4-627659426aff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18697ee3-a1fe-47d2-99f4-627659426aff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18697ee3-a1fe-47d2-99f4-627659426aff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18697ee3-a1fe-47d2-99f4-627659426aff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-18697ee3-a1fe-47d2-99f4-627659426aff.shogun-image-container {
      position: relative;
    }

    .s-18697ee3-a1fe-47d2-99f4-627659426aff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18697ee3-a1fe-47d2-99f4-627659426aff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18697ee3-a1fe-47d2-99f4-627659426aff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}
#s-20dfc10b-36b9-4be5-bd05-655c13b73e47 {
  margin-top: -12px;
padding-bottom: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(187, 182, 218, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-20dfc10b-36b9-4be5-bd05-655c13b73e47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-20dfc10b-36b9-4be5-bd05-655c13b73e47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ddafee5-d0d9-440d-8a7f-e2c25a68d28f {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-1ddafee5-d0d9-440d-8a7f-e2c25a68d28f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ddafee5-d0d9-440d-8a7f-e2c25a68d28f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1ddafee5-d0d9-440d-8a7f-e2c25a68d28f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ddafee5-d0d9-440d-8a7f-e2c25a68d28f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-dfb58fef-5454-434f-8cb6-f2294168482b {
  margin-left: 5%;
margin-right: 0%;
min-height: 50px;
}








#s-dfb58fef-5454-434f-8cb6-f2294168482b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dfb58fef-5454-434f-8cb6-f2294168482b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-174582bc-8ce9-44f9-99e7-7170adaf7730 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-f83c5219-4e32-4d18-adb5-571aefa3def8 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-8f3733f7-c99d-46a2-bf2b-7c146e82f5cb {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8f3733f7-c99d-46a2-bf2b-7c146e82f5cb .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-1ff99dd3-49ea-4c0c-93c9-8687ca7e5e3f {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-9f108919-c799-4725-b818-34faa644864b {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-616d6558-d223-40c8-b06b-dfeda19709ec {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-616d6558-d223-40c8-b06b-dfeda19709ec .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-a4932c48-979f-4c49-9800-731f7bf3937f {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-fad66114-dcee-490f-afdc-78b16189a837 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-7284335e-fb38-4b91-a2ff-201790fc2a06 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-5b6d40d8-0205-4367-8225-8e69a08ee8fd {
  margin-left: 12%;
margin-right: 12%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-5b6d40d8-0205-4367-8225-8e69a08ee8fd {
  margin-left: 12%;
  margin-right: 12%;
  
  
}

#s-5b6d40d8-0205-4367-8225-8e69a08ee8fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b6d40d8-0205-4367-8225-8e69a08ee8fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5b6d40d8-0205-4367-8225-8e69a08ee8fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b6d40d8-0205-4367-8225-8e69a08ee8fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5b6d40d8-0205-4367-8225-8e69a08ee8fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-5b6d40d8-0205-4367-8225-8e69a08ee8fd .shogun-image-content {
  
    align-items: center;
  
}

.s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b6d40d8-0205-4367-8225-8e69a08ee8fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shogun-image-container {
      position: relative;
    }

    .s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b6d40d8-0205-4367-8225-8e69a08ee8fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5b6d40d8-0205-4367-8225-8e69a08ee8fd {
  
  
  
  
}

#s-5b6d40d8-0205-4367-8225-8e69a08ee8fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b6d40d8-0205-4367-8225-8e69a08ee8fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5b6d40d8-0205-4367-8225-8e69a08ee8fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b6d40d8-0205-4367-8225-8e69a08ee8fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5b6d40d8-0205-4367-8225-8e69a08ee8fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-5b6d40d8-0205-4367-8225-8e69a08ee8fd .shogun-image-content {
  
    align-items: center;
  
}

.s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b6d40d8-0205-4367-8225-8e69a08ee8fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shogun-image-container {
      position: relative;
    }

    .s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b6d40d8-0205-4367-8225-8e69a08ee8fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-5b6d40d8-0205-4367-8225-8e69a08ee8fd {
  
  
  
  
}

#s-5b6d40d8-0205-4367-8225-8e69a08ee8fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b6d40d8-0205-4367-8225-8e69a08ee8fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5b6d40d8-0205-4367-8225-8e69a08ee8fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b6d40d8-0205-4367-8225-8e69a08ee8fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5b6d40d8-0205-4367-8225-8e69a08ee8fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-5b6d40d8-0205-4367-8225-8e69a08ee8fd .shogun-image-content {
  
    align-items: center;
  
}

.s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b6d40d8-0205-4367-8225-8e69a08ee8fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shogun-image-container {
      position: relative;
    }

    .s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b6d40d8-0205-4367-8225-8e69a08ee8fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-5b6d40d8-0205-4367-8225-8e69a08ee8fd {
  
  
  
  
}

#s-5b6d40d8-0205-4367-8225-8e69a08ee8fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b6d40d8-0205-4367-8225-8e69a08ee8fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5b6d40d8-0205-4367-8225-8e69a08ee8fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b6d40d8-0205-4367-8225-8e69a08ee8fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5b6d40d8-0205-4367-8225-8e69a08ee8fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-5b6d40d8-0205-4367-8225-8e69a08ee8fd .shogun-image-content {
  
    align-items: center;
  
}

.s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b6d40d8-0205-4367-8225-8e69a08ee8fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shogun-image-container {
      position: relative;
    }

    .s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b6d40d8-0205-4367-8225-8e69a08ee8fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-5b6d40d8-0205-4367-8225-8e69a08ee8fd {
  
  
  
  
}

#s-5b6d40d8-0205-4367-8225-8e69a08ee8fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b6d40d8-0205-4367-8225-8e69a08ee8fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5b6d40d8-0205-4367-8225-8e69a08ee8fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b6d40d8-0205-4367-8225-8e69a08ee8fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5b6d40d8-0205-4367-8225-8e69a08ee8fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-5b6d40d8-0205-4367-8225-8e69a08ee8fd .shogun-image-content {
  
    align-items: center;
  
}

.s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b6d40d8-0205-4367-8225-8e69a08ee8fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shogun-image-container {
      position: relative;
    }

    .s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b6d40d8-0205-4367-8225-8e69a08ee8fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b6d40d8-0205-4367-8225-8e69a08ee8fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}
#s-30c5a30f-d11d-4c36-9431-e5e61af8ecc3 {
  margin-top: -12px;
padding-bottom: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(187, 182, 218, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-30c5a30f-d11d-4c36-9431-e5e61af8ecc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-30c5a30f-d11d-4c36-9431-e5e61af8ecc3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7c142c1-2776-4b17-b2cd-263473430b08 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-b7c142c1-2776-4b17-b2cd-263473430b08"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7c142c1-2776-4b17-b2cd-263473430b08"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b7c142c1-2776-4b17-b2cd-263473430b08"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7c142c1-2776-4b17-b2cd-263473430b08"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9ef6d035-3db9-4eea-87ec-16091b85002a {
  margin-left: 5%;
margin-right: 0%;
min-height: 50px;
}








#s-9ef6d035-3db9-4eea-87ec-16091b85002a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ef6d035-3db9-4eea-87ec-16091b85002a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4142af2b-4a70-41bd-aaee-a0e4dbbbc513 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-57801034-1bbb-49d2-8bdb-2d6c9966cf08 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-0c1b9833-6c7d-457a-a875-7b50319c485f {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0c1b9833-6c7d-457a-a875-7b50319c485f .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-5348b8d8-79be-4b24-b719-1ef91ffa6aec {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-93ae1cb8-beb9-461b-a96c-a0ecd5347ba8 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-79805e30-8384-4b2c-abe3-5f49839e09a8 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-79805e30-8384-4b2c-abe3-5f49839e09a8 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-3283182f-8b0a-4a15-9b6c-10fd299a15b8 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-d0e45394-4377-437d-87a5-6e82b11057e7 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-773e7e3e-ebdb-4e42-a69b-599d9bad903a {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-a90fa010-18df-4b83-9516-d357c4ec74dc {
  margin-left: 12%;
margin-right: 12%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-a90fa010-18df-4b83-9516-d357c4ec74dc {
  margin-left: 12%;
  margin-right: 12%;
  
  
}

#s-a90fa010-18df-4b83-9516-d357c4ec74dc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a90fa010-18df-4b83-9516-d357c4ec74dc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a90fa010-18df-4b83-9516-d357c4ec74dc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a90fa010-18df-4b83-9516-d357c4ec74dc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a90fa010-18df-4b83-9516-d357c4ec74dc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a90fa010-18df-4b83-9516-d357c4ec74dc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-a90fa010-18df-4b83-9516-d357c4ec74dc.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-a90fa010-18df-4b83-9516-d357c4ec74dc .shogun-image-content {
  
    align-items: center;
  
}

.s-a90fa010-18df-4b83-9516-d357c4ec74dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a90fa010-18df-4b83-9516-d357c4ec74dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a90fa010-18df-4b83-9516-d357c4ec74dc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a90fa010-18df-4b83-9516-d357c4ec74dc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a90fa010-18df-4b83-9516-d357c4ec74dc.shogun-image-container {
      position: relative;
    }

    .s-a90fa010-18df-4b83-9516-d357c4ec74dc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a90fa010-18df-4b83-9516-d357c4ec74dc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a90fa010-18df-4b83-9516-d357c4ec74dc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a90fa010-18df-4b83-9516-d357c4ec74dc {
  
  
  
  
}

#s-a90fa010-18df-4b83-9516-d357c4ec74dc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a90fa010-18df-4b83-9516-d357c4ec74dc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a90fa010-18df-4b83-9516-d357c4ec74dc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a90fa010-18df-4b83-9516-d357c4ec74dc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a90fa010-18df-4b83-9516-d357c4ec74dc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a90fa010-18df-4b83-9516-d357c4ec74dc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-a90fa010-18df-4b83-9516-d357c4ec74dc.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-a90fa010-18df-4b83-9516-d357c4ec74dc .shogun-image-content {
  
    align-items: center;
  
}

.s-a90fa010-18df-4b83-9516-d357c4ec74dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a90fa010-18df-4b83-9516-d357c4ec74dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a90fa010-18df-4b83-9516-d357c4ec74dc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a90fa010-18df-4b83-9516-d357c4ec74dc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a90fa010-18df-4b83-9516-d357c4ec74dc.shogun-image-container {
      position: relative;
    }

    .s-a90fa010-18df-4b83-9516-d357c4ec74dc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a90fa010-18df-4b83-9516-d357c4ec74dc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a90fa010-18df-4b83-9516-d357c4ec74dc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-a90fa010-18df-4b83-9516-d357c4ec74dc {
  
  
  
  
}

#s-a90fa010-18df-4b83-9516-d357c4ec74dc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a90fa010-18df-4b83-9516-d357c4ec74dc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a90fa010-18df-4b83-9516-d357c4ec74dc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a90fa010-18df-4b83-9516-d357c4ec74dc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a90fa010-18df-4b83-9516-d357c4ec74dc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a90fa010-18df-4b83-9516-d357c4ec74dc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-a90fa010-18df-4b83-9516-d357c4ec74dc.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-a90fa010-18df-4b83-9516-d357c4ec74dc .shogun-image-content {
  
    align-items: center;
  
}

.s-a90fa010-18df-4b83-9516-d357c4ec74dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a90fa010-18df-4b83-9516-d357c4ec74dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a90fa010-18df-4b83-9516-d357c4ec74dc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a90fa010-18df-4b83-9516-d357c4ec74dc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a90fa010-18df-4b83-9516-d357c4ec74dc.shogun-image-container {
      position: relative;
    }

    .s-a90fa010-18df-4b83-9516-d357c4ec74dc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a90fa010-18df-4b83-9516-d357c4ec74dc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a90fa010-18df-4b83-9516-d357c4ec74dc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-a90fa010-18df-4b83-9516-d357c4ec74dc {
  
  
  
  
}

#s-a90fa010-18df-4b83-9516-d357c4ec74dc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a90fa010-18df-4b83-9516-d357c4ec74dc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a90fa010-18df-4b83-9516-d357c4ec74dc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a90fa010-18df-4b83-9516-d357c4ec74dc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a90fa010-18df-4b83-9516-d357c4ec74dc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a90fa010-18df-4b83-9516-d357c4ec74dc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-a90fa010-18df-4b83-9516-d357c4ec74dc.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-a90fa010-18df-4b83-9516-d357c4ec74dc .shogun-image-content {
  
    align-items: center;
  
}

.s-a90fa010-18df-4b83-9516-d357c4ec74dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a90fa010-18df-4b83-9516-d357c4ec74dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a90fa010-18df-4b83-9516-d357c4ec74dc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a90fa010-18df-4b83-9516-d357c4ec74dc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a90fa010-18df-4b83-9516-d357c4ec74dc.shogun-image-container {
      position: relative;
    }

    .s-a90fa010-18df-4b83-9516-d357c4ec74dc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a90fa010-18df-4b83-9516-d357c4ec74dc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a90fa010-18df-4b83-9516-d357c4ec74dc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-a90fa010-18df-4b83-9516-d357c4ec74dc {
  
  
  
  
}

#s-a90fa010-18df-4b83-9516-d357c4ec74dc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a90fa010-18df-4b83-9516-d357c4ec74dc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a90fa010-18df-4b83-9516-d357c4ec74dc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a90fa010-18df-4b83-9516-d357c4ec74dc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a90fa010-18df-4b83-9516-d357c4ec74dc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a90fa010-18df-4b83-9516-d357c4ec74dc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-a90fa010-18df-4b83-9516-d357c4ec74dc.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-a90fa010-18df-4b83-9516-d357c4ec74dc .shogun-image-content {
  
    align-items: center;
  
}

.s-a90fa010-18df-4b83-9516-d357c4ec74dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a90fa010-18df-4b83-9516-d357c4ec74dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a90fa010-18df-4b83-9516-d357c4ec74dc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a90fa010-18df-4b83-9516-d357c4ec74dc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a90fa010-18df-4b83-9516-d357c4ec74dc.shogun-image-container {
      position: relative;
    }

    .s-a90fa010-18df-4b83-9516-d357c4ec74dc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a90fa010-18df-4b83-9516-d357c4ec74dc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a90fa010-18df-4b83-9516-d357c4ec74dc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}
#s-bcd7533f-73e9-4bac-848a-0a455b8f7cce {
  margin-top: -12px;
padding-bottom: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(187, 182, 218, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-bcd7533f-73e9-4bac-848a-0a455b8f7cce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bcd7533f-73e9-4bac-848a-0a455b8f7cce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f32a6f3d-339f-4031-a248-2725e93f862e {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-f32a6f3d-339f-4031-a248-2725e93f862e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f32a6f3d-339f-4031-a248-2725e93f862e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f32a6f3d-339f-4031-a248-2725e93f862e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f32a6f3d-339f-4031-a248-2725e93f862e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1179ce35-c57c-4843-af76-846c52c3a1d4 {
  margin-left: 8%;
margin-right: 3%;
min-height: 50px;
}








#s-1179ce35-c57c-4843-af76-846c52c3a1d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1179ce35-c57c-4843-af76-846c52c3a1d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6d552c5-c596-483b-8a71-356882a87f8d {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f6d552c5-c596-483b-8a71-356882a87f8d .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-08d8644e-139d-4fda-beea-e1a178c91989 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-decad216-c34f-4ef4-8509-a7074edf935a {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-decad216-c34f-4ef4-8509-a7074edf935a .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-5b3ebe09-614e-4164-a71b-85e1558d81b8 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
max-width: 1000px;
}

#s-68607f44-6c95-4ec0-844b-6295332d5b4b {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-68607f44-6c95-4ec0-844b-6295332d5b4b .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-3825b08c-923e-4f3f-8ae6-b019340f4ccd {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-c2cb6053-66d8-4947-bdbc-1048bbff286c {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c2cb6053-66d8-4947-bdbc-1048bbff286c .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-1a35d5f8-d0af-4d23-bf71-14bb3f1a9bcf {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-c8fe6b04-7e8e-459d-b7e2-d5b9428fe4b3 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c8fe6b04-7e8e-459d-b7e2-d5b9428fe4b3 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-2da149eb-f22a-48ee-9855-2d1a8b48a36d {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 {
  margin-left: 12%;
margin-right: 12%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
max-width: 3224px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 {
  margin-left: 12%;
  margin-right: 12%;
  
  
}

#s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shogun-image-container {
      position: relative;
    }

    .s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 {
  
  
  
  
}

#s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shogun-image-container {
      position: relative;
    }

    .s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 {
  
  
  
  
}

#s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shogun-image-container {
      position: relative;
    }

    .s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 {
  
  
  
  
}

#s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shogun-image-container {
      position: relative;
    }

    .s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 {
  
  
  
  
}

#s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shogun-image-container {
      position: relative;
    }

    .s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c9777ba-47e0-4cb2-a63f-207d5c6505f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}
#s-339f19b6-f79f-41f3-8556-4ada4e262bfe {
  margin-top: -12px;
padding-bottom: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(187, 182, 218, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-339f19b6-f79f-41f3-8556-4ada4e262bfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-339f19b6-f79f-41f3-8556-4ada4e262bfe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7d356bf-f9a4-4b48-b2fc-850813a7f342 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-f7d356bf-f9a4-4b48-b2fc-850813a7f342"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7d356bf-f9a4-4b48-b2fc-850813a7f342"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f7d356bf-f9a4-4b48-b2fc-850813a7f342"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7d356bf-f9a4-4b48-b2fc-850813a7f342"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-036d2916-3df2-4312-8ae6-e48a62882d0f {
  margin-left: 8%;
margin-right: 3%;
min-height: 50px;
}








#s-036d2916-3df2-4312-8ae6-e48a62882d0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-036d2916-3df2-4312-8ae6-e48a62882d0f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5fd7a4bb-5b40-42b8-8de8-91b13f052863 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5fd7a4bb-5b40-42b8-8de8-91b13f052863 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-6d458734-b452-4382-9844-cfef7198e5c3 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-ef159e71-bc3c-48f6-b483-635c9d80f44a {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ef159e71-bc3c-48f6-b483-635c9d80f44a .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-f1aaddda-a472-4b14-bc83-2601febdd830 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
max-width: 1000px;
}

#s-c8904ee0-024d-49dc-b4fc-168bcf5becec {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c8904ee0-024d-49dc-b4fc-168bcf5becec .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-556f6f13-d6c5-4c69-aa6e-c2c73afb534c {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-de5a91f0-fa4f-424a-a03c-d357bc445e6a {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-de5a91f0-fa4f-424a-a03c-d357bc445e6a .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-f34ad940-3e34-4e1b-9e24-b0c314658da0 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-49fdb253-ba7e-4a30-a9f6-e5e9b9386fc6 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-49fdb253-ba7e-4a30-a9f6-e5e9b9386fc6 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-957d37ac-3fe6-4680-8a73-2a06094eaaff {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-d6fba741-8050-4995-93d4-c9b8aa06bf43 {
  margin-left: 12%;
margin-right: 12%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
max-width: 3204px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d6fba741-8050-4995-93d4-c9b8aa06bf43 {
  margin-left: 12%;
  margin-right: 12%;
  
  
}

#s-d6fba741-8050-4995-93d4-c9b8aa06bf43 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6fba741-8050-4995-93d4-c9b8aa06bf43 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d6fba741-8050-4995-93d4-c9b8aa06bf43 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6fba741-8050-4995-93d4-c9b8aa06bf43 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6fba741-8050-4995-93d4-c9b8aa06bf43 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3204px;
  }



  img.s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shogun-image {
    
    
    
    max-height: 3204px;
  }


.s-d6fba741-8050-4995-93d4-c9b8aa06bf43 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6fba741-8050-4995-93d4-c9b8aa06bf43 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shogun-image-container {
      position: relative;
    }

    .s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6fba741-8050-4995-93d4-c9b8aa06bf43 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3204px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d6fba741-8050-4995-93d4-c9b8aa06bf43 {
  
  
  
  
}

#s-d6fba741-8050-4995-93d4-c9b8aa06bf43 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6fba741-8050-4995-93d4-c9b8aa06bf43 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d6fba741-8050-4995-93d4-c9b8aa06bf43 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6fba741-8050-4995-93d4-c9b8aa06bf43 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6fba741-8050-4995-93d4-c9b8aa06bf43 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3204px;
  }



  img.s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shogun-image {
    
    
    
    max-height: 3204px;
  }


.s-d6fba741-8050-4995-93d4-c9b8aa06bf43 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6fba741-8050-4995-93d4-c9b8aa06bf43 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shogun-image-container {
      position: relative;
    }

    .s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6fba741-8050-4995-93d4-c9b8aa06bf43 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3204px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-d6fba741-8050-4995-93d4-c9b8aa06bf43 {
  
  
  
  
}

#s-d6fba741-8050-4995-93d4-c9b8aa06bf43 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6fba741-8050-4995-93d4-c9b8aa06bf43 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d6fba741-8050-4995-93d4-c9b8aa06bf43 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6fba741-8050-4995-93d4-c9b8aa06bf43 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6fba741-8050-4995-93d4-c9b8aa06bf43 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3204px;
  }



  img.s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shogun-image {
    
    
    
    max-height: 3204px;
  }


.s-d6fba741-8050-4995-93d4-c9b8aa06bf43 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6fba741-8050-4995-93d4-c9b8aa06bf43 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shogun-image-container {
      position: relative;
    }

    .s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6fba741-8050-4995-93d4-c9b8aa06bf43 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3204px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-d6fba741-8050-4995-93d4-c9b8aa06bf43 {
  
  
  
  
}

#s-d6fba741-8050-4995-93d4-c9b8aa06bf43 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6fba741-8050-4995-93d4-c9b8aa06bf43 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d6fba741-8050-4995-93d4-c9b8aa06bf43 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6fba741-8050-4995-93d4-c9b8aa06bf43 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6fba741-8050-4995-93d4-c9b8aa06bf43 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3204px;
  }



  img.s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shogun-image {
    
    
    
    max-height: 3204px;
  }


.s-d6fba741-8050-4995-93d4-c9b8aa06bf43 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6fba741-8050-4995-93d4-c9b8aa06bf43 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shogun-image-container {
      position: relative;
    }

    .s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6fba741-8050-4995-93d4-c9b8aa06bf43 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3204px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-d6fba741-8050-4995-93d4-c9b8aa06bf43 {
  
  
  
  
}

#s-d6fba741-8050-4995-93d4-c9b8aa06bf43 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6fba741-8050-4995-93d4-c9b8aa06bf43 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d6fba741-8050-4995-93d4-c9b8aa06bf43 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6fba741-8050-4995-93d4-c9b8aa06bf43 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6fba741-8050-4995-93d4-c9b8aa06bf43 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3204px;
  }



  img.s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shogun-image {
    
    
    
    max-height: 3204px;
  }


.s-d6fba741-8050-4995-93d4-c9b8aa06bf43 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6fba741-8050-4995-93d4-c9b8aa06bf43 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shogun-image-container {
      position: relative;
    }

    .s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6fba741-8050-4995-93d4-c9b8aa06bf43.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6fba741-8050-4995-93d4-c9b8aa06bf43 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3204px;
    }
  }

}
#s-37935485-c90f-44c4-9823-41f28bc04f9d {
  margin-top: -12px;
padding-bottom: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(187, 182, 218, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-37935485-c90f-44c4-9823-41f28bc04f9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-37935485-c90f-44c4-9823-41f28bc04f9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19191a46-f3d8-4bb6-b2e4-47a190bade8a {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-19191a46-f3d8-4bb6-b2e4-47a190bade8a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19191a46-f3d8-4bb6-b2e4-47a190bade8a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-19191a46-f3d8-4bb6-b2e4-47a190bade8a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-19191a46-f3d8-4bb6-b2e4-47a190bade8a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4c462103-17fe-4dbb-bfdd-89801cafba0e {
  margin-left: 8%;
margin-right: 3%;
min-height: 50px;
}








#s-4c462103-17fe-4dbb-bfdd-89801cafba0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4c462103-17fe-4dbb-bfdd-89801cafba0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95cd0176-a97e-4889-a842-516105eae705 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-95cd0176-a97e-4889-a842-516105eae705 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-0ff63c72-bda9-403d-9909-95e21c0e42ad {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-d29d6022-7d71-4ac6-affb-35ae286f2e05 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d29d6022-7d71-4ac6-affb-35ae286f2e05 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-3659d133-b2c9-4f4d-8c60-3c2c15667b36 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
max-width: 1000px;
}

#s-0b27a4d6-1ede-4303-a0e3-908d70bc61f7 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0b27a4d6-1ede-4303-a0e3-908d70bc61f7 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-7258873d-571f-42c1-9654-a843491573fe {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-7a33a0fc-6026-40ce-abd2-1c22a585ca2e {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7a33a0fc-6026-40ce-abd2-1c22a585ca2e .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-e641d962-93f7-4938-8e0e-078e0259f69c {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1000px;
}

#s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 {
  margin-left: 12%;
margin-right: 12%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
max-width: 3224px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 {
  margin-left: 12%;
  margin-right: 12%;
  
  
}

#s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shogun-image-container {
      position: relative;
    }

    .s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 {
  
  
  
  
}

#s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shogun-image-container {
      position: relative;
    }

    .s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 {
  
  
  
  
}

#s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shogun-image-container {
      position: relative;
    }

    .s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 {
  
  
  
  
}

#s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shogun-image-container {
      position: relative;
    }

    .s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 {
  
  
  
  
}

#s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3224px;
  }



  img.s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shogun-image {
    
    
    
    max-height: 3224px;
  }


.s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shogun-image-container {
      position: relative;
    }

    .s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cb21030-1cd8-4e89-9595-9e8db8cbd795.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cb21030-1cd8-4e89-9595-9e8db8cbd795 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3224px;
    }
  }

}
#s-fd82566c-9bb6-41e7-81e7-f97de28004ea {
  margin-top: 32px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 25px;
background-color: rgba(247, 249, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 18, 121, 1);
}
#s-fd82566c-9bb6-41e7-81e7-f97de28004ea:hover {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}#s-fd82566c-9bb6-41e7-81e7-f97de28004ea:active {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}@media (max-width: 767px){#s-fd82566c-9bb6-41e7-81e7-f97de28004ea {
  
}
}

  #s-fd82566c-9bb6-41e7-81e7-f97de28004ea-root {
    text-align: center;
  }


#s-fd82566c-9bb6-41e7-81e7-f97de28004ea.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fd82566c-9bb6-41e7-81e7-f97de28004ea-root {
    text-align: center;
  }


#s-fd82566c-9bb6-41e7-81e7-f97de28004ea.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fd82566c-9bb6-41e7-81e7-f97de28004ea-root {
    text-align: center;
  }


#s-fd82566c-9bb6-41e7-81e7-f97de28004ea.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fd82566c-9bb6-41e7-81e7-f97de28004ea-root {
    text-align: center;
  }


#s-fd82566c-9bb6-41e7-81e7-f97de28004ea.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fd82566c-9bb6-41e7-81e7-f97de28004ea-root {
    text-align: center;
  }


#s-fd82566c-9bb6-41e7-81e7-f97de28004ea.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-20bcd7f6-4d51-4f7d-b636-60dcaff8908a {
  padding-top: 64px;
padding-bottom: 64px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-20bcd7f6-4d51-4f7d-b636-60dcaff8908a {
  padding-top: 30px;
padding-bottom: 20px;
}
}







#s-20bcd7f6-4d51-4f7d-b636-60dcaff8908a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-20bcd7f6-4d51-4f7d-b636-60dcaff8908a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1b95f16-6ea2-4c83-bac8-4e605970e631 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d1b95f16-6ea2-4c83-bac8-4e605970e631 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-d1b95f16-6ea2-4c83-bac8-4e605970e631 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-6673ce9d-f61e-4852-b940-80283cfddd1f {
  margin-top: 0px;
padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(228, 229, 251, 1);
}
@media (max-width: 767px){#s-6673ce9d-f61e-4852-b940-80283cfddd1f {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-6673ce9d-f61e-4852-b940-80283cfddd1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6673ce9d-f61e-4852-b940-80283cfddd1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a4d7516-1aa8-4fe0-8976-5da363776ac1 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-6a4d7516-1aa8-4fe0-8976-5da363776ac1 {
  
}
}
#s-6a4d7516-1aa8-4fe0-8976-5da363776ac1 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-6a4d7516-1aa8-4fe0-8976-5da363776ac1 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: center;
}


}@media (max-width: 767px){#s-6a4d7516-1aa8-4fe0-8976-5da363776ac1 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: center;
}


}
#s-36dadd76-28f6-4c7e-8c2e-f124d2ea5912 {
  margin-top: 32px;
margin-left: auto;
margin-right: auto;
max-width: 1400px;
}
@media (max-width: 767px){#s-36dadd76-28f6-4c7e-8c2e-f124d2ea5912 {
  display: none;
}
#s-36dadd76-28f6-4c7e-8c2e-f124d2ea5912, #wrap-s-36dadd76-28f6-4c7e-8c2e-f124d2ea5912 { display: none !important; }}
@media (min-width: 0px) {
[id="s-36dadd76-28f6-4c7e-8c2e-f124d2ea5912"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36dadd76-28f6-4c7e-8c2e-f124d2ea5912"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-36dadd76-28f6-4c7e-8c2e-f124d2ea5912"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-36dadd76-28f6-4c7e-8c2e-f124d2ea5912"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6fb984b4-e318-4087-9915-db25c5e3ad33 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-6fb984b4-e318-4087-9915-db25c5e3ad33 img.shogun-image {
    

    
    
    
  }


#s-6fb984b4-e318-4087-9915-db25c5e3ad33 .shogun-image-content {
  
    align-items: center;
  
}

#s-273f5a01-3e63-4159-a366-3754d49379ac {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-273f5a01-3e63-4159-a366-3754d49379ac {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-273f5a01-3e63-4159-a366-3754d49379ac .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}



#s-9968e6bb-25c3-413e-9712-78bf9062f6c5 {
  margin-top: 0px;
margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9968e6bb-25c3-413e-9712-78bf9062f6c5 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-9968e6bb-25c3-413e-9712-78bf9062f6c5 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-0bd4a71a-8028-4f14-9ffc-713991720198 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-0bd4a71a-8028-4f14-9ffc-713991720198 img.shogun-image {
    

    
    
    
  }


#s-0bd4a71a-8028-4f14-9ffc-713991720198 .shogun-image-content {
  
    align-items: center;
  
}

#s-a915c6fd-472d-4314-90f6-b574f76d0304 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-a915c6fd-472d-4314-90f6-b574f76d0304 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-a915c6fd-472d-4314-90f6-b574f76d0304 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}



#s-0742630a-ada6-4485-9467-5aaca36f1dcf {
  margin-top: 0px;
margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0742630a-ada6-4485-9467-5aaca36f1dcf {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-0742630a-ada6-4485-9467-5aaca36f1dcf {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-7e7cc032-9be4-4a9c-b968-b230dc5b515d {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-7e7cc032-9be4-4a9c-b968-b230dc5b515d img.shogun-image {
    

    
    
    
  }


#s-7e7cc032-9be4-4a9c-b968-b230dc5b515d .shogun-image-content {
  
    align-items: center;
  
}

#s-9838c8b7-17b2-4758-bbad-f54a006c3b9b {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-9838c8b7-17b2-4758-bbad-f54a006c3b9b {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-9838c8b7-17b2-4758-bbad-f54a006c3b9b .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}



#s-27cec888-4b7d-45e2-9bde-086df6ff73b7 {
  margin-top: 0px;
margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-27cec888-4b7d-45e2-9bde-086df6ff73b7 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-27cec888-4b7d-45e2-9bde-086df6ff73b7 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-e6c45b87-780b-4623-af9d-2e63f68e2131 {
  margin-top: 20px;
margin-left: 5%;
margin-right: 5%;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(228, 229, 251, 1);
}
@media (min-width: 1200px){#s-e6c45b87-780b-4623-af9d-2e63f68e2131 {
  display: none;
}
#s-e6c45b87-780b-4623-af9d-2e63f68e2131, #wrap-s-e6c45b87-780b-4623-af9d-2e63f68e2131 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6c45b87-780b-4623-af9d-2e63f68e2131 {
  display: none;
}
#s-e6c45b87-780b-4623-af9d-2e63f68e2131, #wrap-s-e6c45b87-780b-4623-af9d-2e63f68e2131 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6c45b87-780b-4623-af9d-2e63f68e2131 {
  display: none;
}
#s-e6c45b87-780b-4623-af9d-2e63f68e2131, #wrap-s-e6c45b87-780b-4623-af9d-2e63f68e2131 { display: none !important; }}@media (max-width: 767px){#s-e6c45b87-780b-4623-af9d-2e63f68e2131 {
  margin-left: 3%;
margin-right: 1%;
}
}







#s-e6c45b87-780b-4623-af9d-2e63f68e2131 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e6c45b87-780b-4623-af9d-2e63f68e2131.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b0c06538-cc0d-441d-bdc6-b08fc894abec {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-b0c06538-cc0d-441d-bdc6-b08fc894abec {
  display: none;
}
#s-b0c06538-cc0d-441d-bdc6-b08fc894abec, #wrap-s-b0c06538-cc0d-441d-bdc6-b08fc894abec { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0c06538-cc0d-441d-bdc6-b08fc894abec {
  display: none;
}
#s-b0c06538-cc0d-441d-bdc6-b08fc894abec, #wrap-s-b0c06538-cc0d-441d-bdc6-b08fc894abec { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b0c06538-cc0d-441d-bdc6-b08fc894abec {
  display: none;
}
#s-b0c06538-cc0d-441d-bdc6-b08fc894abec, #wrap-s-b0c06538-cc0d-441d-bdc6-b08fc894abec { display: none !important; }}
@media (min-width: 0px) {
[id="s-b0c06538-cc0d-441d-bdc6-b08fc894abec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b0c06538-cc0d-441d-bdc6-b08fc894abec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b0c06538-cc0d-441d-bdc6-b08fc894abec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0c06538-cc0d-441d-bdc6-b08fc894abec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3e76fb8c-484b-401d-84cf-b79ce79d618c {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-3e76fb8c-484b-401d-84cf-b79ce79d618c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e76fb8c-484b-401d-84cf-b79ce79d618c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce8f20df-fdbe-4f29-9bce-db8bf748ec50 {
  max-width: 70px;
text-align: center;
}







  #s-ce8f20df-fdbe-4f29-9bce-db8bf748ec50 img.shogun-image {
    

    
    
    
  }


#s-ce8f20df-fdbe-4f29-9bce-db8bf748ec50 .shogun-image-content {
  
    align-items: center;
  
}

#s-8309fc2b-3a4f-4f66-8f2b-ac38485aff8f {
  margin-left: -58%;
min-height: 50px;
}








#s-8309fc2b-3a4f-4f66-8f2b-ac38485aff8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8309fc2b-3a4f-4f66-8f2b-ac38485aff8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-daa01180-aedb-45b9-9c82-dcbe6b3d61d2 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-daa01180-aedb-45b9-9c82-dcbe6b3d61d2 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-19b4d191-b3e3-4d01-b90e-d68917e57c0b {
  margin-top: -5px;
margin-left: 0%;
margin-right: 0%;
}

#s-2d8bf01e-27c1-4eca-8755-f9e3fcbebacf {
  margin-top: 10px;
margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-2d8bf01e-27c1-4eca-8755-f9e3fcbebacf {
  display: none;
}
#s-2d8bf01e-27c1-4eca-8755-f9e3fcbebacf, #wrap-s-2d8bf01e-27c1-4eca-8755-f9e3fcbebacf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2d8bf01e-27c1-4eca-8755-f9e3fcbebacf {
  display: none;
}
#s-2d8bf01e-27c1-4eca-8755-f9e3fcbebacf, #wrap-s-2d8bf01e-27c1-4eca-8755-f9e3fcbebacf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2d8bf01e-27c1-4eca-8755-f9e3fcbebacf {
  display: none;
}
#s-2d8bf01e-27c1-4eca-8755-f9e3fcbebacf, #wrap-s-2d8bf01e-27c1-4eca-8755-f9e3fcbebacf { display: none !important; }}
@media (min-width: 0px) {
[id="s-2d8bf01e-27c1-4eca-8755-f9e3fcbebacf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2d8bf01e-27c1-4eca-8755-f9e3fcbebacf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2d8bf01e-27c1-4eca-8755-f9e3fcbebacf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d8bf01e-27c1-4eca-8755-f9e3fcbebacf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a075aa44-7051-44fb-9f00-1e052a66527c {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-a075aa44-7051-44fb-9f00-1e052a66527c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a075aa44-7051-44fb-9f00-1e052a66527c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e0d3438-ebca-47fb-b440-5cc9eed0ece8 {
  max-width: 70px;
text-align: center;
}







  #s-7e0d3438-ebca-47fb-b440-5cc9eed0ece8 img.shogun-image {
    

    
    
    
  }


#s-7e0d3438-ebca-47fb-b440-5cc9eed0ece8 .shogun-image-content {
  
    align-items: center;
  
}

#s-ad93ec42-4b61-4b25-a4e9-3b5aad990fc7 {
  margin-left: -58%;
min-height: 50px;
}








#s-ad93ec42-4b61-4b25-a4e9-3b5aad990fc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ad93ec42-4b61-4b25-a4e9-3b5aad990fc7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dab6349a-ba9d-4aaa-91b6-daffd210dc18 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dab6349a-ba9d-4aaa-91b6-daffd210dc18 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-e04864f8-b2f0-433e-be48-12e3d4965766 {
  margin-top: -5px;
margin-left: 0%;
margin-right: 0%;
}

#s-4fd0c7de-ecc0-47a2-8c5d-19ce39d06bc4 {
  margin-top: 10px;
margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-4fd0c7de-ecc0-47a2-8c5d-19ce39d06bc4 {
  display: none;
}
#s-4fd0c7de-ecc0-47a2-8c5d-19ce39d06bc4, #wrap-s-4fd0c7de-ecc0-47a2-8c5d-19ce39d06bc4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4fd0c7de-ecc0-47a2-8c5d-19ce39d06bc4 {
  display: none;
}
#s-4fd0c7de-ecc0-47a2-8c5d-19ce39d06bc4, #wrap-s-4fd0c7de-ecc0-47a2-8c5d-19ce39d06bc4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4fd0c7de-ecc0-47a2-8c5d-19ce39d06bc4 {
  display: none;
}
#s-4fd0c7de-ecc0-47a2-8c5d-19ce39d06bc4, #wrap-s-4fd0c7de-ecc0-47a2-8c5d-19ce39d06bc4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-4fd0c7de-ecc0-47a2-8c5d-19ce39d06bc4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4fd0c7de-ecc0-47a2-8c5d-19ce39d06bc4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4fd0c7de-ecc0-47a2-8c5d-19ce39d06bc4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4fd0c7de-ecc0-47a2-8c5d-19ce39d06bc4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b9152d35-300a-4834-814e-5d6559ca7ffa {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-b9152d35-300a-4834-814e-5d6559ca7ffa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b9152d35-300a-4834-814e-5d6559ca7ffa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e51c4ad2-3804-4944-b9e7-370b2c37005c {
  max-width: 70px;
text-align: center;
}







  #s-e51c4ad2-3804-4944-b9e7-370b2c37005c img.shogun-image {
    

    
    
    
  }


#s-e51c4ad2-3804-4944-b9e7-370b2c37005c .shogun-image-content {
  
    align-items: center;
  
}

#s-ac9c03f5-f181-421c-8d8b-0e33e2ddc49f {
  margin-left: -58%;
min-height: 50px;
}








#s-ac9c03f5-f181-421c-8d8b-0e33e2ddc49f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ac9c03f5-f181-421c-8d8b-0e33e2ddc49f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-865ea230-27ad-43c5-8c84-b70f66338619 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-865ea230-27ad-43c5-8c84-b70f66338619 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-51dd389a-5bea-4c5e-bd9a-198903134904 {
  margin-top: -5px;
margin-left: 0%;
margin-right: 0%;
}

#s-1ff2db7b-f017-4e7d-ba3b-31b29398f293 {
  margin-top: 32px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 25px;
background-color: rgba(247, 249, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 18, 121, 1);
}
#s-1ff2db7b-f017-4e7d-ba3b-31b29398f293:hover {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}#s-1ff2db7b-f017-4e7d-ba3b-31b29398f293:active {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}@media (max-width: 767px){#s-1ff2db7b-f017-4e7d-ba3b-31b29398f293 {
  
}
}

  #s-1ff2db7b-f017-4e7d-ba3b-31b29398f293-root {
    text-align: center;
  }


#s-1ff2db7b-f017-4e7d-ba3b-31b29398f293.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1ff2db7b-f017-4e7d-ba3b-31b29398f293-root {
    text-align: center;
  }


#s-1ff2db7b-f017-4e7d-ba3b-31b29398f293.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1ff2db7b-f017-4e7d-ba3b-31b29398f293-root {
    text-align: center;
  }


#s-1ff2db7b-f017-4e7d-ba3b-31b29398f293.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1ff2db7b-f017-4e7d-ba3b-31b29398f293-root {
    text-align: center;
  }


#s-1ff2db7b-f017-4e7d-ba3b-31b29398f293.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1ff2db7b-f017-4e7d-ba3b-31b29398f293-root {
    text-align: center;
  }


#s-1ff2db7b-f017-4e7d-ba3b-31b29398f293.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
/*
  $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;
  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;
}
