.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-d5b13881-ca6f-47d8-9158-890bef61d835 {
  min-height: 50px;
}








#s-d5b13881-ca6f-47d8-9158-890bef61d835 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d5b13881-ca6f-47d8-9158-890bef61d835.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b4ce2b7-ecbf-47a1-9f25-5faca390fcb6 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
}

#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-left: 15%;
padding-bottom: 30px;
padding-right: 15%;
min-height: 350px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  padding-bottom: 45px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  padding-left: 5%;
padding-right: 5%;
min-height: 200px;
}
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/f1398d2a-fbc2-4ef5-8011-55aa9092facd/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/f1398d2a-fbc2-4ef5-8011-55aa9092facd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/f1398d2a-fbc2-4ef5-8011-55aa9092facd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/f1398d2a-fbc2-4ef5-8011-55aa9092facd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/f1398d2a-fbc2-4ef5-8011-55aa9092facd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/f1398d2a-fbc2-4ef5-8011-55aa9092facd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/f1398d2a-fbc2-4ef5-8011-55aa9092facd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/f1398d2a-fbc2-4ef5-8011-55aa9092facd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba {
  background-image: url(https://i.shgcdn.com/f1398d2a-fbc2-4ef5-8011-55aa9092facd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-91dcceef-91ae-4c27-9f1d-ea43a91e83ba.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-fdf093eb-cb1e-4a9b-ab78-3778eb012a86 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fdf093eb-cb1e-4a9b-ab78-3778eb012a86 .shogun-heading-component h1 {
  color: rgba(250, 250, 250, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 64px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-fdf093eb-cb1e-4a9b-ab78-3778eb012a86 .shogun-heading-component h1 {
  color: rgba(250, 250, 250, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-fdf093eb-cb1e-4a9b-ab78-3778eb012a86 .shogun-heading-component h1 {
  color: rgba(250, 250, 250, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}@media (max-width: 767px){#s-fdf093eb-cb1e-4a9b-ab78-3778eb012a86 .shogun-heading-component h1 {
  color: rgba(250, 250, 250, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}
#s-28458c7d-cdc5-4139-b1a5-d7ec02d1f39f {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 0.86);
}
@media (min-width: 1200px){#s-28458c7d-cdc5-4139-b1a5-d7ec02d1f39f {
  padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
}
}







#s-28458c7d-cdc5-4139-b1a5-d7ec02d1f39f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-28458c7d-cdc5-4139-b1a5-d7ec02d1f39f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-020f912d-68b9-4987-ac8a-c62c86223a0f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-020f912d-68b9-4987-ac8a-c62c86223a0f {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-020f912d-68b9-4987-ac8a-c62c86223a0f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 1200px){#s-020f912d-68b9-4987-ac8a-c62c86223a0f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-020f912d-68b9-4987-ac8a-c62c86223a0f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-020f912d-68b9-4987-ac8a-c62c86223a0f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-020f912d-68b9-4987-ac8a-c62c86223a0f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  
}


}
#s-fb61eb46-c6e4-4da7-9ed0-4e9e7b52dfe6 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 30px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-fb61eb46-c6e4-4da7-9ed0-4e9e7b52dfe6 {
  margin-top: 20px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fb61eb46-c6e4-4da7-9ed0-4e9e7b52dfe6 {
  margin-top: 20px;
margin-bottom: 0px;
padding-left: 2%;
padding-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fb61eb46-c6e4-4da7-9ed0-4e9e7b52dfe6 {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-fb61eb46-c6e4-4da7-9ed0-4e9e7b52dfe6 {
  margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 20px;
padding-bottom: 20px;
}
}







#s-fb61eb46-c6e4-4da7-9ed0-4e9e7b52dfe6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb61eb46-c6e4-4da7-9ed0-4e9e7b52dfe6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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;
}

@media (min-width: 1200px){#s-0ae8d7ea-2e19-4c58-9610-0e6aab5184d1 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0ae8d7ea-2e19-4c58-9610-0e6aab5184d1 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0ae8d7ea-2e19-4c58-9610-0e6aab5184d1 {
  padding-top: 20px;
padding-left: 0%;
padding-bottom: 20px;
padding-right: 0%;
}
}@media (max-width: 767px){#s-0ae8d7ea-2e19-4c58-9610-0e6aab5184d1 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-0ae8d7ea-2e19-4c58-9610-0e6aab5184d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ae8d7ea-2e19-4c58-9610-0e6aab5184d1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0ae8d7ea-2e19-4c58-9610-0e6aab5184d1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0ae8d7ea-2e19-4c58-9610-0e6aab5184d1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0ae8d7ea-2e19-4c58-9610-0e6aab5184d1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ae8d7ea-2e19-4c58-9610-0e6aab5184d1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0ae8d7ea-2e19-4c58-9610-0e6aab5184d1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-04528b67-bd96-4e48-94de-bd760593faef {
  max-width: 1620px;
text-align: center;
}

#s-04528b67-bd96-4e48-94de-bd760593faef {
  margin: 0 !important;
  overflow: visible;
}

#s-04528b67-bd96-4e48-94de-bd760593faef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04528b67-bd96-4e48-94de-bd760593faef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-04528b67-bd96-4e48-94de-bd760593faef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04528b67-bd96-4e48-94de-bd760593faef img.shogun-image {
  /* Add background color handling */
  
}

#s-04528b67-bd96-4e48-94de-bd760593faef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-04528b67-bd96-4e48-94de-bd760593faef .shogun-image-content {
  
    justify-content: center;
  
}

.s-04528b67-bd96-4e48-94de-bd760593faef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04528b67-bd96-4e48-94de-bd760593faef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04528b67-bd96-4e48-94de-bd760593faef.shogun-image {
  box-sizing: border-box;
}



.s-04528b67-bd96-4e48-94de-bd760593faef img.shogun-image {
  
}


@media (min-width: 1200px){#s-04528b67-bd96-4e48-94de-bd760593faef {
  margin: 0 !important;
  overflow: visible;
}

#s-04528b67-bd96-4e48-94de-bd760593faef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04528b67-bd96-4e48-94de-bd760593faef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-04528b67-bd96-4e48-94de-bd760593faef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04528b67-bd96-4e48-94de-bd760593faef img.shogun-image {
  /* Add background color handling */
  
}

#s-04528b67-bd96-4e48-94de-bd760593faef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-04528b67-bd96-4e48-94de-bd760593faef .shogun-image-content {
  
    justify-content: center;
  
}

.s-04528b67-bd96-4e48-94de-bd760593faef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04528b67-bd96-4e48-94de-bd760593faef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04528b67-bd96-4e48-94de-bd760593faef.shogun-image {
  box-sizing: border-box;
}



.s-04528b67-bd96-4e48-94de-bd760593faef img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-04528b67-bd96-4e48-94de-bd760593faef {
  margin: 0 !important;
  overflow: visible;
}

#s-04528b67-bd96-4e48-94de-bd760593faef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04528b67-bd96-4e48-94de-bd760593faef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-04528b67-bd96-4e48-94de-bd760593faef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04528b67-bd96-4e48-94de-bd760593faef img.shogun-image {
  /* Add background color handling */
  
}

#s-04528b67-bd96-4e48-94de-bd760593faef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-04528b67-bd96-4e48-94de-bd760593faef .shogun-image-content {
  
    justify-content: center;
  
}

.s-04528b67-bd96-4e48-94de-bd760593faef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04528b67-bd96-4e48-94de-bd760593faef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04528b67-bd96-4e48-94de-bd760593faef.shogun-image {
  box-sizing: border-box;
}



.s-04528b67-bd96-4e48-94de-bd760593faef img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-04528b67-bd96-4e48-94de-bd760593faef {
  margin: 0 !important;
  overflow: visible;
}

#s-04528b67-bd96-4e48-94de-bd760593faef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04528b67-bd96-4e48-94de-bd760593faef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-04528b67-bd96-4e48-94de-bd760593faef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04528b67-bd96-4e48-94de-bd760593faef img.shogun-image {
  /* Add background color handling */
  
}

#s-04528b67-bd96-4e48-94de-bd760593faef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-04528b67-bd96-4e48-94de-bd760593faef .shogun-image-content {
  
    justify-content: center;
  
}

.s-04528b67-bd96-4e48-94de-bd760593faef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04528b67-bd96-4e48-94de-bd760593faef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04528b67-bd96-4e48-94de-bd760593faef.shogun-image {
  box-sizing: border-box;
}



.s-04528b67-bd96-4e48-94de-bd760593faef img.shogun-image {
  
}


}@media (max-width: 767px){#s-04528b67-bd96-4e48-94de-bd760593faef {
  margin: 0 !important;
  overflow: visible;
}

#s-04528b67-bd96-4e48-94de-bd760593faef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-04528b67-bd96-4e48-94de-bd760593faef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-04528b67-bd96-4e48-94de-bd760593faef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-04528b67-bd96-4e48-94de-bd760593faef img.shogun-image {
  /* Add background color handling */
  
}

#s-04528b67-bd96-4e48-94de-bd760593faef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-04528b67-bd96-4e48-94de-bd760593faef .shogun-image-content {
  
    justify-content: center;
  
}

.s-04528b67-bd96-4e48-94de-bd760593faef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04528b67-bd96-4e48-94de-bd760593faef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04528b67-bd96-4e48-94de-bd760593faef.shogun-image {
  box-sizing: border-box;
}



.s-04528b67-bd96-4e48-94de-bd760593faef img.shogun-image {
  
}


}
#s-0641ebff-1ffd-46e6-8ad3-2bd5b6c7ea66 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0641ebff-1ffd-46e6-8ad3-2bd5b6c7ea66 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: left;
}



.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-1b49839c-5ab2-4859-a7c3-613967032f0b {
  margin-top: 10px;
}

#s-70bff799-b4bb-4f78-bd5f-7bffeac343fa {
  margin-top: 20px;
margin-left: 10%;
margin-right: 10%;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-70bff799-b4bb-4f78-bd5f-7bffeac343fa {
  padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-70bff799-b4bb-4f78-bd5f-7bffeac343fa {
  margin-left: 2%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-70bff799-b4bb-4f78-bd5f-7bffeac343fa {
  margin-top: 10px;
margin-left: 2%;
margin-right: 2%;
}
}







#s-70bff799-b4bb-4f78-bd5f-7bffeac343fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-70bff799-b4bb-4f78-bd5f-7bffeac343fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8092c014-825b-48da-9c66-93616cfcb7aa {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8092c014-825b-48da-9c66-93616cfcb7aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8092c014-825b-48da-9c66-93616cfcb7aa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8092c014-825b-48da-9c66-93616cfcb7aa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8092c014-825b-48da-9c66-93616cfcb7aa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8092c014-825b-48da-9c66-93616cfcb7aa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8092c014-825b-48da-9c66-93616cfcb7aa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8092c014-825b-48da-9c66-93616cfcb7aa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

#s-b8e266c8-cb97-4895-8580-40b6c9e79d46 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-b8e266c8-cb97-4895-8580-40b6c9e79d46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b8e266c8-cb97-4895-8580-40b6c9e79d46.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-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-e6eaebcb-715d-4cb0-9438-f8f164671218 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-e6eaebcb-715d-4cb0-9438-f8f164671218 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6eaebcb-715d-4cb0-9438-f8f164671218-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e6eaebcb-715d-4cb0-9438-f8f164671218 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6eaebcb-715d-4cb0-9438-f8f164671218 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e6eaebcb-715d-4cb0-9438-f8f164671218 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6eaebcb-715d-4cb0-9438-f8f164671218 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

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




.s-e6eaebcb-715d-4cb0-9438-f8f164671218 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6eaebcb-715d-4cb0-9438-f8f164671218.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6eaebcb-715d-4cb0-9438-f8f164671218.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6eaebcb-715d-4cb0-9438-f8f164671218.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e6eaebcb-715d-4cb0-9438-f8f164671218 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6eaebcb-715d-4cb0-9438-f8f164671218-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e6eaebcb-715d-4cb0-9438-f8f164671218 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6eaebcb-715d-4cb0-9438-f8f164671218 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e6eaebcb-715d-4cb0-9438-f8f164671218 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6eaebcb-715d-4cb0-9438-f8f164671218 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

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




.s-e6eaebcb-715d-4cb0-9438-f8f164671218 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6eaebcb-715d-4cb0-9438-f8f164671218.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6eaebcb-715d-4cb0-9438-f8f164671218.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6eaebcb-715d-4cb0-9438-f8f164671218.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e6eaebcb-715d-4cb0-9438-f8f164671218 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6eaebcb-715d-4cb0-9438-f8f164671218-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e6eaebcb-715d-4cb0-9438-f8f164671218 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6eaebcb-715d-4cb0-9438-f8f164671218 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e6eaebcb-715d-4cb0-9438-f8f164671218 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6eaebcb-715d-4cb0-9438-f8f164671218 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

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




.s-e6eaebcb-715d-4cb0-9438-f8f164671218 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6eaebcb-715d-4cb0-9438-f8f164671218.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6eaebcb-715d-4cb0-9438-f8f164671218.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6eaebcb-715d-4cb0-9438-f8f164671218.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e6eaebcb-715d-4cb0-9438-f8f164671218 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6eaebcb-715d-4cb0-9438-f8f164671218-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e6eaebcb-715d-4cb0-9438-f8f164671218 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6eaebcb-715d-4cb0-9438-f8f164671218 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e6eaebcb-715d-4cb0-9438-f8f164671218 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6eaebcb-715d-4cb0-9438-f8f164671218 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

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




.s-e6eaebcb-715d-4cb0-9438-f8f164671218 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6eaebcb-715d-4cb0-9438-f8f164671218.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6eaebcb-715d-4cb0-9438-f8f164671218.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6eaebcb-715d-4cb0-9438-f8f164671218.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e6eaebcb-715d-4cb0-9438-f8f164671218 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6eaebcb-715d-4cb0-9438-f8f164671218-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e6eaebcb-715d-4cb0-9438-f8f164671218 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6eaebcb-715d-4cb0-9438-f8f164671218 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e6eaebcb-715d-4cb0-9438-f8f164671218 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6eaebcb-715d-4cb0-9438-f8f164671218 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

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




.s-e6eaebcb-715d-4cb0-9438-f8f164671218 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6eaebcb-715d-4cb0-9438-f8f164671218.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6eaebcb-715d-4cb0-9438-f8f164671218.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6eaebcb-715d-4cb0-9438-f8f164671218.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a9435763-d1e8-4f28-9348-804af7766526 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-a9435763-d1e8-4f28-9348-804af7766526 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9435763-d1e8-4f28-9348-804af7766526-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a9435763-d1e8-4f28-9348-804af7766526 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9435763-d1e8-4f28-9348-804af7766526 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a9435763-d1e8-4f28-9348-804af7766526 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a9435763-d1e8-4f28-9348-804af7766526 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

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




.s-a9435763-d1e8-4f28-9348-804af7766526 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9435763-d1e8-4f28-9348-804af7766526.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9435763-d1e8-4f28-9348-804af7766526.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9435763-d1e8-4f28-9348-804af7766526.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a9435763-d1e8-4f28-9348-804af7766526 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9435763-d1e8-4f28-9348-804af7766526-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a9435763-d1e8-4f28-9348-804af7766526 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9435763-d1e8-4f28-9348-804af7766526 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a9435763-d1e8-4f28-9348-804af7766526 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a9435763-d1e8-4f28-9348-804af7766526 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

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




.s-a9435763-d1e8-4f28-9348-804af7766526 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9435763-d1e8-4f28-9348-804af7766526.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9435763-d1e8-4f28-9348-804af7766526.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9435763-d1e8-4f28-9348-804af7766526.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a9435763-d1e8-4f28-9348-804af7766526 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9435763-d1e8-4f28-9348-804af7766526-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a9435763-d1e8-4f28-9348-804af7766526 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9435763-d1e8-4f28-9348-804af7766526 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a9435763-d1e8-4f28-9348-804af7766526 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a9435763-d1e8-4f28-9348-804af7766526 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

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




.s-a9435763-d1e8-4f28-9348-804af7766526 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9435763-d1e8-4f28-9348-804af7766526.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9435763-d1e8-4f28-9348-804af7766526.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9435763-d1e8-4f28-9348-804af7766526.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a9435763-d1e8-4f28-9348-804af7766526 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9435763-d1e8-4f28-9348-804af7766526-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a9435763-d1e8-4f28-9348-804af7766526 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9435763-d1e8-4f28-9348-804af7766526 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a9435763-d1e8-4f28-9348-804af7766526 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a9435763-d1e8-4f28-9348-804af7766526 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

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




.s-a9435763-d1e8-4f28-9348-804af7766526 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9435763-d1e8-4f28-9348-804af7766526.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9435763-d1e8-4f28-9348-804af7766526.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9435763-d1e8-4f28-9348-804af7766526.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a9435763-d1e8-4f28-9348-804af7766526 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9435763-d1e8-4f28-9348-804af7766526-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a9435763-d1e8-4f28-9348-804af7766526 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9435763-d1e8-4f28-9348-804af7766526 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a9435763-d1e8-4f28-9348-804af7766526 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a9435763-d1e8-4f28-9348-804af7766526 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

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




.s-a9435763-d1e8-4f28-9348-804af7766526 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9435763-d1e8-4f28-9348-804af7766526.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9435763-d1e8-4f28-9348-804af7766526.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9435763-d1e8-4f28-9348-804af7766526.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-409c6b9f-a81d-4724-b9b2-b70e71d228f1 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-409c6b9f-a81d-4724-b9b2-b70e71d228f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-409c6b9f-a81d-4724-b9b2-b70e71d228f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

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




.s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

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




.s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

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




.s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

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




.s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

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




.s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-995231c9-f6d3-4f5f-a990-1eeb5000a0e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c62fcca8-57c6-47e6-ac6c-c8e6ebeb046b {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(40, 40, 40, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-c62fcca8-57c6-47e6-ac6c-c8e6ebeb046b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c62fcca8-57c6-47e6-ac6c-c8e6ebeb046b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3c5b77e-6282-4ea2-93d6-eb32f83b5e52 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3c5b77e-6282-4ea2-93d6-eb32f83b5e52 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-a3c5b77e-6282-4ea2-93d6-eb32f83b5e52 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


}
#s-59f55604-5b07-4503-a2d3-a1aa70254762 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-59f55604-5b07-4503-a2d3-a1aa70254762"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-59f55604-5b07-4503-a2d3-a1aa70254762"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-59f55604-5b07-4503-a2d3-a1aa70254762"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-59f55604-5b07-4503-a2d3-a1aa70254762"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-54ec1718-da8e-4a14-8540-222416d58c77 {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-54ec1718-da8e-4a14-8540-222416d58c77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-54ec1718-da8e-4a14-8540-222416d58c77.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ab73dc4-5f95-4b9b-98ae-a4a5de49ce96 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6ab73dc4-5f95-4b9b-98ae-a4a5de49ce96 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-3d5b2e24-c029-416b-bb30-21956f674c2f {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-3d5b2e24-c029-416b-bb30-21956f674c2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3d5b2e24-c029-416b-bb30-21956f674c2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15aaf036-3b73-4610-9e09-e5edc9bb0f52 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-15aaf036-3b73-4610-9e09-e5edc9bb0f52 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-78eb8a06-fc17-4c98-90b2-4e28099fde6a {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-78eb8a06-fc17-4c98-90b2-4e28099fde6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-78eb8a06-fc17-4c98-90b2-4e28099fde6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5326fb25-643e-4514-b7dd-14de56d70c1e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5326fb25-643e-4514-b7dd-14de56d70c1e .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-d1240756-313e-430f-930d-0d6f4f87bef2 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-d1240756-313e-430f-930d-0d6f4f87bef2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d1240756-313e-430f-930d-0d6f4f87bef2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef3e4e59-5341-4ff2-9b39-35cd7e0cf3fc {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ef3e4e59-5341-4ff2-9b39-35cd7e0cf3fc .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8fefef4b-e0a9-4bb9-8b48-edd6f1e3d03e {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8fefef4b-e0a9-4bb9-8b48-edd6f1e3d03e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-8fefef4b-e0a9-4bb9-8b48-edd6f1e3d03e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8fefef4b-e0a9-4bb9-8b48-edd6f1e3d03e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fefef4b-e0a9-4bb9-8b48-edd6f1e3d03e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-91931577-048c-4ad1-9c81-4f492c3b7d5c {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-91931577-048c-4ad1-9c81-4f492c3b7d5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-91931577-048c-4ad1-9c81-4f492c3b7d5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dbaf3dc7-50dc-4de8-bf6b-ecd911c0f762 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-dbaf3dc7-50dc-4de8-bf6b-ecd911c0f762 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-5c340357-b7d0-49e7-b907-a4391345e4c7 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-5c340357-b7d0-49e7-b907-a4391345e4c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5c340357-b7d0-49e7-b907-a4391345e4c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ebdc9d0-c2c8-4ca2-a2bc-ab074976ff81 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6ebdc9d0-c2c8-4ca2-a2bc-ab074976ff81 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-199a5f28-4dc2-45f5-b14c-eb24f71a7fe7 {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-199a5f28-4dc2-45f5-b14c-eb24f71a7fe7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-199a5f28-4dc2-45f5-b14c-eb24f71a7fe7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d214fea8-7154-4daa-ade0-32b5190cd29f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d214fea8-7154-4daa-ade0-32b5190cd29f .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-2fbf2697-ba87-4f3c-8117-26d12867b0d2 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-2fbf2697-ba87-4f3c-8117-26d12867b0d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2fbf2697-ba87-4f3c-8117-26d12867b0d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c459ecf-2188-423f-b6f3-6ba713ea3d1c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5c459ecf-2188-423f-b6f3-6ba713ea3d1c .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-c7bc5883-9201-4663-b483-a4d622d7d690 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c7bc5883-9201-4663-b483-a4d622d7d690"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c7bc5883-9201-4663-b483-a4d622d7d690"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c7bc5883-9201-4663-b483-a4d622d7d690"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7bc5883-9201-4663-b483-a4d622d7d690"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-b37047e0-9921-4681-91fd-a065064bb00a {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-b37047e0-9921-4681-91fd-a065064bb00a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b37047e0-9921-4681-91fd-a065064bb00a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5493d627-076e-4491-9e48-f06df88843a1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5493d627-076e-4491-9e48-f06df88843a1 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-afe11c31-4db5-4ae7-b0f1-e984cce8b091 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-afe11c31-4db5-4ae7-b0f1-e984cce8b091 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-afe11c31-4db5-4ae7-b0f1-e984cce8b091.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd7d04f8-c2fe-4703-9391-dd038530e5b2 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-cd7d04f8-c2fe-4703-9391-dd038530e5b2 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-30a52205-d28c-4db2-84fc-6fd20edacb86 {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-30a52205-d28c-4db2-84fc-6fd20edacb86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-30a52205-d28c-4db2-84fc-6fd20edacb86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e20dac66-03a8-4fbe-b39f-b02452e6f4c4 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e20dac66-03a8-4fbe-b39f-b02452e6f4c4 .shogun-heading-component h6 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-2b017544-1a14-4c15-ab0c-62105b900c9f {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-2b017544-1a14-4c15-ab0c-62105b900c9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b017544-1a14-4c15-ab0c-62105b900c9f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b138fa9-295d-4e19-8744-6044c2d1dec3 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6b138fa9-295d-4e19-8744-6044c2d1dec3 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-c24cae56-690d-488f-aa88-0341c4a57924 {
  margin-top: 20px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c24cae56-690d-488f-aa88-0341c4a57924 {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-c24cae56-690d-488f-aa88-0341c4a57924 {
  margin-top: 2px;
}
}







#s-c24cae56-690d-488f-aa88-0341c4a57924 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c24cae56-690d-488f-aa88-0341c4a57924.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc2a860e-79ac-4542-b1e0-afd8dd453b72 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (min-width: 1200px){#s-dc2a860e-79ac-4542-b1e0-afd8dd453b72 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dc2a860e-79ac-4542-b1e0-afd8dd453b72 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-left: 2%;
padding-bottom: 30px;
padding-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-dc2a860e-79ac-4542-b1e0-afd8dd453b72 {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 30px;
padding-left: 2%;
padding-bottom: 30px;
padding-right: 2%;
}
}@media (max-width: 767px){#s-dc2a860e-79ac-4542-b1e0-afd8dd453b72 {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 30px;
padding-bottom: 30px;
}
}







#s-dc2a860e-79ac-4542-b1e0-afd8dd453b72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc2a860e-79ac-4542-b1e0-afd8dd453b72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c93912e-9a0f-48d9-8474-2deade97736b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8c93912e-9a0f-48d9-8474-2deade97736b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-8c93912e-9a0f-48d9-8474-2deade97736b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-8c93912e-9a0f-48d9-8474-2deade97736b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-8c93912e-9a0f-48d9-8474-2deade97736b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


}
#s-d2a78f9f-06bd-422d-90f2-fd13263a2aca {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1620px;
aspect-ratio: 1620/648;
text-align: center;
}

#s-d2a78f9f-06bd-422d-90f2-fd13263a2aca {
  margin: 0 !important;
  overflow: visible;
}

#s-d2a78f9f-06bd-422d-90f2-fd13263a2aca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d2a78f9f-06bd-422d-90f2-fd13263a2aca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-d2a78f9f-06bd-422d-90f2-fd13263a2aca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2a78f9f-06bd-422d-90f2-fd13263a2aca img.shogun-image {
  /* Add background color handling */
  
}

#s-d2a78f9f-06bd-422d-90f2-fd13263a2aca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2a78f9f-06bd-422d-90f2-fd13263a2aca .shg-image-content-wrapper {
      aspect-ratio: 1620/648;
      min-width: 100%;
      height: auto;
    }

    #s-d2a78f9f-06bd-422d-90f2-fd13263a2aca .shogun-image-link {
      aspect-ratio: 1620/648;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2a78f9f-06bd-422d-90f2-fd13263a2aca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2a78f9f-06bd-422d-90f2-fd13263a2aca img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-d2a78f9f-06bd-422d-90f2-fd13263a2aca .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shogun-image {
  box-sizing: border-box;
}



.s-d2a78f9f-06bd-422d-90f2-fd13263a2aca img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d2a78f9f-06bd-422d-90f2-fd13263a2aca {
      --shg-aspect-ratio: calc(1620/648); 
    }

    .s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shogun-image-container {
      position: relative;
    }

    .s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2a78f9f-06bd-422d-90f2-fd13263a2aca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

@media (min-width: 1200px){#s-d2a78f9f-06bd-422d-90f2-fd13263a2aca {
  margin: 0 !important;
  overflow: visible;
}

#s-d2a78f9f-06bd-422d-90f2-fd13263a2aca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d2a78f9f-06bd-422d-90f2-fd13263a2aca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2a78f9f-06bd-422d-90f2-fd13263a2aca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2a78f9f-06bd-422d-90f2-fd13263a2aca img.shogun-image {
  /* Add background color handling */
  
}

#s-d2a78f9f-06bd-422d-90f2-fd13263a2aca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2a78f9f-06bd-422d-90f2-fd13263a2aca .shg-image-content-wrapper {
      aspect-ratio: 1620/648;
      min-width: 100%;
      height: auto;
    }

    #s-d2a78f9f-06bd-422d-90f2-fd13263a2aca .shogun-image-link {
      aspect-ratio: 1620/648;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2a78f9f-06bd-422d-90f2-fd13263a2aca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2a78f9f-06bd-422d-90f2-fd13263a2aca img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-d2a78f9f-06bd-422d-90f2-fd13263a2aca .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shogun-image {
  box-sizing: border-box;
}



.s-d2a78f9f-06bd-422d-90f2-fd13263a2aca img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d2a78f9f-06bd-422d-90f2-fd13263a2aca {
      --shg-aspect-ratio: calc(1620/648); 
    }

    .s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shogun-image-container {
      position: relative;
    }

    .s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2a78f9f-06bd-422d-90f2-fd13263a2aca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d2a78f9f-06bd-422d-90f2-fd13263a2aca {
  margin: 0 !important;
  overflow: visible;
}

#s-d2a78f9f-06bd-422d-90f2-fd13263a2aca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d2a78f9f-06bd-422d-90f2-fd13263a2aca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2a78f9f-06bd-422d-90f2-fd13263a2aca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2a78f9f-06bd-422d-90f2-fd13263a2aca img.shogun-image {
  /* Add background color handling */
  
}

#s-d2a78f9f-06bd-422d-90f2-fd13263a2aca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2a78f9f-06bd-422d-90f2-fd13263a2aca .shg-image-content-wrapper {
      aspect-ratio: 1620/648;
      min-width: 100%;
      height: auto;
    }

    #s-d2a78f9f-06bd-422d-90f2-fd13263a2aca .shogun-image-link {
      aspect-ratio: 1620/648;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2a78f9f-06bd-422d-90f2-fd13263a2aca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2a78f9f-06bd-422d-90f2-fd13263a2aca img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-d2a78f9f-06bd-422d-90f2-fd13263a2aca .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shogun-image {
  box-sizing: border-box;
}



.s-d2a78f9f-06bd-422d-90f2-fd13263a2aca img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d2a78f9f-06bd-422d-90f2-fd13263a2aca {
      --shg-aspect-ratio: calc(1620/648); 
    }

    .s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shogun-image-container {
      position: relative;
    }

    .s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2a78f9f-06bd-422d-90f2-fd13263a2aca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d2a78f9f-06bd-422d-90f2-fd13263a2aca {
  margin: 0 !important;
  overflow: visible;
}

#s-d2a78f9f-06bd-422d-90f2-fd13263a2aca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d2a78f9f-06bd-422d-90f2-fd13263a2aca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2a78f9f-06bd-422d-90f2-fd13263a2aca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2a78f9f-06bd-422d-90f2-fd13263a2aca img.shogun-image {
  /* Add background color handling */
  
}

#s-d2a78f9f-06bd-422d-90f2-fd13263a2aca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2a78f9f-06bd-422d-90f2-fd13263a2aca .shg-image-content-wrapper {
      aspect-ratio: 1620/648;
      min-width: 100%;
      height: auto;
    }

    #s-d2a78f9f-06bd-422d-90f2-fd13263a2aca .shogun-image-link {
      aspect-ratio: 1620/648;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2a78f9f-06bd-422d-90f2-fd13263a2aca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2a78f9f-06bd-422d-90f2-fd13263a2aca img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-d2a78f9f-06bd-422d-90f2-fd13263a2aca .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shogun-image {
  box-sizing: border-box;
}



.s-d2a78f9f-06bd-422d-90f2-fd13263a2aca img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d2a78f9f-06bd-422d-90f2-fd13263a2aca {
      --shg-aspect-ratio: calc(1620/648); 
    }

    .s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shogun-image-container {
      position: relative;
    }

    .s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2a78f9f-06bd-422d-90f2-fd13263a2aca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}@media (max-width: 767px){#s-d2a78f9f-06bd-422d-90f2-fd13263a2aca {
  margin: 0 !important;
  overflow: visible;
}

#s-d2a78f9f-06bd-422d-90f2-fd13263a2aca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d2a78f9f-06bd-422d-90f2-fd13263a2aca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2a78f9f-06bd-422d-90f2-fd13263a2aca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2a78f9f-06bd-422d-90f2-fd13263a2aca img.shogun-image {
  /* Add background color handling */
  
}

#s-d2a78f9f-06bd-422d-90f2-fd13263a2aca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2a78f9f-06bd-422d-90f2-fd13263a2aca .shg-image-content-wrapper {
      aspect-ratio: 1620/648;
      min-width: 100%;
      height: auto;
    }

    #s-d2a78f9f-06bd-422d-90f2-fd13263a2aca .shogun-image-link {
      aspect-ratio: 1620/648;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2a78f9f-06bd-422d-90f2-fd13263a2aca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2a78f9f-06bd-422d-90f2-fd13263a2aca img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-d2a78f9f-06bd-422d-90f2-fd13263a2aca .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shogun-image {
  box-sizing: border-box;
}



.s-d2a78f9f-06bd-422d-90f2-fd13263a2aca img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d2a78f9f-06bd-422d-90f2-fd13263a2aca {
      --shg-aspect-ratio: calc(1620/648); 
    }

    .s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shogun-image-container {
      position: relative;
    }

    .s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2a78f9f-06bd-422d-90f2-fd13263a2aca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2a78f9f-06bd-422d-90f2-fd13263a2aca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}
#s-404d47f6-93e9-4739-91a3-7f2f7024da23 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-404d47f6-93e9-4739-91a3-7f2f7024da23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-404d47f6-93e9-4739-91a3-7f2f7024da23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-404d47f6-93e9-4739-91a3-7f2f7024da23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-404d47f6-93e9-4739-91a3-7f2f7024da23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  max-width: 2048px;
aspect-ratio: 2048/1463;
text-align: center;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  margin: 0 !important;
  overflow: visible;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  /* Add background color handling */
  
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shg-image-content-wrapper {
      aspect-ratio: 2048/1463;
      min-width: 100%;
      height: auto;
    }

    #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shogun-image-link {
      aspect-ratio: 2048/1463;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image {
  box-sizing: border-box;
}



.s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
      --shg-aspect-ratio: calc(2048/1463); 
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container {
      position: relative;
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  margin: 0 !important;
  overflow: visible;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  /* Add background color handling */
  
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shg-image-content-wrapper {
      aspect-ratio: 2048/1463;
      min-width: 100%;
      height: auto;
    }

    #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shogun-image-link {
      aspect-ratio: 2048/1463;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image {
  box-sizing: border-box;
}



.s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
      --shg-aspect-ratio: calc(2048/1463); 
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container {
      position: relative;
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  margin: 0 !important;
  overflow: visible;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  /* Add background color handling */
  
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shg-image-content-wrapper {
      aspect-ratio: 2048/1463;
      min-width: 100%;
      height: auto;
    }

    #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shogun-image-link {
      aspect-ratio: 2048/1463;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image {
  box-sizing: border-box;
}



.s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
      --shg-aspect-ratio: calc(2048/1463); 
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container {
      position: relative;
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  margin: 0 !important;
  overflow: visible;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  /* Add background color handling */
  
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shg-image-content-wrapper {
      aspect-ratio: 2048/1463;
      min-width: 100%;
      height: auto;
    }

    #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shogun-image-link {
      aspect-ratio: 2048/1463;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image {
  box-sizing: border-box;
}



.s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
      --shg-aspect-ratio: calc(2048/1463); 
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container {
      position: relative;
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  margin: 0 !important;
  overflow: visible;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  /* Add background color handling */
  
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shg-image-content-wrapper {
      aspect-ratio: 2048/1463;
      min-width: 100%;
      height: auto;
    }

    #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shogun-image-link {
      aspect-ratio: 2048/1463;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-6529f594-3fb6-4b33-a04c-be71c0299ae3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image {
  box-sizing: border-box;
}



.s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
      --shg-aspect-ratio: calc(2048/1463); 
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container {
      position: relative;
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
  max-width: 2048px;
aspect-ratio: 2048/1463;
text-align: center;
}
@media (max-width: 767px){#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 .shg-image-content-wrapper {
      aspect-ratio: 2048/1463;
      min-width: 100%;
      height: auto;
    }

    #s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 .shogun-image-link {
      aspect-ratio: 2048/1463;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image {
  box-sizing: border-box;
}



.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
      --shg-aspect-ratio: calc(2048/1463); 
    }

    .s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image-container {
      position: relative;
    }

    .s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 .shg-image-content-wrapper {
      aspect-ratio: 2048/1463;
      min-width: 100%;
      height: auto;
    }

    #s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 .shogun-image-link {
      aspect-ratio: 2048/1463;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image {
  box-sizing: border-box;
}



.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
      --shg-aspect-ratio: calc(2048/1463); 
    }

    .s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image-container {
      position: relative;
    }

    .s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 .shg-image-content-wrapper {
      aspect-ratio: 2048/1463;
      min-width: 100%;
      height: auto;
    }

    #s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 .shogun-image-link {
      aspect-ratio: 2048/1463;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image {
  box-sizing: border-box;
}



.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
      --shg-aspect-ratio: calc(2048/1463); 
    }

    .s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image-container {
      position: relative;
    }

    .s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 .shg-image-content-wrapper {
      aspect-ratio: 2048/1463;
      min-width: 100%;
      height: auto;
    }

    #s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 .shogun-image-link {
      aspect-ratio: 2048/1463;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image {
  box-sizing: border-box;
}



.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
      --shg-aspect-ratio: calc(2048/1463); 
    }

    .s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image-container {
      position: relative;
    }

    .s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 .shg-image-content-wrapper {
      aspect-ratio: 2048/1463;
      min-width: 100%;
      height: auto;
    }

    #s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 .shogun-image-link {
      aspect-ratio: 2048/1463;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image {
  box-sizing: border-box;
}



.s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 {
      --shg-aspect-ratio: calc(2048/1463); 
    }

    .s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image-container {
      position: relative;
    }

    .s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd1fe59a-42e6-4122-9d10-65f08ed4fab5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-240ebbbe-dd4d-48ec-9417-25702dde9515 {
  max-width: 2048px;
aspect-ratio: 2048/1463;
text-align: center;
}

#s-240ebbbe-dd4d-48ec-9417-25702dde9515 {
  margin: 0 !important;
  overflow: visible;
}

#s-240ebbbe-dd4d-48ec-9417-25702dde9515-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-240ebbbe-dd4d-48ec-9417-25702dde9515 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-240ebbbe-dd4d-48ec-9417-25702dde9515 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-240ebbbe-dd4d-48ec-9417-25702dde9515 img.shogun-image {
  /* Add background color handling */
  
}

#s-240ebbbe-dd4d-48ec-9417-25702dde9515 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-240ebbbe-dd4d-48ec-9417-25702dde9515 .shg-image-content-wrapper {
      aspect-ratio: 2048/1463;
      min-width: 100%;
      height: auto;
    }

    #s-240ebbbe-dd4d-48ec-9417-25702dde9515 .shogun-image-link {
      aspect-ratio: 2048/1463;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-240ebbbe-dd4d-48ec-9417-25702dde9515 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-240ebbbe-dd4d-48ec-9417-25702dde9515.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-240ebbbe-dd4d-48ec-9417-25702dde9515 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-240ebbbe-dd4d-48ec-9417-25702dde9515.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-240ebbbe-dd4d-48ec-9417-25702dde9515 .shogun-image-content {
  
    justify-content: center;
  
}

.s-240ebbbe-dd4d-48ec-9417-25702dde9515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-240ebbbe-dd4d-48ec-9417-25702dde9515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-240ebbbe-dd4d-48ec-9417-25702dde9515.shogun-image {
  box-sizing: border-box;
}



.s-240ebbbe-dd4d-48ec-9417-25702dde9515 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-240ebbbe-dd4d-48ec-9417-25702dde9515 {
      --shg-aspect-ratio: calc(2048/1463); 
    }

    .s-240ebbbe-dd4d-48ec-9417-25702dde9515.shogun-image-container {
      position: relative;
    }

    .s-240ebbbe-dd4d-48ec-9417-25702dde9515.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-240ebbbe-dd4d-48ec-9417-25702dde9515.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-240ebbbe-dd4d-48ec-9417-25702dde9515 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-240ebbbe-dd4d-48ec-9417-25702dde9515 {
  margin: 0 !important;
  overflow: visible;
}

#s-240ebbbe-dd4d-48ec-9417-25702dde9515-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-240ebbbe-dd4d-48ec-9417-25702dde9515 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-240ebbbe-dd4d-48ec-9417-25702dde9515 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-240ebbbe-dd4d-48ec-9417-25702dde9515 img.shogun-image {
  /* Add background color handling */
  
}

#s-240ebbbe-dd4d-48ec-9417-25702dde9515 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-240ebbbe-dd4d-48ec-9417-25702dde9515 .shg-image-content-wrapper {
      aspect-ratio: 2048/1463;
      min-width: 100%;
      height: auto;
    }

    #s-240ebbbe-dd4d-48ec-9417-25702dde9515 .shogun-image-link {
      aspect-ratio: 2048/1463;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-240ebbbe-dd4d-48ec-9417-25702dde9515 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-240ebbbe-dd4d-48ec-9417-25702dde9515.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-240ebbbe-dd4d-48ec-9417-25702dde9515 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-240ebbbe-dd4d-48ec-9417-25702dde9515.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-240ebbbe-dd4d-48ec-9417-25702dde9515 .shogun-image-content {
  
    justify-content: center;
  
}

.s-240ebbbe-dd4d-48ec-9417-25702dde9515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-240ebbbe-dd4d-48ec-9417-25702dde9515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-240ebbbe-dd4d-48ec-9417-25702dde9515.shogun-image {
  box-sizing: border-box;
}



.s-240ebbbe-dd4d-48ec-9417-25702dde9515 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-240ebbbe-dd4d-48ec-9417-25702dde9515 {
      --shg-aspect-ratio: calc(2048/1463); 
    }

    .s-240ebbbe-dd4d-48ec-9417-25702dde9515.shogun-image-container {
      position: relative;
    }

    .s-240ebbbe-dd4d-48ec-9417-25702dde9515.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-240ebbbe-dd4d-48ec-9417-25702dde9515.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-240ebbbe-dd4d-48ec-9417-25702dde9515 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-240ebbbe-dd4d-48ec-9417-25702dde9515 {
  margin: 0 !important;
  overflow: visible;
}

#s-240ebbbe-dd4d-48ec-9417-25702dde9515-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-240ebbbe-dd4d-48ec-9417-25702dde9515 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-240ebbbe-dd4d-48ec-9417-25702dde9515 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-240ebbbe-dd4d-48ec-9417-25702dde9515 img.shogun-image {
  /* Add background color handling */
  
}

#s-240ebbbe-dd4d-48ec-9417-25702dde9515 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-240ebbbe-dd4d-48ec-9417-25702dde9515 .shg-image-content-wrapper {
      aspect-ratio: 2048/1463;
      min-width: 100%;
      height: auto;
    }

    #s-240ebbbe-dd4d-48ec-9417-25702dde9515 .shogun-image-link {
      aspect-ratio: 2048/1463;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-240ebbbe-dd4d-48ec-9417-25702dde9515 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-240ebbbe-dd4d-48ec-9417-25702dde9515.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-240ebbbe-dd4d-48ec-9417-25702dde9515 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-240ebbbe-dd4d-48ec-9417-25702dde9515.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-240ebbbe-dd4d-48ec-9417-25702dde9515 .shogun-image-content {
  
    justify-content: center;
  
}

.s-240ebbbe-dd4d-48ec-9417-25702dde9515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-240ebbbe-dd4d-48ec-9417-25702dde9515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-240ebbbe-dd4d-48ec-9417-25702dde9515.shogun-image {
  box-sizing: border-box;
}



.s-240ebbbe-dd4d-48ec-9417-25702dde9515 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-240ebbbe-dd4d-48ec-9417-25702dde9515 {
      --shg-aspect-ratio: calc(2048/1463); 
    }

    .s-240ebbbe-dd4d-48ec-9417-25702dde9515.shogun-image-container {
      position: relative;
    }

    .s-240ebbbe-dd4d-48ec-9417-25702dde9515.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-240ebbbe-dd4d-48ec-9417-25702dde9515.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-240ebbbe-dd4d-48ec-9417-25702dde9515 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-240ebbbe-dd4d-48ec-9417-25702dde9515 {
  margin: 0 !important;
  overflow: visible;
}

#s-240ebbbe-dd4d-48ec-9417-25702dde9515-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-240ebbbe-dd4d-48ec-9417-25702dde9515 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-240ebbbe-dd4d-48ec-9417-25702dde9515 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-240ebbbe-dd4d-48ec-9417-25702dde9515 img.shogun-image {
  /* Add background color handling */
  
}

#s-240ebbbe-dd4d-48ec-9417-25702dde9515 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-240ebbbe-dd4d-48ec-9417-25702dde9515 .shg-image-content-wrapper {
      aspect-ratio: 2048/1463;
      min-width: 100%;
      height: auto;
    }

    #s-240ebbbe-dd4d-48ec-9417-25702dde9515 .shogun-image-link {
      aspect-ratio: 2048/1463;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-240ebbbe-dd4d-48ec-9417-25702dde9515 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-240ebbbe-dd4d-48ec-9417-25702dde9515.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-240ebbbe-dd4d-48ec-9417-25702dde9515 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-240ebbbe-dd4d-48ec-9417-25702dde9515.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-240ebbbe-dd4d-48ec-9417-25702dde9515 .shogun-image-content {
  
    justify-content: center;
  
}

.s-240ebbbe-dd4d-48ec-9417-25702dde9515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-240ebbbe-dd4d-48ec-9417-25702dde9515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-240ebbbe-dd4d-48ec-9417-25702dde9515.shogun-image {
  box-sizing: border-box;
}



.s-240ebbbe-dd4d-48ec-9417-25702dde9515 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-240ebbbe-dd4d-48ec-9417-25702dde9515 {
      --shg-aspect-ratio: calc(2048/1463); 
    }

    .s-240ebbbe-dd4d-48ec-9417-25702dde9515.shogun-image-container {
      position: relative;
    }

    .s-240ebbbe-dd4d-48ec-9417-25702dde9515.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-240ebbbe-dd4d-48ec-9417-25702dde9515.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-240ebbbe-dd4d-48ec-9417-25702dde9515 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-240ebbbe-dd4d-48ec-9417-25702dde9515 {
  margin: 0 !important;
  overflow: visible;
}

#s-240ebbbe-dd4d-48ec-9417-25702dde9515-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-240ebbbe-dd4d-48ec-9417-25702dde9515 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-240ebbbe-dd4d-48ec-9417-25702dde9515 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-240ebbbe-dd4d-48ec-9417-25702dde9515 img.shogun-image {
  /* Add background color handling */
  
}

#s-240ebbbe-dd4d-48ec-9417-25702dde9515 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-240ebbbe-dd4d-48ec-9417-25702dde9515 .shg-image-content-wrapper {
      aspect-ratio: 2048/1463;
      min-width: 100%;
      height: auto;
    }

    #s-240ebbbe-dd4d-48ec-9417-25702dde9515 .shogun-image-link {
      aspect-ratio: 2048/1463;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-240ebbbe-dd4d-48ec-9417-25702dde9515 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-240ebbbe-dd4d-48ec-9417-25702dde9515.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-240ebbbe-dd4d-48ec-9417-25702dde9515 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-240ebbbe-dd4d-48ec-9417-25702dde9515.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-240ebbbe-dd4d-48ec-9417-25702dde9515 .shogun-image-content {
  
    justify-content: center;
  
}

.s-240ebbbe-dd4d-48ec-9417-25702dde9515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-240ebbbe-dd4d-48ec-9417-25702dde9515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-240ebbbe-dd4d-48ec-9417-25702dde9515.shogun-image {
  box-sizing: border-box;
}



.s-240ebbbe-dd4d-48ec-9417-25702dde9515 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-240ebbbe-dd4d-48ec-9417-25702dde9515 {
      --shg-aspect-ratio: calc(2048/1463); 
    }

    .s-240ebbbe-dd4d-48ec-9417-25702dde9515.shogun-image-container {
      position: relative;
    }

    .s-240ebbbe-dd4d-48ec-9417-25702dde9515.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-240ebbbe-dd4d-48ec-9417-25702dde9515.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-240ebbbe-dd4d-48ec-9417-25702dde9515 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-abb7cd24-272b-4d5f-a964-32032106bdd8 {
  margin-top: 20px;
margin-left: 10%;
margin-right: 10%;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-abb7cd24-272b-4d5f-a964-32032106bdd8 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-abb7cd24-272b-4d5f-a964-32032106bdd8 {
  margin-left: 2%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-abb7cd24-272b-4d5f-a964-32032106bdd8 {
  margin-top: 10px;
margin-left: 2%;
margin-right: 2%;
}
}







#s-abb7cd24-272b-4d5f-a964-32032106bdd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-abb7cd24-272b-4d5f-a964-32032106bdd8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1170a048-850c-469c-b1a6-a659dbe705f9 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-1170a048-850c-469c-b1a6-a659dbe705f9 {
  margin-top: 20px;
}
}
@media (min-width: 0px) {
[id="s-1170a048-850c-469c-b1a6-a659dbe705f9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1170a048-850c-469c-b1a6-a659dbe705f9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1170a048-850c-469c-b1a6-a659dbe705f9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1170a048-850c-469c-b1a6-a659dbe705f9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-d57ab49c-9044-437f-afbf-fcae587835ac {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-d57ab49c-9044-437f-afbf-fcae587835ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d57ab49c-9044-437f-afbf-fcae587835ac.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d {
  max-width: 1474px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d {
  margin: 0 !important;
  overflow: visible;
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6dcc661b-8038-405c-80c9-1661c8577c1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6dcc661b-8038-405c-80c9-1661c8577c1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image {
  /* Add background color handling */
  
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6dcc661b-8038-405c-80c9-1661c8577c1d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6dcc661b-8038-405c-80c9-1661c8577c1d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6dcc661b-8038-405c-80c9-1661c8577c1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1474px;
  }



  img.s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image {
    
    
    
    max-height: 1474px;
  }


.s-6dcc661b-8038-405c-80c9-1661c8577c1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6dcc661b-8038-405c-80c9-1661c8577c1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image {
  box-sizing: border-box;
}



.s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6dcc661b-8038-405c-80c9-1661c8577c1d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image-container {
      position: relative;
    }

    .s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1474px;
    }
  }

@media (min-width: 1200px){#s-6dcc661b-8038-405c-80c9-1661c8577c1d {
  margin: 0 !important;
  overflow: visible;
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6dcc661b-8038-405c-80c9-1661c8577c1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6dcc661b-8038-405c-80c9-1661c8577c1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image {
  /* Add background color handling */
  
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6dcc661b-8038-405c-80c9-1661c8577c1d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6dcc661b-8038-405c-80c9-1661c8577c1d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6dcc661b-8038-405c-80c9-1661c8577c1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1474px;
  }



  img.s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image {
    
    
    
    max-height: 1474px;
  }


.s-6dcc661b-8038-405c-80c9-1661c8577c1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6dcc661b-8038-405c-80c9-1661c8577c1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image {
  box-sizing: border-box;
}



.s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6dcc661b-8038-405c-80c9-1661c8577c1d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image-container {
      position: relative;
    }

    .s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1474px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6dcc661b-8038-405c-80c9-1661c8577c1d {
  margin: 0 !important;
  overflow: visible;
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6dcc661b-8038-405c-80c9-1661c8577c1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6dcc661b-8038-405c-80c9-1661c8577c1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image {
  /* Add background color handling */
  
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6dcc661b-8038-405c-80c9-1661c8577c1d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6dcc661b-8038-405c-80c9-1661c8577c1d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6dcc661b-8038-405c-80c9-1661c8577c1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1474px;
  }



  img.s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image {
    
    
    
    max-height: 1474px;
  }


.s-6dcc661b-8038-405c-80c9-1661c8577c1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6dcc661b-8038-405c-80c9-1661c8577c1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image {
  box-sizing: border-box;
}



.s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6dcc661b-8038-405c-80c9-1661c8577c1d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image-container {
      position: relative;
    }

    .s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1474px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6dcc661b-8038-405c-80c9-1661c8577c1d {
  margin: 0 !important;
  overflow: visible;
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6dcc661b-8038-405c-80c9-1661c8577c1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6dcc661b-8038-405c-80c9-1661c8577c1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image {
  /* Add background color handling */
  
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6dcc661b-8038-405c-80c9-1661c8577c1d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6dcc661b-8038-405c-80c9-1661c8577c1d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6dcc661b-8038-405c-80c9-1661c8577c1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1474px;
  }



  img.s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image {
    
    
    
    max-height: 1474px;
  }


.s-6dcc661b-8038-405c-80c9-1661c8577c1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6dcc661b-8038-405c-80c9-1661c8577c1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image {
  box-sizing: border-box;
}



.s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6dcc661b-8038-405c-80c9-1661c8577c1d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image-container {
      position: relative;
    }

    .s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1474px;
    }
  }

}@media (max-width: 767px){#s-6dcc661b-8038-405c-80c9-1661c8577c1d {
  margin: 0 !important;
  overflow: visible;
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6dcc661b-8038-405c-80c9-1661c8577c1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6dcc661b-8038-405c-80c9-1661c8577c1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image {
  /* Add background color handling */
  
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6dcc661b-8038-405c-80c9-1661c8577c1d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6dcc661b-8038-405c-80c9-1661c8577c1d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6dcc661b-8038-405c-80c9-1661c8577c1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1474px;
  }



  img.s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image {
    
    
    
    max-height: 1474px;
  }


.s-6dcc661b-8038-405c-80c9-1661c8577c1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6dcc661b-8038-405c-80c9-1661c8577c1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image {
  box-sizing: border-box;
}



.s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6dcc661b-8038-405c-80c9-1661c8577c1d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image-container {
      position: relative;
    }

    .s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6dcc661b-8038-405c-80c9-1661c8577c1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6dcc661b-8038-405c-80c9-1661c8577c1d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1474px;
    }
  }

}
#s-7283fc6f-0bf5-4b1d-8e68-a48cca7b7dab {
  margin-top: 10px;
}

#s-44fa3fc9-dbad-4f82-9ee2-908debdeaddd {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-44fa3fc9-dbad-4f82-9ee2-908debdeaddd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-44fa3fc9-dbad-4f82-9ee2-908debdeaddd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
  max-width: 3000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image {
  box-sizing: border-box;
}



.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image-container {
      position: relative;
    }

    .s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image {
  box-sizing: border-box;
}



.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image-container {
      position: relative;
    }

    .s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image {
  box-sizing: border-box;
}



.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image-container {
      position: relative;
    }

    .s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image {
  box-sizing: border-box;
}



.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image-container {
      position: relative;
    }

    .s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image {
  box-sizing: border-box;
}



.s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image-container {
      position: relative;
    }

    .s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e9b91b4-7a60-4f55-9775-c708bb7d03d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-70a08d81-81c1-4431-8882-fb2cc0e891aa {
  margin-top: 10px;
}

#s-2d09a481-6e7f-4c2b-91bd-3f0d23c59735 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-2d09a481-6e7f-4c2b-91bd-3f0d23c59735 {
  margin-top: 10px;
}
}







#s-2d09a481-6e7f-4c2b-91bd-3f0d23c59735 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2d09a481-6e7f-4c2b-91bd-3f0d23c59735.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
  max-width: 3000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image {
  box-sizing: border-box;
}



.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image-container {
      position: relative;
    }

    .s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image {
  box-sizing: border-box;
}



.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image-container {
      position: relative;
    }

    .s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image {
  box-sizing: border-box;
}



.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image-container {
      position: relative;
    }

    .s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image {
  box-sizing: border-box;
}



.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image-container {
      position: relative;
    }

    .s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image {
  box-sizing: border-box;
}



.s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image-container {
      position: relative;
    }

    .s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b99c85bc-e4b6-48ee-898d-b32aaff6e0d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-3829cf04-e453-46f2-9c03-c27da0e5f257 {
  margin-top: 10px;
}

#s-291aaddc-2b25-4927-b911-669f26313291 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-291aaddc-2b25-4927-b911-669f26313291 {
  margin-top: 10px;
}
}







#s-291aaddc-2b25-4927-b911-669f26313291 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-291aaddc-2b25-4927-b911-669f26313291.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-56d8379b-fab5-492e-9679-81f7d893e369 {
  max-width: 3000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-56d8379b-fab5-492e-9679-81f7d893e369 {
  margin: 0 !important;
  overflow: visible;
}

#s-56d8379b-fab5-492e-9679-81f7d893e369-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-56d8379b-fab5-492e-9679-81f7d893e369 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-56d8379b-fab5-492e-9679-81f7d893e369 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image {
  /* Add background color handling */
  
}

#s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56d8379b-fab5-492e-9679-81f7d893e369 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-56d8379b-fab5-492e-9679-81f7d893e369 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56d8379b-fab5-492e-9679-81f7d893e369 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-56d8379b-fab5-492e-9679-81f7d893e369 .shogun-image-content {
  
    justify-content: center;
  
}

.s-56d8379b-fab5-492e-9679-81f7d893e369.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image {
  box-sizing: border-box;
}



.s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-56d8379b-fab5-492e-9679-81f7d893e369 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image-container {
      position: relative;
    }

    .s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-56d8379b-fab5-492e-9679-81f7d893e369 {
  margin: 0 !important;
  overflow: visible;
}

#s-56d8379b-fab5-492e-9679-81f7d893e369-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-56d8379b-fab5-492e-9679-81f7d893e369 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-56d8379b-fab5-492e-9679-81f7d893e369 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image {
  /* Add background color handling */
  
}

#s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56d8379b-fab5-492e-9679-81f7d893e369 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-56d8379b-fab5-492e-9679-81f7d893e369 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56d8379b-fab5-492e-9679-81f7d893e369 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-56d8379b-fab5-492e-9679-81f7d893e369 .shogun-image-content {
  
    justify-content: center;
  
}

.s-56d8379b-fab5-492e-9679-81f7d893e369.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image {
  box-sizing: border-box;
}



.s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-56d8379b-fab5-492e-9679-81f7d893e369 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image-container {
      position: relative;
    }

    .s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-56d8379b-fab5-492e-9679-81f7d893e369 {
  margin: 0 !important;
  overflow: visible;
}

#s-56d8379b-fab5-492e-9679-81f7d893e369-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-56d8379b-fab5-492e-9679-81f7d893e369 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-56d8379b-fab5-492e-9679-81f7d893e369 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image {
  /* Add background color handling */
  
}

#s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56d8379b-fab5-492e-9679-81f7d893e369 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-56d8379b-fab5-492e-9679-81f7d893e369 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56d8379b-fab5-492e-9679-81f7d893e369 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-56d8379b-fab5-492e-9679-81f7d893e369 .shogun-image-content {
  
    justify-content: center;
  
}

.s-56d8379b-fab5-492e-9679-81f7d893e369.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image {
  box-sizing: border-box;
}



.s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-56d8379b-fab5-492e-9679-81f7d893e369 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image-container {
      position: relative;
    }

    .s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-56d8379b-fab5-492e-9679-81f7d893e369 {
  margin: 0 !important;
  overflow: visible;
}

#s-56d8379b-fab5-492e-9679-81f7d893e369-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-56d8379b-fab5-492e-9679-81f7d893e369 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-56d8379b-fab5-492e-9679-81f7d893e369 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image {
  /* Add background color handling */
  
}

#s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56d8379b-fab5-492e-9679-81f7d893e369 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-56d8379b-fab5-492e-9679-81f7d893e369 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56d8379b-fab5-492e-9679-81f7d893e369 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-56d8379b-fab5-492e-9679-81f7d893e369 .shogun-image-content {
  
    justify-content: center;
  
}

.s-56d8379b-fab5-492e-9679-81f7d893e369.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image {
  box-sizing: border-box;
}



.s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-56d8379b-fab5-492e-9679-81f7d893e369 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image-container {
      position: relative;
    }

    .s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-56d8379b-fab5-492e-9679-81f7d893e369 {
  margin: 0 !important;
  overflow: visible;
}

#s-56d8379b-fab5-492e-9679-81f7d893e369-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-56d8379b-fab5-492e-9679-81f7d893e369 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-56d8379b-fab5-492e-9679-81f7d893e369 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image {
  /* Add background color handling */
  
}

#s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56d8379b-fab5-492e-9679-81f7d893e369 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-56d8379b-fab5-492e-9679-81f7d893e369 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56d8379b-fab5-492e-9679-81f7d893e369 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-56d8379b-fab5-492e-9679-81f7d893e369 .shogun-image-content {
  
    justify-content: center;
  
}

.s-56d8379b-fab5-492e-9679-81f7d893e369.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image {
  box-sizing: border-box;
}



.s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-56d8379b-fab5-492e-9679-81f7d893e369 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image-container {
      position: relative;
    }

    .s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56d8379b-fab5-492e-9679-81f7d893e369.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56d8379b-fab5-492e-9679-81f7d893e369 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-73da6879-fde1-435e-bf76-ae3d19a9a1cf {
  margin-top: 10px;
}

#s-1df119e3-b8f4-4d10-9c00-bb5e5c0295f2 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1df119e3-b8f4-4d10-9c00-bb5e5c0295f2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1df119e3-b8f4-4d10-9c00-bb5e5c0295f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1df119e3-b8f4-4d10-9c00-bb5e5c0295f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1df119e3-b8f4-4d10-9c00-bb5e5c0295f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-85c44c3f-8bc1-4946-bbcb-54447af3e81a {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-85c44c3f-8bc1-4946-bbcb-54447af3e81a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85c44c3f-8bc1-4946-bbcb-54447af3e81a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
  max-width: 2368px;
aspect-ratio: 1/1;
text-align: center;
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
  margin: 0 !important;
  overflow: visible;
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image {
  /* Add background color handling */
  
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2368px;
  }



  img.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image {
    
    
    
    max-height: 2368px;
  }


.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 .shogun-image-content {
  
    justify-content: center;
  
}

.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image {
  box-sizing: border-box;
}



.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image-container {
      position: relative;
    }

    .s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2368px;
    }
  }

@media (min-width: 1200px){#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
  margin: 0 !important;
  overflow: visible;
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image {
  /* Add background color handling */
  
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2368px;
  }



  img.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image {
    
    
    
    max-height: 2368px;
  }


.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 .shogun-image-content {
  
    justify-content: center;
  
}

.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image {
  box-sizing: border-box;
}



.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image-container {
      position: relative;
    }

    .s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2368px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
  margin: 0 !important;
  overflow: visible;
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image {
  /* Add background color handling */
  
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2368px;
  }



  img.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image {
    
    
    
    max-height: 2368px;
  }


.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 .shogun-image-content {
  
    justify-content: center;
  
}

.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image {
  box-sizing: border-box;
}



.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image-container {
      position: relative;
    }

    .s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2368px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
  margin: 0 !important;
  overflow: visible;
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image {
  /* Add background color handling */
  
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2368px;
  }



  img.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image {
    
    
    
    max-height: 2368px;
  }


.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 .shogun-image-content {
  
    justify-content: center;
  
}

.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image {
  box-sizing: border-box;
}



.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image-container {
      position: relative;
    }

    .s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2368px;
    }
  }

}@media (max-width: 767px){#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
  margin: 0 !important;
  overflow: visible;
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image {
  /* Add background color handling */
  
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2368px;
  }



  img.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image {
    
    
    
    max-height: 2368px;
  }


.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 .shogun-image-content {
  
    justify-content: center;
  
}

.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image {
  box-sizing: border-box;
}



.s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image-container {
      position: relative;
    }

    .s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10da1efd-2a3b-4cb4-93f8-b83f85e35b16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2368px;
    }
  }

}
#s-db05b49f-24eb-43e7-9371-2726f94ab8ce {
  margin-top: 10px;
}

#s-269054c8-b92e-4130-a92a-30279cdc5b7a {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-269054c8-b92e-4130-a92a-30279cdc5b7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-269054c8-b92e-4130-a92a-30279cdc5b7a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
  max-width: 3000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
  margin: 0 !important;
  overflow: visible;
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image {
  /* Add background color handling */
  
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c856367d-8a9d-43b1-b70b-e02fbd338629 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c856367d-8a9d-43b1-b70b-e02fbd338629 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c856367d-8a9d-43b1-b70b-e02fbd338629 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-c856367d-8a9d-43b1-b70b-e02fbd338629 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c856367d-8a9d-43b1-b70b-e02fbd338629.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image {
  box-sizing: border-box;
}



.s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image-container {
      position: relative;
    }

    .s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
  margin: 0 !important;
  overflow: visible;
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image {
  /* Add background color handling */
  
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c856367d-8a9d-43b1-b70b-e02fbd338629 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c856367d-8a9d-43b1-b70b-e02fbd338629 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c856367d-8a9d-43b1-b70b-e02fbd338629 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-c856367d-8a9d-43b1-b70b-e02fbd338629 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c856367d-8a9d-43b1-b70b-e02fbd338629.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image {
  box-sizing: border-box;
}



.s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image-container {
      position: relative;
    }

    .s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
  margin: 0 !important;
  overflow: visible;
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image {
  /* Add background color handling */
  
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c856367d-8a9d-43b1-b70b-e02fbd338629 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c856367d-8a9d-43b1-b70b-e02fbd338629 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c856367d-8a9d-43b1-b70b-e02fbd338629 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-c856367d-8a9d-43b1-b70b-e02fbd338629 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c856367d-8a9d-43b1-b70b-e02fbd338629.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image {
  box-sizing: border-box;
}



.s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image-container {
      position: relative;
    }

    .s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
  margin: 0 !important;
  overflow: visible;
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image {
  /* Add background color handling */
  
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c856367d-8a9d-43b1-b70b-e02fbd338629 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c856367d-8a9d-43b1-b70b-e02fbd338629 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c856367d-8a9d-43b1-b70b-e02fbd338629 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-c856367d-8a9d-43b1-b70b-e02fbd338629 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c856367d-8a9d-43b1-b70b-e02fbd338629.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image {
  box-sizing: border-box;
}



.s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image-container {
      position: relative;
    }

    .s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
  margin: 0 !important;
  overflow: visible;
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image {
  /* Add background color handling */
  
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c856367d-8a9d-43b1-b70b-e02fbd338629 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c856367d-8a9d-43b1-b70b-e02fbd338629 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c856367d-8a9d-43b1-b70b-e02fbd338629 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-c856367d-8a9d-43b1-b70b-e02fbd338629 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c856367d-8a9d-43b1-b70b-e02fbd338629.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image {
  box-sizing: border-box;
}



.s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c856367d-8a9d-43b1-b70b-e02fbd338629 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image-container {
      position: relative;
    }

    .s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c856367d-8a9d-43b1-b70b-e02fbd338629.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c856367d-8a9d-43b1-b70b-e02fbd338629 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-c971488c-ad4b-41d5-97ea-bb268a5aa60f {
  margin-top: 10px;
}

#s-8460c919-1653-4019-b13d-780f4f4349fc {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-8460c919-1653-4019-b13d-780f4f4349fc {
  margin-top: 10px;
}
}







#s-8460c919-1653-4019-b13d-780f4f4349fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8460c919-1653-4019-b13d-780f4f4349fc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
  max-width: 3000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image {
  box-sizing: border-box;
}



.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image-container {
      position: relative;
    }

    .s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image {
  box-sizing: border-box;
}



.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image-container {
      position: relative;
    }

    .s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image {
  box-sizing: border-box;
}



.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image-container {
      position: relative;
    }

    .s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image {
  box-sizing: border-box;
}



.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image-container {
      position: relative;
    }

    .s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image {
  box-sizing: border-box;
}



.s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image-container {
      position: relative;
    }

    .s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f6fa99c-4af2-4b05-8329-f33ed5bacff1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-d8abb6ec-8155-4fd1-bdce-0d516715f7c8 {
  margin-top: 10px;
}

#s-1ea5e113-f857-4679-a830-94488a71bb59 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-1ea5e113-f857-4679-a830-94488a71bb59 {
  margin-top: 10px;
}
}







#s-1ea5e113-f857-4679-a830-94488a71bb59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1ea5e113-f857-4679-a830-94488a71bb59.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
  max-width: 3000px;
aspect-ratio: 3000/2143;
text-align: center;
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
  margin: 0 !important;
  overflow: visible;
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image {
  /* Add background color handling */
  
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(227, 227, 227, 1);
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 .shg-image-content-wrapper {
      aspect-ratio: 3000/2143;
      min-width: 100%;
      height: auto;
    }

    #s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 .shogun-image-link {
      aspect-ratio: 3000/2143;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image {
  box-sizing: border-box;
}



.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
      --shg-aspect-ratio: calc(3000/2143); 
    }

    .s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image-container {
      position: relative;
    }

    .s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
  margin: 0 !important;
  overflow: visible;
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image {
  /* Add background color handling */
  
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 .shg-image-content-wrapper {
      aspect-ratio: 3000/2143;
      min-width: 100%;
      height: auto;
    }

    #s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 .shogun-image-link {
      aspect-ratio: 3000/2143;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image {
  box-sizing: border-box;
}



.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
      --shg-aspect-ratio: calc(3000/2143); 
    }

    .s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image-container {
      position: relative;
    }

    .s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
  margin: 0 !important;
  overflow: visible;
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image {
  /* Add background color handling */
  
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 .shg-image-content-wrapper {
      aspect-ratio: 3000/2143;
      min-width: 100%;
      height: auto;
    }

    #s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 .shogun-image-link {
      aspect-ratio: 3000/2143;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image {
  box-sizing: border-box;
}



.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
      --shg-aspect-ratio: calc(3000/2143); 
    }

    .s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image-container {
      position: relative;
    }

    .s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
  margin: 0 !important;
  overflow: visible;
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image {
  /* Add background color handling */
  
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 .shg-image-content-wrapper {
      aspect-ratio: 3000/2143;
      min-width: 100%;
      height: auto;
    }

    #s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 .shogun-image-link {
      aspect-ratio: 3000/2143;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image {
  box-sizing: border-box;
}



.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
      --shg-aspect-ratio: calc(3000/2143); 
    }

    .s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image-container {
      position: relative;
    }

    .s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
  margin: 0 !important;
  overflow: visible;
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image {
  /* Add background color handling */
  
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 .shg-image-content-wrapper {
      aspect-ratio: 3000/2143;
      min-width: 100%;
      height: auto;
    }

    #s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 .shogun-image-link {
      aspect-ratio: 3000/2143;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image {
  box-sizing: border-box;
}



.s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 {
      --shg-aspect-ratio: calc(3000/2143); 
    }

    .s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image-container {
      position: relative;
    }

    .s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32ae16ff-4b81-4ad6-b518-adb1034aaac9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32ae16ff-4b81-4ad6-b518-adb1034aaac9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-0b787a15-56db-43b7-98ce-ed9c7d7911eb {
  margin-top: 10px;
}

#s-2c2db595-768b-4b30-a6fc-9931b50c5d19 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-2c2db595-768b-4b30-a6fc-9931b50c5d19 {
  margin-top: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2c2db595-768b-4b30-a6fc-9931b50c5d19 {
  margin-top: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2c2db595-768b-4b30-a6fc-9931b50c5d19 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-top: 2%;
padding-bottom: 2%;
}
}@media (max-width: 767px){#s-2c2db595-768b-4b30-a6fc-9931b50c5d19 {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 10px;
}
}
#s-2c2db595-768b-4b30-a6fc-9931b50c5d19 {
  background-image: url();
}








#s-2c2db595-768b-4b30-a6fc-9931b50c5d19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2c2db595-768b-4b30-a6fc-9931b50c5d19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c4abe8d-b632-436b-b36c-a6b3146ab5a2 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8c4abe8d-b632-436b-b36c-a6b3146ab5a2 {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-8c4abe8d-b632-436b-b36c-a6b3146ab5a2 {
  margin-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-8c4abe8d-b632-436b-b36c-a6b3146ab5a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c4abe8d-b632-436b-b36c-a6b3146ab5a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-8c4abe8d-b632-436b-b36c-a6b3146ab5a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-8c4abe8d-b632-436b-b36c-a6b3146ab5a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a {
  max-width: 3000px;
aspect-ratio: 3000/2000;
text-align: center;
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a {
  margin: 0 !important;
  overflow: visible;
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ce70a92-8017-4338-afa9-51fd72894b0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ce70a92-8017-4338-afa9-51fd72894b0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
  /* Add background color handling */
  
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ce70a92-8017-4338-afa9-51fd72894b0a .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-8ce70a92-8017-4338-afa9-51fd72894b0a .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ce70a92-8017-4338-afa9-51fd72894b0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-8ce70a92-8017-4338-afa9-51fd72894b0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ce70a92-8017-4338-afa9-51fd72894b0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image {
  box-sizing: border-box;
}



.s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8ce70a92-8017-4338-afa9-51fd72894b0a {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container {
      position: relative;
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-8ce70a92-8017-4338-afa9-51fd72894b0a {
  margin: 0 !important;
  overflow: visible;
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ce70a92-8017-4338-afa9-51fd72894b0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ce70a92-8017-4338-afa9-51fd72894b0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
  /* Add background color handling */
  
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ce70a92-8017-4338-afa9-51fd72894b0a .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-8ce70a92-8017-4338-afa9-51fd72894b0a .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ce70a92-8017-4338-afa9-51fd72894b0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-8ce70a92-8017-4338-afa9-51fd72894b0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ce70a92-8017-4338-afa9-51fd72894b0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image {
  box-sizing: border-box;
}



.s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8ce70a92-8017-4338-afa9-51fd72894b0a {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container {
      position: relative;
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8ce70a92-8017-4338-afa9-51fd72894b0a {
  margin: 0 !important;
  overflow: visible;
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ce70a92-8017-4338-afa9-51fd72894b0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ce70a92-8017-4338-afa9-51fd72894b0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
  /* Add background color handling */
  
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ce70a92-8017-4338-afa9-51fd72894b0a .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-8ce70a92-8017-4338-afa9-51fd72894b0a .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ce70a92-8017-4338-afa9-51fd72894b0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-8ce70a92-8017-4338-afa9-51fd72894b0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ce70a92-8017-4338-afa9-51fd72894b0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image {
  box-sizing: border-box;
}



.s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8ce70a92-8017-4338-afa9-51fd72894b0a {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container {
      position: relative;
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8ce70a92-8017-4338-afa9-51fd72894b0a {
  margin: 0 !important;
  overflow: visible;
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ce70a92-8017-4338-afa9-51fd72894b0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ce70a92-8017-4338-afa9-51fd72894b0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
  /* Add background color handling */
  
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ce70a92-8017-4338-afa9-51fd72894b0a .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-8ce70a92-8017-4338-afa9-51fd72894b0a .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ce70a92-8017-4338-afa9-51fd72894b0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-8ce70a92-8017-4338-afa9-51fd72894b0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ce70a92-8017-4338-afa9-51fd72894b0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image {
  box-sizing: border-box;
}



.s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8ce70a92-8017-4338-afa9-51fd72894b0a {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container {
      position: relative;
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-8ce70a92-8017-4338-afa9-51fd72894b0a {
  margin: 0 !important;
  overflow: visible;
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ce70a92-8017-4338-afa9-51fd72894b0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ce70a92-8017-4338-afa9-51fd72894b0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
  /* Add background color handling */
  
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ce70a92-8017-4338-afa9-51fd72894b0a .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-8ce70a92-8017-4338-afa9-51fd72894b0a .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ce70a92-8017-4338-afa9-51fd72894b0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-8ce70a92-8017-4338-afa9-51fd72894b0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ce70a92-8017-4338-afa9-51fd72894b0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image {
  box-sizing: border-box;
}



.s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8ce70a92-8017-4338-afa9-51fd72894b0a {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container {
      position: relative;
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ce70a92-8017-4338-afa9-51fd72894b0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
  max-width: 3000px;
aspect-ratio: 3000/2000;
text-align: center;
}
@media (max-width: 767px){#s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
  margin: 0 !important;
  overflow: visible;
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
  /* Add background color handling */
  
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image {
  box-sizing: border-box;
}



.s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container {
      position: relative;
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
  margin: 0 !important;
  overflow: visible;
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
  /* Add background color handling */
  
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image {
  box-sizing: border-box;
}



.s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container {
      position: relative;
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
  margin: 0 !important;
  overflow: visible;
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
  /* Add background color handling */
  
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image {
  box-sizing: border-box;
}



.s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container {
      position: relative;
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
  margin: 0 !important;
  overflow: visible;
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
  /* Add background color handling */
  
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image {
  box-sizing: border-box;
}



.s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container {
      position: relative;
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
  margin: 0 !important;
  overflow: visible;
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
  /* Add background color handling */
  
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-652e986e-6fd2-4183-9f5b-72ef1cddad34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image {
  box-sizing: border-box;
}



.s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container {
      position: relative;
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-652e986e-6fd2-4183-9f5b-72ef1cddad34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
  max-width: 3000px;
aspect-ratio: 3000/2000;
text-align: center;
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
  margin: 0 !important;
  overflow: visible;
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
  /* Add background color handling */
  
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99eaeec1-3c18-46f3-829a-dad25e406d19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image {
  box-sizing: border-box;
}



.s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container {
      position: relative;
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
  margin: 0 !important;
  overflow: visible;
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
  /* Add background color handling */
  
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99eaeec1-3c18-46f3-829a-dad25e406d19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image {
  box-sizing: border-box;
}



.s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container {
      position: relative;
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
  margin: 0 !important;
  overflow: visible;
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
  /* Add background color handling */
  
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99eaeec1-3c18-46f3-829a-dad25e406d19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image {
  box-sizing: border-box;
}



.s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container {
      position: relative;
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
  margin: 0 !important;
  overflow: visible;
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
  /* Add background color handling */
  
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99eaeec1-3c18-46f3-829a-dad25e406d19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image {
  box-sizing: border-box;
}



.s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container {
      position: relative;
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
  margin: 0 !important;
  overflow: visible;
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
  /* Add background color handling */
  
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-99eaeec1-3c18-46f3-829a-dad25e406d19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99eaeec1-3c18-46f3-829a-dad25e406d19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image {
  box-sizing: border-box;
}



.s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99eaeec1-3c18-46f3-829a-dad25e406d19 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container {
      position: relative;
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99eaeec1-3c18-46f3-829a-dad25e406d19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-538ebbf7-2bb8-4324-9d35-d1c8a1c6aa94 {
  margin-top: 10px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-538ebbf7-2bb8-4324-9d35-d1c8a1c6aa94 {
  margin-top: 15px;
}
}
@media (min-width: 0px) {
[id="s-538ebbf7-2bb8-4324-9d35-d1c8a1c6aa94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-538ebbf7-2bb8-4324-9d35-d1c8a1c6aa94"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-538ebbf7-2bb8-4324-9d35-d1c8a1c6aa94"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-538ebbf7-2bb8-4324-9d35-d1c8a1c6aa94"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-91683d0d-f560-44d2-9070-a5c48e79114d {
  max-width: 3000px;
aspect-ratio: 3000/2000;
text-align: center;
}

#s-91683d0d-f560-44d2-9070-a5c48e79114d {
  margin: 0 !important;
  overflow: visible;
}

#s-91683d0d-f560-44d2-9070-a5c48e79114d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-91683d0d-f560-44d2-9070-a5c48e79114d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-91683d0d-f560-44d2-9070-a5c48e79114d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-91683d0d-f560-44d2-9070-a5c48e79114d img.shogun-image {
  /* Add background color handling */
  
}

#s-91683d0d-f560-44d2-9070-a5c48e79114d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-91683d0d-f560-44d2-9070-a5c48e79114d .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-91683d0d-f560-44d2-9070-a5c48e79114d .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91683d0d-f560-44d2-9070-a5c48e79114d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-91683d0d-f560-44d2-9070-a5c48e79114d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-91683d0d-f560-44d2-9070-a5c48e79114d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-91683d0d-f560-44d2-9070-a5c48e79114d.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-91683d0d-f560-44d2-9070-a5c48e79114d .shogun-image-content {
  
    justify-content: center;
  
}

.s-91683d0d-f560-44d2-9070-a5c48e79114d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91683d0d-f560-44d2-9070-a5c48e79114d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91683d0d-f560-44d2-9070-a5c48e79114d.shogun-image {
  box-sizing: border-box;
}



.s-91683d0d-f560-44d2-9070-a5c48e79114d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-91683d0d-f560-44d2-9070-a5c48e79114d {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-91683d0d-f560-44d2-9070-a5c48e79114d.shogun-image-container {
      position: relative;
    }

    .s-91683d0d-f560-44d2-9070-a5c48e79114d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91683d0d-f560-44d2-9070-a5c48e79114d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91683d0d-f560-44d2-9070-a5c48e79114d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-91683d0d-f560-44d2-9070-a5c48e79114d {
  margin: 0 !important;
  overflow: visible;
}

#s-91683d0d-f560-44d2-9070-a5c48e79114d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-91683d0d-f560-44d2-9070-a5c48e79114d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-91683d0d-f560-44d2-9070-a5c48e79114d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-91683d0d-f560-44d2-9070-a5c48e79114d img.shogun-image {
  /* Add background color handling */
  
}

#s-91683d0d-f560-44d2-9070-a5c48e79114d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-91683d0d-f560-44d2-9070-a5c48e79114d .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-91683d0d-f560-44d2-9070-a5c48e79114d .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91683d0d-f560-44d2-9070-a5c48e79114d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-91683d0d-f560-44d2-9070-a5c48e79114d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-91683d0d-f560-44d2-9070-a5c48e79114d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-91683d0d-f560-44d2-9070-a5c48e79114d.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-91683d0d-f560-44d2-9070-a5c48e79114d .shogun-image-content {
  
    justify-content: center;
  
}

.s-91683d0d-f560-44d2-9070-a5c48e79114d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91683d0d-f560-44d2-9070-a5c48e79114d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91683d0d-f560-44d2-9070-a5c48e79114d.shogun-image {
  box-sizing: border-box;
}



.s-91683d0d-f560-44d2-9070-a5c48e79114d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-91683d0d-f560-44d2-9070-a5c48e79114d {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-91683d0d-f560-44d2-9070-a5c48e79114d.shogun-image-container {
      position: relative;
    }

    .s-91683d0d-f560-44d2-9070-a5c48e79114d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91683d0d-f560-44d2-9070-a5c48e79114d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91683d0d-f560-44d2-9070-a5c48e79114d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-91683d0d-f560-44d2-9070-a5c48e79114d {
  margin: 0 !important;
  overflow: visible;
}

#s-91683d0d-f560-44d2-9070-a5c48e79114d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-91683d0d-f560-44d2-9070-a5c48e79114d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-91683d0d-f560-44d2-9070-a5c48e79114d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-91683d0d-f560-44d2-9070-a5c48e79114d img.shogun-image {
  /* Add background color handling */
  
}

#s-91683d0d-f560-44d2-9070-a5c48e79114d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-91683d0d-f560-44d2-9070-a5c48e79114d .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-91683d0d-f560-44d2-9070-a5c48e79114d .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91683d0d-f560-44d2-9070-a5c48e79114d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-91683d0d-f560-44d2-9070-a5c48e79114d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-91683d0d-f560-44d2-9070-a5c48e79114d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-91683d0d-f560-44d2-9070-a5c48e79114d.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-91683d0d-f560-44d2-9070-a5c48e79114d .shogun-image-content {
  
    justify-content: center;
  
}

.s-91683d0d-f560-44d2-9070-a5c48e79114d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91683d0d-f560-44d2-9070-a5c48e79114d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91683d0d-f560-44d2-9070-a5c48e79114d.shogun-image {
  box-sizing: border-box;
}



.s-91683d0d-f560-44d2-9070-a5c48e79114d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-91683d0d-f560-44d2-9070-a5c48e79114d {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-91683d0d-f560-44d2-9070-a5c48e79114d.shogun-image-container {
      position: relative;
    }

    .s-91683d0d-f560-44d2-9070-a5c48e79114d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91683d0d-f560-44d2-9070-a5c48e79114d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91683d0d-f560-44d2-9070-a5c48e79114d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-91683d0d-f560-44d2-9070-a5c48e79114d {
  margin: 0 !important;
  overflow: visible;
}

#s-91683d0d-f560-44d2-9070-a5c48e79114d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-91683d0d-f560-44d2-9070-a5c48e79114d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-91683d0d-f560-44d2-9070-a5c48e79114d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-91683d0d-f560-44d2-9070-a5c48e79114d img.shogun-image {
  /* Add background color handling */
  
}

#s-91683d0d-f560-44d2-9070-a5c48e79114d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-91683d0d-f560-44d2-9070-a5c48e79114d .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-91683d0d-f560-44d2-9070-a5c48e79114d .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91683d0d-f560-44d2-9070-a5c48e79114d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-91683d0d-f560-44d2-9070-a5c48e79114d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-91683d0d-f560-44d2-9070-a5c48e79114d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-91683d0d-f560-44d2-9070-a5c48e79114d.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-91683d0d-f560-44d2-9070-a5c48e79114d .shogun-image-content {
  
    justify-content: center;
  
}

.s-91683d0d-f560-44d2-9070-a5c48e79114d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91683d0d-f560-44d2-9070-a5c48e79114d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91683d0d-f560-44d2-9070-a5c48e79114d.shogun-image {
  box-sizing: border-box;
}



.s-91683d0d-f560-44d2-9070-a5c48e79114d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-91683d0d-f560-44d2-9070-a5c48e79114d {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-91683d0d-f560-44d2-9070-a5c48e79114d.shogun-image-container {
      position: relative;
    }

    .s-91683d0d-f560-44d2-9070-a5c48e79114d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91683d0d-f560-44d2-9070-a5c48e79114d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91683d0d-f560-44d2-9070-a5c48e79114d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-91683d0d-f560-44d2-9070-a5c48e79114d {
  margin: 0 !important;
  overflow: visible;
}

#s-91683d0d-f560-44d2-9070-a5c48e79114d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-91683d0d-f560-44d2-9070-a5c48e79114d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-91683d0d-f560-44d2-9070-a5c48e79114d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-91683d0d-f560-44d2-9070-a5c48e79114d img.shogun-image {
  /* Add background color handling */
  
}

#s-91683d0d-f560-44d2-9070-a5c48e79114d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-91683d0d-f560-44d2-9070-a5c48e79114d .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-91683d0d-f560-44d2-9070-a5c48e79114d .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91683d0d-f560-44d2-9070-a5c48e79114d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-91683d0d-f560-44d2-9070-a5c48e79114d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-91683d0d-f560-44d2-9070-a5c48e79114d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-91683d0d-f560-44d2-9070-a5c48e79114d.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-91683d0d-f560-44d2-9070-a5c48e79114d .shogun-image-content {
  
    justify-content: center;
  
}

.s-91683d0d-f560-44d2-9070-a5c48e79114d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91683d0d-f560-44d2-9070-a5c48e79114d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91683d0d-f560-44d2-9070-a5c48e79114d.shogun-image {
  box-sizing: border-box;
}



.s-91683d0d-f560-44d2-9070-a5c48e79114d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-91683d0d-f560-44d2-9070-a5c48e79114d {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-91683d0d-f560-44d2-9070-a5c48e79114d.shogun-image-container {
      position: relative;
    }

    .s-91683d0d-f560-44d2-9070-a5c48e79114d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91683d0d-f560-44d2-9070-a5c48e79114d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91683d0d-f560-44d2-9070-a5c48e79114d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
  max-width: 3000px;
aspect-ratio: 3000/2000;
text-align: center;
}
@media (max-width: 767px){#s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
  margin: 0 !important;
  overflow: visible;
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
  /* Add background color handling */
  
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shogun-image-content {
  
    justify-content: center;
  
}

.s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image {
  box-sizing: border-box;
}



.s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container {
      position: relative;
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
  margin: 0 !important;
  overflow: visible;
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
  /* Add background color handling */
  
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shogun-image-content {
  
    justify-content: center;
  
}

.s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image {
  box-sizing: border-box;
}



.s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container {
      position: relative;
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
  margin: 0 !important;
  overflow: visible;
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
  /* Add background color handling */
  
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shogun-image-content {
  
    justify-content: center;
  
}

.s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image {
  box-sizing: border-box;
}



.s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container {
      position: relative;
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
  margin: 0 !important;
  overflow: visible;
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
  /* Add background color handling */
  
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shogun-image-content {
  
    justify-content: center;
  
}

.s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image {
  box-sizing: border-box;
}



.s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container {
      position: relative;
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
  margin: 0 !important;
  overflow: visible;
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
  /* Add background color handling */
  
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-154fda98-b411-4914-a1a7-0b9614ec2b4c .shogun-image-content {
  
    justify-content: center;
  
}

.s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image {
  box-sizing: border-box;
}



.s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container {
      position: relative;
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-154fda98-b411-4914-a1a7-0b9614ec2b4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-c48c7b76-d110-4d82-89d9-1c766ac13670 {
  max-width: 3000px;
aspect-ratio: 3000/2000;
text-align: center;
}

#s-c48c7b76-d110-4d82-89d9-1c766ac13670 {
  margin: 0 !important;
  overflow: visible;
}

#s-c48c7b76-d110-4d82-89d9-1c766ac13670-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c48c7b76-d110-4d82-89d9-1c766ac13670 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c48c7b76-d110-4d82-89d9-1c766ac13670 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c48c7b76-d110-4d82-89d9-1c766ac13670 img.shogun-image {
  /* Add background color handling */
  
}

#s-c48c7b76-d110-4d82-89d9-1c766ac13670 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c48c7b76-d110-4d82-89d9-1c766ac13670 .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-c48c7b76-d110-4d82-89d9-1c766ac13670 .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c48c7b76-d110-4d82-89d9-1c766ac13670 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c48c7b76-d110-4d82-89d9-1c766ac13670.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c48c7b76-d110-4d82-89d9-1c766ac13670 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-c48c7b76-d110-4d82-89d9-1c766ac13670.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-c48c7b76-d110-4d82-89d9-1c766ac13670 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c48c7b76-d110-4d82-89d9-1c766ac13670.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c48c7b76-d110-4d82-89d9-1c766ac13670.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c48c7b76-d110-4d82-89d9-1c766ac13670.shogun-image {
  box-sizing: border-box;
}



.s-c48c7b76-d110-4d82-89d9-1c766ac13670 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c48c7b76-d110-4d82-89d9-1c766ac13670 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-c48c7b76-d110-4d82-89d9-1c766ac13670.shogun-image-container {
      position: relative;
    }

    .s-c48c7b76-d110-4d82-89d9-1c766ac13670.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c48c7b76-d110-4d82-89d9-1c766ac13670.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c48c7b76-d110-4d82-89d9-1c766ac13670 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-c48c7b76-d110-4d82-89d9-1c766ac13670 {
  margin: 0 !important;
  overflow: visible;
}

#s-c48c7b76-d110-4d82-89d9-1c766ac13670-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c48c7b76-d110-4d82-89d9-1c766ac13670 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c48c7b76-d110-4d82-89d9-1c766ac13670 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c48c7b76-d110-4d82-89d9-1c766ac13670 img.shogun-image {
  /* Add background color handling */
  
}

#s-c48c7b76-d110-4d82-89d9-1c766ac13670 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c48c7b76-d110-4d82-89d9-1c766ac13670 .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-c48c7b76-d110-4d82-89d9-1c766ac13670 .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c48c7b76-d110-4d82-89d9-1c766ac13670 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c48c7b76-d110-4d82-89d9-1c766ac13670.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c48c7b76-d110-4d82-89d9-1c766ac13670 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-c48c7b76-d110-4d82-89d9-1c766ac13670.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-c48c7b76-d110-4d82-89d9-1c766ac13670 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c48c7b76-d110-4d82-89d9-1c766ac13670.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c48c7b76-d110-4d82-89d9-1c766ac13670.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c48c7b76-d110-4d82-89d9-1c766ac13670.shogun-image {
  box-sizing: border-box;
}



.s-c48c7b76-d110-4d82-89d9-1c766ac13670 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c48c7b76-d110-4d82-89d9-1c766ac13670 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-c48c7b76-d110-4d82-89d9-1c766ac13670.shogun-image-container {
      position: relative;
    }

    .s-c48c7b76-d110-4d82-89d9-1c766ac13670.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c48c7b76-d110-4d82-89d9-1c766ac13670.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c48c7b76-d110-4d82-89d9-1c766ac13670 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c48c7b76-d110-4d82-89d9-1c766ac13670 {
  margin: 0 !important;
  overflow: visible;
}

#s-c48c7b76-d110-4d82-89d9-1c766ac13670-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c48c7b76-d110-4d82-89d9-1c766ac13670 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c48c7b76-d110-4d82-89d9-1c766ac13670 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c48c7b76-d110-4d82-89d9-1c766ac13670 img.shogun-image {
  /* Add background color handling */
  
}

#s-c48c7b76-d110-4d82-89d9-1c766ac13670 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c48c7b76-d110-4d82-89d9-1c766ac13670 .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-c48c7b76-d110-4d82-89d9-1c766ac13670 .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c48c7b76-d110-4d82-89d9-1c766ac13670 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c48c7b76-d110-4d82-89d9-1c766ac13670.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c48c7b76-d110-4d82-89d9-1c766ac13670 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-c48c7b76-d110-4d82-89d9-1c766ac13670.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-c48c7b76-d110-4d82-89d9-1c766ac13670 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c48c7b76-d110-4d82-89d9-1c766ac13670.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c48c7b76-d110-4d82-89d9-1c766ac13670.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c48c7b76-d110-4d82-89d9-1c766ac13670.shogun-image {
  box-sizing: border-box;
}



.s-c48c7b76-d110-4d82-89d9-1c766ac13670 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c48c7b76-d110-4d82-89d9-1c766ac13670 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-c48c7b76-d110-4d82-89d9-1c766ac13670.shogun-image-container {
      position: relative;
    }

    .s-c48c7b76-d110-4d82-89d9-1c766ac13670.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c48c7b76-d110-4d82-89d9-1c766ac13670.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c48c7b76-d110-4d82-89d9-1c766ac13670 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c48c7b76-d110-4d82-89d9-1c766ac13670 {
  margin: 0 !important;
  overflow: visible;
}

#s-c48c7b76-d110-4d82-89d9-1c766ac13670-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c48c7b76-d110-4d82-89d9-1c766ac13670 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c48c7b76-d110-4d82-89d9-1c766ac13670 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c48c7b76-d110-4d82-89d9-1c766ac13670 img.shogun-image {
  /* Add background color handling */
  
}

#s-c48c7b76-d110-4d82-89d9-1c766ac13670 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c48c7b76-d110-4d82-89d9-1c766ac13670 .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-c48c7b76-d110-4d82-89d9-1c766ac13670 .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c48c7b76-d110-4d82-89d9-1c766ac13670 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c48c7b76-d110-4d82-89d9-1c766ac13670.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c48c7b76-d110-4d82-89d9-1c766ac13670 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-c48c7b76-d110-4d82-89d9-1c766ac13670.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-c48c7b76-d110-4d82-89d9-1c766ac13670 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c48c7b76-d110-4d82-89d9-1c766ac13670.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c48c7b76-d110-4d82-89d9-1c766ac13670.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c48c7b76-d110-4d82-89d9-1c766ac13670.shogun-image {
  box-sizing: border-box;
}



.s-c48c7b76-d110-4d82-89d9-1c766ac13670 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c48c7b76-d110-4d82-89d9-1c766ac13670 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-c48c7b76-d110-4d82-89d9-1c766ac13670.shogun-image-container {
      position: relative;
    }

    .s-c48c7b76-d110-4d82-89d9-1c766ac13670.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c48c7b76-d110-4d82-89d9-1c766ac13670.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c48c7b76-d110-4d82-89d9-1c766ac13670 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-c48c7b76-d110-4d82-89d9-1c766ac13670 {
  margin: 0 !important;
  overflow: visible;
}

#s-c48c7b76-d110-4d82-89d9-1c766ac13670-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c48c7b76-d110-4d82-89d9-1c766ac13670 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c48c7b76-d110-4d82-89d9-1c766ac13670 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c48c7b76-d110-4d82-89d9-1c766ac13670 img.shogun-image {
  /* Add background color handling */
  
}

#s-c48c7b76-d110-4d82-89d9-1c766ac13670 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c48c7b76-d110-4d82-89d9-1c766ac13670 .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-c48c7b76-d110-4d82-89d9-1c766ac13670 .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c48c7b76-d110-4d82-89d9-1c766ac13670 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c48c7b76-d110-4d82-89d9-1c766ac13670.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c48c7b76-d110-4d82-89d9-1c766ac13670 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-c48c7b76-d110-4d82-89d9-1c766ac13670.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-c48c7b76-d110-4d82-89d9-1c766ac13670 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c48c7b76-d110-4d82-89d9-1c766ac13670.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c48c7b76-d110-4d82-89d9-1c766ac13670.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c48c7b76-d110-4d82-89d9-1c766ac13670.shogun-image {
  box-sizing: border-box;
}



.s-c48c7b76-d110-4d82-89d9-1c766ac13670 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c48c7b76-d110-4d82-89d9-1c766ac13670 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-c48c7b76-d110-4d82-89d9-1c766ac13670.shogun-image-container {
      position: relative;
    }

    .s-c48c7b76-d110-4d82-89d9-1c766ac13670.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c48c7b76-d110-4d82-89d9-1c766ac13670.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c48c7b76-d110-4d82-89d9-1c766ac13670 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-6dc493b3-2a0c-40c1-97d1-b915ccced74a {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 30px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (min-width: 1200px){#s-6dc493b3-2a0c-40c1-97d1-b915ccced74a {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6dc493b3-2a0c-40c1-97d1-b915ccced74a {
  margin-bottom: 0px;
padding-left: 2%;
padding-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6dc493b3-2a0c-40c1-97d1-b915ccced74a {
  margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-6dc493b3-2a0c-40c1-97d1-b915ccced74a {
  margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 20px;
padding-right: 3%;
}
}







#s-6dc493b3-2a0c-40c1-97d1-b915ccced74a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6dc493b3-2a0c-40c1-97d1-b915ccced74a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc0780bc-f524-4a46-acd6-23cae57dc3b9 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-dc0780bc-f524-4a46-acd6-23cae57dc3b9 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-dc0780bc-f524-4a46-acd6-23cae57dc3b9 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-dc0780bc-f524-4a46-acd6-23cae57dc3b9 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


}
#s-28dc2424-6609-4d55-958a-d290c0dcf402 {
  margin-top: 15px;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-28dc2424-6609-4d55-958a-d290c0dcf402 {
  padding-bottom: 20px;
}
}







#s-28dc2424-6609-4d55-958a-d290c0dcf402 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-28dc2424-6609-4d55-958a-d290c0dcf402.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ccce3458-cd36-40db-8520-2b709de2c330 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-ccce3458-cd36-40db-8520-2b709de2c330 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ccce3458-cd36-40db-8520-2b709de2c330 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ccce3458-cd36-40db-8520-2b709de2c330 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}@media (max-width: 767px){#s-ccce3458-cd36-40db-8520-2b709de2c330 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-ccce3458-cd36-40db-8520-2b709de2c330"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ccce3458-cd36-40db-8520-2b709de2c330"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ccce3458-cd36-40db-8520-2b709de2c330"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ccce3458-cd36-40db-8520-2b709de2c330"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-e0260217-727c-4db9-aefa-02ec98fde716 {
  margin-bottom: 5px;
}
@media (max-width: 767px){#s-e0260217-727c-4db9-aefa-02ec98fde716 {
  margin-top: 0px;
}
}
#s-eb7b9477-1e6c-4826-b307-b0155d192a6c {
  max-width: 3000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-eb7b9477-1e6c-4826-b307-b0155d192a6c {
  margin: 0 !important;
  overflow: visible;
}

#s-eb7b9477-1e6c-4826-b307-b0155d192a6c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eb7b9477-1e6c-4826-b307-b0155d192a6c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eb7b9477-1e6c-4826-b307-b0155d192a6c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eb7b9477-1e6c-4826-b307-b0155d192a6c img.shogun-image {
  /* Add background color handling */
  
}

#s-eb7b9477-1e6c-4826-b307-b0155d192a6c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 2px;
  border-right-width: 2px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-color: rgba(227, 227, 227, 1);
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb7b9477-1e6c-4826-b307-b0155d192a6c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eb7b9477-1e6c-4826-b307-b0155d192a6c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb7b9477-1e6c-4826-b307-b0155d192a6c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb7b9477-1e6c-4826-b307-b0155d192a6c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-eb7b9477-1e6c-4826-b307-b0155d192a6c .shogun-image-content {
  
    justify-content: center;
  
}

.s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shogun-image {
  box-sizing: border-box;
}



.s-eb7b9477-1e6c-4826-b307-b0155d192a6c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eb7b9477-1e6c-4826-b307-b0155d192a6c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shogun-image-container {
      position: relative;
    }

    .s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb7b9477-1e6c-4826-b307-b0155d192a6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-eb7b9477-1e6c-4826-b307-b0155d192a6c {
  margin: 0 !important;
  overflow: visible;
}

#s-eb7b9477-1e6c-4826-b307-b0155d192a6c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eb7b9477-1e6c-4826-b307-b0155d192a6c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eb7b9477-1e6c-4826-b307-b0155d192a6c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eb7b9477-1e6c-4826-b307-b0155d192a6c img.shogun-image {
  /* Add background color handling */
  
}

#s-eb7b9477-1e6c-4826-b307-b0155d192a6c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb7b9477-1e6c-4826-b307-b0155d192a6c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eb7b9477-1e6c-4826-b307-b0155d192a6c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb7b9477-1e6c-4826-b307-b0155d192a6c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb7b9477-1e6c-4826-b307-b0155d192a6c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-eb7b9477-1e6c-4826-b307-b0155d192a6c .shogun-image-content {
  
    justify-content: center;
  
}

.s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shogun-image {
  box-sizing: border-box;
}



.s-eb7b9477-1e6c-4826-b307-b0155d192a6c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eb7b9477-1e6c-4826-b307-b0155d192a6c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shogun-image-container {
      position: relative;
    }

    .s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb7b9477-1e6c-4826-b307-b0155d192a6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-eb7b9477-1e6c-4826-b307-b0155d192a6c {
  margin: 0 !important;
  overflow: visible;
}

#s-eb7b9477-1e6c-4826-b307-b0155d192a6c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eb7b9477-1e6c-4826-b307-b0155d192a6c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eb7b9477-1e6c-4826-b307-b0155d192a6c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eb7b9477-1e6c-4826-b307-b0155d192a6c img.shogun-image {
  /* Add background color handling */
  
}

#s-eb7b9477-1e6c-4826-b307-b0155d192a6c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb7b9477-1e6c-4826-b307-b0155d192a6c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eb7b9477-1e6c-4826-b307-b0155d192a6c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb7b9477-1e6c-4826-b307-b0155d192a6c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb7b9477-1e6c-4826-b307-b0155d192a6c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-eb7b9477-1e6c-4826-b307-b0155d192a6c .shogun-image-content {
  
    justify-content: center;
  
}

.s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shogun-image {
  box-sizing: border-box;
}



.s-eb7b9477-1e6c-4826-b307-b0155d192a6c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eb7b9477-1e6c-4826-b307-b0155d192a6c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shogun-image-container {
      position: relative;
    }

    .s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb7b9477-1e6c-4826-b307-b0155d192a6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-eb7b9477-1e6c-4826-b307-b0155d192a6c {
  margin: 0 !important;
  overflow: visible;
}

#s-eb7b9477-1e6c-4826-b307-b0155d192a6c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eb7b9477-1e6c-4826-b307-b0155d192a6c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eb7b9477-1e6c-4826-b307-b0155d192a6c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eb7b9477-1e6c-4826-b307-b0155d192a6c img.shogun-image {
  /* Add background color handling */
  
}

#s-eb7b9477-1e6c-4826-b307-b0155d192a6c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb7b9477-1e6c-4826-b307-b0155d192a6c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eb7b9477-1e6c-4826-b307-b0155d192a6c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb7b9477-1e6c-4826-b307-b0155d192a6c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb7b9477-1e6c-4826-b307-b0155d192a6c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-eb7b9477-1e6c-4826-b307-b0155d192a6c .shogun-image-content {
  
    justify-content: center;
  
}

.s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shogun-image {
  box-sizing: border-box;
}



.s-eb7b9477-1e6c-4826-b307-b0155d192a6c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eb7b9477-1e6c-4826-b307-b0155d192a6c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shogun-image-container {
      position: relative;
    }

    .s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb7b9477-1e6c-4826-b307-b0155d192a6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-eb7b9477-1e6c-4826-b307-b0155d192a6c {
  margin: 0 !important;
  overflow: visible;
}

#s-eb7b9477-1e6c-4826-b307-b0155d192a6c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eb7b9477-1e6c-4826-b307-b0155d192a6c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eb7b9477-1e6c-4826-b307-b0155d192a6c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eb7b9477-1e6c-4826-b307-b0155d192a6c img.shogun-image {
  /* Add background color handling */
  
}

#s-eb7b9477-1e6c-4826-b307-b0155d192a6c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb7b9477-1e6c-4826-b307-b0155d192a6c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eb7b9477-1e6c-4826-b307-b0155d192a6c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb7b9477-1e6c-4826-b307-b0155d192a6c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb7b9477-1e6c-4826-b307-b0155d192a6c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-eb7b9477-1e6c-4826-b307-b0155d192a6c .shogun-image-content {
  
    justify-content: center;
  
}

.s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shogun-image {
  box-sizing: border-box;
}



.s-eb7b9477-1e6c-4826-b307-b0155d192a6c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eb7b9477-1e6c-4826-b307-b0155d192a6c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shogun-image-container {
      position: relative;
    }

    .s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb7b9477-1e6c-4826-b307-b0155d192a6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb7b9477-1e6c-4826-b307-b0155d192a6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-9a50bd48-83b9-4720-9a7f-df10c08c4ee9 {
  margin-bottom: 5px;
}
@media (max-width: 767px){#s-9a50bd48-83b9-4720-9a7f-df10c08c4ee9 {
  margin-top: 40px;
margin-bottom: 5px;
}
}
#s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 {
  max-width: 3000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 2px;
  border-right-width: 2px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-color: rgba(227, 227, 227, 1);
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shogun-image {
  box-sizing: border-box;
}



.s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shogun-image-container {
      position: relative;
    }

    .s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shogun-image {
  box-sizing: border-box;
}



.s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shogun-image-container {
      position: relative;
    }

    .s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shogun-image {
  box-sizing: border-box;
}



.s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shogun-image-container {
      position: relative;
    }

    .s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shogun-image {
  box-sizing: border-box;
}



.s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shogun-image-container {
      position: relative;
    }

    .s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shogun-image {
  box-sizing: border-box;
}



.s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shogun-image-container {
      position: relative;
    }

    .s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a350d0c3-cb17-4aa1-a4bd-786f28a8f3c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-164a579a-6f0a-4cc0-8377-1bc20299acb6 {
  margin-bottom: 5px;
}
@media (max-width: 767px){#s-164a579a-6f0a-4cc0-8377-1bc20299acb6 {
  margin-top: 40px;
margin-bottom: 5px;
}
}
#s-4525f742-c81f-44c5-b8ba-837dd4bb5062 {
  max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}

#s-4525f742-c81f-44c5-b8ba-837dd4bb5062 {
  margin: 0 !important;
  overflow: visible;
}

#s-4525f742-c81f-44c5-b8ba-837dd4bb5062-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4525f742-c81f-44c5-b8ba-837dd4bb5062 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4525f742-c81f-44c5-b8ba-837dd4bb5062 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4525f742-c81f-44c5-b8ba-837dd4bb5062 img.shogun-image {
  /* Add background color handling */
  
}

#s-4525f742-c81f-44c5-b8ba-837dd4bb5062 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 2px;
  border-right-width: 2px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-color: rgba(227, 227, 227, 1);
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4525f742-c81f-44c5-b8ba-837dd4bb5062 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4525f742-c81f-44c5-b8ba-837dd4bb5062 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4525f742-c81f-44c5-b8ba-837dd4bb5062 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4525f742-c81f-44c5-b8ba-837dd4bb5062 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-4525f742-c81f-44c5-b8ba-837dd4bb5062 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shogun-image {
  box-sizing: border-box;
}



.s-4525f742-c81f-44c5-b8ba-837dd4bb5062 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4525f742-c81f-44c5-b8ba-837dd4bb5062 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shogun-image-container {
      position: relative;
    }

    .s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4525f742-c81f-44c5-b8ba-837dd4bb5062 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-4525f742-c81f-44c5-b8ba-837dd4bb5062 {
  margin: 0 !important;
  overflow: visible;
}

#s-4525f742-c81f-44c5-b8ba-837dd4bb5062-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4525f742-c81f-44c5-b8ba-837dd4bb5062 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4525f742-c81f-44c5-b8ba-837dd4bb5062 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4525f742-c81f-44c5-b8ba-837dd4bb5062 img.shogun-image {
  /* Add background color handling */
  
}

#s-4525f742-c81f-44c5-b8ba-837dd4bb5062 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4525f742-c81f-44c5-b8ba-837dd4bb5062 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4525f742-c81f-44c5-b8ba-837dd4bb5062 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4525f742-c81f-44c5-b8ba-837dd4bb5062 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4525f742-c81f-44c5-b8ba-837dd4bb5062 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-4525f742-c81f-44c5-b8ba-837dd4bb5062 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shogun-image {
  box-sizing: border-box;
}



.s-4525f742-c81f-44c5-b8ba-837dd4bb5062 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4525f742-c81f-44c5-b8ba-837dd4bb5062 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shogun-image-container {
      position: relative;
    }

    .s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4525f742-c81f-44c5-b8ba-837dd4bb5062 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4525f742-c81f-44c5-b8ba-837dd4bb5062 {
  margin: 0 !important;
  overflow: visible;
}

#s-4525f742-c81f-44c5-b8ba-837dd4bb5062-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4525f742-c81f-44c5-b8ba-837dd4bb5062 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4525f742-c81f-44c5-b8ba-837dd4bb5062 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4525f742-c81f-44c5-b8ba-837dd4bb5062 img.shogun-image {
  /* Add background color handling */
  
}

#s-4525f742-c81f-44c5-b8ba-837dd4bb5062 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4525f742-c81f-44c5-b8ba-837dd4bb5062 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4525f742-c81f-44c5-b8ba-837dd4bb5062 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4525f742-c81f-44c5-b8ba-837dd4bb5062 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4525f742-c81f-44c5-b8ba-837dd4bb5062 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-4525f742-c81f-44c5-b8ba-837dd4bb5062 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shogun-image {
  box-sizing: border-box;
}



.s-4525f742-c81f-44c5-b8ba-837dd4bb5062 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4525f742-c81f-44c5-b8ba-837dd4bb5062 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shogun-image-container {
      position: relative;
    }

    .s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4525f742-c81f-44c5-b8ba-837dd4bb5062 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4525f742-c81f-44c5-b8ba-837dd4bb5062 {
  margin: 0 !important;
  overflow: visible;
}

#s-4525f742-c81f-44c5-b8ba-837dd4bb5062-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4525f742-c81f-44c5-b8ba-837dd4bb5062 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4525f742-c81f-44c5-b8ba-837dd4bb5062 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4525f742-c81f-44c5-b8ba-837dd4bb5062 img.shogun-image {
  /* Add background color handling */
  
}

#s-4525f742-c81f-44c5-b8ba-837dd4bb5062 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4525f742-c81f-44c5-b8ba-837dd4bb5062 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4525f742-c81f-44c5-b8ba-837dd4bb5062 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4525f742-c81f-44c5-b8ba-837dd4bb5062 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4525f742-c81f-44c5-b8ba-837dd4bb5062 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-4525f742-c81f-44c5-b8ba-837dd4bb5062 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shogun-image {
  box-sizing: border-box;
}



.s-4525f742-c81f-44c5-b8ba-837dd4bb5062 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4525f742-c81f-44c5-b8ba-837dd4bb5062 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shogun-image-container {
      position: relative;
    }

    .s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4525f742-c81f-44c5-b8ba-837dd4bb5062 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-4525f742-c81f-44c5-b8ba-837dd4bb5062 {
  margin: 0 !important;
  overflow: visible;
}

#s-4525f742-c81f-44c5-b8ba-837dd4bb5062-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4525f742-c81f-44c5-b8ba-837dd4bb5062 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4525f742-c81f-44c5-b8ba-837dd4bb5062 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4525f742-c81f-44c5-b8ba-837dd4bb5062 img.shogun-image {
  /* Add background color handling */
  
}

#s-4525f742-c81f-44c5-b8ba-837dd4bb5062 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4525f742-c81f-44c5-b8ba-837dd4bb5062 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4525f742-c81f-44c5-b8ba-837dd4bb5062 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4525f742-c81f-44c5-b8ba-837dd4bb5062 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4525f742-c81f-44c5-b8ba-837dd4bb5062 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-4525f742-c81f-44c5-b8ba-837dd4bb5062 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shogun-image {
  box-sizing: border-box;
}



.s-4525f742-c81f-44c5-b8ba-837dd4bb5062 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4525f742-c81f-44c5-b8ba-837dd4bb5062 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shogun-image-container {
      position: relative;
    }

    .s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4525f742-c81f-44c5-b8ba-837dd4bb5062.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4525f742-c81f-44c5-b8ba-837dd4bb5062 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-17d83c9a-7625-4dfe-b86e-b3f48206ff4b {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 25px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-17d83c9a-7625-4dfe-b86e-b3f48206ff4b {
  margin-top: 30px;
margin-left: 10%;
margin-right: 10%;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-17d83c9a-7625-4dfe-b86e-b3f48206ff4b {
  margin-top: 30px;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-17d83c9a-7625-4dfe-b86e-b3f48206ff4b {
  margin-top: 30px;
margin-left: 2%;
margin-right: 2%;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (max-width: 767px){#s-17d83c9a-7625-4dfe-b86e-b3f48206ff4b {
  margin-top: 10px;
margin-left: 2%;
margin-right: 2%;
padding-top: 20px;
padding-left: 5%;
padding-right: 5%;
}
}







#s-17d83c9a-7625-4dfe-b86e-b3f48206ff4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17d83c9a-7625-4dfe-b86e-b3f48206ff4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aac210c1-9cb9-42d4-8ed8-ec01e4906049 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-aac210c1-9cb9-42d4-8ed8-ec01e4906049 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aac210c1-9cb9-42d4-8ed8-ec01e4906049 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-aac210c1-9cb9-42d4-8ed8-ec01e4906049 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-aac210c1-9cb9-42d4-8ed8-ec01e4906049 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-aac210c1-9cb9-42d4-8ed8-ec01e4906049 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: left;
}


}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-4982a349-f61f-405b-86a6-39a5969b32b2 hr {
  border-top: 2px solid #ddd;
}

#s-bc614ae7-0023-4075-a028-701029896bba {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-bc614ae7-0023-4075-a028-701029896bba {
  padding-top: 0px;
padding-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-bc614ae7-0023-4075-a028-701029896bba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc614ae7-0023-4075-a028-701029896bba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bc614ae7-0023-4075-a028-701029896bba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc614ae7-0023-4075-a028-701029896bba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f1019a18-6030-40cc-b54b-378e0cce85ef {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f1019a18-6030-40cc-b54b-378e0cce85ef .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-f1019a18-6030-40cc-b54b-378e0cce85ef .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f1019a18-6030-40cc-b54b-378e0cce85ef .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-f1019a18-6030-40cc-b54b-378e0cce85ef .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-f1019a18-6030-40cc-b54b-378e0cce85ef .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-f8079b7e-e455-47cf-8cfd-80d47a39c740 {
  margin-top: 25px;
}
@media (min-width: 1200px){#s-f8079b7e-e455-47cf-8cfd-80d47a39c740 {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f8079b7e-e455-47cf-8cfd-80d47a39c740 {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-f8079b7e-e455-47cf-8cfd-80d47a39c740 {
  margin-top: 0px;
}
}
#s-5ab41edf-55f6-44ec-b845-ab4440db8a62 {
  max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}
@media (max-width: 767px){#s-5ab41edf-55f6-44ec-b845-ab4440db8a62 {
  margin-top: 30px;
margin-bottom: 10px;
}
}
#s-5ab41edf-55f6-44ec-b845-ab4440db8a62 {
  margin: 0 !important;
  overflow: visible;
}

#s-5ab41edf-55f6-44ec-b845-ab4440db8a62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ab41edf-55f6-44ec-b845-ab4440db8a62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ab41edf-55f6-44ec-b845-ab4440db8a62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ab41edf-55f6-44ec-b845-ab4440db8a62 img.shogun-image {
  /* Add background color handling */
  
}

#s-5ab41edf-55f6-44ec-b845-ab4440db8a62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ab41edf-55f6-44ec-b845-ab4440db8a62 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5ab41edf-55f6-44ec-b845-ab4440db8a62 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ab41edf-55f6-44ec-b845-ab4440db8a62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ab41edf-55f6-44ec-b845-ab4440db8a62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-5ab41edf-55f6-44ec-b845-ab4440db8a62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shogun-image {
  box-sizing: border-box;
}



.s-5ab41edf-55f6-44ec-b845-ab4440db8a62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ab41edf-55f6-44ec-b845-ab4440db8a62 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shogun-image-container {
      position: relative;
    }

    .s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ab41edf-55f6-44ec-b845-ab4440db8a62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-5ab41edf-55f6-44ec-b845-ab4440db8a62 {
  margin: 0 !important;
  overflow: visible;
}

#s-5ab41edf-55f6-44ec-b845-ab4440db8a62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ab41edf-55f6-44ec-b845-ab4440db8a62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ab41edf-55f6-44ec-b845-ab4440db8a62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ab41edf-55f6-44ec-b845-ab4440db8a62 img.shogun-image {
  /* Add background color handling */
  
}

#s-5ab41edf-55f6-44ec-b845-ab4440db8a62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ab41edf-55f6-44ec-b845-ab4440db8a62 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5ab41edf-55f6-44ec-b845-ab4440db8a62 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ab41edf-55f6-44ec-b845-ab4440db8a62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ab41edf-55f6-44ec-b845-ab4440db8a62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-5ab41edf-55f6-44ec-b845-ab4440db8a62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shogun-image {
  box-sizing: border-box;
}



.s-5ab41edf-55f6-44ec-b845-ab4440db8a62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ab41edf-55f6-44ec-b845-ab4440db8a62 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shogun-image-container {
      position: relative;
    }

    .s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ab41edf-55f6-44ec-b845-ab4440db8a62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5ab41edf-55f6-44ec-b845-ab4440db8a62 {
  margin: 0 !important;
  overflow: visible;
}

#s-5ab41edf-55f6-44ec-b845-ab4440db8a62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ab41edf-55f6-44ec-b845-ab4440db8a62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ab41edf-55f6-44ec-b845-ab4440db8a62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ab41edf-55f6-44ec-b845-ab4440db8a62 img.shogun-image {
  /* Add background color handling */
  
}

#s-5ab41edf-55f6-44ec-b845-ab4440db8a62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ab41edf-55f6-44ec-b845-ab4440db8a62 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5ab41edf-55f6-44ec-b845-ab4440db8a62 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ab41edf-55f6-44ec-b845-ab4440db8a62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ab41edf-55f6-44ec-b845-ab4440db8a62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-5ab41edf-55f6-44ec-b845-ab4440db8a62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shogun-image {
  box-sizing: border-box;
}



.s-5ab41edf-55f6-44ec-b845-ab4440db8a62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ab41edf-55f6-44ec-b845-ab4440db8a62 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shogun-image-container {
      position: relative;
    }

    .s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ab41edf-55f6-44ec-b845-ab4440db8a62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5ab41edf-55f6-44ec-b845-ab4440db8a62 {
  margin: 0 !important;
  overflow: visible;
}

#s-5ab41edf-55f6-44ec-b845-ab4440db8a62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ab41edf-55f6-44ec-b845-ab4440db8a62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ab41edf-55f6-44ec-b845-ab4440db8a62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ab41edf-55f6-44ec-b845-ab4440db8a62 img.shogun-image {
  /* Add background color handling */
  
}

#s-5ab41edf-55f6-44ec-b845-ab4440db8a62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ab41edf-55f6-44ec-b845-ab4440db8a62 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5ab41edf-55f6-44ec-b845-ab4440db8a62 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ab41edf-55f6-44ec-b845-ab4440db8a62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ab41edf-55f6-44ec-b845-ab4440db8a62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-5ab41edf-55f6-44ec-b845-ab4440db8a62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shogun-image {
  box-sizing: border-box;
}



.s-5ab41edf-55f6-44ec-b845-ab4440db8a62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ab41edf-55f6-44ec-b845-ab4440db8a62 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shogun-image-container {
      position: relative;
    }

    .s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ab41edf-55f6-44ec-b845-ab4440db8a62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-5ab41edf-55f6-44ec-b845-ab4440db8a62 {
  margin: 0 !important;
  overflow: visible;
}

#s-5ab41edf-55f6-44ec-b845-ab4440db8a62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ab41edf-55f6-44ec-b845-ab4440db8a62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 30px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-5ab41edf-55f6-44ec-b845-ab4440db8a62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ab41edf-55f6-44ec-b845-ab4440db8a62 img.shogun-image {
  /* Add background color handling */
  
}

#s-5ab41edf-55f6-44ec-b845-ab4440db8a62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ab41edf-55f6-44ec-b845-ab4440db8a62 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5ab41edf-55f6-44ec-b845-ab4440db8a62 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ab41edf-55f6-44ec-b845-ab4440db8a62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ab41edf-55f6-44ec-b845-ab4440db8a62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-5ab41edf-55f6-44ec-b845-ab4440db8a62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shogun-image {
  box-sizing: border-box;
}



.s-5ab41edf-55f6-44ec-b845-ab4440db8a62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ab41edf-55f6-44ec-b845-ab4440db8a62 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shogun-image-container {
      position: relative;
    }

    .s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ab41edf-55f6-44ec-b845-ab4440db8a62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ab41edf-55f6-44ec-b845-ab4440db8a62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-062a549c-2dfd-4217-8b3c-7ddbd5dc468d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 25px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-062a549c-2dfd-4217-8b3c-7ddbd5dc468d {
  margin-top: 30px;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-062a549c-2dfd-4217-8b3c-7ddbd5dc468d {
  margin-top: 30px;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-062a549c-2dfd-4217-8b3c-7ddbd5dc468d {
  margin-top: 30px;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (max-width: 767px){#s-062a549c-2dfd-4217-8b3c-7ddbd5dc468d {
  margin-top: 20px;
padding-top: 20px;
padding-bottom: 20px;
}
}







#s-062a549c-2dfd-4217-8b3c-7ddbd5dc468d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-062a549c-2dfd-4217-8b3c-7ddbd5dc468d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8a7f6a7-73fd-4c4e-8568-40c7d8ce3b0f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c8a7f6a7-73fd-4c4e-8568-40c7d8ce3b0f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (max-width: 767px){#s-c8a7f6a7-73fd-4c4e-8568-40c7d8ce3b0f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-83e339a6-4604-47b5-9c27-dedc52f2d28b {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-83e339a6-4604-47b5-9c27-dedc52f2d28b {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-83e339a6-4604-47b5-9c27-dedc52f2d28b {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-83e339a6-4604-47b5-9c27-dedc52f2d28b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83e339a6-4604-47b5-9c27-dedc52f2d28b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-83e339a6-4604-47b5-9c27-dedc52f2d28b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-83e339a6-4604-47b5-9c27-dedc52f2d28b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-2156ca87-9366-4016-a1ca-9115a7d577c2 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: #000;
border-style: none;
border-radius: 0px;
}

#s-d5073cbb-0d08-43b9-b544-e97f16208a4d {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 0px;
}
@media (max-width: 767px){#s-d5073cbb-0d08-43b9-b544-e97f16208a4d {
  margin-top: 30px;
}
}
#s-bfcb7348-c6dc-416d-9a5f-680ba9d437c3 {
  margin-top: 10px;
margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-bfcb7348-c6dc-416d-9a5f-680ba9d437c3 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-bfcb7348-c6dc-416d-9a5f-680ba9d437c3 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-bfcb7348-c6dc-416d-9a5f-680ba9d437c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bfcb7348-c6dc-416d-9a5f-680ba9d437c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-bfcb7348-c6dc-416d-9a5f-680ba9d437c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-bfcb7348-c6dc-416d-9a5f-680ba9d437c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-25bb72f5-b70c-4087-9c2b-868ddc95aabc {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-25bb72f5-b70c-4087-9c2b-868ddc95aabc {
  margin-top: 30px;
}
}
#s-5dc2d56a-4030-449b-9db4-3bd2777bee13 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-5dc2d56a-4030-449b-9db4-3bd2777bee13 {
  margin-top: 30px;
}
}
#s-d0950a19-4b32-4849-b8f7-60a43094098e {
  margin-top: 10px;
margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d0950a19-4b32-4849-b8f7-60a43094098e {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-d0950a19-4b32-4849-b8f7-60a43094098e {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-d0950a19-4b32-4849-b8f7-60a43094098e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0950a19-4b32-4849-b8f7-60a43094098e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d0950a19-4b32-4849-b8f7-60a43094098e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0950a19-4b32-4849-b8f7-60a43094098e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-7079f073-2652-4da2-bdf7-c44753c11439 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-7079f073-2652-4da2-bdf7-c44753c11439 {
  margin-top: 30px;
}
}
#s-4cd2df3b-c381-40a1-b445-96cdfcae794e {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-4cd2df3b-c381-40a1-b445-96cdfcae794e {
  margin-top: 30px;
}
}
#s-c128b7d0-cbc1-4753-bf0f-53a1ce99fc75 {
  margin-top: 10px;
margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c128b7d0-cbc1-4753-bf0f-53a1ce99fc75 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-c128b7d0-cbc1-4753-bf0f-53a1ce99fc75 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-c128b7d0-cbc1-4753-bf0f-53a1ce99fc75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c128b7d0-cbc1-4753-bf0f-53a1ce99fc75"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c128b7d0-cbc1-4753-bf0f-53a1ce99fc75"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c128b7d0-cbc1-4753-bf0f-53a1ce99fc75"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-3b634333-295f-4fe3-9bd4-a59e627df8cd {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-3b634333-295f-4fe3-9bd4-a59e627df8cd {
  margin-top: 30px;
}
}
#s-aff6275e-9da8-4ed1-b029-7001b77b1833 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-aff6275e-9da8-4ed1-b029-7001b77b1833 {
  margin-top: 30px;
}
}
#s-01ffc24d-e705-4298-a37e-a84872cc795a {
  margin-top: 10px;
margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-01ffc24d-e705-4298-a37e-a84872cc795a {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-01ffc24d-e705-4298-a37e-a84872cc795a {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-01ffc24d-e705-4298-a37e-a84872cc795a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01ffc24d-e705-4298-a37e-a84872cc795a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-01ffc24d-e705-4298-a37e-a84872cc795a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-01ffc24d-e705-4298-a37e-a84872cc795a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-915493c2-7767-4ecf-89f2-a0567bd74030 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-915493c2-7767-4ecf-89f2-a0567bd74030 {
  margin-top: 30px;
}
}
#s-61bb04d6-567c-4be2-b653-984a4079e29b {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-61bb04d6-567c-4be2-b653-984a4079e29b {
  margin-top: 30px;
}
}
#s-12b1babd-3bad-4d51-941b-19252a37f83b {
  margin-top: 10px;
margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-12b1babd-3bad-4d51-941b-19252a37f83b {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-12b1babd-3bad-4d51-941b-19252a37f83b {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-12b1babd-3bad-4d51-941b-19252a37f83b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12b1babd-3bad-4d51-941b-19252a37f83b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-12b1babd-3bad-4d51-941b-19252a37f83b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-12b1babd-3bad-4d51-941b-19252a37f83b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-4a0ba7fd-ab34-4de0-a975-da1d632cbeae {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-4a0ba7fd-ab34-4de0-a975-da1d632cbeae {
  margin-top: 30px;
}
}
#s-6f907d5c-2d4b-4fe8-bf07-726a61be8183 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 3px;
}
@media (max-width: 767px){#s-6f907d5c-2d4b-4fe8-bf07-726a61be8183 {
  margin-top: 30px;
}
}
#s-a8eed43a-a748-44ce-9306-0b59a3b857e1 {
  margin-top: 10px;
margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a8eed43a-a748-44ce-9306-0b59a3b857e1 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-a8eed43a-a748-44ce-9306-0b59a3b857e1 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-a8eed43a-a748-44ce-9306-0b59a3b857e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8eed43a-a748-44ce-9306-0b59a3b857e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a8eed43a-a748-44ce-9306-0b59a3b857e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8eed43a-a748-44ce-9306-0b59a3b857e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-6920311f-ffe8-4998-b765-7beba87808f5 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-6920311f-ffe8-4998-b765-7beba87808f5 {
  margin-top: 30px;
}
}
#s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
  margin-top: 30px;
margin-left: 8%;
margin-right: 8%;
max-width: 1199px;
aspect-ratio: 3000/2000;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
  margin-top: 40px;
margin-left: 0%;
margin-right: 0%;
}
}
#s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 30px;
  
}

.shg-image-content-margin-container-s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1199px;
  }



  img.s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image {
    
    
    
    max-height: 1199px;
  }


.s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d51d233-de4d-4b8d-90e0-9918146aae15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image {
  box-sizing: border-box;
}



.s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container {
      position: relative;
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1199px;
    }
  }

@media (min-width: 1200px){#s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1199px;
  }



  img.s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image {
    
    
    
    max-height: 1199px;
  }


.s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d51d233-de4d-4b8d-90e0-9918146aae15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image {
  box-sizing: border-box;
}



.s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container {
      position: relative;
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1199px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1199px;
  }



  img.s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image {
    
    
    
    max-height: 1199px;
  }


.s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d51d233-de4d-4b8d-90e0-9918146aae15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image {
  box-sizing: border-box;
}



.s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container {
      position: relative;
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1199px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1199px;
  }



  img.s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image {
    
    
    
    max-height: 1199px;
  }


.s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d51d233-de4d-4b8d-90e0-9918146aae15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image {
  box-sizing: border-box;
}



.s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container {
      position: relative;
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1199px;
    }
  }

}@media (max-width: 767px){#s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 40px;
  
}

.shg-image-content-margin-container-s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shg-image-content-wrapper {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }

    #s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shogun-image-link {
      aspect-ratio: 3000/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1199px;
  }



  img.s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image {
    
    
    
    max-height: 1199px;
  }


.s-4d51d233-de4d-4b8d-90e0-9918146aae15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d51d233-de4d-4b8d-90e0-9918146aae15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image {
  box-sizing: border-box;
}



.s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d51d233-de4d-4b8d-90e0-9918146aae15 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container {
      position: relative;
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d51d233-de4d-4b8d-90e0-9918146aae15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1199px;
    }
  }

}
/*
  $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;
}
