.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-9215556e-19f5-4537-89a9-f2912a417df1 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9215556e-19f5-4537-89a9-f2912a417df1 {
  display: none;
}
#s-9215556e-19f5-4537-89a9-f2912a417df1, #wrap-s-9215556e-19f5-4537-89a9-f2912a417df1, #wrap-content-s-9215556e-19f5-4537-89a9-f2912a417df1 { display: none !important; }}@media (max-width: 767px){#s-9215556e-19f5-4537-89a9-f2912a417df1 {
  display: none;
}
#s-9215556e-19f5-4537-89a9-f2912a417df1, #wrap-s-9215556e-19f5-4537-89a9-f2912a417df1, #wrap-content-s-9215556e-19f5-4537-89a9-f2912a417df1 { display: none !important; }}







#s-9215556e-19f5-4537-89a9-f2912a417df1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9215556e-19f5-4537-89a9-f2912a417df1.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;
}

#s-f933a7f0-cc6f-4037-860d-ce7a9a2fec71 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f933a7f0-cc6f-4037-860d-ce7a9a2fec71"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f933a7f0-cc6f-4037-860d-ce7a9a2fec71"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f933a7f0-cc6f-4037-860d-ce7a9a2fec71"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f933a7f0-cc6f-4037-860d-ce7a9a2fec71"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1334dcee-b8be-4258-90c0-cc91374910c5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 30em;
background-position: right bottom;
}
@media (min-width: 1200px){#s-1334dcee-b8be-4258-90c0-cc91374910c5 {
  min-height: 40em;
}
}
#s-1334dcee-b8be-4258-90c0-cc91374910c5 {
  background-image: url(https://i.shgcdn.com/d0e4f7ca-4299-4ed5-823c-6dc42c4dd4b8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1334dcee-b8be-4258-90c0-cc91374910c5 {
  background-image: url(https://i.shgcdn.com/d0e4f7ca-4299-4ed5-823c-6dc42c4dd4b8/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-1334dcee-b8be-4258-90c0-cc91374910c5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1334dcee-b8be-4258-90c0-cc91374910c5 {
  background-image: url(https://i.shgcdn.com/d0e4f7ca-4299-4ed5-823c-6dc42c4dd4b8/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-1334dcee-b8be-4258-90c0-cc91374910c5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1334dcee-b8be-4258-90c0-cc91374910c5 {
  background-image: url(https://i.shgcdn.com/d0e4f7ca-4299-4ed5-823c-6dc42c4dd4b8/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-1334dcee-b8be-4258-90c0-cc91374910c5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1334dcee-b8be-4258-90c0-cc91374910c5 {
  background-image: url(https://i.shgcdn.com/d0e4f7ca-4299-4ed5-823c-6dc42c4dd4b8/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-1334dcee-b8be-4258-90c0-cc91374910c5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1334dcee-b8be-4258-90c0-cc91374910c5 {
  background-image: url(https://i.shgcdn.com/d0e4f7ca-4299-4ed5-823c-6dc42c4dd4b8/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-1334dcee-b8be-4258-90c0-cc91374910c5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1334dcee-b8be-4258-90c0-cc91374910c5 {
  background-image: url(https://i.shgcdn.com/d0e4f7ca-4299-4ed5-823c-6dc42c4dd4b8/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-1334dcee-b8be-4258-90c0-cc91374910c5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1334dcee-b8be-4258-90c0-cc91374910c5 {
  background-image: url(https://i.shgcdn.com/d0e4f7ca-4299-4ed5-823c-6dc42c4dd4b8/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-1334dcee-b8be-4258-90c0-cc91374910c5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1334dcee-b8be-4258-90c0-cc91374910c5 {
  background-image: url(https://i.shgcdn.com/d0e4f7ca-4299-4ed5-823c-6dc42c4dd4b8/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-1334dcee-b8be-4258-90c0-cc91374910c5.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-1334dcee-b8be-4258-90c0-cc91374910c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1334dcee-b8be-4258-90c0-cc91374910c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3239e6a9-20ef-4580-8c76-22bb72338d45 {
  min-height: 40em;
}
@media (min-width: 1200px){#s-3239e6a9-20ef-4580-8c76-22bb72338d45 {
  min-height: 40em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3239e6a9-20ef-4580-8c76-22bb72338d45 {
  min-height: 30em;
}
}







#s-3239e6a9-20ef-4580-8c76-22bb72338d45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3239e6a9-20ef-4580-8c76-22bb72338d45.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: #000000;
  font-family: "Outfit";
  text-transform: none;
  font-weight: 700;
  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-c56c7200-0898-46d2-aa2b-22c990d4dcbe {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0px;
padding-bottom: 0.5em;
padding-right: 0px;
max-width: 80%;
text-align: left;
}

#s-c56c7200-0898-46d2-aa2b-22c990d4dcbe .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 2em;
  line-height: 1em;
  
  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: #000000;
  font-family: "Outfit";
  font-weight: 700;
}

.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: 100;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: "Outfit";
}

.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: #000000;
  font-family: "Outfit";
  font-weight: 700;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: "Outfit";
  font-weight: 100;
}

#s-efbf2c61-205d-46b7-a851-12f14aba84ae {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0px;
padding-bottom: 2%;
padding-right: 0px;
max-width: 80%;
}

.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-8bd01938-df61-4aff-a6fc-64f6df78365b {
  margin-top: 0%;
margin-bottom: 2%;
max-width: 80%;
aspect-ratio: 5456/1190;
text-align: center;
}

#s-8bd01938-df61-4aff-a6fc-64f6df78365b {
  margin: 0 !important;
  overflow: visible;
}

#s-8bd01938-df61-4aff-a6fc-64f6df78365b-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-8bd01938-df61-4aff-a6fc-64f6df78365b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0%;
  margin-bottom: 2%;
}

.shg-image-content-margin-container-s-8bd01938-df61-4aff-a6fc-64f6df78365b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8bd01938-df61-4aff-a6fc-64f6df78365b img.shogun-image {
  /* Add background color handling */
  
}

#s-8bd01938-df61-4aff-a6fc-64f6df78365b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8bd01938-df61-4aff-a6fc-64f6df78365b .shg-image-content-wrapper {
      aspect-ratio: 5456/1190;
      min-width: 100%;
      height: auto;
    }

    #s-8bd01938-df61-4aff-a6fc-64f6df78365b .shogun-image-link {
      aspect-ratio: 5456/1190;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8bd01938-df61-4aff-a6fc-64f6df78365b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8bd01938-df61-4aff-a6fc-64f6df78365b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8bd01938-df61-4aff-a6fc-64f6df78365b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80%;
  }



  img.s-8bd01938-df61-4aff-a6fc-64f6df78365b.shogun-image {
    
    
    
    max-height: 80%;
  }


.s-8bd01938-df61-4aff-a6fc-64f6df78365b .shogun-image-content {
  
    justify-content: center;
  
}

.s-8bd01938-df61-4aff-a6fc-64f6df78365b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bd01938-df61-4aff-a6fc-64f6df78365b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bd01938-df61-4aff-a6fc-64f6df78365b.shogun-image {
  box-sizing: border-box;
}



.s-8bd01938-df61-4aff-a6fc-64f6df78365b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8bd01938-df61-4aff-a6fc-64f6df78365b {
      --shg-aspect-ratio: calc(5456/1190); 
    }

    .s-8bd01938-df61-4aff-a6fc-64f6df78365b.shogun-image-container {
      position: relative;
    }

    .s-8bd01938-df61-4aff-a6fc-64f6df78365b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bd01938-df61-4aff-a6fc-64f6df78365b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bd01938-df61-4aff-a6fc-64f6df78365b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80%;
    }
  }

@media (min-width: 1200px){#s-8bd01938-df61-4aff-a6fc-64f6df78365b {
  margin: 0 !important;
  overflow: visible;
}

#s-8bd01938-df61-4aff-a6fc-64f6df78365b-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-8bd01938-df61-4aff-a6fc-64f6df78365b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8bd01938-df61-4aff-a6fc-64f6df78365b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8bd01938-df61-4aff-a6fc-64f6df78365b img.shogun-image {
  /* Add background color handling */
  
}

#s-8bd01938-df61-4aff-a6fc-64f6df78365b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8bd01938-df61-4aff-a6fc-64f6df78365b .shg-image-content-wrapper {
      aspect-ratio: 5456/1190;
      min-width: 100%;
      height: auto;
    }

    #s-8bd01938-df61-4aff-a6fc-64f6df78365b .shogun-image-link {
      aspect-ratio: 5456/1190;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8bd01938-df61-4aff-a6fc-64f6df78365b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8bd01938-df61-4aff-a6fc-64f6df78365b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8bd01938-df61-4aff-a6fc-64f6df78365b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80%;
  }



  img.s-8bd01938-df61-4aff-a6fc-64f6df78365b.shogun-image {
    
    
    
    max-height: 80%;
  }


.s-8bd01938-df61-4aff-a6fc-64f6df78365b .shogun-image-content {
  
    justify-content: center;
  
}

.s-8bd01938-df61-4aff-a6fc-64f6df78365b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bd01938-df61-4aff-a6fc-64f6df78365b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bd01938-df61-4aff-a6fc-64f6df78365b.shogun-image {
  box-sizing: border-box;
}



.s-8bd01938-df61-4aff-a6fc-64f6df78365b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8bd01938-df61-4aff-a6fc-64f6df78365b {
      --shg-aspect-ratio: calc(5456/1190); 
    }

    .s-8bd01938-df61-4aff-a6fc-64f6df78365b.shogun-image-container {
      position: relative;
    }

    .s-8bd01938-df61-4aff-a6fc-64f6df78365b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bd01938-df61-4aff-a6fc-64f6df78365b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bd01938-df61-4aff-a6fc-64f6df78365b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8bd01938-df61-4aff-a6fc-64f6df78365b {
  margin: 0 !important;
  overflow: visible;
}

#s-8bd01938-df61-4aff-a6fc-64f6df78365b-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-8bd01938-df61-4aff-a6fc-64f6df78365b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8bd01938-df61-4aff-a6fc-64f6df78365b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8bd01938-df61-4aff-a6fc-64f6df78365b img.shogun-image {
  /* Add background color handling */
  
}

#s-8bd01938-df61-4aff-a6fc-64f6df78365b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8bd01938-df61-4aff-a6fc-64f6df78365b .shg-image-content-wrapper {
      aspect-ratio: 5456/1190;
      min-width: 100%;
      height: auto;
    }

    #s-8bd01938-df61-4aff-a6fc-64f6df78365b .shogun-image-link {
      aspect-ratio: 5456/1190;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8bd01938-df61-4aff-a6fc-64f6df78365b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8bd01938-df61-4aff-a6fc-64f6df78365b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8bd01938-df61-4aff-a6fc-64f6df78365b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80%;
  }



  img.s-8bd01938-df61-4aff-a6fc-64f6df78365b.shogun-image {
    
    
    
    max-height: 80%;
  }


.s-8bd01938-df61-4aff-a6fc-64f6df78365b .shogun-image-content {
  
    justify-content: center;
  
}

.s-8bd01938-df61-4aff-a6fc-64f6df78365b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bd01938-df61-4aff-a6fc-64f6df78365b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bd01938-df61-4aff-a6fc-64f6df78365b.shogun-image {
  box-sizing: border-box;
}



.s-8bd01938-df61-4aff-a6fc-64f6df78365b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8bd01938-df61-4aff-a6fc-64f6df78365b {
      --shg-aspect-ratio: calc(5456/1190); 
    }

    .s-8bd01938-df61-4aff-a6fc-64f6df78365b.shogun-image-container {
      position: relative;
    }

    .s-8bd01938-df61-4aff-a6fc-64f6df78365b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bd01938-df61-4aff-a6fc-64f6df78365b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bd01938-df61-4aff-a6fc-64f6df78365b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8bd01938-df61-4aff-a6fc-64f6df78365b {
  margin: 0 !important;
  overflow: visible;
}

#s-8bd01938-df61-4aff-a6fc-64f6df78365b-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-8bd01938-df61-4aff-a6fc-64f6df78365b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8bd01938-df61-4aff-a6fc-64f6df78365b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8bd01938-df61-4aff-a6fc-64f6df78365b img.shogun-image {
  /* Add background color handling */
  
}

#s-8bd01938-df61-4aff-a6fc-64f6df78365b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8bd01938-df61-4aff-a6fc-64f6df78365b .shg-image-content-wrapper {
      aspect-ratio: 5456/1190;
      min-width: 100%;
      height: auto;
    }

    #s-8bd01938-df61-4aff-a6fc-64f6df78365b .shogun-image-link {
      aspect-ratio: 5456/1190;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8bd01938-df61-4aff-a6fc-64f6df78365b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8bd01938-df61-4aff-a6fc-64f6df78365b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8bd01938-df61-4aff-a6fc-64f6df78365b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80%;
  }



  img.s-8bd01938-df61-4aff-a6fc-64f6df78365b.shogun-image {
    
    
    
    max-height: 80%;
  }


.s-8bd01938-df61-4aff-a6fc-64f6df78365b .shogun-image-content {
  
    justify-content: center;
  
}

.s-8bd01938-df61-4aff-a6fc-64f6df78365b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bd01938-df61-4aff-a6fc-64f6df78365b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bd01938-df61-4aff-a6fc-64f6df78365b.shogun-image {
  box-sizing: border-box;
}



.s-8bd01938-df61-4aff-a6fc-64f6df78365b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8bd01938-df61-4aff-a6fc-64f6df78365b {
      --shg-aspect-ratio: calc(5456/1190); 
    }

    .s-8bd01938-df61-4aff-a6fc-64f6df78365b.shogun-image-container {
      position: relative;
    }

    .s-8bd01938-df61-4aff-a6fc-64f6df78365b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bd01938-df61-4aff-a6fc-64f6df78365b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bd01938-df61-4aff-a6fc-64f6df78365b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80%;
    }
  }

}@media (max-width: 767px){#s-8bd01938-df61-4aff-a6fc-64f6df78365b {
  margin: 0 !important;
  overflow: visible;
}

#s-8bd01938-df61-4aff-a6fc-64f6df78365b-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-8bd01938-df61-4aff-a6fc-64f6df78365b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8bd01938-df61-4aff-a6fc-64f6df78365b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8bd01938-df61-4aff-a6fc-64f6df78365b img.shogun-image {
  /* Add background color handling */
  
}

#s-8bd01938-df61-4aff-a6fc-64f6df78365b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8bd01938-df61-4aff-a6fc-64f6df78365b .shg-image-content-wrapper {
      aspect-ratio: 5456/1190;
      min-width: 100%;
      height: auto;
    }

    #s-8bd01938-df61-4aff-a6fc-64f6df78365b .shogun-image-link {
      aspect-ratio: 5456/1190;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8bd01938-df61-4aff-a6fc-64f6df78365b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8bd01938-df61-4aff-a6fc-64f6df78365b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8bd01938-df61-4aff-a6fc-64f6df78365b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80%;
  }



  img.s-8bd01938-df61-4aff-a6fc-64f6df78365b.shogun-image {
    
    
    
    max-height: 80%;
  }


.s-8bd01938-df61-4aff-a6fc-64f6df78365b .shogun-image-content {
  
    justify-content: center;
  
}

.s-8bd01938-df61-4aff-a6fc-64f6df78365b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bd01938-df61-4aff-a6fc-64f6df78365b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bd01938-df61-4aff-a6fc-64f6df78365b.shogun-image {
  box-sizing: border-box;
}



.s-8bd01938-df61-4aff-a6fc-64f6df78365b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8bd01938-df61-4aff-a6fc-64f6df78365b {
      --shg-aspect-ratio: calc(5456/1190); 
    }

    .s-8bd01938-df61-4aff-a6fc-64f6df78365b.shogun-image-container {
      position: relative;
    }

    .s-8bd01938-df61-4aff-a6fc-64f6df78365b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bd01938-df61-4aff-a6fc-64f6df78365b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bd01938-df61-4aff-a6fc-64f6df78365b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80%;
    }
  }

}
#s-ed40c494-650b-420a-8a7b-d9413feb831b {
  max-width: 100%;
aspect-ratio: 1290/1245;
text-align: center;
}
@media (min-width: 1200px){#s-ed40c494-650b-420a-8a7b-d9413feb831b {
  display: none;
}
#s-ed40c494-650b-420a-8a7b-d9413feb831b, #wrap-s-ed40c494-650b-420a-8a7b-d9413feb831b, #wrap-content-s-ed40c494-650b-420a-8a7b-d9413feb831b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ed40c494-650b-420a-8a7b-d9413feb831b {
  display: none;
}
#s-ed40c494-650b-420a-8a7b-d9413feb831b, #wrap-s-ed40c494-650b-420a-8a7b-d9413feb831b, #wrap-content-s-ed40c494-650b-420a-8a7b-d9413feb831b { display: none !important; }}@media (max-width: 767px){#s-ed40c494-650b-420a-8a7b-d9413feb831b {
  display: none;
}
#s-ed40c494-650b-420a-8a7b-d9413feb831b, #wrap-s-ed40c494-650b-420a-8a7b-d9413feb831b, #wrap-content-s-ed40c494-650b-420a-8a7b-d9413feb831b { display: none !important; }}
#s-ed40c494-650b-420a-8a7b-d9413feb831b {
  margin: 0 !important;
  overflow: visible;
}

#s-ed40c494-650b-420a-8a7b-d9413feb831b-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-ed40c494-650b-420a-8a7b-d9413feb831b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed40c494-650b-420a-8a7b-d9413feb831b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed40c494-650b-420a-8a7b-d9413feb831b img.shogun-image {
  /* Add background color handling */
  
}

#s-ed40c494-650b-420a-8a7b-d9413feb831b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed40c494-650b-420a-8a7b-d9413feb831b .shg-image-content-wrapper {
      aspect-ratio: 1290/1245;
      min-width: 100%;
      height: auto;
    }

    #s-ed40c494-650b-420a-8a7b-d9413feb831b .shogun-image-link {
      aspect-ratio: 1290/1245;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed40c494-650b-420a-8a7b-d9413feb831b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed40c494-650b-420a-8a7b-d9413feb831b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed40c494-650b-420a-8a7b-d9413feb831b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-ed40c494-650b-420a-8a7b-d9413feb831b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-ed40c494-650b-420a-8a7b-d9413feb831b .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-ed40c494-650b-420a-8a7b-d9413feb831b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed40c494-650b-420a-8a7b-d9413feb831b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed40c494-650b-420a-8a7b-d9413feb831b.shogun-image {
  box-sizing: border-box;
}



.s-ed40c494-650b-420a-8a7b-d9413feb831b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ed40c494-650b-420a-8a7b-d9413feb831b {
      --shg-aspect-ratio: calc(1290/1245); 
    }

    .s-ed40c494-650b-420a-8a7b-d9413feb831b.shogun-image-container {
      position: relative;
    }

    .s-ed40c494-650b-420a-8a7b-d9413feb831b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed40c494-650b-420a-8a7b-d9413feb831b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed40c494-650b-420a-8a7b-d9413feb831b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){#s-ed40c494-650b-420a-8a7b-d9413feb831b {
  margin: 0 !important;
  overflow: visible;
}

#s-ed40c494-650b-420a-8a7b-d9413feb831b-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-ed40c494-650b-420a-8a7b-d9413feb831b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed40c494-650b-420a-8a7b-d9413feb831b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed40c494-650b-420a-8a7b-d9413feb831b img.shogun-image {
  /* Add background color handling */
  
}

#s-ed40c494-650b-420a-8a7b-d9413feb831b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed40c494-650b-420a-8a7b-d9413feb831b .shg-image-content-wrapper {
      aspect-ratio: 1290/1245;
      min-width: 100%;
      height: auto;
    }

    #s-ed40c494-650b-420a-8a7b-d9413feb831b .shogun-image-link {
      aspect-ratio: 1290/1245;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed40c494-650b-420a-8a7b-d9413feb831b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed40c494-650b-420a-8a7b-d9413feb831b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed40c494-650b-420a-8a7b-d9413feb831b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-ed40c494-650b-420a-8a7b-d9413feb831b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-ed40c494-650b-420a-8a7b-d9413feb831b .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-ed40c494-650b-420a-8a7b-d9413feb831b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed40c494-650b-420a-8a7b-d9413feb831b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed40c494-650b-420a-8a7b-d9413feb831b.shogun-image {
  box-sizing: border-box;
}



.s-ed40c494-650b-420a-8a7b-d9413feb831b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ed40c494-650b-420a-8a7b-d9413feb831b {
      --shg-aspect-ratio: calc(1290/1245); 
    }

    .s-ed40c494-650b-420a-8a7b-d9413feb831b.shogun-image-container {
      position: relative;
    }

    .s-ed40c494-650b-420a-8a7b-d9413feb831b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed40c494-650b-420a-8a7b-d9413feb831b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed40c494-650b-420a-8a7b-d9413feb831b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ed40c494-650b-420a-8a7b-d9413feb831b {
  margin: 0 !important;
  overflow: visible;
}

#s-ed40c494-650b-420a-8a7b-d9413feb831b-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-ed40c494-650b-420a-8a7b-d9413feb831b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed40c494-650b-420a-8a7b-d9413feb831b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed40c494-650b-420a-8a7b-d9413feb831b img.shogun-image {
  /* Add background color handling */
  
}

#s-ed40c494-650b-420a-8a7b-d9413feb831b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed40c494-650b-420a-8a7b-d9413feb831b .shg-image-content-wrapper {
      aspect-ratio: 1290/1245;
      min-width: 100%;
      height: auto;
    }

    #s-ed40c494-650b-420a-8a7b-d9413feb831b .shogun-image-link {
      aspect-ratio: 1290/1245;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed40c494-650b-420a-8a7b-d9413feb831b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed40c494-650b-420a-8a7b-d9413feb831b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed40c494-650b-420a-8a7b-d9413feb831b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-ed40c494-650b-420a-8a7b-d9413feb831b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-ed40c494-650b-420a-8a7b-d9413feb831b .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-ed40c494-650b-420a-8a7b-d9413feb831b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed40c494-650b-420a-8a7b-d9413feb831b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed40c494-650b-420a-8a7b-d9413feb831b.shogun-image {
  box-sizing: border-box;
}



.s-ed40c494-650b-420a-8a7b-d9413feb831b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ed40c494-650b-420a-8a7b-d9413feb831b {
      --shg-aspect-ratio: calc(1290/1245); 
    }

    .s-ed40c494-650b-420a-8a7b-d9413feb831b.shogun-image-container {
      position: relative;
    }

    .s-ed40c494-650b-420a-8a7b-d9413feb831b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed40c494-650b-420a-8a7b-d9413feb831b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed40c494-650b-420a-8a7b-d9413feb831b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ed40c494-650b-420a-8a7b-d9413feb831b {
  margin: 0 !important;
  overflow: visible;
}

#s-ed40c494-650b-420a-8a7b-d9413feb831b-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-ed40c494-650b-420a-8a7b-d9413feb831b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed40c494-650b-420a-8a7b-d9413feb831b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed40c494-650b-420a-8a7b-d9413feb831b img.shogun-image {
  /* Add background color handling */
  
}

#s-ed40c494-650b-420a-8a7b-d9413feb831b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed40c494-650b-420a-8a7b-d9413feb831b .shg-image-content-wrapper {
      aspect-ratio: 1290/1245;
      min-width: 100%;
      height: auto;
    }

    #s-ed40c494-650b-420a-8a7b-d9413feb831b .shogun-image-link {
      aspect-ratio: 1290/1245;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed40c494-650b-420a-8a7b-d9413feb831b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed40c494-650b-420a-8a7b-d9413feb831b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed40c494-650b-420a-8a7b-d9413feb831b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-ed40c494-650b-420a-8a7b-d9413feb831b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-ed40c494-650b-420a-8a7b-d9413feb831b .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-ed40c494-650b-420a-8a7b-d9413feb831b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed40c494-650b-420a-8a7b-d9413feb831b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed40c494-650b-420a-8a7b-d9413feb831b.shogun-image {
  box-sizing: border-box;
}



.s-ed40c494-650b-420a-8a7b-d9413feb831b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ed40c494-650b-420a-8a7b-d9413feb831b {
      --shg-aspect-ratio: calc(1290/1245); 
    }

    .s-ed40c494-650b-420a-8a7b-d9413feb831b.shogun-image-container {
      position: relative;
    }

    .s-ed40c494-650b-420a-8a7b-d9413feb831b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed40c494-650b-420a-8a7b-d9413feb831b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed40c494-650b-420a-8a7b-d9413feb831b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (max-width: 767px){#s-ed40c494-650b-420a-8a7b-d9413feb831b {
  margin: 0 !important;
  overflow: visible;
}

#s-ed40c494-650b-420a-8a7b-d9413feb831b-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-ed40c494-650b-420a-8a7b-d9413feb831b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed40c494-650b-420a-8a7b-d9413feb831b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed40c494-650b-420a-8a7b-d9413feb831b img.shogun-image {
  /* Add background color handling */
  
}

#s-ed40c494-650b-420a-8a7b-d9413feb831b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed40c494-650b-420a-8a7b-d9413feb831b .shg-image-content-wrapper {
      aspect-ratio: 1290/1245;
      min-width: 100%;
      height: auto;
    }

    #s-ed40c494-650b-420a-8a7b-d9413feb831b .shogun-image-link {
      aspect-ratio: 1290/1245;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed40c494-650b-420a-8a7b-d9413feb831b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed40c494-650b-420a-8a7b-d9413feb831b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed40c494-650b-420a-8a7b-d9413feb831b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-ed40c494-650b-420a-8a7b-d9413feb831b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-ed40c494-650b-420a-8a7b-d9413feb831b .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-ed40c494-650b-420a-8a7b-d9413feb831b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed40c494-650b-420a-8a7b-d9413feb831b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed40c494-650b-420a-8a7b-d9413feb831b.shogun-image {
  box-sizing: border-box;
}



.s-ed40c494-650b-420a-8a7b-d9413feb831b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ed40c494-650b-420a-8a7b-d9413feb831b {
      --shg-aspect-ratio: calc(1290/1245); 
    }

    .s-ed40c494-650b-420a-8a7b-d9413feb831b.shogun-image-container {
      position: relative;
    }

    .s-ed40c494-650b-420a-8a7b-d9413feb831b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed40c494-650b-420a-8a7b-d9413feb831b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed40c494-650b-420a-8a7b-d9413feb831b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 {
  max-width: 100%;
aspect-ratio: 860/964;
text-align: center;
}
@media (min-width: 1200px){#s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 {
  display: none;
}
#s-0486db9a-ad2d-464a-a55f-5cc74d8aa319, #wrap-s-0486db9a-ad2d-464a-a55f-5cc74d8aa319, #wrap-content-s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 {
  display: none;
}
#s-0486db9a-ad2d-464a-a55f-5cc74d8aa319, #wrap-s-0486db9a-ad2d-464a-a55f-5cc74d8aa319, #wrap-content-s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 {
  display: none;
}
#s-0486db9a-ad2d-464a-a55f-5cc74d8aa319, #wrap-s-0486db9a-ad2d-464a-a55f-5cc74d8aa319, #wrap-content-s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 { display: none !important; }}
#s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 {
  margin: 0 !important;
  overflow: visible;
}

#s-0486db9a-ad2d-464a-a55f-5cc74d8aa319-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-0486db9a-ad2d-464a-a55f-5cc74d8aa319 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 img.shogun-image {
  /* Add background color handling */
  
}

#s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 .shg-image-content-wrapper {
      aspect-ratio: 860/964;
      min-width: 100%;
      height: auto;
    }

    #s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 .shogun-image-link {
      aspect-ratio: 860/964;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shogun-image {
  box-sizing: border-box;
}



.s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 {
      --shg-aspect-ratio: calc(860/964); 
    }

    .s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shogun-image-container {
      position: relative;
    }

    .s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){#s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 {
  margin: 0 !important;
  overflow: visible;
}

#s-0486db9a-ad2d-464a-a55f-5cc74d8aa319-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-0486db9a-ad2d-464a-a55f-5cc74d8aa319 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 img.shogun-image {
  /* Add background color handling */
  
}

#s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 .shg-image-content-wrapper {
      aspect-ratio: 860/964;
      min-width: 100%;
      height: auto;
    }

    #s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 .shogun-image-link {
      aspect-ratio: 860/964;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shogun-image {
  box-sizing: border-box;
}



.s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 {
      --shg-aspect-ratio: calc(860/964); 
    }

    .s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shogun-image-container {
      position: relative;
    }

    .s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 {
  margin: 0 !important;
  overflow: visible;
}

#s-0486db9a-ad2d-464a-a55f-5cc74d8aa319-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-0486db9a-ad2d-464a-a55f-5cc74d8aa319 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 img.shogun-image {
  /* Add background color handling */
  
}

#s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 .shg-image-content-wrapper {
      aspect-ratio: 860/964;
      min-width: 100%;
      height: auto;
    }

    #s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 .shogun-image-link {
      aspect-ratio: 860/964;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shogun-image {
  box-sizing: border-box;
}



.s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 {
      --shg-aspect-ratio: calc(860/964); 
    }

    .s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shogun-image-container {
      position: relative;
    }

    .s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 {
  margin: 0 !important;
  overflow: visible;
}

#s-0486db9a-ad2d-464a-a55f-5cc74d8aa319-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-0486db9a-ad2d-464a-a55f-5cc74d8aa319 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 img.shogun-image {
  /* Add background color handling */
  
}

#s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 .shg-image-content-wrapper {
      aspect-ratio: 860/964;
      min-width: 100%;
      height: auto;
    }

    #s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 .shogun-image-link {
      aspect-ratio: 860/964;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shogun-image {
  box-sizing: border-box;
}



.s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 {
      --shg-aspect-ratio: calc(860/964); 
    }

    .s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shogun-image-container {
      position: relative;
    }

    .s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (max-width: 767px){#s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 {
  margin: 0 !important;
  overflow: visible;
}

#s-0486db9a-ad2d-464a-a55f-5cc74d8aa319-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-0486db9a-ad2d-464a-a55f-5cc74d8aa319 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 img.shogun-image {
  /* Add background color handling */
  
}

#s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 .shg-image-content-wrapper {
      aspect-ratio: 860/964;
      min-width: 100%;
      height: auto;
    }

    #s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 .shogun-image-link {
      aspect-ratio: 860/964;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shogun-image {
  box-sizing: border-box;
}



.s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 {
      --shg-aspect-ratio: calc(860/964); 
    }

    .s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shogun-image-container {
      position: relative;
    }

    .s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0486db9a-ad2d-464a-a55f-5cc74d8aa319.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0486db9a-ad2d-464a-a55f-5cc74d8aa319 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-b0a08e45-91a1-4338-a24f-0abaebc6059e {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
min-height: 50px;
max-width: 90%;
}
@media (min-width: 1200px){#s-b0a08e45-91a1-4338-a24f-0abaebc6059e {
  display: none;
}
#s-b0a08e45-91a1-4338-a24f-0abaebc6059e, #wrap-s-b0a08e45-91a1-4338-a24f-0abaebc6059e, #wrap-content-s-b0a08e45-91a1-4338-a24f-0abaebc6059e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0a08e45-91a1-4338-a24f-0abaebc6059e {
  display: none;
}
#s-b0a08e45-91a1-4338-a24f-0abaebc6059e, #wrap-s-b0a08e45-91a1-4338-a24f-0abaebc6059e, #wrap-content-s-b0a08e45-91a1-4338-a24f-0abaebc6059e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b0a08e45-91a1-4338-a24f-0abaebc6059e {
  display: none;
}
#s-b0a08e45-91a1-4338-a24f-0abaebc6059e, #wrap-s-b0a08e45-91a1-4338-a24f-0abaebc6059e, #wrap-content-s-b0a08e45-91a1-4338-a24f-0abaebc6059e { display: none !important; }}@media (max-width: 767px){#s-b0a08e45-91a1-4338-a24f-0abaebc6059e {
  display: none;
}
#s-b0a08e45-91a1-4338-a24f-0abaebc6059e, #wrap-s-b0a08e45-91a1-4338-a24f-0abaebc6059e, #wrap-content-s-b0a08e45-91a1-4338-a24f-0abaebc6059e { display: none !important; }}







#s-b0a08e45-91a1-4338-a24f-0abaebc6059e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b0a08e45-91a1-4338-a24f-0abaebc6059e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ffeb2d84-bb63-474e-bd40-7fed009f9d65 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-bottom: 1%;
padding-right: 0px;
text-align: left;
}

#s-ffeb2d84-bb63-474e-bd40-7fed009f9d65 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 2em;
  line-height: 1em;
  
  text-align: center;
}



#s-2c68930d-fc82-4083-9e3d-7f01bbb779fd {
  padding-left: 0px;
padding-bottom: 2%;
padding-right: 0px;
}

#s-c86f3b49-e5ee-4cde-8acb-af3136c9cdff {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-bottom: 15%;
min-height: 50px;
max-width: 90%;
}
@media (min-width: 1200px){#s-c86f3b49-e5ee-4cde-8acb-af3136c9cdff {
  display: none;
}
#s-c86f3b49-e5ee-4cde-8acb-af3136c9cdff, #wrap-s-c86f3b49-e5ee-4cde-8acb-af3136c9cdff, #wrap-content-s-c86f3b49-e5ee-4cde-8acb-af3136c9cdff { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c86f3b49-e5ee-4cde-8acb-af3136c9cdff {
  display: none;
}
#s-c86f3b49-e5ee-4cde-8acb-af3136c9cdff, #wrap-s-c86f3b49-e5ee-4cde-8acb-af3136c9cdff, #wrap-content-s-c86f3b49-e5ee-4cde-8acb-af3136c9cdff { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c86f3b49-e5ee-4cde-8acb-af3136c9cdff {
  padding-bottom: 10%;
}
}







#s-c86f3b49-e5ee-4cde-8acb-af3136c9cdff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c86f3b49-e5ee-4cde-8acb-af3136c9cdff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4176a611-1498-4cdf-bc4d-ec74d6a4f72e {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-bottom: 0.5em;
padding-right: 0px;
text-align: left;
}

#s-4176a611-1498-4cdf-bc4d-ec74d6a4f72e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 1.8em;
  line-height: 1em;
  
  text-align: center;
}



#s-e1bf7d73-3a10-4666-880a-8fc64f42093c {
  padding-left: 0px;
padding-bottom: 2%;
padding-right: 0px;
}

#s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e {
  margin-top: 0%;
margin-bottom: 2%;
max-width: 100%;
aspect-ratio: 5456/1190;
text-align: center;
}
@media (max-width: 767px){#s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e {
  display: none;
}
#s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e, #wrap-s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e, #wrap-content-s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e { display: none !important; }}
#s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e {
  margin: 0 !important;
  overflow: visible;
}

#s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e-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-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0%;
  margin-bottom: 2%;
}

.shg-image-content-margin-container-s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e img.shogun-image {
  /* Add background color handling */
  
}

#s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e .shg-image-content-wrapper {
      aspect-ratio: 5456/1190;
      min-width: 100%;
      height: auto;
    }

    #s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e .shogun-image-link {
      aspect-ratio: 5456/1190;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shogun-image {
  box-sizing: border-box;
}



.s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e {
      --shg-aspect-ratio: calc(5456/1190); 
    }

    .s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shogun-image-container {
      position: relative;
    }

    .s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){#s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e {
  margin: 0 !important;
  overflow: visible;
}

#s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e-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-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e img.shogun-image {
  /* Add background color handling */
  
}

#s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e .shg-image-content-wrapper {
      aspect-ratio: 5456/1190;
      min-width: 100%;
      height: auto;
    }

    #s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e .shogun-image-link {
      aspect-ratio: 5456/1190;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shogun-image {
  box-sizing: border-box;
}



.s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e {
      --shg-aspect-ratio: calc(5456/1190); 
    }

    .s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shogun-image-container {
      position: relative;
    }

    .s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e {
  margin: 0 !important;
  overflow: visible;
}

#s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e-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-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e img.shogun-image {
  /* Add background color handling */
  
}

#s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e .shg-image-content-wrapper {
      aspect-ratio: 5456/1190;
      min-width: 100%;
      height: auto;
    }

    #s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e .shogun-image-link {
      aspect-ratio: 5456/1190;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shogun-image {
  box-sizing: border-box;
}



.s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e {
      --shg-aspect-ratio: calc(5456/1190); 
    }

    .s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shogun-image-container {
      position: relative;
    }

    .s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e {
  margin: 0 !important;
  overflow: visible;
}

#s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e-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-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e img.shogun-image {
  /* Add background color handling */
  
}

#s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e .shg-image-content-wrapper {
      aspect-ratio: 5456/1190;
      min-width: 100%;
      height: auto;
    }

    #s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e .shogun-image-link {
      aspect-ratio: 5456/1190;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shogun-image {
  box-sizing: border-box;
}



.s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e {
      --shg-aspect-ratio: calc(5456/1190); 
    }

    .s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shogun-image-container {
      position: relative;
    }

    .s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (max-width: 767px){#s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e {
  margin: 0 !important;
  overflow: visible;
}

#s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e-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-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e img.shogun-image {
  /* Add background color handling */
  
}

#s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e .shg-image-content-wrapper {
      aspect-ratio: 5456/1190;
      min-width: 100%;
      height: auto;
    }

    #s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e .shogun-image-link {
      aspect-ratio: 5456/1190;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shogun-image {
  box-sizing: border-box;
}



.s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e {
      --shg-aspect-ratio: calc(5456/1190); 
    }

    .s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shogun-image-container {
      position: relative;
    }

    .s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abe9b05f-d1ea-4730-a1e5-1089baf2ea8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-2b51369d-1365-463a-a464-8c12b5d3d23b {
  background-size: contain;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 0%;
padding-bottom: 15%;
min-height: 50px;
background-position: left bottom;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2b51369d-1365-463a-a464-8c12b5d3d23b {
  display: none;
}
#s-2b51369d-1365-463a-a464-8c12b5d3d23b, #wrap-s-2b51369d-1365-463a-a464-8c12b5d3d23b, #wrap-content-s-2b51369d-1365-463a-a464-8c12b5d3d23b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b51369d-1365-463a-a464-8c12b5d3d23b {
  display: none;
}
#s-2b51369d-1365-463a-a464-8c12b5d3d23b, #wrap-s-2b51369d-1365-463a-a464-8c12b5d3d23b, #wrap-content-s-2b51369d-1365-463a-a464-8c12b5d3d23b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2b51369d-1365-463a-a464-8c12b5d3d23b {
  padding-bottom: 10%;
}
}







#s-2b51369d-1365-463a-a464-8c12b5d3d23b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b51369d-1365-463a-a464-8c12b5d3d23b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0888908c-41a4-4c57-aea9-efbe5871d262 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 0.5em;
margin-right: auto;
padding-top: 0%;
padding-left: 0px;
padding-bottom: 0%;
padding-right: 0px;
max-width: 80%;
text-align: center;
}
@media (max-width: 767px){#s-0888908c-41a4-4c57-aea9-efbe5871d262 {
  display: none;
}
#s-0888908c-41a4-4c57-aea9-efbe5871d262, #wrap-s-0888908c-41a4-4c57-aea9-efbe5871d262, #wrap-content-s-0888908c-41a4-4c57-aea9-efbe5871d262 { display: none !important; }}
#s-0888908c-41a4-4c57-aea9-efbe5871d262 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 1.6em;
  line-height: 1em;
  
  text-align: center;
}



#s-2bf49bba-5cce-4595-81a7-344a47d52550 {
  padding-left: 0px;
padding-bottom: 4%;
padding-right: 0px;
}

#s-3f5db3f7-9a30-4c69-8aed-f1531c94cadc {
  margin-left: auto;
margin-right: auto;
padding-bottom: 6%;
max-width: 80%;
}
@media (max-width: 767px){#s-3f5db3f7-9a30-4c69-8aed-f1531c94cadc {
  padding-bottom: 15%;
}
}
@media (min-width: 0px) {
[id="s-3f5db3f7-9a30-4c69-8aed-f1531c94cadc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3f5db3f7-9a30-4c69-8aed-f1531c94cadc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3f5db3f7-9a30-4c69-8aed-f1531c94cadc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f5db3f7-9a30-4c69-8aed-f1531c94cadc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: max-content;
}

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

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 {
  text-align: left;
}


.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 {
  max-width:  100%;
}

.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 .shg-image-zoom,
.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 img.shogun-image,
.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 .shg-image-zoom,
.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 {
  max-width:  100%;
}

.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 .shg-image-zoom,
.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 img.shogun-image,
.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 .shg-image-zoom,
.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 {
  max-width:  100%;
}

.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 .shg-image-zoom,
.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 img.shogun-image,
.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 .shg-image-zoom,
.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 {
  max-width:  100%;
}

.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 .shg-image-zoom,
.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 img.shogun-image,
.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 .shg-image-zoom,
.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 {
  max-width:  100%;
}

.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 .shg-image-zoom,
.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 img.shogun-image,
.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 .shg-image-zoom,
.shg-c#s-e1e9a09d-0121-4e06-970a-cc4019c81e02 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}
.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  color: #000000;
  font-family: "Outfit";
  text-transform: none;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-15a509e4-be4b-456f-9a37-da484387b2d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-15a509e4-be4b-456f-9a37-da484387b2d2 .shg-product-title-component h2 span {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: ;
  
}

#s-5c86195c-ee53-4756-92e2-16ff4185ecef {
  text-align: center;
}

#s-5c86195c-ee53-4756-92e2-16ff4185ecef .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
}

#s-5c86195c-ee53-4756-92e2-16ff4185ecef .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
  font-size: 1em;
}

#s-5c86195c-ee53-4756-92e2-16ff4185ecef .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

.shg-btn-text {
  font-weight: 100;
  font-family: "Outfit";
}

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

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

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

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

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

#s-0dcee087-9426-41bf-a0b5-6c3f94afebb4 {
  border-style: solid;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(11, 75, 152, 1);
border-radius: 40px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(11, 75, 152, 1);
line-height: 1em;
}
#s-0dcee087-9426-41bf-a0b5-6c3f94afebb4:hover {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0dcee087-9426-41bf-a0b5-6c3f94afebb4:active {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-0dcee087-9426-41bf-a0b5-6c3f94afebb4-root {
    text-align: center;
  }


#s-0dcee087-9426-41bf-a0b5-6c3f94afebb4.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0dcee087-9426-41bf-a0b5-6c3f94afebb4-root {
    text-align: center;
  }


#s-0dcee087-9426-41bf-a0b5-6c3f94afebb4.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0dcee087-9426-41bf-a0b5-6c3f94afebb4-root {
    text-align: center;
  }


#s-0dcee087-9426-41bf-a0b5-6c3f94afebb4.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0dcee087-9426-41bf-a0b5-6c3f94afebb4-root {
    text-align: center;
  }


#s-0dcee087-9426-41bf-a0b5-6c3f94afebb4.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0dcee087-9426-41bf-a0b5-6c3f94afebb4-root {
    text-align: center;
  }


#s-0dcee087-9426-41bf-a0b5-6c3f94afebb4.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}
#s-066be58d-c6e9-41ff-983a-2babff87b852 {
  text-align: left;
}


.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 {
  max-width:  100%;
}

.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 .shg-image-zoom,
.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 img.shogun-image,
.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 .shg-image-zoom,
.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 {
  max-width:  100%;
}

.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 .shg-image-zoom,
.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 img.shogun-image,
.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 .shg-image-zoom,
.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 {
  max-width:  100%;
}

.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 .shg-image-zoom,
.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 img.shogun-image,
.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 .shg-image-zoom,
.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 {
  max-width:  100%;
}

.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 .shg-image-zoom,
.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 img.shogun-image,
.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 .shg-image-zoom,
.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 {
  max-width:  100%;
}

.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 .shg-image-zoom,
.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 img.shogun-image,
.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 .shg-image-zoom,
.shg-c#s-066be58d-c6e9-41ff-983a-2babff87b852 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}
#s-9c538644-4cfc-4b36-805c-b76db45444e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9c538644-4cfc-4b36-805c-b76db45444e2 .shg-product-title-component h2 span {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: ;
  
}

#s-b07d0251-6d06-431e-a1df-dc5f8a4e535d {
  text-align: center;
}

#s-b07d0251-6d06-431e-a1df-dc5f8a4e535d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
}

#s-b07d0251-6d06-431e-a1df-dc5f8a4e535d .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
  font-size: 1em;
}

#s-b07d0251-6d06-431e-a1df-dc5f8a4e535d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0164ade9-0d6f-447d-8d84-e06cb4163656 {
  border-style: solid;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(11, 75, 152, 1);
border-radius: 40px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(11, 75, 152, 1);
line-height: 1em;
}
#s-0164ade9-0d6f-447d-8d84-e06cb4163656:hover {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0164ade9-0d6f-447d-8d84-e06cb4163656:active {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-0164ade9-0d6f-447d-8d84-e06cb4163656-root {
    text-align: center;
  }


#s-0164ade9-0d6f-447d-8d84-e06cb4163656.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0164ade9-0d6f-447d-8d84-e06cb4163656-root {
    text-align: center;
  }


#s-0164ade9-0d6f-447d-8d84-e06cb4163656.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0164ade9-0d6f-447d-8d84-e06cb4163656-root {
    text-align: center;
  }


#s-0164ade9-0d6f-447d-8d84-e06cb4163656.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0164ade9-0d6f-447d-8d84-e06cb4163656-root {
    text-align: center;
  }


#s-0164ade9-0d6f-447d-8d84-e06cb4163656.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0164ade9-0d6f-447d-8d84-e06cb4163656-root {
    text-align: center;
  }


#s-0164ade9-0d6f-447d-8d84-e06cb4163656.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}
#s-13aa453b-27db-4609-8d91-224f23282805 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 6%;
max-width: 80%;
}
@media (max-width: 767px){#s-13aa453b-27db-4609-8d91-224f23282805 {
  padding-bottom: 15%;
}
}
@media (min-width: 0px) {
[id="s-13aa453b-27db-4609-8d91-224f23282805"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-13aa453b-27db-4609-8d91-224f23282805"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-13aa453b-27db-4609-8d91-224f23282805"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-13aa453b-27db-4609-8d91-224f23282805"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-79770617-936b-43c3-9d78-2ccffd18dbbb {
  text-align: left;
}


.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb {
  max-width:  100%;
}

.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb .shg-image-zoom,
.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb img.shogun-image,
.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb .shg-image-zoom,
.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb {
  max-width:  100%;
}

.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb .shg-image-zoom,
.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb img.shogun-image,
.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb .shg-image-zoom,
.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb {
  max-width:  100%;
}

.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb .shg-image-zoom,
.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb img.shogun-image,
.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb .shg-image-zoom,
.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb {
  max-width:  100%;
}

.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb .shg-image-zoom,
.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb img.shogun-image,
.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb .shg-image-zoom,
.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb {
  max-width:  100%;
}

.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb .shg-image-zoom,
.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb img.shogun-image,
.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb .shg-image-zoom,
.shg-c#s-79770617-936b-43c3-9d78-2ccffd18dbbb img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}
#s-39ff094c-b6e0-472a-b9bc-240eba41dd60 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-39ff094c-b6e0-472a-b9bc-240eba41dd60 .shg-product-title-component h2 span {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: ;
  
}

#s-9a670397-3637-45f2-8447-6a108c675032 {
  text-align: center;
}

#s-9a670397-3637-45f2-8447-6a108c675032 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
}

#s-9a670397-3637-45f2-8447-6a108c675032 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
  font-size: 1em;
}

#s-9a670397-3637-45f2-8447-6a108c675032 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-86aa3166-27cd-4ca5-b16f-66142cc2af71 {
  border-style: solid;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(11, 75, 152, 1);
border-radius: 40px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(11, 75, 152, 1);
line-height: 1em;
}
#s-86aa3166-27cd-4ca5-b16f-66142cc2af71:hover {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-86aa3166-27cd-4ca5-b16f-66142cc2af71:active {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-86aa3166-27cd-4ca5-b16f-66142cc2af71-root {
    text-align: center;
  }


#s-86aa3166-27cd-4ca5-b16f-66142cc2af71.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
@media (min-width: 1200px){
  #s-86aa3166-27cd-4ca5-b16f-66142cc2af71-root {
    text-align: center;
  }


#s-86aa3166-27cd-4ca5-b16f-66142cc2af71.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-86aa3166-27cd-4ca5-b16f-66142cc2af71-root {
    text-align: center;
  }


#s-86aa3166-27cd-4ca5-b16f-66142cc2af71.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-86aa3166-27cd-4ca5-b16f-66142cc2af71-root {
    text-align: center;
  }


#s-86aa3166-27cd-4ca5-b16f-66142cc2af71.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (max-width: 767px){
  #s-86aa3166-27cd-4ca5-b16f-66142cc2af71-root {
    text-align: center;
  }


#s-86aa3166-27cd-4ca5-b16f-66142cc2af71.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}
#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af {
  text-align: left;
}


.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af {
  max-width:  100%;
}

.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af .shg-image-zoom,
.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af img.shogun-image,
.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af .shg-image-zoom,
.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af {
  max-width:  100%;
}

.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af .shg-image-zoom,
.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af img.shogun-image,
.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af .shg-image-zoom,
.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af {
  max-width:  100%;
}

.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af .shg-image-zoom,
.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af img.shogun-image,
.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af .shg-image-zoom,
.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af {
  max-width:  100%;
}

.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af .shg-image-zoom,
.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af img.shogun-image,
.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af .shg-image-zoom,
.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af {
  max-width:  100%;
}

.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af .shg-image-zoom,
.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af img.shogun-image,
.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af .shg-image-zoom,
.shg-c#s-6eb0970d-8bd1-4349-a172-d7e5b725c6af img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}
#s-b7663aeb-95c7-48c1-959f-6a5ee15c13e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b7663aeb-95c7-48c1-959f-6a5ee15c13e7 .shg-product-title-component h2 span {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: ;
  
}

#s-0f94cff2-32bf-428c-9e6b-107635034f56 {
  text-align: center;
}

#s-0f94cff2-32bf-428c-9e6b-107635034f56 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
}

#s-0f94cff2-32bf-428c-9e6b-107635034f56 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
  font-size: 1em;
}

#s-0f94cff2-32bf-428c-9e6b-107635034f56 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-30834170-50aa-41e3-a6b7-d35b8fded6cd {
  border-style: solid;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(11, 75, 152, 1);
border-radius: 40px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(11, 75, 152, 1);
line-height: 1em;
}
#s-30834170-50aa-41e3-a6b7-d35b8fded6cd:hover {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-30834170-50aa-41e3-a6b7-d35b8fded6cd:active {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-30834170-50aa-41e3-a6b7-d35b8fded6cd-root {
    text-align: center;
  }


#s-30834170-50aa-41e3-a6b7-d35b8fded6cd.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
@media (min-width: 1200px){
  #s-30834170-50aa-41e3-a6b7-d35b8fded6cd-root {
    text-align: center;
  }


#s-30834170-50aa-41e3-a6b7-d35b8fded6cd.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-30834170-50aa-41e3-a6b7-d35b8fded6cd-root {
    text-align: center;
  }


#s-30834170-50aa-41e3-a6b7-d35b8fded6cd.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-30834170-50aa-41e3-a6b7-d35b8fded6cd-root {
    text-align: center;
  }


#s-30834170-50aa-41e3-a6b7-d35b8fded6cd.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (max-width: 767px){
  #s-30834170-50aa-41e3-a6b7-d35b8fded6cd-root {
    text-align: center;
  }


#s-30834170-50aa-41e3-a6b7-d35b8fded6cd.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}
#s-f8c2c4a5-33d1-4899-8fd9-1d56a150ba40 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 6%;
max-width: 80%;
}
@media (max-width: 767px){#s-f8c2c4a5-33d1-4899-8fd9-1d56a150ba40 {
  padding-bottom: 15%;
}
}
@media (min-width: 0px) {
[id="s-f8c2c4a5-33d1-4899-8fd9-1d56a150ba40"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f8c2c4a5-33d1-4899-8fd9-1d56a150ba40"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f8c2c4a5-33d1-4899-8fd9-1d56a150ba40"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8c2c4a5-33d1-4899-8fd9-1d56a150ba40"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-61e1f140-6a50-421c-b332-67c1f0684ffb {
  text-align: left;
}


.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb {
  max-width:  100%;
}

.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb .shg-image-zoom,
.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb img.shogun-image,
.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb .shg-image-zoom,
.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb {
  max-width:  100%;
}

.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb .shg-image-zoom,
.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb img.shogun-image,
.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb .shg-image-zoom,
.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb {
  max-width:  100%;
}

.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb .shg-image-zoom,
.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb img.shogun-image,
.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb .shg-image-zoom,
.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb {
  max-width:  100%;
}

.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb .shg-image-zoom,
.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb img.shogun-image,
.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb .shg-image-zoom,
.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb {
  max-width:  100%;
}

.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb .shg-image-zoom,
.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb img.shogun-image,
.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb .shg-image-zoom,
.shg-c#s-61e1f140-6a50-421c-b332-67c1f0684ffb img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}
#s-2fc76e4e-360d-40d6-974a-e9e172084af2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2fc76e4e-360d-40d6-974a-e9e172084af2 .shg-product-title-component h2 span {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: ;
  
}

#s-55a38bb0-abc1-4b0c-ba6d-46bccd173406 {
  text-align: center;
}

#s-55a38bb0-abc1-4b0c-ba6d-46bccd173406 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
}

#s-55a38bb0-abc1-4b0c-ba6d-46bccd173406 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
  font-size: 1em;
}

#s-55a38bb0-abc1-4b0c-ba6d-46bccd173406 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1390c344-de37-4a07-87a5-b6624f1b0c00 {
  border-style: solid;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(11, 75, 152, 1);
border-radius: 40px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(11, 75, 152, 1);
line-height: 1em;
}
#s-1390c344-de37-4a07-87a5-b6624f1b0c00:hover {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1390c344-de37-4a07-87a5-b6624f1b0c00:active {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-1390c344-de37-4a07-87a5-b6624f1b0c00-root {
    text-align: center;
  }


#s-1390c344-de37-4a07-87a5-b6624f1b0c00.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1390c344-de37-4a07-87a5-b6624f1b0c00-root {
    text-align: center;
  }


#s-1390c344-de37-4a07-87a5-b6624f1b0c00.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1390c344-de37-4a07-87a5-b6624f1b0c00-root {
    text-align: center;
  }


#s-1390c344-de37-4a07-87a5-b6624f1b0c00.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1390c344-de37-4a07-87a5-b6624f1b0c00-root {
    text-align: center;
  }


#s-1390c344-de37-4a07-87a5-b6624f1b0c00.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1390c344-de37-4a07-87a5-b6624f1b0c00-root {
    text-align: center;
  }


#s-1390c344-de37-4a07-87a5-b6624f1b0c00.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}
#s-378b4296-54d3-4716-b69a-4612916e80ef {
  text-align: left;
}


.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef {
  max-width:  100%;
}

.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef .shg-image-zoom,
.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef img.shogun-image,
.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef .shg-image-zoom,
.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef {
  max-width:  100%;
}

.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef .shg-image-zoom,
.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef img.shogun-image,
.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef .shg-image-zoom,
.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef {
  max-width:  100%;
}

.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef .shg-image-zoom,
.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef img.shogun-image,
.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef .shg-image-zoom,
.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef {
  max-width:  100%;
}

.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef .shg-image-zoom,
.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef img.shogun-image,
.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef .shg-image-zoom,
.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef {
  max-width:  100%;
}

.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef .shg-image-zoom,
.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef img.shogun-image,
.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef .shg-image-zoom,
.shg-c#s-378b4296-54d3-4716-b69a-4612916e80ef img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}
#s-d9a45771-ef81-4b18-b05a-b49862f0f7f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d9a45771-ef81-4b18-b05a-b49862f0f7f2 .shg-product-title-component h2 span {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: ;
  
}

#s-0f6a6ca5-744e-4654-8424-04e469c9eb62 {
  text-align: center;
}

#s-0f6a6ca5-744e-4654-8424-04e469c9eb62 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
}

#s-0f6a6ca5-744e-4654-8424-04e469c9eb62 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
  font-size: 1em;
}

#s-0f6a6ca5-744e-4654-8424-04e469c9eb62 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-79483fd9-9281-4f2b-83f4-457345a70f6b {
  border-style: solid;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(11, 75, 152, 1);
border-radius: 40px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(11, 75, 152, 1);
line-height: 1em;
}
#s-79483fd9-9281-4f2b-83f4-457345a70f6b:hover {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-79483fd9-9281-4f2b-83f4-457345a70f6b:active {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-79483fd9-9281-4f2b-83f4-457345a70f6b-root {
    text-align: center;
  }


#s-79483fd9-9281-4f2b-83f4-457345a70f6b.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
@media (min-width: 1200px){
  #s-79483fd9-9281-4f2b-83f4-457345a70f6b-root {
    text-align: center;
  }


#s-79483fd9-9281-4f2b-83f4-457345a70f6b.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-79483fd9-9281-4f2b-83f4-457345a70f6b-root {
    text-align: center;
  }


#s-79483fd9-9281-4f2b-83f4-457345a70f6b.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-79483fd9-9281-4f2b-83f4-457345a70f6b-root {
    text-align: center;
  }


#s-79483fd9-9281-4f2b-83f4-457345a70f6b.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (max-width: 767px){
  #s-79483fd9-9281-4f2b-83f4-457345a70f6b-root {
    text-align: center;
  }


#s-79483fd9-9281-4f2b-83f4-457345a70f6b.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}
#s-bac0ce23-a90e-4a03-a9e6-ea78073a7ac6 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 6%;
max-width: 80%;
}
@media (max-width: 767px){#s-bac0ce23-a90e-4a03-a9e6-ea78073a7ac6 {
  padding-bottom: 15%;
}
}
@media (min-width: 0px) {
[id="s-bac0ce23-a90e-4a03-a9e6-ea78073a7ac6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bac0ce23-a90e-4a03-a9e6-ea78073a7ac6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bac0ce23-a90e-4a03-a9e6-ea78073a7ac6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bac0ce23-a90e-4a03-a9e6-ea78073a7ac6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 {
  text-align: left;
}


.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 {
  max-width:  100%;
}

.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 .shg-image-zoom,
.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 img.shogun-image,
.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 .shg-image-zoom,
.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 {
  max-width:  100%;
}

.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 .shg-image-zoom,
.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 img.shogun-image,
.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 .shg-image-zoom,
.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 {
  max-width:  100%;
}

.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 .shg-image-zoom,
.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 img.shogun-image,
.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 .shg-image-zoom,
.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 {
  max-width:  100%;
}

.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 .shg-image-zoom,
.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 img.shogun-image,
.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 .shg-image-zoom,
.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 {
  max-width:  100%;
}

.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 .shg-image-zoom,
.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 img.shogun-image,
.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 .shg-image-zoom,
.shg-c#s-2711a128-9d46-4b8a-8bc9-509b8e72ef29 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}
#s-e4adc2c7-3bb7-4382-b81a-0473dfa5fcf2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e4adc2c7-3bb7-4382-b81a-0473dfa5fcf2 .shg-product-title-component h2 span {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: ;
  
}

#s-acced09d-b734-4066-97af-7b6c39fb900d {
  text-align: center;
}

#s-acced09d-b734-4066-97af-7b6c39fb900d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
}

#s-acced09d-b734-4066-97af-7b6c39fb900d .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
  font-size: 1em;
}

#s-acced09d-b734-4066-97af-7b6c39fb900d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-77d9d942-73eb-4eb9-8762-be511fd568f7 {
  border-style: solid;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(11, 75, 152, 1);
border-radius: 40px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(11, 75, 152, 1);
line-height: 1em;
}
#s-77d9d942-73eb-4eb9-8762-be511fd568f7:hover {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-77d9d942-73eb-4eb9-8762-be511fd568f7:active {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-77d9d942-73eb-4eb9-8762-be511fd568f7-root {
    text-align: center;
  }


#s-77d9d942-73eb-4eb9-8762-be511fd568f7.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
@media (min-width: 1200px){
  #s-77d9d942-73eb-4eb9-8762-be511fd568f7-root {
    text-align: center;
  }


#s-77d9d942-73eb-4eb9-8762-be511fd568f7.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-77d9d942-73eb-4eb9-8762-be511fd568f7-root {
    text-align: center;
  }


#s-77d9d942-73eb-4eb9-8762-be511fd568f7.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-77d9d942-73eb-4eb9-8762-be511fd568f7-root {
    text-align: center;
  }


#s-77d9d942-73eb-4eb9-8762-be511fd568f7.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (max-width: 767px){
  #s-77d9d942-73eb-4eb9-8762-be511fd568f7-root {
    text-align: center;
  }


#s-77d9d942-73eb-4eb9-8762-be511fd568f7.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}
#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e {
  text-align: left;
}


.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e {
  max-width:  100%;
}

.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e .shg-image-zoom,
.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e img.shogun-image,
.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e .shg-image-zoom,
.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e {
  max-width:  100%;
}

.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e .shg-image-zoom,
.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e img.shogun-image,
.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e .shg-image-zoom,
.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e {
  max-width:  100%;
}

.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e .shg-image-zoom,
.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e img.shogun-image,
.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e .shg-image-zoom,
.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e {
  max-width:  100%;
}

.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e .shg-image-zoom,
.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e img.shogun-image,
.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e .shg-image-zoom,
.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e {
  max-width:  100%;
}

.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e .shg-image-zoom,
.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e img.shogun-image,
.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e .shg-image-zoom,
.shg-c#s-18d9a5ee-b16c-42a8-8b3c-eae591c54a5e img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}
#s-4c92bc1a-12b8-46d6-a319-a2299aad83fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4c92bc1a-12b8-46d6-a319-a2299aad83fa .shg-product-title-component h2 span {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: ;
  
}

#s-a732589a-8df8-4608-b789-6d7c2e36510a {
  text-align: center;
}

#s-a732589a-8df8-4608-b789-6d7c2e36510a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
}

#s-a732589a-8df8-4608-b789-6d7c2e36510a .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
  font-size: 1em;
}

#s-a732589a-8df8-4608-b789-6d7c2e36510a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8dd9c996-91c9-4bec-8b57-7a47dcfe49b2 {
  border-style: solid;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(11, 75, 152, 1);
border-radius: 40px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(11, 75, 152, 1);
line-height: 1em;
}
#s-8dd9c996-91c9-4bec-8b57-7a47dcfe49b2:hover {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8dd9c996-91c9-4bec-8b57-7a47dcfe49b2:active {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-8dd9c996-91c9-4bec-8b57-7a47dcfe49b2-root {
    text-align: center;
  }


#s-8dd9c996-91c9-4bec-8b57-7a47dcfe49b2.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8dd9c996-91c9-4bec-8b57-7a47dcfe49b2-root {
    text-align: center;
  }


#s-8dd9c996-91c9-4bec-8b57-7a47dcfe49b2.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8dd9c996-91c9-4bec-8b57-7a47dcfe49b2-root {
    text-align: center;
  }


#s-8dd9c996-91c9-4bec-8b57-7a47dcfe49b2.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8dd9c996-91c9-4bec-8b57-7a47dcfe49b2-root {
    text-align: center;
  }


#s-8dd9c996-91c9-4bec-8b57-7a47dcfe49b2.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8dd9c996-91c9-4bec-8b57-7a47dcfe49b2-root {
    text-align: center;
  }


#s-8dd9c996-91c9-4bec-8b57-7a47dcfe49b2.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}
#s-9b83a161-de6f-4e8a-aea4-ee5fbc5f6cf5 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-bottom: 6%;
max-width: 80%;
}

@media (min-width: 0px) {
[id="s-9b83a161-de6f-4e8a-aea4-ee5fbc5f6cf5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9b83a161-de6f-4e8a-aea4-ee5fbc5f6cf5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9b83a161-de6f-4e8a-aea4-ee5fbc5f6cf5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b83a161-de6f-4e8a-aea4-ee5fbc5f6cf5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 {
  text-align: left;
}


.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 {
  max-width:  100%;
}

.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 .shg-image-zoom,
.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 img.shogun-image,
.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 .shg-image-zoom,
.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 {
  max-width:  100%;
}

.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 .shg-image-zoom,
.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 img.shogun-image,
.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 .shg-image-zoom,
.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 {
  max-width:  100%;
}

.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 .shg-image-zoom,
.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 img.shogun-image,
.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 .shg-image-zoom,
.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 {
  max-width:  100%;
}

.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 .shg-image-zoom,
.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 img.shogun-image,
.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 .shg-image-zoom,
.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 {
  max-width:  100%;
}

.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 .shg-image-zoom,
.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 img.shogun-image,
.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 .shg-image-zoom,
.shg-c#s-d8c33dc3-fda7-4a9b-9483-5665060fae33 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}
#s-f7c6d4d2-7041-41a3-917f-40b2e9e116ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f7c6d4d2-7041-41a3-917f-40b2e9e116ab .shg-product-title-component h2 span {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: ;
  
}

#s-59e2b633-6a86-4694-ad47-ca9cd71756c9 {
  text-align: center;
}

#s-59e2b633-6a86-4694-ad47-ca9cd71756c9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
}

#s-59e2b633-6a86-4694-ad47-ca9cd71756c9 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
  font-size: 1em;
}

#s-59e2b633-6a86-4694-ad47-ca9cd71756c9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-367b7f79-f7f9-4de2-b830-837e53666e2c {
  border-style: solid;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(11, 75, 152, 1);
border-radius: 40px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(11, 75, 152, 1);
line-height: 1em;
}
#s-367b7f79-f7f9-4de2-b830-837e53666e2c:hover {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-367b7f79-f7f9-4de2-b830-837e53666e2c:active {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-367b7f79-f7f9-4de2-b830-837e53666e2c-root {
    text-align: center;
  }


#s-367b7f79-f7f9-4de2-b830-837e53666e2c.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
@media (min-width: 1200px){
  #s-367b7f79-f7f9-4de2-b830-837e53666e2c-root {
    text-align: center;
  }


#s-367b7f79-f7f9-4de2-b830-837e53666e2c.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-367b7f79-f7f9-4de2-b830-837e53666e2c-root {
    text-align: center;
  }


#s-367b7f79-f7f9-4de2-b830-837e53666e2c.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-367b7f79-f7f9-4de2-b830-837e53666e2c-root {
    text-align: center;
  }


#s-367b7f79-f7f9-4de2-b830-837e53666e2c.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (max-width: 767px){
  #s-367b7f79-f7f9-4de2-b830-837e53666e2c-root {
    text-align: center;
  }


#s-367b7f79-f7f9-4de2-b830-837e53666e2c.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}
#s-d146b475-2ec9-4d6b-bbad-d6c1224a8bcf {
  background-size: contain;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 6%;
padding-bottom: 6%;
min-height: 50px;
background-position: left bottom;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d146b475-2ec9-4d6b-bbad-d6c1224a8bcf {
  display: none;
}
#s-d146b475-2ec9-4d6b-bbad-d6c1224a8bcf, #wrap-s-d146b475-2ec9-4d6b-bbad-d6c1224a8bcf, #wrap-content-s-d146b475-2ec9-4d6b-bbad-d6c1224a8bcf { display: none !important; }}@media (max-width: 767px){#s-d146b475-2ec9-4d6b-bbad-d6c1224a8bcf {
  display: none;
}
#s-d146b475-2ec9-4d6b-bbad-d6c1224a8bcf, #wrap-s-d146b475-2ec9-4d6b-bbad-d6c1224a8bcf, #wrap-content-s-d146b475-2ec9-4d6b-bbad-d6c1224a8bcf { display: none !important; }}







#s-d146b475-2ec9-4d6b-bbad-d6c1224a8bcf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d146b475-2ec9-4d6b-bbad-d6c1224a8bcf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-899e7645-d7e4-42b0-8f43-5f3729e5e0c0 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
padding-top: 0%;
padding-left: 0px;
padding-bottom: 0.5em;
padding-right: 0px;
max-width: 80%;
text-align: center;
}

#s-899e7645-d7e4-42b0-8f43-5f3729e5e0c0 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 2em;
  line-height: 1em;
  
  text-align: center;
}



#s-6e3bb12a-0248-45e6-b2e3-d4db4a98a6e8 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 80%;
}

#s-51085113-65e3-42f6-8c52-7e9a6a8fc52a {
  margin-left: auto;
margin-right: auto;
padding-bottom: 5%;
max-width: 80%;
}
@media (min-width: 1200px){#s-51085113-65e3-42f6-8c52-7e9a6a8fc52a {
  max-width: 60%;
}
}
@media (min-width: 0px) {
[id="s-51085113-65e3-42f6-8c52-7e9a6a8fc52a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51085113-65e3-42f6-8c52-7e9a6a8fc52a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-51085113-65e3-42f6-8c52-7e9a6a8fc52a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-51085113-65e3-42f6-8c52-7e9a6a8fc52a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-b145e2f8-0d32-478e-a176-21698b2d8bce {
  min-height: 100%;
max-width: 100%;
}

#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f {
  text-align: left;
}


.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f {
  max-width:  100%;
}

.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f .shg-image-zoom,
.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f img.shogun-image,
.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f .shg-image-zoom,
.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f {
  max-width:  100%;
}

.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f .shg-image-zoom,
.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f img.shogun-image,
.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f .shg-image-zoom,
.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f {
  max-width:  100%;
}

.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f .shg-image-zoom,
.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f img.shogun-image,
.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f .shg-image-zoom,
.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f {
  max-width:  100%;
}

.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f .shg-image-zoom,
.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f img.shogun-image,
.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f .shg-image-zoom,
.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f {
  max-width:  100%;
}

.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f .shg-image-zoom,
.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f img.shogun-image,
.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f .shg-image-zoom,
.shg-c#s-dd9eb01d-05ce-47c3-b49f-133b42d5502f img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}
#s-78656e94-e77a-489f-b9c8-9d51d928bc7f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78656e94-e77a-489f-b9c8-9d51d928bc7f .shg-product-title-component h3 span {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.5em;
  line-height: ;
  letter-spacing: ;
  
}

.shg-product-description {
  overflow-wrap: break-word;
}

.shg-product-description img {
  margin: 0 20px;
}

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

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

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

.shg-default-product-description-content p,
.shg-default-product-description-content h1,
.shg-default-product-description-content h2,
.shg-default-product-description-content h3,
.shg-default-product-description-content h4,
.shg-default-product-description-content h5,
.shg-default-product-description-content h6,
.shg-default-product-description-content address,
.shg-default-product-description-content pre,
.shg-default-product-description-content div,
.shg-default-product-description-content ol,
.shg-default-product-description-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-product-description-content h1,
.shg-default-product-description-content h2,
.shg-default-product-description-content h3,
.shg-default-product-description-content h4,
.shg-default-product-description-content h5,
.shg-default-product-description-content h6 {
  color: #000000;
  font-family: "Outfit";
  font-weight: 700;
}

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

.shg-default-product-description-content strong,
.shg-default-product-description-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-product-description-content em {
  font-weight: inherit;
}

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

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

.shg-default-product-description-content p {
  font-size: 1em;
  font-weight: 100;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: "Outfit";
}

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

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

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

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

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

.shg-default-product-description-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-product-description-content ul {
  list-style: disc;
}

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

.shg-default-product-description-content ul,
.shg-default-product-description-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-product-description-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-product-description-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-product-description-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

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

#s-955cc8b2-19f6-4326-b786-0a4e252979c4 {
  text-align: right;
}

#s-955cc8b2-19f6-4326-b786-0a4e252979c4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
}

#s-955cc8b2-19f6-4326-b786-0a4e252979c4 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
  font-size: 18px;
}

#s-955cc8b2-19f6-4326-b786-0a4e252979c4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-aabda2b9-997f-4256-8bc1-9d8706e654cc {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(11, 75, 152, 1);
border-radius: 40px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(11, 75, 152, 1);
line-height: 1em;
}
#s-aabda2b9-997f-4256-8bc1-9d8706e654cc:hover {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-aabda2b9-997f-4256-8bc1-9d8706e654cc:active {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-aabda2b9-997f-4256-8bc1-9d8706e654cc-root {
    text-align: center;
  }


#s-aabda2b9-997f-4256-8bc1-9d8706e654cc.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
@media (min-width: 1200px){
  #s-aabda2b9-997f-4256-8bc1-9d8706e654cc-root {
    text-align: center;
  }


#s-aabda2b9-997f-4256-8bc1-9d8706e654cc.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aabda2b9-997f-4256-8bc1-9d8706e654cc-root {
    text-align: center;
  }


#s-aabda2b9-997f-4256-8bc1-9d8706e654cc.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aabda2b9-997f-4256-8bc1-9d8706e654cc-root {
    text-align: center;
  }


#s-aabda2b9-997f-4256-8bc1-9d8706e654cc.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (max-width: 767px){
  #s-aabda2b9-997f-4256-8bc1-9d8706e654cc-root {
    text-align: center;
  }


#s-aabda2b9-997f-4256-8bc1-9d8706e654cc.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}
#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 {
  text-align: left;
}


.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 {
  max-width:  100%;
}

.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 .shg-image-zoom,
.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 img.shogun-image,
.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 .shg-image-zoom,
.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 {
  max-width:  100%;
}

.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 .shg-image-zoom,
.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 img.shogun-image,
.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 .shg-image-zoom,
.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 {
  max-width:  100%;
}

.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 .shg-image-zoom,
.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 img.shogun-image,
.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 .shg-image-zoom,
.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 {
  max-width:  100%;
}

.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 .shg-image-zoom,
.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 img.shogun-image,
.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 .shg-image-zoom,
.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 {
  max-width:  100%;
}

.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 .shg-image-zoom,
.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 img.shogun-image,
.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 .shg-image-zoom,
.shg-c#s-f7c8769f-dc5f-4e49-9f50-d4eb3e632347 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}
#s-f695cbcb-3be5-4160-81f6-27004e2dc468 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f695cbcb-3be5-4160-81f6-27004e2dc468 .shg-product-title-component h3 span {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.5em;
  line-height: ;
  letter-spacing: ;
  
}

#s-33d1fe3b-06f9-4260-8fa5-a1b1dfaaaf67 {
  text-align: right;
}

#s-33d1fe3b-06f9-4260-8fa5-a1b1dfaaaf67 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
}

#s-33d1fe3b-06f9-4260-8fa5-a1b1dfaaaf67 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
  font-size: 18px;
}

#s-33d1fe3b-06f9-4260-8fa5-a1b1dfaaaf67 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ead9bd04-2f19-4d35-b514-2228282ef0d4 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(11, 75, 152, 1);
border-radius: 40px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(11, 75, 152, 1);
line-height: 1em;
}
#s-ead9bd04-2f19-4d35-b514-2228282ef0d4:hover {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ead9bd04-2f19-4d35-b514-2228282ef0d4:active {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-ead9bd04-2f19-4d35-b514-2228282ef0d4-root {
    text-align: center;
  }


#s-ead9bd04-2f19-4d35-b514-2228282ef0d4.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ead9bd04-2f19-4d35-b514-2228282ef0d4-root {
    text-align: center;
  }


#s-ead9bd04-2f19-4d35-b514-2228282ef0d4.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ead9bd04-2f19-4d35-b514-2228282ef0d4-root {
    text-align: center;
  }


#s-ead9bd04-2f19-4d35-b514-2228282ef0d4.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ead9bd04-2f19-4d35-b514-2228282ef0d4-root {
    text-align: center;
  }


#s-ead9bd04-2f19-4d35-b514-2228282ef0d4.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ead9bd04-2f19-4d35-b514-2228282ef0d4-root {
    text-align: center;
  }


#s-ead9bd04-2f19-4d35-b514-2228282ef0d4.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}
#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 {
  text-align: left;
}


.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 {
  max-width:  100%;
}

.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 .shg-image-zoom,
.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 img.shogun-image,
.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 .shg-image-zoom,
.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 {
  max-width:  100%;
}

.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 .shg-image-zoom,
.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 img.shogun-image,
.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 .shg-image-zoom,
.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 {
  max-width:  100%;
}

.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 .shg-image-zoom,
.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 img.shogun-image,
.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 .shg-image-zoom,
.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 {
  max-width:  100%;
}

.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 .shg-image-zoom,
.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 img.shogun-image,
.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 .shg-image-zoom,
.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 {
  max-width:  100%;
}

.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 .shg-image-zoom,
.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 img.shogun-image,
.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 .shg-image-zoom,
.shg-c#s-0086fa60-f4e0-484c-93cb-0efa81e2e8f7 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}
#s-3204296a-658c-42dc-9bb0-6a7aed7804cd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3204296a-658c-42dc-9bb0-6a7aed7804cd .shg-product-title-component h3 span {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.5em;
  line-height: ;
  letter-spacing: ;
  
}

#s-6cf39d91-c4b4-4b73-ace5-2596983875c1 {
  text-align: right;
}

#s-6cf39d91-c4b4-4b73-ace5-2596983875c1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
}

#s-6cf39d91-c4b4-4b73-ace5-2596983875c1 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
  font-size: 18px;
}

#s-6cf39d91-c4b4-4b73-ace5-2596983875c1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fac9206b-f901-46be-af00-7c4f5b709219 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(11, 75, 152, 1);
border-radius: 40px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(11, 75, 152, 1);
line-height: 1em;
}
#s-fac9206b-f901-46be-af00-7c4f5b709219:hover {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-fac9206b-f901-46be-af00-7c4f5b709219:active {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-fac9206b-f901-46be-af00-7c4f5b709219-root {
    text-align: center;
  }


#s-fac9206b-f901-46be-af00-7c4f5b709219.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fac9206b-f901-46be-af00-7c4f5b709219-root {
    text-align: center;
  }


#s-fac9206b-f901-46be-af00-7c4f5b709219.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fac9206b-f901-46be-af00-7c4f5b709219-root {
    text-align: center;
  }


#s-fac9206b-f901-46be-af00-7c4f5b709219.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fac9206b-f901-46be-af00-7c4f5b709219-root {
    text-align: center;
  }


#s-fac9206b-f901-46be-af00-7c4f5b709219.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fac9206b-f901-46be-af00-7c4f5b709219-root {
    text-align: center;
  }


#s-fac9206b-f901-46be-af00-7c4f5b709219.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}
#s-4ae64199-b688-4a1d-b4d5-073f4d7feb24 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 5%;
max-width: 80%;
}
@media (min-width: 1200px){#s-4ae64199-b688-4a1d-b4d5-073f4d7feb24 {
  max-width: 60%;
}
}
@media (min-width: 0px) {
[id="s-4ae64199-b688-4a1d-b4d5-073f4d7feb24"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ae64199-b688-4a1d-b4d5-073f4d7feb24"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-4ae64199-b688-4a1d-b4d5-073f4d7feb24"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-4ae64199-b688-4a1d-b4d5-073f4d7feb24"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-64fc0ed4-8e88-4b85-9245-2946230c2270 {
  text-align: left;
}


.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 {
  max-width:  100%;
}

.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 .shg-image-zoom,
.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 img.shogun-image,
.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 .shg-image-zoom,
.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 {
  max-width:  100%;
}

.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 .shg-image-zoom,
.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 img.shogun-image,
.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 .shg-image-zoom,
.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 {
  max-width:  100%;
}

.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 .shg-image-zoom,
.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 img.shogun-image,
.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 .shg-image-zoom,
.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 {
  max-width:  100%;
}

.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 .shg-image-zoom,
.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 img.shogun-image,
.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 .shg-image-zoom,
.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 {
  max-width:  100%;
}

.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 .shg-image-zoom,
.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 img.shogun-image,
.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 .shg-image-zoom,
.shg-c#s-64fc0ed4-8e88-4b85-9245-2946230c2270 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}
#s-ae2c9d91-e24e-454b-92e9-fdb41f028aae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae2c9d91-e24e-454b-92e9-fdb41f028aae .shg-product-title-component h3 span {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.5em;
  line-height: ;
  letter-spacing: ;
  
}

#s-c97eade8-a81a-4869-985d-ee3742802fee {
  text-align: right;
}

#s-c97eade8-a81a-4869-985d-ee3742802fee .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
}

#s-c97eade8-a81a-4869-985d-ee3742802fee .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
  font-size: 18px;
}

#s-c97eade8-a81a-4869-985d-ee3742802fee .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b67b7d56-814d-4dde-bb68-fdd9d3d659d1 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(11, 75, 152, 1);
border-radius: 40px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(11, 75, 152, 1);
line-height: 1em;
}
#s-b67b7d56-814d-4dde-bb68-fdd9d3d659d1:hover {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b67b7d56-814d-4dde-bb68-fdd9d3d659d1:active {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-b67b7d56-814d-4dde-bb68-fdd9d3d659d1-root {
    text-align: center;
  }


#s-b67b7d56-814d-4dde-bb68-fdd9d3d659d1.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b67b7d56-814d-4dde-bb68-fdd9d3d659d1-root {
    text-align: center;
  }


#s-b67b7d56-814d-4dde-bb68-fdd9d3d659d1.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b67b7d56-814d-4dde-bb68-fdd9d3d659d1-root {
    text-align: center;
  }


#s-b67b7d56-814d-4dde-bb68-fdd9d3d659d1.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b67b7d56-814d-4dde-bb68-fdd9d3d659d1-root {
    text-align: center;
  }


#s-b67b7d56-814d-4dde-bb68-fdd9d3d659d1.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b67b7d56-814d-4dde-bb68-fdd9d3d659d1-root {
    text-align: center;
  }


#s-b67b7d56-814d-4dde-bb68-fdd9d3d659d1.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}
#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 {
  text-align: left;
}


.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 {
  max-width:  100%;
}

.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 .shg-image-zoom,
.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 img.shogun-image,
.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 .shg-image-zoom,
.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 {
  max-width:  100%;
}

.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 .shg-image-zoom,
.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 img.shogun-image,
.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 .shg-image-zoom,
.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 {
  max-width:  100%;
}

.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 .shg-image-zoom,
.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 img.shogun-image,
.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 .shg-image-zoom,
.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 {
  max-width:  100%;
}

.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 .shg-image-zoom,
.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 img.shogun-image,
.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 .shg-image-zoom,
.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 {
  max-width:  100%;
}

.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 .shg-image-zoom,
.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 img.shogun-image,
.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 .shg-image-zoom,
.shg-c#s-cb43779d-1e97-4308-89b4-2b9b6bb6d102 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}
#s-94eb6750-b3bf-446d-b6c9-34d041dbfb81 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-94eb6750-b3bf-446d-b6c9-34d041dbfb81 .shg-product-title-component h3 span {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.5em;
  line-height: ;
  letter-spacing: ;
  
}

#s-9eded32c-af9c-42af-ad50-9f2e95e09d33 {
  text-align: right;
}

#s-9eded32c-af9c-42af-ad50-9f2e95e09d33 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
}

#s-9eded32c-af9c-42af-ad50-9f2e95e09d33 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
  font-size: 18px;
}

#s-9eded32c-af9c-42af-ad50-9f2e95e09d33 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-46806486-6c2a-4dcb-bcd5-6c556af9549a {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(11, 75, 152, 1);
border-radius: 40px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(11, 75, 152, 1);
line-height: 1em;
}
#s-46806486-6c2a-4dcb-bcd5-6c556af9549a:hover {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-46806486-6c2a-4dcb-bcd5-6c556af9549a:active {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-46806486-6c2a-4dcb-bcd5-6c556af9549a-root {
    text-align: center;
  }


#s-46806486-6c2a-4dcb-bcd5-6c556af9549a.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
@media (min-width: 1200px){
  #s-46806486-6c2a-4dcb-bcd5-6c556af9549a-root {
    text-align: center;
  }


#s-46806486-6c2a-4dcb-bcd5-6c556af9549a.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-46806486-6c2a-4dcb-bcd5-6c556af9549a-root {
    text-align: center;
  }


#s-46806486-6c2a-4dcb-bcd5-6c556af9549a.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-46806486-6c2a-4dcb-bcd5-6c556af9549a-root {
    text-align: center;
  }


#s-46806486-6c2a-4dcb-bcd5-6c556af9549a.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (max-width: 767px){
  #s-46806486-6c2a-4dcb-bcd5-6c556af9549a-root {
    text-align: center;
  }


#s-46806486-6c2a-4dcb-bcd5-6c556af9549a.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}
#s-133164a1-4474-4a97-af2e-5f40a11aa562 {
  text-align: left;
}


.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 {
  max-width:  100%;
}

.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 .shg-image-zoom,
.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 img.shogun-image,
.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 .shg-image-zoom,
.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 {
  max-width:  100%;
}

.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 .shg-image-zoom,
.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 img.shogun-image,
.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 .shg-image-zoom,
.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 {
  max-width:  100%;
}

.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 .shg-image-zoom,
.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 img.shogun-image,
.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 .shg-image-zoom,
.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 {
  max-width:  100%;
}

.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 .shg-image-zoom,
.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 img.shogun-image,
.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 .shg-image-zoom,
.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 {
  max-width:  100%;
}

.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 .shg-image-zoom,
.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 img.shogun-image,
.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 .shg-image-zoom,
.shg-c#s-133164a1-4474-4a97-af2e-5f40a11aa562 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}
#s-7f488c0d-1d0e-423a-829e-8c37eefc275e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7f488c0d-1d0e-423a-829e-8c37eefc275e .shg-product-title-component h3 span {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.5em;
  line-height: ;
  letter-spacing: ;
  
}

#s-ebc1d623-2c19-453d-8be5-76a5451ab56c {
  text-align: right;
}

#s-ebc1d623-2c19-453d-8be5-76a5451ab56c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
}

#s-ebc1d623-2c19-453d-8be5-76a5451ab56c .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
  font-size: 18px;
}

#s-ebc1d623-2c19-453d-8be5-76a5451ab56c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-869258b5-54a0-4558-ae67-d379d596b103 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(11, 75, 152, 1);
border-radius: 40px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(11, 75, 152, 1);
line-height: 1em;
}
#s-869258b5-54a0-4558-ae67-d379d596b103:hover {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-869258b5-54a0-4558-ae67-d379d596b103:active {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-869258b5-54a0-4558-ae67-d379d596b103-root {
    text-align: center;
  }


#s-869258b5-54a0-4558-ae67-d379d596b103.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
@media (min-width: 1200px){
  #s-869258b5-54a0-4558-ae67-d379d596b103-root {
    text-align: center;
  }


#s-869258b5-54a0-4558-ae67-d379d596b103.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-869258b5-54a0-4558-ae67-d379d596b103-root {
    text-align: center;
  }


#s-869258b5-54a0-4558-ae67-d379d596b103.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-869258b5-54a0-4558-ae67-d379d596b103-root {
    text-align: center;
  }


#s-869258b5-54a0-4558-ae67-d379d596b103.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (max-width: 767px){
  #s-869258b5-54a0-4558-ae67-d379d596b103-root {
    text-align: center;
  }


#s-869258b5-54a0-4558-ae67-d379d596b103.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}
#s-aa1d7b6c-49f6-4aad-977e-43ef80252d93 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 5%;
max-width: 80%;
}
@media (min-width: 1200px){#s-aa1d7b6c-49f6-4aad-977e-43ef80252d93 {
  max-width: 60%;
}
}
@media (min-width: 0px) {
[id="s-aa1d7b6c-49f6-4aad-977e-43ef80252d93"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa1d7b6c-49f6-4aad-977e-43ef80252d93"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-aa1d7b6c-49f6-4aad-977e-43ef80252d93"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-aa1d7b6c-49f6-4aad-977e-43ef80252d93"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-2ae5b54f-e18e-408e-8add-ba97e146a815 {
  text-align: left;
}


.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 {
  max-width:  100%;
}

.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 .shg-image-zoom,
.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 img.shogun-image,
.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 .shg-image-zoom,
.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 {
  max-width:  100%;
}

.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 .shg-image-zoom,
.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 img.shogun-image,
.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 .shg-image-zoom,
.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 {
  max-width:  100%;
}

.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 .shg-image-zoom,
.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 img.shogun-image,
.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 .shg-image-zoom,
.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 {
  max-width:  100%;
}

.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 .shg-image-zoom,
.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 img.shogun-image,
.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 .shg-image-zoom,
.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 {
  max-width:  100%;
}

.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 .shg-image-zoom,
.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 img.shogun-image,
.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 .shg-image-zoom,
.shg-c#s-2ae5b54f-e18e-408e-8add-ba97e146a815 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0b230486-f70c-4aa8-8ff2-79c7ba2b9e4a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0b230486-f70c-4aa8-8ff2-79c7ba2b9e4a .shg-product-title-component h3 span {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.5em;
  line-height: ;
  letter-spacing: ;
  
}

#s-9b91c4ac-97fe-4641-b8cc-425077df5b56 {
  text-align: right;
}

#s-9b91c4ac-97fe-4641-b8cc-425077df5b56 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
}

#s-9b91c4ac-97fe-4641-b8cc-425077df5b56 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
  font-size: 18px;
}

#s-9b91c4ac-97fe-4641-b8cc-425077df5b56 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8be123cd-94c5-4b63-b12a-6fcaac07b332 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(11, 75, 152, 1);
border-radius: 40px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(11, 75, 152, 1);
line-height: 1em;
}
#s-8be123cd-94c5-4b63-b12a-6fcaac07b332:hover {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8be123cd-94c5-4b63-b12a-6fcaac07b332:active {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-8be123cd-94c5-4b63-b12a-6fcaac07b332-root {
    text-align: center;
  }


#s-8be123cd-94c5-4b63-b12a-6fcaac07b332.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8be123cd-94c5-4b63-b12a-6fcaac07b332-root {
    text-align: center;
  }


#s-8be123cd-94c5-4b63-b12a-6fcaac07b332.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8be123cd-94c5-4b63-b12a-6fcaac07b332-root {
    text-align: center;
  }


#s-8be123cd-94c5-4b63-b12a-6fcaac07b332.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8be123cd-94c5-4b63-b12a-6fcaac07b332-root {
    text-align: center;
  }


#s-8be123cd-94c5-4b63-b12a-6fcaac07b332.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8be123cd-94c5-4b63-b12a-6fcaac07b332-root {
    text-align: center;
  }


#s-8be123cd-94c5-4b63-b12a-6fcaac07b332.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}
#s-8561a233-fd35-4dbf-9cd5-91f82816633a {
  text-align: left;
}


.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a {
  max-width:  100%;
}

.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a .shg-image-zoom,
.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a img.shogun-image,
.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a .shg-image-zoom,
.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a {
  max-width:  100%;
}

.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a .shg-image-zoom,
.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a img.shogun-image,
.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a .shg-image-zoom,
.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a {
  max-width:  100%;
}

.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a .shg-image-zoom,
.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a img.shogun-image,
.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a .shg-image-zoom,
.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a {
  max-width:  100%;
}

.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a .shg-image-zoom,
.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a img.shogun-image,
.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a .shg-image-zoom,
.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a {
  max-width:  100%;
}

.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a .shg-image-zoom,
.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a img.shogun-image,
.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a .shg-image-zoom,
.shg-c#s-8561a233-fd35-4dbf-9cd5-91f82816633a img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5d5f4bae-ad09-45a6-b5bc-96ddc6fa0d22 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d5f4bae-ad09-45a6-b5bc-96ddc6fa0d22 .shg-product-title-component h3 span {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.5em;
  line-height: ;
  letter-spacing: ;
  
}

#s-30bdbd80-d894-4131-9ebf-2e0f1a79d00e {
  text-align: right;
}

#s-30bdbd80-d894-4131-9ebf-2e0f1a79d00e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
}

#s-30bdbd80-d894-4131-9ebf-2e0f1a79d00e .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
  font-size: 18px;
}

#s-30bdbd80-d894-4131-9ebf-2e0f1a79d00e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ad937440-f8bf-49bf-9617-1fa9f3c7e9da {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(11, 75, 152, 1);
border-radius: 40px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(11, 75, 152, 1);
line-height: 1em;
}
#s-ad937440-f8bf-49bf-9617-1fa9f3c7e9da:hover {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ad937440-f8bf-49bf-9617-1fa9f3c7e9da:active {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-ad937440-f8bf-49bf-9617-1fa9f3c7e9da-root {
    text-align: center;
  }


#s-ad937440-f8bf-49bf-9617-1fa9f3c7e9da.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ad937440-f8bf-49bf-9617-1fa9f3c7e9da-root {
    text-align: center;
  }


#s-ad937440-f8bf-49bf-9617-1fa9f3c7e9da.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ad937440-f8bf-49bf-9617-1fa9f3c7e9da-root {
    text-align: center;
  }


#s-ad937440-f8bf-49bf-9617-1fa9f3c7e9da.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ad937440-f8bf-49bf-9617-1fa9f3c7e9da-root {
    text-align: center;
  }


#s-ad937440-f8bf-49bf-9617-1fa9f3c7e9da.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ad937440-f8bf-49bf-9617-1fa9f3c7e9da-root {
    text-align: center;
  }


#s-ad937440-f8bf-49bf-9617-1fa9f3c7e9da.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}
#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d {
  text-align: left;
}


.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d {
  max-width:  100%;
}

.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d .shg-image-zoom,
.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d img.shogun-image,
.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d .shg-image-zoom,
.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d {
  max-width:  100%;
}

.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d .shg-image-zoom,
.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d img.shogun-image,
.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d .shg-image-zoom,
.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d {
  max-width:  100%;
}

.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d .shg-image-zoom,
.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d img.shogun-image,
.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d .shg-image-zoom,
.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d {
  max-width:  100%;
}

.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d .shg-image-zoom,
.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d img.shogun-image,
.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d .shg-image-zoom,
.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d {
  max-width:  100%;
}

.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d .shg-image-zoom,
.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d img.shogun-image,
.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d .shg-image-zoom,
.shg-c#s-46c74d86-3ea7-4f3f-a33f-c3ad434a790d img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}
#s-b1fb728e-97e4-42a9-bc3f-81c0cc30fb2f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1fb728e-97e4-42a9-bc3f-81c0cc30fb2f .shg-product-title-component h3 span {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.5em;
  line-height: ;
  letter-spacing: ;
  
}

#s-7e0f90fd-4e64-4357-8d50-812e73ad69bd {
  text-align: right;
}

#s-7e0f90fd-4e64-4357-8d50-812e73ad69bd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
}

#s-7e0f90fd-4e64-4357-8d50-812e73ad69bd .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
  font-size: 18px;
}

#s-7e0f90fd-4e64-4357-8d50-812e73ad69bd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-73ab057e-3f53-47a9-b758-d700d20aaf9d {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(11, 75, 152, 1);
border-radius: 40px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(11, 75, 152, 1);
line-height: 1em;
}
#s-73ab057e-3f53-47a9-b758-d700d20aaf9d:hover {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-73ab057e-3f53-47a9-b758-d700d20aaf9d:active {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-73ab057e-3f53-47a9-b758-d700d20aaf9d-root {
    text-align: center;
  }


#s-73ab057e-3f53-47a9-b758-d700d20aaf9d.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
@media (min-width: 1200px){
  #s-73ab057e-3f53-47a9-b758-d700d20aaf9d-root {
    text-align: center;
  }


#s-73ab057e-3f53-47a9-b758-d700d20aaf9d.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-73ab057e-3f53-47a9-b758-d700d20aaf9d-root {
    text-align: center;
  }


#s-73ab057e-3f53-47a9-b758-d700d20aaf9d.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-73ab057e-3f53-47a9-b758-d700d20aaf9d-root {
    text-align: center;
  }


#s-73ab057e-3f53-47a9-b758-d700d20aaf9d.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (max-width: 767px){
  #s-73ab057e-3f53-47a9-b758-d700d20aaf9d-root {
    text-align: center;
  }


#s-73ab057e-3f53-47a9-b758-d700d20aaf9d.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}
#s-dd466325-24fc-4be3-a9da-bd5636d83b4f {
  margin-left: auto;
margin-right: auto;
padding-bottom: 5%;
max-width: 80%;
}
@media (min-width: 1200px){#s-dd466325-24fc-4be3-a9da-bd5636d83b4f {
  max-width: 60%;
}
}
@media (min-width: 0px) {
[id="s-dd466325-24fc-4be3-a9da-bd5636d83b4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd466325-24fc-4be3-a9da-bd5636d83b4f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-dd466325-24fc-4be3-a9da-bd5636d83b4f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-dd466325-24fc-4be3-a9da-bd5636d83b4f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 {
  text-align: left;
}


.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 {
  max-width:  100%;
}

.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 .shg-image-zoom,
.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 img.shogun-image,
.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 .shg-image-zoom,
.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 {
  max-width:  100%;
}

.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 .shg-image-zoom,
.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 img.shogun-image,
.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 .shg-image-zoom,
.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 {
  max-width:  100%;
}

.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 .shg-image-zoom,
.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 img.shogun-image,
.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 .shg-image-zoom,
.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 {
  max-width:  100%;
}

.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 .shg-image-zoom,
.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 img.shogun-image,
.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 .shg-image-zoom,
.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 {
  max-width:  100%;
}

.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 .shg-image-zoom,
.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 .shg-image-zoom {
  width:  1991; 
  height:  100%; 
}




.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 img.shogun-image,
.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 .shg-image-zoom,
.shg-c#s-5a0ed45f-b48e-4e28-bedc-e858e2b2d630 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}
#s-03ba17b8-8057-4fa1-90a7-77f6e558cbd0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03ba17b8-8057-4fa1-90a7-77f6e558cbd0 .shg-product-title-component h3 span {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.5em;
  line-height: ;
  letter-spacing: ;
  
}

#s-969a7675-c284-47c0-87c9-75dab37bd9a4 {
  text-align: right;
}

#s-969a7675-c284-47c0-87c9-75dab37bd9a4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
}

#s-969a7675-c284-47c0-87c9-75dab37bd9a4 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
  font-size: 18px;
}

#s-969a7675-c284-47c0-87c9-75dab37bd9a4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d125960d-47be-4ef0-ae2a-5809809b242b {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(11, 75, 152, 1);
border-radius: 40px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(11, 75, 152, 1);
line-height: 1em;
}
#s-d125960d-47be-4ef0-ae2a-5809809b242b:hover {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d125960d-47be-4ef0-ae2a-5809809b242b:active {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-d125960d-47be-4ef0-ae2a-5809809b242b-root {
    text-align: center;
  }


#s-d125960d-47be-4ef0-ae2a-5809809b242b.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d125960d-47be-4ef0-ae2a-5809809b242b-root {
    text-align: center;
  }


#s-d125960d-47be-4ef0-ae2a-5809809b242b.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d125960d-47be-4ef0-ae2a-5809809b242b-root {
    text-align: center;
  }


#s-d125960d-47be-4ef0-ae2a-5809809b242b.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d125960d-47be-4ef0-ae2a-5809809b242b-root {
    text-align: center;
  }


#s-d125960d-47be-4ef0-ae2a-5809809b242b.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d125960d-47be-4ef0-ae2a-5809809b242b-root {
    text-align: center;
  }


#s-d125960d-47be-4ef0-ae2a-5809809b242b.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}
#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c {
  text-align: left;
}


.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c {
  max-width:  100%;
}

.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c .shg-image-zoom,
.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c img.shogun-image,
.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c .shg-image-zoom,
.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c {
  max-width:  100%;
}

.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c .shg-image-zoom,
.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c img.shogun-image,
.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c .shg-image-zoom,
.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c {
  max-width:  100%;
}

.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c .shg-image-zoom,
.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c img.shogun-image,
.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c .shg-image-zoom,
.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c {
  max-width:  100%;
}

.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c .shg-image-zoom,
.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c img.shogun-image,
.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c .shg-image-zoom,
.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c {
  max-width:  100%;
}

.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c .shg-image-zoom,
.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c .shg-image-zoom {
  width:  1990; 
  height:  100%; 
}




.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c img.shogun-image,
.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c .shg-image-zoom,
.shg-c#s-50a2109e-f3f4-45e6-95e5-de7639a89c4c img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}
#s-e71d5e7a-da20-44f7-8f1e-f7d04b87070a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e71d5e7a-da20-44f7-8f1e-f7d04b87070a .shg-product-title-component h3 span {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.5em;
  line-height: ;
  letter-spacing: ;
  
}

#s-7fa78961-d4f8-41ed-8e9a-2af3a2166ac6 {
  text-align: right;
}

#s-7fa78961-d4f8-41ed-8e9a-2af3a2166ac6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
}

#s-7fa78961-d4f8-41ed-8e9a-2af3a2166ac6 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
  font-size: 18px;
}

#s-7fa78961-d4f8-41ed-8e9a-2af3a2166ac6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5a1763c8-8832-4355-bc2a-6affb5e7a802 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(11, 75, 152, 1);
border-radius: 40px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(11, 75, 152, 1);
line-height: 1em;
}
#s-5a1763c8-8832-4355-bc2a-6affb5e7a802:hover {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5a1763c8-8832-4355-bc2a-6affb5e7a802:active {background-color: rgba(11, 75, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-5a1763c8-8832-4355-bc2a-6affb5e7a802-root {
    text-align: center;
  }


#s-5a1763c8-8832-4355-bc2a-6affb5e7a802.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5a1763c8-8832-4355-bc2a-6affb5e7a802-root {
    text-align: center;
  }


#s-5a1763c8-8832-4355-bc2a-6affb5e7a802.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5a1763c8-8832-4355-bc2a-6affb5e7a802-root {
    text-align: center;
  }


#s-5a1763c8-8832-4355-bc2a-6affb5e7a802.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5a1763c8-8832-4355-bc2a-6affb5e7a802-root {
    text-align: center;
  }


#s-5a1763c8-8832-4355-bc2a-6affb5e7a802.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5a1763c8-8832-4355-bc2a-6affb5e7a802-root {
    text-align: center;
  }


#s-5a1763c8-8832-4355-bc2a-6affb5e7a802.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}
#s-aa0236b7-6e57-494d-ad3d-687acb5c6afc {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 15%;
padding-bottom: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-position: left top;
}
@media (min-width: 1200px){#s-aa0236b7-6e57-494d-ad3d-687acb5c6afc {
  display: none;
}
#s-aa0236b7-6e57-494d-ad3d-687acb5c6afc, #wrap-s-aa0236b7-6e57-494d-ad3d-687acb5c6afc, #wrap-content-s-aa0236b7-6e57-494d-ad3d-687acb5c6afc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aa0236b7-6e57-494d-ad3d-687acb5c6afc {
  display: none;
}
#s-aa0236b7-6e57-494d-ad3d-687acb5c6afc, #wrap-s-aa0236b7-6e57-494d-ad3d-687acb5c6afc, #wrap-content-s-aa0236b7-6e57-494d-ad3d-687acb5c6afc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aa0236b7-6e57-494d-ad3d-687acb5c6afc {
  padding-top: 10%;
padding-bottom: 8%;
}
}
#s-aa0236b7-6e57-494d-ad3d-687acb5c6afc {
  background-image: url(https://i.shgcdn.com/7197d6b2-484b-49e6-b00d-81188f8ce491/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-aa0236b7-6e57-494d-ad3d-687acb5c6afc {
  background-image: url(https://i.shgcdn.com/7197d6b2-484b-49e6-b00d-81188f8ce491/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-aa0236b7-6e57-494d-ad3d-687acb5c6afc.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-aa0236b7-6e57-494d-ad3d-687acb5c6afc {
  background-image: url(https://i.shgcdn.com/7197d6b2-484b-49e6-b00d-81188f8ce491/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-aa0236b7-6e57-494d-ad3d-687acb5c6afc.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-aa0236b7-6e57-494d-ad3d-687acb5c6afc {
  background-image: url(https://i.shgcdn.com/7197d6b2-484b-49e6-b00d-81188f8ce491/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-aa0236b7-6e57-494d-ad3d-687acb5c6afc.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-aa0236b7-6e57-494d-ad3d-687acb5c6afc {
  background-image: url(https://i.shgcdn.com/7197d6b2-484b-49e6-b00d-81188f8ce491/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-aa0236b7-6e57-494d-ad3d-687acb5c6afc.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-aa0236b7-6e57-494d-ad3d-687acb5c6afc {
  background-image: url(https://i.shgcdn.com/7197d6b2-484b-49e6-b00d-81188f8ce491/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-aa0236b7-6e57-494d-ad3d-687acb5c6afc.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-aa0236b7-6e57-494d-ad3d-687acb5c6afc {
  background-image: url(https://i.shgcdn.com/7197d6b2-484b-49e6-b00d-81188f8ce491/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-aa0236b7-6e57-494d-ad3d-687acb5c6afc.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-aa0236b7-6e57-494d-ad3d-687acb5c6afc {
  background-image: url(https://i.shgcdn.com/7197d6b2-484b-49e6-b00d-81188f8ce491/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-aa0236b7-6e57-494d-ad3d-687acb5c6afc.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-aa0236b7-6e57-494d-ad3d-687acb5c6afc {
  background-image: url(https://i.shgcdn.com/7197d6b2-484b-49e6-b00d-81188f8ce491/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-aa0236b7-6e57-494d-ad3d-687acb5c6afc.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-aa0236b7-6e57-494d-ad3d-687acb5c6afc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa0236b7-6e57-494d-ad3d-687acb5c6afc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9a523860-8a2b-4b4f-a1d3-c75fef76f8d3 {
  margin-left: auto;
margin-bottom: 0.5em;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
max-width: 90%;
text-align: left;
}

#s-9a523860-8a2b-4b4f-a1d3-c75fef76f8d3 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 1.6em;
  line-height: 1em;
  
  text-align: center;
}



#s-a9378cc3-c3bd-4a45-90a5-18cda801013b {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-81632557-79c4-4401-acd0-f9c75b1a134c {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 5%;
padding-bottom: 1px;
max-width: 100%;
}

#s-81632557-79c4-4401-acd0-f9c75b1a134c .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-81632557-79c4-4401-acd0-f9c75b1a134c .shg-sld-nav-button.shg-sld-left,
#s-81632557-79c4-4401-acd0-f9c75b1a134c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-a66583e1-d3fb-464c-89be-eb6270ec8b5e {
  min-height: 50px;
}








#s-a66583e1-d3fb-464c-89be-eb6270ec8b5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a66583e1-d3fb-464c-89be-eb6270ec8b5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4406247b-910a-4e56-96b4-e6bcc2fa2bde {
  margin-bottom: 3%;
max-width: 20%;
aspect-ratio: 1/1;
text-align: center;
}

#s-4406247b-910a-4e56-96b4-e6bcc2fa2bde {
  margin: 0 !important;
  overflow: visible;
}

#s-4406247b-910a-4e56-96b4-e6bcc2fa2bde-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-4406247b-910a-4e56-96b4-e6bcc2fa2bde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 3%;
}

.shg-image-content-margin-container-s-4406247b-910a-4e56-96b4-e6bcc2fa2bde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4406247b-910a-4e56-96b4-e6bcc2fa2bde img.shogun-image {
  /* Add background color handling */
  
}

#s-4406247b-910a-4e56-96b4-e6bcc2fa2bde img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4406247b-910a-4e56-96b4-e6bcc2fa2bde .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4406247b-910a-4e56-96b4-e6bcc2fa2bde .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4406247b-910a-4e56-96b4-e6bcc2fa2bde .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4406247b-910a-4e56-96b4-e6bcc2fa2bde img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-4406247b-910a-4e56-96b4-e6bcc2fa2bde .shogun-image-content {
  
    justify-content: center;
  
}

.s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shogun-image {
  box-sizing: border-box;
}



.s-4406247b-910a-4e56-96b4-e6bcc2fa2bde img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4406247b-910a-4e56-96b4-e6bcc2fa2bde {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shogun-image-container {
      position: relative;
    }

    .s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4406247b-910a-4e56-96b4-e6bcc2fa2bde img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

@media (min-width: 1200px){#s-4406247b-910a-4e56-96b4-e6bcc2fa2bde {
  margin: 0 !important;
  overflow: visible;
}

#s-4406247b-910a-4e56-96b4-e6bcc2fa2bde-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-4406247b-910a-4e56-96b4-e6bcc2fa2bde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4406247b-910a-4e56-96b4-e6bcc2fa2bde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4406247b-910a-4e56-96b4-e6bcc2fa2bde img.shogun-image {
  /* Add background color handling */
  
}

#s-4406247b-910a-4e56-96b4-e6bcc2fa2bde img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4406247b-910a-4e56-96b4-e6bcc2fa2bde .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4406247b-910a-4e56-96b4-e6bcc2fa2bde .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4406247b-910a-4e56-96b4-e6bcc2fa2bde .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4406247b-910a-4e56-96b4-e6bcc2fa2bde img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-4406247b-910a-4e56-96b4-e6bcc2fa2bde .shogun-image-content {
  
    justify-content: center;
  
}

.s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shogun-image {
  box-sizing: border-box;
}



.s-4406247b-910a-4e56-96b4-e6bcc2fa2bde img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4406247b-910a-4e56-96b4-e6bcc2fa2bde {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shogun-image-container {
      position: relative;
    }

    .s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4406247b-910a-4e56-96b4-e6bcc2fa2bde img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4406247b-910a-4e56-96b4-e6bcc2fa2bde {
  margin: 0 !important;
  overflow: visible;
}

#s-4406247b-910a-4e56-96b4-e6bcc2fa2bde-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-4406247b-910a-4e56-96b4-e6bcc2fa2bde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4406247b-910a-4e56-96b4-e6bcc2fa2bde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4406247b-910a-4e56-96b4-e6bcc2fa2bde img.shogun-image {
  /* Add background color handling */
  
}

#s-4406247b-910a-4e56-96b4-e6bcc2fa2bde img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4406247b-910a-4e56-96b4-e6bcc2fa2bde .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4406247b-910a-4e56-96b4-e6bcc2fa2bde .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4406247b-910a-4e56-96b4-e6bcc2fa2bde .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4406247b-910a-4e56-96b4-e6bcc2fa2bde img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-4406247b-910a-4e56-96b4-e6bcc2fa2bde .shogun-image-content {
  
    justify-content: center;
  
}

.s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shogun-image {
  box-sizing: border-box;
}



.s-4406247b-910a-4e56-96b4-e6bcc2fa2bde img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4406247b-910a-4e56-96b4-e6bcc2fa2bde {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shogun-image-container {
      position: relative;
    }

    .s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4406247b-910a-4e56-96b4-e6bcc2fa2bde img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4406247b-910a-4e56-96b4-e6bcc2fa2bde {
  margin: 0 !important;
  overflow: visible;
}

#s-4406247b-910a-4e56-96b4-e6bcc2fa2bde-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-4406247b-910a-4e56-96b4-e6bcc2fa2bde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4406247b-910a-4e56-96b4-e6bcc2fa2bde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4406247b-910a-4e56-96b4-e6bcc2fa2bde img.shogun-image {
  /* Add background color handling */
  
}

#s-4406247b-910a-4e56-96b4-e6bcc2fa2bde img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4406247b-910a-4e56-96b4-e6bcc2fa2bde .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4406247b-910a-4e56-96b4-e6bcc2fa2bde .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4406247b-910a-4e56-96b4-e6bcc2fa2bde .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4406247b-910a-4e56-96b4-e6bcc2fa2bde img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-4406247b-910a-4e56-96b4-e6bcc2fa2bde .shogun-image-content {
  
    justify-content: center;
  
}

.s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shogun-image {
  box-sizing: border-box;
}



.s-4406247b-910a-4e56-96b4-e6bcc2fa2bde img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4406247b-910a-4e56-96b4-e6bcc2fa2bde {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shogun-image-container {
      position: relative;
    }

    .s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4406247b-910a-4e56-96b4-e6bcc2fa2bde img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (max-width: 767px){#s-4406247b-910a-4e56-96b4-e6bcc2fa2bde {
  margin: 0 !important;
  overflow: visible;
}

#s-4406247b-910a-4e56-96b4-e6bcc2fa2bde-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-4406247b-910a-4e56-96b4-e6bcc2fa2bde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4406247b-910a-4e56-96b4-e6bcc2fa2bde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4406247b-910a-4e56-96b4-e6bcc2fa2bde img.shogun-image {
  /* Add background color handling */
  
}

#s-4406247b-910a-4e56-96b4-e6bcc2fa2bde img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4406247b-910a-4e56-96b4-e6bcc2fa2bde .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4406247b-910a-4e56-96b4-e6bcc2fa2bde .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4406247b-910a-4e56-96b4-e6bcc2fa2bde .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4406247b-910a-4e56-96b4-e6bcc2fa2bde img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-4406247b-910a-4e56-96b4-e6bcc2fa2bde .shogun-image-content {
  
    justify-content: center;
  
}

.s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shogun-image {
  box-sizing: border-box;
}



.s-4406247b-910a-4e56-96b4-e6bcc2fa2bde img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4406247b-910a-4e56-96b4-e6bcc2fa2bde {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shogun-image-container {
      position: relative;
    }

    .s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4406247b-910a-4e56-96b4-e6bcc2fa2bde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4406247b-910a-4e56-96b4-e6bcc2fa2bde img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}
#s-9d71e4b5-c0e6-4663-83f7-7781a430925b {
  max-width: 20%;
aspect-ratio: 2570/470;
text-align: center;
}

#s-9d71e4b5-c0e6-4663-83f7-7781a430925b {
  margin: 0 !important;
  overflow: visible;
}

#s-9d71e4b5-c0e6-4663-83f7-7781a430925b-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-9d71e4b5-c0e6-4663-83f7-7781a430925b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d71e4b5-c0e6-4663-83f7-7781a430925b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d71e4b5-c0e6-4663-83f7-7781a430925b img.shogun-image {
  /* Add background color handling */
  
}

#s-9d71e4b5-c0e6-4663-83f7-7781a430925b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9d71e4b5-c0e6-4663-83f7-7781a430925b.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-9d71e4b5-c0e6-4663-83f7-7781a430925b .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d71e4b5-c0e6-4663-83f7-7781a430925b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d71e4b5-c0e6-4663-83f7-7781a430925b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d71e4b5-c0e6-4663-83f7-7781a430925b.shogun-image {
  box-sizing: border-box;
}



.s-9d71e4b5-c0e6-4663-83f7-7781a430925b img.shogun-image {
  
}


@media (min-width: 1200px){#s-9d71e4b5-c0e6-4663-83f7-7781a430925b {
  margin: 0 !important;
  overflow: visible;
}

#s-9d71e4b5-c0e6-4663-83f7-7781a430925b-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-9d71e4b5-c0e6-4663-83f7-7781a430925b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d71e4b5-c0e6-4663-83f7-7781a430925b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d71e4b5-c0e6-4663-83f7-7781a430925b img.shogun-image {
  /* Add background color handling */
  
}

#s-9d71e4b5-c0e6-4663-83f7-7781a430925b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9d71e4b5-c0e6-4663-83f7-7781a430925b.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-9d71e4b5-c0e6-4663-83f7-7781a430925b .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d71e4b5-c0e6-4663-83f7-7781a430925b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d71e4b5-c0e6-4663-83f7-7781a430925b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d71e4b5-c0e6-4663-83f7-7781a430925b.shogun-image {
  box-sizing: border-box;
}



.s-9d71e4b5-c0e6-4663-83f7-7781a430925b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9d71e4b5-c0e6-4663-83f7-7781a430925b {
  margin: 0 !important;
  overflow: visible;
}

#s-9d71e4b5-c0e6-4663-83f7-7781a430925b-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-9d71e4b5-c0e6-4663-83f7-7781a430925b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d71e4b5-c0e6-4663-83f7-7781a430925b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d71e4b5-c0e6-4663-83f7-7781a430925b img.shogun-image {
  /* Add background color handling */
  
}

#s-9d71e4b5-c0e6-4663-83f7-7781a430925b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9d71e4b5-c0e6-4663-83f7-7781a430925b.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-9d71e4b5-c0e6-4663-83f7-7781a430925b .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d71e4b5-c0e6-4663-83f7-7781a430925b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d71e4b5-c0e6-4663-83f7-7781a430925b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d71e4b5-c0e6-4663-83f7-7781a430925b.shogun-image {
  box-sizing: border-box;
}



.s-9d71e4b5-c0e6-4663-83f7-7781a430925b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9d71e4b5-c0e6-4663-83f7-7781a430925b {
  margin: 0 !important;
  overflow: visible;
}

#s-9d71e4b5-c0e6-4663-83f7-7781a430925b-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-9d71e4b5-c0e6-4663-83f7-7781a430925b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d71e4b5-c0e6-4663-83f7-7781a430925b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d71e4b5-c0e6-4663-83f7-7781a430925b img.shogun-image {
  /* Add background color handling */
  
}

#s-9d71e4b5-c0e6-4663-83f7-7781a430925b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9d71e4b5-c0e6-4663-83f7-7781a430925b.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-9d71e4b5-c0e6-4663-83f7-7781a430925b .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d71e4b5-c0e6-4663-83f7-7781a430925b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d71e4b5-c0e6-4663-83f7-7781a430925b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d71e4b5-c0e6-4663-83f7-7781a430925b.shogun-image {
  box-sizing: border-box;
}



.s-9d71e4b5-c0e6-4663-83f7-7781a430925b img.shogun-image {
  
}


}@media (max-width: 767px){#s-9d71e4b5-c0e6-4663-83f7-7781a430925b {
  margin: 0 !important;
  overflow: visible;
}

#s-9d71e4b5-c0e6-4663-83f7-7781a430925b-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-9d71e4b5-c0e6-4663-83f7-7781a430925b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d71e4b5-c0e6-4663-83f7-7781a430925b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d71e4b5-c0e6-4663-83f7-7781a430925b img.shogun-image {
  /* Add background color handling */
  
}

#s-9d71e4b5-c0e6-4663-83f7-7781a430925b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9d71e4b5-c0e6-4663-83f7-7781a430925b.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-9d71e4b5-c0e6-4663-83f7-7781a430925b .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d71e4b5-c0e6-4663-83f7-7781a430925b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d71e4b5-c0e6-4663-83f7-7781a430925b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d71e4b5-c0e6-4663-83f7-7781a430925b.shogun-image {
  box-sizing: border-box;
}



.s-9d71e4b5-c0e6-4663-83f7-7781a430925b img.shogun-image {
  
}


}
#s-dd6165bb-227f-4b10-ad95-ea46cb06dcf2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd6165bb-227f-4b10-ad95-ea46cb06dcf2 .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}



#s-3eb7cba6-6c3d-4957-af27-94620d044130 {
  min-height: 50px;
}








#s-3eb7cba6-6c3d-4957-af27-94620d044130 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3eb7cba6-6c3d-4957-af27-94620d044130.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85c27566-c230-40d4-b236-d2b75eb2ef09 {
  margin-bottom: 3%;
max-width: 20%;
aspect-ratio: 1/1;
text-align: center;
}

#s-85c27566-c230-40d4-b236-d2b75eb2ef09 {
  margin: 0 !important;
  overflow: visible;
}

#s-85c27566-c230-40d4-b236-d2b75eb2ef09-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-85c27566-c230-40d4-b236-d2b75eb2ef09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 3%;
}

.shg-image-content-margin-container-s-85c27566-c230-40d4-b236-d2b75eb2ef09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85c27566-c230-40d4-b236-d2b75eb2ef09 img.shogun-image {
  /* Add background color handling */
  
}

#s-85c27566-c230-40d4-b236-d2b75eb2ef09 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85c27566-c230-40d4-b236-d2b75eb2ef09 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-85c27566-c230-40d4-b236-d2b75eb2ef09 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85c27566-c230-40d4-b236-d2b75eb2ef09 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85c27566-c230-40d4-b236-d2b75eb2ef09.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85c27566-c230-40d4-b236-d2b75eb2ef09 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-85c27566-c230-40d4-b236-d2b75eb2ef09.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-85c27566-c230-40d4-b236-d2b75eb2ef09 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85c27566-c230-40d4-b236-d2b75eb2ef09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c27566-c230-40d4-b236-d2b75eb2ef09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c27566-c230-40d4-b236-d2b75eb2ef09.shogun-image {
  box-sizing: border-box;
}



.s-85c27566-c230-40d4-b236-d2b75eb2ef09 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85c27566-c230-40d4-b236-d2b75eb2ef09 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85c27566-c230-40d4-b236-d2b75eb2ef09.shogun-image-container {
      position: relative;
    }

    .s-85c27566-c230-40d4-b236-d2b75eb2ef09.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85c27566-c230-40d4-b236-d2b75eb2ef09.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85c27566-c230-40d4-b236-d2b75eb2ef09 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

@media (min-width: 1200px){#s-85c27566-c230-40d4-b236-d2b75eb2ef09 {
  margin: 0 !important;
  overflow: visible;
}

#s-85c27566-c230-40d4-b236-d2b75eb2ef09-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-85c27566-c230-40d4-b236-d2b75eb2ef09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85c27566-c230-40d4-b236-d2b75eb2ef09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85c27566-c230-40d4-b236-d2b75eb2ef09 img.shogun-image {
  /* Add background color handling */
  
}

#s-85c27566-c230-40d4-b236-d2b75eb2ef09 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85c27566-c230-40d4-b236-d2b75eb2ef09 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-85c27566-c230-40d4-b236-d2b75eb2ef09 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85c27566-c230-40d4-b236-d2b75eb2ef09 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85c27566-c230-40d4-b236-d2b75eb2ef09.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85c27566-c230-40d4-b236-d2b75eb2ef09 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-85c27566-c230-40d4-b236-d2b75eb2ef09.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-85c27566-c230-40d4-b236-d2b75eb2ef09 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85c27566-c230-40d4-b236-d2b75eb2ef09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c27566-c230-40d4-b236-d2b75eb2ef09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c27566-c230-40d4-b236-d2b75eb2ef09.shogun-image {
  box-sizing: border-box;
}



.s-85c27566-c230-40d4-b236-d2b75eb2ef09 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85c27566-c230-40d4-b236-d2b75eb2ef09 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85c27566-c230-40d4-b236-d2b75eb2ef09.shogun-image-container {
      position: relative;
    }

    .s-85c27566-c230-40d4-b236-d2b75eb2ef09.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85c27566-c230-40d4-b236-d2b75eb2ef09.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85c27566-c230-40d4-b236-d2b75eb2ef09 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-85c27566-c230-40d4-b236-d2b75eb2ef09 {
  margin: 0 !important;
  overflow: visible;
}

#s-85c27566-c230-40d4-b236-d2b75eb2ef09-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-85c27566-c230-40d4-b236-d2b75eb2ef09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85c27566-c230-40d4-b236-d2b75eb2ef09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85c27566-c230-40d4-b236-d2b75eb2ef09 img.shogun-image {
  /* Add background color handling */
  
}

#s-85c27566-c230-40d4-b236-d2b75eb2ef09 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85c27566-c230-40d4-b236-d2b75eb2ef09 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-85c27566-c230-40d4-b236-d2b75eb2ef09 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85c27566-c230-40d4-b236-d2b75eb2ef09 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85c27566-c230-40d4-b236-d2b75eb2ef09.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85c27566-c230-40d4-b236-d2b75eb2ef09 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-85c27566-c230-40d4-b236-d2b75eb2ef09.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-85c27566-c230-40d4-b236-d2b75eb2ef09 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85c27566-c230-40d4-b236-d2b75eb2ef09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c27566-c230-40d4-b236-d2b75eb2ef09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c27566-c230-40d4-b236-d2b75eb2ef09.shogun-image {
  box-sizing: border-box;
}



.s-85c27566-c230-40d4-b236-d2b75eb2ef09 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85c27566-c230-40d4-b236-d2b75eb2ef09 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85c27566-c230-40d4-b236-d2b75eb2ef09.shogun-image-container {
      position: relative;
    }

    .s-85c27566-c230-40d4-b236-d2b75eb2ef09.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85c27566-c230-40d4-b236-d2b75eb2ef09.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85c27566-c230-40d4-b236-d2b75eb2ef09 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-85c27566-c230-40d4-b236-d2b75eb2ef09 {
  margin: 0 !important;
  overflow: visible;
}

#s-85c27566-c230-40d4-b236-d2b75eb2ef09-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-85c27566-c230-40d4-b236-d2b75eb2ef09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85c27566-c230-40d4-b236-d2b75eb2ef09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85c27566-c230-40d4-b236-d2b75eb2ef09 img.shogun-image {
  /* Add background color handling */
  
}

#s-85c27566-c230-40d4-b236-d2b75eb2ef09 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85c27566-c230-40d4-b236-d2b75eb2ef09 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-85c27566-c230-40d4-b236-d2b75eb2ef09 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85c27566-c230-40d4-b236-d2b75eb2ef09 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85c27566-c230-40d4-b236-d2b75eb2ef09.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85c27566-c230-40d4-b236-d2b75eb2ef09 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-85c27566-c230-40d4-b236-d2b75eb2ef09.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-85c27566-c230-40d4-b236-d2b75eb2ef09 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85c27566-c230-40d4-b236-d2b75eb2ef09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c27566-c230-40d4-b236-d2b75eb2ef09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c27566-c230-40d4-b236-d2b75eb2ef09.shogun-image {
  box-sizing: border-box;
}



.s-85c27566-c230-40d4-b236-d2b75eb2ef09 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85c27566-c230-40d4-b236-d2b75eb2ef09 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85c27566-c230-40d4-b236-d2b75eb2ef09.shogun-image-container {
      position: relative;
    }

    .s-85c27566-c230-40d4-b236-d2b75eb2ef09.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85c27566-c230-40d4-b236-d2b75eb2ef09.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85c27566-c230-40d4-b236-d2b75eb2ef09 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (max-width: 767px){#s-85c27566-c230-40d4-b236-d2b75eb2ef09 {
  margin: 0 !important;
  overflow: visible;
}

#s-85c27566-c230-40d4-b236-d2b75eb2ef09-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-85c27566-c230-40d4-b236-d2b75eb2ef09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85c27566-c230-40d4-b236-d2b75eb2ef09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85c27566-c230-40d4-b236-d2b75eb2ef09 img.shogun-image {
  /* Add background color handling */
  
}

#s-85c27566-c230-40d4-b236-d2b75eb2ef09 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85c27566-c230-40d4-b236-d2b75eb2ef09 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-85c27566-c230-40d4-b236-d2b75eb2ef09 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85c27566-c230-40d4-b236-d2b75eb2ef09 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85c27566-c230-40d4-b236-d2b75eb2ef09.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85c27566-c230-40d4-b236-d2b75eb2ef09 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-85c27566-c230-40d4-b236-d2b75eb2ef09.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-85c27566-c230-40d4-b236-d2b75eb2ef09 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85c27566-c230-40d4-b236-d2b75eb2ef09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c27566-c230-40d4-b236-d2b75eb2ef09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c27566-c230-40d4-b236-d2b75eb2ef09.shogun-image {
  box-sizing: border-box;
}



.s-85c27566-c230-40d4-b236-d2b75eb2ef09 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85c27566-c230-40d4-b236-d2b75eb2ef09 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85c27566-c230-40d4-b236-d2b75eb2ef09.shogun-image-container {
      position: relative;
    }

    .s-85c27566-c230-40d4-b236-d2b75eb2ef09.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85c27566-c230-40d4-b236-d2b75eb2ef09.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85c27566-c230-40d4-b236-d2b75eb2ef09 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}
#s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95 {
  max-width: 20%;
aspect-ratio: 2570/469;
text-align: center;
}

#s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95 {
  margin: 0 !important;
  overflow: visible;
}

#s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95-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-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95 img.shogun-image {
  /* Add background color handling */
  
}

#s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95.shogun-image {
  box-sizing: border-box;
}



.s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95 {
  margin: 0 !important;
  overflow: visible;
}

#s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95-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-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95 img.shogun-image {
  /* Add background color handling */
  
}

#s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95.shogun-image {
  box-sizing: border-box;
}



.s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95 {
  margin: 0 !important;
  overflow: visible;
}

#s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95-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-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95 img.shogun-image {
  /* Add background color handling */
  
}

#s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95.shogun-image {
  box-sizing: border-box;
}



.s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95 {
  margin: 0 !important;
  overflow: visible;
}

#s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95-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-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95 img.shogun-image {
  /* Add background color handling */
  
}

#s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95.shogun-image {
  box-sizing: border-box;
}



.s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95 {
  margin: 0 !important;
  overflow: visible;
}

#s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95-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-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95 img.shogun-image {
  /* Add background color handling */
  
}

#s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95.shogun-image {
  box-sizing: border-box;
}



.s-d3e6e27a-2af3-4ac8-8099-80f9fbcf0d95 img.shogun-image {
  
}


}
#s-e34a3bed-88fb-4681-9667-05d424dc0da4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e34a3bed-88fb-4681-9667-05d424dc0da4 .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}



#s-05018b65-c7ce-4df5-9eb0-41545b94d0f8 {
  min-height: 50px;
}








#s-05018b65-c7ce-4df5-9eb0-41545b94d0f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-05018b65-c7ce-4df5-9eb0-41545b94d0f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 {
  margin-bottom: 3%;
max-width: 20%;
aspect-ratio: 1/1;
text-align: center;
}

#s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ef669a6c-4f3f-4dda-b72d-0bba941998d1-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-ef669a6c-4f3f-4dda-b72d-0bba941998d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 3%;
}

.shg-image-content-margin-container-s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shogun-image {
  box-sizing: border-box;
}



.s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shogun-image-container {
      position: relative;
    }

    .s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

@media (min-width: 1200px){#s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ef669a6c-4f3f-4dda-b72d-0bba941998d1-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-ef669a6c-4f3f-4dda-b72d-0bba941998d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shogun-image {
  box-sizing: border-box;
}



.s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shogun-image-container {
      position: relative;
    }

    .s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ef669a6c-4f3f-4dda-b72d-0bba941998d1-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-ef669a6c-4f3f-4dda-b72d-0bba941998d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shogun-image {
  box-sizing: border-box;
}



.s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shogun-image-container {
      position: relative;
    }

    .s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ef669a6c-4f3f-4dda-b72d-0bba941998d1-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-ef669a6c-4f3f-4dda-b72d-0bba941998d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shogun-image {
  box-sizing: border-box;
}



.s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shogun-image-container {
      position: relative;
    }

    .s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (max-width: 767px){#s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ef669a6c-4f3f-4dda-b72d-0bba941998d1-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-ef669a6c-4f3f-4dda-b72d-0bba941998d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shogun-image {
  box-sizing: border-box;
}



.s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shogun-image-container {
      position: relative;
    }

    .s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef669a6c-4f3f-4dda-b72d-0bba941998d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef669a6c-4f3f-4dda-b72d-0bba941998d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}
#s-cdfe30e0-73a1-4674-a30f-06e9d99771d7 {
  max-width: 20%;
aspect-ratio: 2570/470;
text-align: center;
}

#s-cdfe30e0-73a1-4674-a30f-06e9d99771d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-cdfe30e0-73a1-4674-a30f-06e9d99771d7-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-cdfe30e0-73a1-4674-a30f-06e9d99771d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cdfe30e0-73a1-4674-a30f-06e9d99771d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cdfe30e0-73a1-4674-a30f-06e9d99771d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-cdfe30e0-73a1-4674-a30f-06e9d99771d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cdfe30e0-73a1-4674-a30f-06e9d99771d7.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-cdfe30e0-73a1-4674-a30f-06e9d99771d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cdfe30e0-73a1-4674-a30f-06e9d99771d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdfe30e0-73a1-4674-a30f-06e9d99771d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdfe30e0-73a1-4674-a30f-06e9d99771d7.shogun-image {
  box-sizing: border-box;
}



.s-cdfe30e0-73a1-4674-a30f-06e9d99771d7 img.shogun-image {
  
}


@media (min-width: 1200px){#s-cdfe30e0-73a1-4674-a30f-06e9d99771d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-cdfe30e0-73a1-4674-a30f-06e9d99771d7-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-cdfe30e0-73a1-4674-a30f-06e9d99771d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cdfe30e0-73a1-4674-a30f-06e9d99771d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cdfe30e0-73a1-4674-a30f-06e9d99771d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-cdfe30e0-73a1-4674-a30f-06e9d99771d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cdfe30e0-73a1-4674-a30f-06e9d99771d7.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-cdfe30e0-73a1-4674-a30f-06e9d99771d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cdfe30e0-73a1-4674-a30f-06e9d99771d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdfe30e0-73a1-4674-a30f-06e9d99771d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdfe30e0-73a1-4674-a30f-06e9d99771d7.shogun-image {
  box-sizing: border-box;
}



.s-cdfe30e0-73a1-4674-a30f-06e9d99771d7 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cdfe30e0-73a1-4674-a30f-06e9d99771d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-cdfe30e0-73a1-4674-a30f-06e9d99771d7-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-cdfe30e0-73a1-4674-a30f-06e9d99771d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cdfe30e0-73a1-4674-a30f-06e9d99771d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cdfe30e0-73a1-4674-a30f-06e9d99771d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-cdfe30e0-73a1-4674-a30f-06e9d99771d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cdfe30e0-73a1-4674-a30f-06e9d99771d7.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-cdfe30e0-73a1-4674-a30f-06e9d99771d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cdfe30e0-73a1-4674-a30f-06e9d99771d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdfe30e0-73a1-4674-a30f-06e9d99771d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdfe30e0-73a1-4674-a30f-06e9d99771d7.shogun-image {
  box-sizing: border-box;
}



.s-cdfe30e0-73a1-4674-a30f-06e9d99771d7 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cdfe30e0-73a1-4674-a30f-06e9d99771d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-cdfe30e0-73a1-4674-a30f-06e9d99771d7-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-cdfe30e0-73a1-4674-a30f-06e9d99771d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cdfe30e0-73a1-4674-a30f-06e9d99771d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cdfe30e0-73a1-4674-a30f-06e9d99771d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-cdfe30e0-73a1-4674-a30f-06e9d99771d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cdfe30e0-73a1-4674-a30f-06e9d99771d7.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-cdfe30e0-73a1-4674-a30f-06e9d99771d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cdfe30e0-73a1-4674-a30f-06e9d99771d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdfe30e0-73a1-4674-a30f-06e9d99771d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdfe30e0-73a1-4674-a30f-06e9d99771d7.shogun-image {
  box-sizing: border-box;
}



.s-cdfe30e0-73a1-4674-a30f-06e9d99771d7 img.shogun-image {
  
}


}@media (max-width: 767px){#s-cdfe30e0-73a1-4674-a30f-06e9d99771d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-cdfe30e0-73a1-4674-a30f-06e9d99771d7-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-cdfe30e0-73a1-4674-a30f-06e9d99771d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cdfe30e0-73a1-4674-a30f-06e9d99771d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cdfe30e0-73a1-4674-a30f-06e9d99771d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-cdfe30e0-73a1-4674-a30f-06e9d99771d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cdfe30e0-73a1-4674-a30f-06e9d99771d7.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-cdfe30e0-73a1-4674-a30f-06e9d99771d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cdfe30e0-73a1-4674-a30f-06e9d99771d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdfe30e0-73a1-4674-a30f-06e9d99771d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdfe30e0-73a1-4674-a30f-06e9d99771d7.shogun-image {
  box-sizing: border-box;
}



.s-cdfe30e0-73a1-4674-a30f-06e9d99771d7 img.shogun-image {
  
}


}
#s-2137109c-8403-4a22-ae21-aa52a827e39e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2137109c-8403-4a22-ae21-aa52a827e39e .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}



#s-4c857fff-3b00-4ff8-8947-cae5181f4301 {
  min-height: 50px;
}








#s-4c857fff-3b00-4ff8-8947-cae5181f4301 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4c857fff-3b00-4ff8-8947-cae5181f4301.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 {
  margin-bottom: 3%;
max-width: 20%;
aspect-ratio: 1/1;
text-align: center;
}

#s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 {
  margin: 0 !important;
  overflow: visible;
}

#s-fc619d46-4e80-4bd3-8040-1f1489d10fc2-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-fc619d46-4e80-4bd3-8040-1f1489d10fc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 3%;
}

.shg-image-content-margin-container-s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 img.shogun-image {
  /* Add background color handling */
  
}

#s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shogun-image {
  box-sizing: border-box;
}



.s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shogun-image-container {
      position: relative;
    }

    .s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

@media (min-width: 1200px){#s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 {
  margin: 0 !important;
  overflow: visible;
}

#s-fc619d46-4e80-4bd3-8040-1f1489d10fc2-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-fc619d46-4e80-4bd3-8040-1f1489d10fc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 img.shogun-image {
  /* Add background color handling */
  
}

#s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shogun-image {
  box-sizing: border-box;
}



.s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shogun-image-container {
      position: relative;
    }

    .s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 {
  margin: 0 !important;
  overflow: visible;
}

#s-fc619d46-4e80-4bd3-8040-1f1489d10fc2-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-fc619d46-4e80-4bd3-8040-1f1489d10fc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 img.shogun-image {
  /* Add background color handling */
  
}

#s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shogun-image {
  box-sizing: border-box;
}



.s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shogun-image-container {
      position: relative;
    }

    .s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 {
  margin: 0 !important;
  overflow: visible;
}

#s-fc619d46-4e80-4bd3-8040-1f1489d10fc2-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-fc619d46-4e80-4bd3-8040-1f1489d10fc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 img.shogun-image {
  /* Add background color handling */
  
}

#s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shogun-image {
  box-sizing: border-box;
}



.s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shogun-image-container {
      position: relative;
    }

    .s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (max-width: 767px){#s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 {
  margin: 0 !important;
  overflow: visible;
}

#s-fc619d46-4e80-4bd3-8040-1f1489d10fc2-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-fc619d46-4e80-4bd3-8040-1f1489d10fc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 img.shogun-image {
  /* Add background color handling */
  
}

#s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shogun-image {
  box-sizing: border-box;
}



.s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shogun-image-container {
      position: relative;
    }

    .s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc619d46-4e80-4bd3-8040-1f1489d10fc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc619d46-4e80-4bd3-8040-1f1489d10fc2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}
#s-42d050db-ced4-49f8-a078-b658d61763e7 {
  max-width: 20%;
aspect-ratio: 2570/470;
text-align: center;
}

#s-42d050db-ced4-49f8-a078-b658d61763e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-42d050db-ced4-49f8-a078-b658d61763e7-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-42d050db-ced4-49f8-a078-b658d61763e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42d050db-ced4-49f8-a078-b658d61763e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42d050db-ced4-49f8-a078-b658d61763e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-42d050db-ced4-49f8-a078-b658d61763e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42d050db-ced4-49f8-a078-b658d61763e7 .shg-image-content-wrapper {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }

    #s-42d050db-ced4-49f8-a078-b658d61763e7 .shogun-image-link {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42d050db-ced4-49f8-a078-b658d61763e7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42d050db-ced4-49f8-a078-b658d61763e7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42d050db-ced4-49f8-a078-b658d61763e7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-42d050db-ced4-49f8-a078-b658d61763e7.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-42d050db-ced4-49f8-a078-b658d61763e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-42d050db-ced4-49f8-a078-b658d61763e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42d050db-ced4-49f8-a078-b658d61763e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42d050db-ced4-49f8-a078-b658d61763e7.shogun-image {
  box-sizing: border-box;
}



.s-42d050db-ced4-49f8-a078-b658d61763e7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-42d050db-ced4-49f8-a078-b658d61763e7 {
      --shg-aspect-ratio: calc(2570/470); 
    }

    .s-42d050db-ced4-49f8-a078-b658d61763e7.shogun-image-container {
      position: relative;
    }

    .s-42d050db-ced4-49f8-a078-b658d61763e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42d050db-ced4-49f8-a078-b658d61763e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42d050db-ced4-49f8-a078-b658d61763e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

@media (min-width: 1200px){#s-42d050db-ced4-49f8-a078-b658d61763e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-42d050db-ced4-49f8-a078-b658d61763e7-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-42d050db-ced4-49f8-a078-b658d61763e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42d050db-ced4-49f8-a078-b658d61763e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42d050db-ced4-49f8-a078-b658d61763e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-42d050db-ced4-49f8-a078-b658d61763e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42d050db-ced4-49f8-a078-b658d61763e7 .shg-image-content-wrapper {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }

    #s-42d050db-ced4-49f8-a078-b658d61763e7 .shogun-image-link {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42d050db-ced4-49f8-a078-b658d61763e7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42d050db-ced4-49f8-a078-b658d61763e7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42d050db-ced4-49f8-a078-b658d61763e7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-42d050db-ced4-49f8-a078-b658d61763e7.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-42d050db-ced4-49f8-a078-b658d61763e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-42d050db-ced4-49f8-a078-b658d61763e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42d050db-ced4-49f8-a078-b658d61763e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42d050db-ced4-49f8-a078-b658d61763e7.shogun-image {
  box-sizing: border-box;
}



.s-42d050db-ced4-49f8-a078-b658d61763e7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-42d050db-ced4-49f8-a078-b658d61763e7 {
      --shg-aspect-ratio: calc(2570/470); 
    }

    .s-42d050db-ced4-49f8-a078-b658d61763e7.shogun-image-container {
      position: relative;
    }

    .s-42d050db-ced4-49f8-a078-b658d61763e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42d050db-ced4-49f8-a078-b658d61763e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42d050db-ced4-49f8-a078-b658d61763e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-42d050db-ced4-49f8-a078-b658d61763e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-42d050db-ced4-49f8-a078-b658d61763e7-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-42d050db-ced4-49f8-a078-b658d61763e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42d050db-ced4-49f8-a078-b658d61763e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42d050db-ced4-49f8-a078-b658d61763e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-42d050db-ced4-49f8-a078-b658d61763e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42d050db-ced4-49f8-a078-b658d61763e7 .shg-image-content-wrapper {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }

    #s-42d050db-ced4-49f8-a078-b658d61763e7 .shogun-image-link {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42d050db-ced4-49f8-a078-b658d61763e7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42d050db-ced4-49f8-a078-b658d61763e7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42d050db-ced4-49f8-a078-b658d61763e7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-42d050db-ced4-49f8-a078-b658d61763e7.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-42d050db-ced4-49f8-a078-b658d61763e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-42d050db-ced4-49f8-a078-b658d61763e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42d050db-ced4-49f8-a078-b658d61763e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42d050db-ced4-49f8-a078-b658d61763e7.shogun-image {
  box-sizing: border-box;
}



.s-42d050db-ced4-49f8-a078-b658d61763e7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-42d050db-ced4-49f8-a078-b658d61763e7 {
      --shg-aspect-ratio: calc(2570/470); 
    }

    .s-42d050db-ced4-49f8-a078-b658d61763e7.shogun-image-container {
      position: relative;
    }

    .s-42d050db-ced4-49f8-a078-b658d61763e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42d050db-ced4-49f8-a078-b658d61763e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42d050db-ced4-49f8-a078-b658d61763e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-42d050db-ced4-49f8-a078-b658d61763e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-42d050db-ced4-49f8-a078-b658d61763e7-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-42d050db-ced4-49f8-a078-b658d61763e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42d050db-ced4-49f8-a078-b658d61763e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42d050db-ced4-49f8-a078-b658d61763e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-42d050db-ced4-49f8-a078-b658d61763e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42d050db-ced4-49f8-a078-b658d61763e7 .shg-image-content-wrapper {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }

    #s-42d050db-ced4-49f8-a078-b658d61763e7 .shogun-image-link {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42d050db-ced4-49f8-a078-b658d61763e7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42d050db-ced4-49f8-a078-b658d61763e7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42d050db-ced4-49f8-a078-b658d61763e7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-42d050db-ced4-49f8-a078-b658d61763e7.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-42d050db-ced4-49f8-a078-b658d61763e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-42d050db-ced4-49f8-a078-b658d61763e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42d050db-ced4-49f8-a078-b658d61763e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42d050db-ced4-49f8-a078-b658d61763e7.shogun-image {
  box-sizing: border-box;
}



.s-42d050db-ced4-49f8-a078-b658d61763e7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-42d050db-ced4-49f8-a078-b658d61763e7 {
      --shg-aspect-ratio: calc(2570/470); 
    }

    .s-42d050db-ced4-49f8-a078-b658d61763e7.shogun-image-container {
      position: relative;
    }

    .s-42d050db-ced4-49f8-a078-b658d61763e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42d050db-ced4-49f8-a078-b658d61763e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42d050db-ced4-49f8-a078-b658d61763e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (max-width: 767px){#s-42d050db-ced4-49f8-a078-b658d61763e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-42d050db-ced4-49f8-a078-b658d61763e7-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-42d050db-ced4-49f8-a078-b658d61763e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42d050db-ced4-49f8-a078-b658d61763e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42d050db-ced4-49f8-a078-b658d61763e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-42d050db-ced4-49f8-a078-b658d61763e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42d050db-ced4-49f8-a078-b658d61763e7 .shg-image-content-wrapper {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }

    #s-42d050db-ced4-49f8-a078-b658d61763e7 .shogun-image-link {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42d050db-ced4-49f8-a078-b658d61763e7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42d050db-ced4-49f8-a078-b658d61763e7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42d050db-ced4-49f8-a078-b658d61763e7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-42d050db-ced4-49f8-a078-b658d61763e7.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-42d050db-ced4-49f8-a078-b658d61763e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-42d050db-ced4-49f8-a078-b658d61763e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42d050db-ced4-49f8-a078-b658d61763e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42d050db-ced4-49f8-a078-b658d61763e7.shogun-image {
  box-sizing: border-box;
}



.s-42d050db-ced4-49f8-a078-b658d61763e7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-42d050db-ced4-49f8-a078-b658d61763e7 {
      --shg-aspect-ratio: calc(2570/470); 
    }

    .s-42d050db-ced4-49f8-a078-b658d61763e7.shogun-image-container {
      position: relative;
    }

    .s-42d050db-ced4-49f8-a078-b658d61763e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42d050db-ced4-49f8-a078-b658d61763e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42d050db-ced4-49f8-a078-b658d61763e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}
#s-91e605a8-7148-4d70-b727-3b59f5586d0f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91e605a8-7148-4d70-b727-3b59f5586d0f .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 1.4em;
  line-height: 1.2em;
  
  
}



#s-af6866f0-11c2-4735-86c4-d6a344ea4f0f {
  min-height: 50px;
}








#s-af6866f0-11c2-4735-86c4-d6a344ea4f0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-af6866f0-11c2-4735-86c4-d6a344ea4f0f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c611ef7d-f4aa-4773-af71-9898dab0d419 {
  margin-bottom: 3%;
max-width: 20%;
aspect-ratio: 1/1;
text-align: center;
}

#s-c611ef7d-f4aa-4773-af71-9898dab0d419 {
  margin: 0 !important;
  overflow: visible;
}

#s-c611ef7d-f4aa-4773-af71-9898dab0d419-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-c611ef7d-f4aa-4773-af71-9898dab0d419 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 3%;
}

.shg-image-content-margin-container-s-c611ef7d-f4aa-4773-af71-9898dab0d419 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c611ef7d-f4aa-4773-af71-9898dab0d419 img.shogun-image {
  /* Add background color handling */
  
}

#s-c611ef7d-f4aa-4773-af71-9898dab0d419 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c611ef7d-f4aa-4773-af71-9898dab0d419 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c611ef7d-f4aa-4773-af71-9898dab0d419 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c611ef7d-f4aa-4773-af71-9898dab0d419 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c611ef7d-f4aa-4773-af71-9898dab0d419.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c611ef7d-f4aa-4773-af71-9898dab0d419 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-c611ef7d-f4aa-4773-af71-9898dab0d419.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-c611ef7d-f4aa-4773-af71-9898dab0d419 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c611ef7d-f4aa-4773-af71-9898dab0d419.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c611ef7d-f4aa-4773-af71-9898dab0d419.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c611ef7d-f4aa-4773-af71-9898dab0d419.shogun-image {
  box-sizing: border-box;
}



.s-c611ef7d-f4aa-4773-af71-9898dab0d419 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c611ef7d-f4aa-4773-af71-9898dab0d419 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c611ef7d-f4aa-4773-af71-9898dab0d419.shogun-image-container {
      position: relative;
    }

    .s-c611ef7d-f4aa-4773-af71-9898dab0d419.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c611ef7d-f4aa-4773-af71-9898dab0d419.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c611ef7d-f4aa-4773-af71-9898dab0d419 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

@media (min-width: 1200px){#s-c611ef7d-f4aa-4773-af71-9898dab0d419 {
  margin: 0 !important;
  overflow: visible;
}

#s-c611ef7d-f4aa-4773-af71-9898dab0d419-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-c611ef7d-f4aa-4773-af71-9898dab0d419 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c611ef7d-f4aa-4773-af71-9898dab0d419 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c611ef7d-f4aa-4773-af71-9898dab0d419 img.shogun-image {
  /* Add background color handling */
  
}

#s-c611ef7d-f4aa-4773-af71-9898dab0d419 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c611ef7d-f4aa-4773-af71-9898dab0d419 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c611ef7d-f4aa-4773-af71-9898dab0d419 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c611ef7d-f4aa-4773-af71-9898dab0d419 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c611ef7d-f4aa-4773-af71-9898dab0d419.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c611ef7d-f4aa-4773-af71-9898dab0d419 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-c611ef7d-f4aa-4773-af71-9898dab0d419.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-c611ef7d-f4aa-4773-af71-9898dab0d419 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c611ef7d-f4aa-4773-af71-9898dab0d419.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c611ef7d-f4aa-4773-af71-9898dab0d419.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c611ef7d-f4aa-4773-af71-9898dab0d419.shogun-image {
  box-sizing: border-box;
}



.s-c611ef7d-f4aa-4773-af71-9898dab0d419 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c611ef7d-f4aa-4773-af71-9898dab0d419 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c611ef7d-f4aa-4773-af71-9898dab0d419.shogun-image-container {
      position: relative;
    }

    .s-c611ef7d-f4aa-4773-af71-9898dab0d419.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c611ef7d-f4aa-4773-af71-9898dab0d419.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c611ef7d-f4aa-4773-af71-9898dab0d419 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c611ef7d-f4aa-4773-af71-9898dab0d419 {
  margin: 0 !important;
  overflow: visible;
}

#s-c611ef7d-f4aa-4773-af71-9898dab0d419-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-c611ef7d-f4aa-4773-af71-9898dab0d419 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c611ef7d-f4aa-4773-af71-9898dab0d419 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c611ef7d-f4aa-4773-af71-9898dab0d419 img.shogun-image {
  /* Add background color handling */
  
}

#s-c611ef7d-f4aa-4773-af71-9898dab0d419 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c611ef7d-f4aa-4773-af71-9898dab0d419 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c611ef7d-f4aa-4773-af71-9898dab0d419 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c611ef7d-f4aa-4773-af71-9898dab0d419 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c611ef7d-f4aa-4773-af71-9898dab0d419.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c611ef7d-f4aa-4773-af71-9898dab0d419 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-c611ef7d-f4aa-4773-af71-9898dab0d419.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-c611ef7d-f4aa-4773-af71-9898dab0d419 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c611ef7d-f4aa-4773-af71-9898dab0d419.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c611ef7d-f4aa-4773-af71-9898dab0d419.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c611ef7d-f4aa-4773-af71-9898dab0d419.shogun-image {
  box-sizing: border-box;
}



.s-c611ef7d-f4aa-4773-af71-9898dab0d419 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c611ef7d-f4aa-4773-af71-9898dab0d419 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c611ef7d-f4aa-4773-af71-9898dab0d419.shogun-image-container {
      position: relative;
    }

    .s-c611ef7d-f4aa-4773-af71-9898dab0d419.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c611ef7d-f4aa-4773-af71-9898dab0d419.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c611ef7d-f4aa-4773-af71-9898dab0d419 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c611ef7d-f4aa-4773-af71-9898dab0d419 {
  margin: 0 !important;
  overflow: visible;
}

#s-c611ef7d-f4aa-4773-af71-9898dab0d419-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-c611ef7d-f4aa-4773-af71-9898dab0d419 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c611ef7d-f4aa-4773-af71-9898dab0d419 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c611ef7d-f4aa-4773-af71-9898dab0d419 img.shogun-image {
  /* Add background color handling */
  
}

#s-c611ef7d-f4aa-4773-af71-9898dab0d419 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c611ef7d-f4aa-4773-af71-9898dab0d419 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c611ef7d-f4aa-4773-af71-9898dab0d419 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c611ef7d-f4aa-4773-af71-9898dab0d419 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c611ef7d-f4aa-4773-af71-9898dab0d419.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c611ef7d-f4aa-4773-af71-9898dab0d419 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-c611ef7d-f4aa-4773-af71-9898dab0d419.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-c611ef7d-f4aa-4773-af71-9898dab0d419 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c611ef7d-f4aa-4773-af71-9898dab0d419.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c611ef7d-f4aa-4773-af71-9898dab0d419.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c611ef7d-f4aa-4773-af71-9898dab0d419.shogun-image {
  box-sizing: border-box;
}



.s-c611ef7d-f4aa-4773-af71-9898dab0d419 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c611ef7d-f4aa-4773-af71-9898dab0d419 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c611ef7d-f4aa-4773-af71-9898dab0d419.shogun-image-container {
      position: relative;
    }

    .s-c611ef7d-f4aa-4773-af71-9898dab0d419.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c611ef7d-f4aa-4773-af71-9898dab0d419.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c611ef7d-f4aa-4773-af71-9898dab0d419 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (max-width: 767px){#s-c611ef7d-f4aa-4773-af71-9898dab0d419 {
  margin: 0 !important;
  overflow: visible;
}

#s-c611ef7d-f4aa-4773-af71-9898dab0d419-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-c611ef7d-f4aa-4773-af71-9898dab0d419 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c611ef7d-f4aa-4773-af71-9898dab0d419 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c611ef7d-f4aa-4773-af71-9898dab0d419 img.shogun-image {
  /* Add background color handling */
  
}

#s-c611ef7d-f4aa-4773-af71-9898dab0d419 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c611ef7d-f4aa-4773-af71-9898dab0d419 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c611ef7d-f4aa-4773-af71-9898dab0d419 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c611ef7d-f4aa-4773-af71-9898dab0d419 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c611ef7d-f4aa-4773-af71-9898dab0d419.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c611ef7d-f4aa-4773-af71-9898dab0d419 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-c611ef7d-f4aa-4773-af71-9898dab0d419.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-c611ef7d-f4aa-4773-af71-9898dab0d419 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c611ef7d-f4aa-4773-af71-9898dab0d419.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c611ef7d-f4aa-4773-af71-9898dab0d419.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c611ef7d-f4aa-4773-af71-9898dab0d419.shogun-image {
  box-sizing: border-box;
}



.s-c611ef7d-f4aa-4773-af71-9898dab0d419 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c611ef7d-f4aa-4773-af71-9898dab0d419 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c611ef7d-f4aa-4773-af71-9898dab0d419.shogun-image-container {
      position: relative;
    }

    .s-c611ef7d-f4aa-4773-af71-9898dab0d419.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c611ef7d-f4aa-4773-af71-9898dab0d419.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c611ef7d-f4aa-4773-af71-9898dab0d419 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}
#s-1042e0f0-348a-442e-bf1b-152a5449b898 {
  max-width: 20%;
aspect-ratio: 2570/470;
text-align: center;
}

#s-1042e0f0-348a-442e-bf1b-152a5449b898 {
  margin: 0 !important;
  overflow: visible;
}

#s-1042e0f0-348a-442e-bf1b-152a5449b898-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-1042e0f0-348a-442e-bf1b-152a5449b898 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1042e0f0-348a-442e-bf1b-152a5449b898 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1042e0f0-348a-442e-bf1b-152a5449b898 img.shogun-image {
  /* Add background color handling */
  
}

#s-1042e0f0-348a-442e-bf1b-152a5449b898 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1042e0f0-348a-442e-bf1b-152a5449b898.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-1042e0f0-348a-442e-bf1b-152a5449b898 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1042e0f0-348a-442e-bf1b-152a5449b898.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1042e0f0-348a-442e-bf1b-152a5449b898.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1042e0f0-348a-442e-bf1b-152a5449b898.shogun-image {
  box-sizing: border-box;
}



.s-1042e0f0-348a-442e-bf1b-152a5449b898 img.shogun-image {
  
}


@media (min-width: 1200px){#s-1042e0f0-348a-442e-bf1b-152a5449b898 {
  margin: 0 !important;
  overflow: visible;
}

#s-1042e0f0-348a-442e-bf1b-152a5449b898-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-1042e0f0-348a-442e-bf1b-152a5449b898 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1042e0f0-348a-442e-bf1b-152a5449b898 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1042e0f0-348a-442e-bf1b-152a5449b898 img.shogun-image {
  /* Add background color handling */
  
}

#s-1042e0f0-348a-442e-bf1b-152a5449b898 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1042e0f0-348a-442e-bf1b-152a5449b898.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-1042e0f0-348a-442e-bf1b-152a5449b898 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1042e0f0-348a-442e-bf1b-152a5449b898.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1042e0f0-348a-442e-bf1b-152a5449b898.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1042e0f0-348a-442e-bf1b-152a5449b898.shogun-image {
  box-sizing: border-box;
}



.s-1042e0f0-348a-442e-bf1b-152a5449b898 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1042e0f0-348a-442e-bf1b-152a5449b898 {
  margin: 0 !important;
  overflow: visible;
}

#s-1042e0f0-348a-442e-bf1b-152a5449b898-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-1042e0f0-348a-442e-bf1b-152a5449b898 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1042e0f0-348a-442e-bf1b-152a5449b898 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1042e0f0-348a-442e-bf1b-152a5449b898 img.shogun-image {
  /* Add background color handling */
  
}

#s-1042e0f0-348a-442e-bf1b-152a5449b898 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1042e0f0-348a-442e-bf1b-152a5449b898.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-1042e0f0-348a-442e-bf1b-152a5449b898 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1042e0f0-348a-442e-bf1b-152a5449b898.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1042e0f0-348a-442e-bf1b-152a5449b898.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1042e0f0-348a-442e-bf1b-152a5449b898.shogun-image {
  box-sizing: border-box;
}



.s-1042e0f0-348a-442e-bf1b-152a5449b898 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1042e0f0-348a-442e-bf1b-152a5449b898 {
  margin: 0 !important;
  overflow: visible;
}

#s-1042e0f0-348a-442e-bf1b-152a5449b898-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-1042e0f0-348a-442e-bf1b-152a5449b898 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1042e0f0-348a-442e-bf1b-152a5449b898 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1042e0f0-348a-442e-bf1b-152a5449b898 img.shogun-image {
  /* Add background color handling */
  
}

#s-1042e0f0-348a-442e-bf1b-152a5449b898 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1042e0f0-348a-442e-bf1b-152a5449b898.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-1042e0f0-348a-442e-bf1b-152a5449b898 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1042e0f0-348a-442e-bf1b-152a5449b898.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1042e0f0-348a-442e-bf1b-152a5449b898.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1042e0f0-348a-442e-bf1b-152a5449b898.shogun-image {
  box-sizing: border-box;
}



.s-1042e0f0-348a-442e-bf1b-152a5449b898 img.shogun-image {
  
}


}@media (max-width: 767px){#s-1042e0f0-348a-442e-bf1b-152a5449b898 {
  margin: 0 !important;
  overflow: visible;
}

#s-1042e0f0-348a-442e-bf1b-152a5449b898-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-1042e0f0-348a-442e-bf1b-152a5449b898 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1042e0f0-348a-442e-bf1b-152a5449b898 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1042e0f0-348a-442e-bf1b-152a5449b898 img.shogun-image {
  /* Add background color handling */
  
}

#s-1042e0f0-348a-442e-bf1b-152a5449b898 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1042e0f0-348a-442e-bf1b-152a5449b898.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-1042e0f0-348a-442e-bf1b-152a5449b898 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1042e0f0-348a-442e-bf1b-152a5449b898.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1042e0f0-348a-442e-bf1b-152a5449b898.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1042e0f0-348a-442e-bf1b-152a5449b898.shogun-image {
  box-sizing: border-box;
}



.s-1042e0f0-348a-442e-bf1b-152a5449b898 img.shogun-image {
  
}


}
#s-699b41d8-3433-4e4c-af2d-61db2f282473 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-699b41d8-3433-4e4c-af2d-61db2f282473 .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}



#s-ed46a119-c666-4a0f-83df-bf9e4686d0ba {
  min-height: 50px;
}








#s-ed46a119-c666-4a0f-83df-bf9e4686d0ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ed46a119-c666-4a0f-83df-bf9e4686d0ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df0d5f8f-bf27-4982-8858-bad888897be7 {
  margin-bottom: 4%;
max-width: 20%;
aspect-ratio: 1/1;
text-align: center;
}

#s-df0d5f8f-bf27-4982-8858-bad888897be7 {
  margin: 0 !important;
  overflow: visible;
}

#s-df0d5f8f-bf27-4982-8858-bad888897be7-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-df0d5f8f-bf27-4982-8858-bad888897be7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 4%;
}

.shg-image-content-margin-container-s-df0d5f8f-bf27-4982-8858-bad888897be7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df0d5f8f-bf27-4982-8858-bad888897be7 img.shogun-image {
  /* Add background color handling */
  
}

#s-df0d5f8f-bf27-4982-8858-bad888897be7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df0d5f8f-bf27-4982-8858-bad888897be7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-df0d5f8f-bf27-4982-8858-bad888897be7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df0d5f8f-bf27-4982-8858-bad888897be7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df0d5f8f-bf27-4982-8858-bad888897be7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df0d5f8f-bf27-4982-8858-bad888897be7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-df0d5f8f-bf27-4982-8858-bad888897be7.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-df0d5f8f-bf27-4982-8858-bad888897be7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-df0d5f8f-bf27-4982-8858-bad888897be7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df0d5f8f-bf27-4982-8858-bad888897be7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df0d5f8f-bf27-4982-8858-bad888897be7.shogun-image {
  box-sizing: border-box;
}



.s-df0d5f8f-bf27-4982-8858-bad888897be7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df0d5f8f-bf27-4982-8858-bad888897be7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-df0d5f8f-bf27-4982-8858-bad888897be7.shogun-image-container {
      position: relative;
    }

    .s-df0d5f8f-bf27-4982-8858-bad888897be7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df0d5f8f-bf27-4982-8858-bad888897be7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df0d5f8f-bf27-4982-8858-bad888897be7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

@media (min-width: 1200px){#s-df0d5f8f-bf27-4982-8858-bad888897be7 {
  margin: 0 !important;
  overflow: visible;
}

#s-df0d5f8f-bf27-4982-8858-bad888897be7-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-df0d5f8f-bf27-4982-8858-bad888897be7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df0d5f8f-bf27-4982-8858-bad888897be7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df0d5f8f-bf27-4982-8858-bad888897be7 img.shogun-image {
  /* Add background color handling */
  
}

#s-df0d5f8f-bf27-4982-8858-bad888897be7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df0d5f8f-bf27-4982-8858-bad888897be7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-df0d5f8f-bf27-4982-8858-bad888897be7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df0d5f8f-bf27-4982-8858-bad888897be7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df0d5f8f-bf27-4982-8858-bad888897be7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df0d5f8f-bf27-4982-8858-bad888897be7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-df0d5f8f-bf27-4982-8858-bad888897be7.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-df0d5f8f-bf27-4982-8858-bad888897be7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-df0d5f8f-bf27-4982-8858-bad888897be7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df0d5f8f-bf27-4982-8858-bad888897be7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df0d5f8f-bf27-4982-8858-bad888897be7.shogun-image {
  box-sizing: border-box;
}



.s-df0d5f8f-bf27-4982-8858-bad888897be7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df0d5f8f-bf27-4982-8858-bad888897be7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-df0d5f8f-bf27-4982-8858-bad888897be7.shogun-image-container {
      position: relative;
    }

    .s-df0d5f8f-bf27-4982-8858-bad888897be7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df0d5f8f-bf27-4982-8858-bad888897be7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df0d5f8f-bf27-4982-8858-bad888897be7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-df0d5f8f-bf27-4982-8858-bad888897be7 {
  margin: 0 !important;
  overflow: visible;
}

#s-df0d5f8f-bf27-4982-8858-bad888897be7-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-df0d5f8f-bf27-4982-8858-bad888897be7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df0d5f8f-bf27-4982-8858-bad888897be7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df0d5f8f-bf27-4982-8858-bad888897be7 img.shogun-image {
  /* Add background color handling */
  
}

#s-df0d5f8f-bf27-4982-8858-bad888897be7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df0d5f8f-bf27-4982-8858-bad888897be7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-df0d5f8f-bf27-4982-8858-bad888897be7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df0d5f8f-bf27-4982-8858-bad888897be7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df0d5f8f-bf27-4982-8858-bad888897be7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df0d5f8f-bf27-4982-8858-bad888897be7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-df0d5f8f-bf27-4982-8858-bad888897be7.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-df0d5f8f-bf27-4982-8858-bad888897be7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-df0d5f8f-bf27-4982-8858-bad888897be7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df0d5f8f-bf27-4982-8858-bad888897be7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df0d5f8f-bf27-4982-8858-bad888897be7.shogun-image {
  box-sizing: border-box;
}



.s-df0d5f8f-bf27-4982-8858-bad888897be7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df0d5f8f-bf27-4982-8858-bad888897be7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-df0d5f8f-bf27-4982-8858-bad888897be7.shogun-image-container {
      position: relative;
    }

    .s-df0d5f8f-bf27-4982-8858-bad888897be7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df0d5f8f-bf27-4982-8858-bad888897be7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df0d5f8f-bf27-4982-8858-bad888897be7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-df0d5f8f-bf27-4982-8858-bad888897be7 {
  margin: 0 !important;
  overflow: visible;
}

#s-df0d5f8f-bf27-4982-8858-bad888897be7-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-df0d5f8f-bf27-4982-8858-bad888897be7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df0d5f8f-bf27-4982-8858-bad888897be7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df0d5f8f-bf27-4982-8858-bad888897be7 img.shogun-image {
  /* Add background color handling */
  
}

#s-df0d5f8f-bf27-4982-8858-bad888897be7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df0d5f8f-bf27-4982-8858-bad888897be7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-df0d5f8f-bf27-4982-8858-bad888897be7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df0d5f8f-bf27-4982-8858-bad888897be7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df0d5f8f-bf27-4982-8858-bad888897be7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df0d5f8f-bf27-4982-8858-bad888897be7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-df0d5f8f-bf27-4982-8858-bad888897be7.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-df0d5f8f-bf27-4982-8858-bad888897be7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-df0d5f8f-bf27-4982-8858-bad888897be7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df0d5f8f-bf27-4982-8858-bad888897be7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df0d5f8f-bf27-4982-8858-bad888897be7.shogun-image {
  box-sizing: border-box;
}



.s-df0d5f8f-bf27-4982-8858-bad888897be7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df0d5f8f-bf27-4982-8858-bad888897be7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-df0d5f8f-bf27-4982-8858-bad888897be7.shogun-image-container {
      position: relative;
    }

    .s-df0d5f8f-bf27-4982-8858-bad888897be7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df0d5f8f-bf27-4982-8858-bad888897be7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df0d5f8f-bf27-4982-8858-bad888897be7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (max-width: 767px){#s-df0d5f8f-bf27-4982-8858-bad888897be7 {
  margin: 0 !important;
  overflow: visible;
}

#s-df0d5f8f-bf27-4982-8858-bad888897be7-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-df0d5f8f-bf27-4982-8858-bad888897be7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df0d5f8f-bf27-4982-8858-bad888897be7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df0d5f8f-bf27-4982-8858-bad888897be7 img.shogun-image {
  /* Add background color handling */
  
}

#s-df0d5f8f-bf27-4982-8858-bad888897be7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df0d5f8f-bf27-4982-8858-bad888897be7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-df0d5f8f-bf27-4982-8858-bad888897be7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df0d5f8f-bf27-4982-8858-bad888897be7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df0d5f8f-bf27-4982-8858-bad888897be7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df0d5f8f-bf27-4982-8858-bad888897be7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-df0d5f8f-bf27-4982-8858-bad888897be7.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-df0d5f8f-bf27-4982-8858-bad888897be7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-df0d5f8f-bf27-4982-8858-bad888897be7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df0d5f8f-bf27-4982-8858-bad888897be7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df0d5f8f-bf27-4982-8858-bad888897be7.shogun-image {
  box-sizing: border-box;
}



.s-df0d5f8f-bf27-4982-8858-bad888897be7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df0d5f8f-bf27-4982-8858-bad888897be7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-df0d5f8f-bf27-4982-8858-bad888897be7.shogun-image-container {
      position: relative;
    }

    .s-df0d5f8f-bf27-4982-8858-bad888897be7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df0d5f8f-bf27-4982-8858-bad888897be7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df0d5f8f-bf27-4982-8858-bad888897be7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}
#s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b {
  max-width: 20%;
aspect-ratio: 2570/469;
text-align: center;
}

#s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b {
  margin: 0 !important;
  overflow: visible;
}

#s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b-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-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b img.shogun-image {
  /* Add background color handling */
  
}

#s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b .shg-image-content-wrapper {
      aspect-ratio: 2570/469;
      min-width: 100%;
      height: auto;
    }

    #s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b .shogun-image-link {
      aspect-ratio: 2570/469;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shogun-image {
  box-sizing: border-box;
}



.s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b {
      --shg-aspect-ratio: calc(2570/469); 
    }

    .s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shogun-image-container {
      position: relative;
    }

    .s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

@media (min-width: 1200px){#s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b {
  margin: 0 !important;
  overflow: visible;
}

#s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b-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-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b img.shogun-image {
  /* Add background color handling */
  
}

#s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b .shg-image-content-wrapper {
      aspect-ratio: 2570/469;
      min-width: 100%;
      height: auto;
    }

    #s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b .shogun-image-link {
      aspect-ratio: 2570/469;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shogun-image {
  box-sizing: border-box;
}



.s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b {
      --shg-aspect-ratio: calc(2570/469); 
    }

    .s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shogun-image-container {
      position: relative;
    }

    .s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b {
  margin: 0 !important;
  overflow: visible;
}

#s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b-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-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b img.shogun-image {
  /* Add background color handling */
  
}

#s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b .shg-image-content-wrapper {
      aspect-ratio: 2570/469;
      min-width: 100%;
      height: auto;
    }

    #s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b .shogun-image-link {
      aspect-ratio: 2570/469;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shogun-image {
  box-sizing: border-box;
}



.s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b {
      --shg-aspect-ratio: calc(2570/469); 
    }

    .s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shogun-image-container {
      position: relative;
    }

    .s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b {
  margin: 0 !important;
  overflow: visible;
}

#s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b-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-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b img.shogun-image {
  /* Add background color handling */
  
}

#s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b .shg-image-content-wrapper {
      aspect-ratio: 2570/469;
      min-width: 100%;
      height: auto;
    }

    #s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b .shogun-image-link {
      aspect-ratio: 2570/469;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shogun-image {
  box-sizing: border-box;
}



.s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b {
      --shg-aspect-ratio: calc(2570/469); 
    }

    .s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shogun-image-container {
      position: relative;
    }

    .s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (max-width: 767px){#s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b {
  margin: 0 !important;
  overflow: visible;
}

#s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b-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-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b img.shogun-image {
  /* Add background color handling */
  
}

#s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b .shg-image-content-wrapper {
      aspect-ratio: 2570/469;
      min-width: 100%;
      height: auto;
    }

    #s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b .shogun-image-link {
      aspect-ratio: 2570/469;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shogun-image {
  box-sizing: border-box;
}



.s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b {
      --shg-aspect-ratio: calc(2570/469); 
    }

    .s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shogun-image-container {
      position: relative;
    }

    .s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a43b5700-aad1-4db3-a6ab-45a9b2c2f20b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}
#s-bfd0efd5-60d5-47a9-ad05-06354f620750 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bfd0efd5-60d5-47a9-ad05-06354f620750 .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}



#s-3c3d697a-3873-4b89-bacb-7fe40d088844 {
  min-height: 50px;
}








#s-3c3d697a-3873-4b89-bacb-7fe40d088844 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c3d697a-3873-4b89-bacb-7fe40d088844.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93eba4f4-ac54-4073-8d17-d0f9402020c2 {
  margin-bottom: 3%;
max-width: 20%;
aspect-ratio: 1/1;
text-align: center;
}

#s-93eba4f4-ac54-4073-8d17-d0f9402020c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-93eba4f4-ac54-4073-8d17-d0f9402020c2-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-93eba4f4-ac54-4073-8d17-d0f9402020c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 3%;
}

.shg-image-content-margin-container-s-93eba4f4-ac54-4073-8d17-d0f9402020c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93eba4f4-ac54-4073-8d17-d0f9402020c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-93eba4f4-ac54-4073-8d17-d0f9402020c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93eba4f4-ac54-4073-8d17-d0f9402020c2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-93eba4f4-ac54-4073-8d17-d0f9402020c2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93eba4f4-ac54-4073-8d17-d0f9402020c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93eba4f4-ac54-4073-8d17-d0f9402020c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-93eba4f4-ac54-4073-8d17-d0f9402020c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shogun-image {
  box-sizing: border-box;
}



.s-93eba4f4-ac54-4073-8d17-d0f9402020c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-93eba4f4-ac54-4073-8d17-d0f9402020c2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shogun-image-container {
      position: relative;
    }

    .s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93eba4f4-ac54-4073-8d17-d0f9402020c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

@media (min-width: 1200px){#s-93eba4f4-ac54-4073-8d17-d0f9402020c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-93eba4f4-ac54-4073-8d17-d0f9402020c2-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-93eba4f4-ac54-4073-8d17-d0f9402020c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93eba4f4-ac54-4073-8d17-d0f9402020c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93eba4f4-ac54-4073-8d17-d0f9402020c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-93eba4f4-ac54-4073-8d17-d0f9402020c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93eba4f4-ac54-4073-8d17-d0f9402020c2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-93eba4f4-ac54-4073-8d17-d0f9402020c2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93eba4f4-ac54-4073-8d17-d0f9402020c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93eba4f4-ac54-4073-8d17-d0f9402020c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-93eba4f4-ac54-4073-8d17-d0f9402020c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shogun-image {
  box-sizing: border-box;
}



.s-93eba4f4-ac54-4073-8d17-d0f9402020c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-93eba4f4-ac54-4073-8d17-d0f9402020c2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shogun-image-container {
      position: relative;
    }

    .s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93eba4f4-ac54-4073-8d17-d0f9402020c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-93eba4f4-ac54-4073-8d17-d0f9402020c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-93eba4f4-ac54-4073-8d17-d0f9402020c2-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-93eba4f4-ac54-4073-8d17-d0f9402020c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93eba4f4-ac54-4073-8d17-d0f9402020c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93eba4f4-ac54-4073-8d17-d0f9402020c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-93eba4f4-ac54-4073-8d17-d0f9402020c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93eba4f4-ac54-4073-8d17-d0f9402020c2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-93eba4f4-ac54-4073-8d17-d0f9402020c2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93eba4f4-ac54-4073-8d17-d0f9402020c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93eba4f4-ac54-4073-8d17-d0f9402020c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-93eba4f4-ac54-4073-8d17-d0f9402020c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shogun-image {
  box-sizing: border-box;
}



.s-93eba4f4-ac54-4073-8d17-d0f9402020c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-93eba4f4-ac54-4073-8d17-d0f9402020c2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shogun-image-container {
      position: relative;
    }

    .s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93eba4f4-ac54-4073-8d17-d0f9402020c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-93eba4f4-ac54-4073-8d17-d0f9402020c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-93eba4f4-ac54-4073-8d17-d0f9402020c2-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-93eba4f4-ac54-4073-8d17-d0f9402020c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93eba4f4-ac54-4073-8d17-d0f9402020c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93eba4f4-ac54-4073-8d17-d0f9402020c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-93eba4f4-ac54-4073-8d17-d0f9402020c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93eba4f4-ac54-4073-8d17-d0f9402020c2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-93eba4f4-ac54-4073-8d17-d0f9402020c2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93eba4f4-ac54-4073-8d17-d0f9402020c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93eba4f4-ac54-4073-8d17-d0f9402020c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-93eba4f4-ac54-4073-8d17-d0f9402020c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shogun-image {
  box-sizing: border-box;
}



.s-93eba4f4-ac54-4073-8d17-d0f9402020c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-93eba4f4-ac54-4073-8d17-d0f9402020c2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shogun-image-container {
      position: relative;
    }

    .s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93eba4f4-ac54-4073-8d17-d0f9402020c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (max-width: 767px){#s-93eba4f4-ac54-4073-8d17-d0f9402020c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-93eba4f4-ac54-4073-8d17-d0f9402020c2-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-93eba4f4-ac54-4073-8d17-d0f9402020c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93eba4f4-ac54-4073-8d17-d0f9402020c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93eba4f4-ac54-4073-8d17-d0f9402020c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-93eba4f4-ac54-4073-8d17-d0f9402020c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93eba4f4-ac54-4073-8d17-d0f9402020c2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-93eba4f4-ac54-4073-8d17-d0f9402020c2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93eba4f4-ac54-4073-8d17-d0f9402020c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93eba4f4-ac54-4073-8d17-d0f9402020c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-93eba4f4-ac54-4073-8d17-d0f9402020c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shogun-image {
  box-sizing: border-box;
}



.s-93eba4f4-ac54-4073-8d17-d0f9402020c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-93eba4f4-ac54-4073-8d17-d0f9402020c2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shogun-image-container {
      position: relative;
    }

    .s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93eba4f4-ac54-4073-8d17-d0f9402020c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93eba4f4-ac54-4073-8d17-d0f9402020c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}
#s-41bb3669-2325-42a2-9825-2362cdc2207d {
  max-width: 20%;
aspect-ratio: 2570/469;
text-align: center;
}

#s-41bb3669-2325-42a2-9825-2362cdc2207d {
  margin: 0 !important;
  overflow: visible;
}

#s-41bb3669-2325-42a2-9825-2362cdc2207d-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-41bb3669-2325-42a2-9825-2362cdc2207d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41bb3669-2325-42a2-9825-2362cdc2207d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41bb3669-2325-42a2-9825-2362cdc2207d img.shogun-image {
  /* Add background color handling */
  
}

#s-41bb3669-2325-42a2-9825-2362cdc2207d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-41bb3669-2325-42a2-9825-2362cdc2207d.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-41bb3669-2325-42a2-9825-2362cdc2207d .shogun-image-content {
  
    justify-content: center;
  
}

.s-41bb3669-2325-42a2-9825-2362cdc2207d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41bb3669-2325-42a2-9825-2362cdc2207d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41bb3669-2325-42a2-9825-2362cdc2207d.shogun-image {
  box-sizing: border-box;
}



.s-41bb3669-2325-42a2-9825-2362cdc2207d img.shogun-image {
  
}


@media (min-width: 1200px){#s-41bb3669-2325-42a2-9825-2362cdc2207d {
  margin: 0 !important;
  overflow: visible;
}

#s-41bb3669-2325-42a2-9825-2362cdc2207d-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-41bb3669-2325-42a2-9825-2362cdc2207d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41bb3669-2325-42a2-9825-2362cdc2207d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41bb3669-2325-42a2-9825-2362cdc2207d img.shogun-image {
  /* Add background color handling */
  
}

#s-41bb3669-2325-42a2-9825-2362cdc2207d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-41bb3669-2325-42a2-9825-2362cdc2207d.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-41bb3669-2325-42a2-9825-2362cdc2207d .shogun-image-content {
  
    justify-content: center;
  
}

.s-41bb3669-2325-42a2-9825-2362cdc2207d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41bb3669-2325-42a2-9825-2362cdc2207d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41bb3669-2325-42a2-9825-2362cdc2207d.shogun-image {
  box-sizing: border-box;
}



.s-41bb3669-2325-42a2-9825-2362cdc2207d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-41bb3669-2325-42a2-9825-2362cdc2207d {
  margin: 0 !important;
  overflow: visible;
}

#s-41bb3669-2325-42a2-9825-2362cdc2207d-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-41bb3669-2325-42a2-9825-2362cdc2207d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41bb3669-2325-42a2-9825-2362cdc2207d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41bb3669-2325-42a2-9825-2362cdc2207d img.shogun-image {
  /* Add background color handling */
  
}

#s-41bb3669-2325-42a2-9825-2362cdc2207d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-41bb3669-2325-42a2-9825-2362cdc2207d.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-41bb3669-2325-42a2-9825-2362cdc2207d .shogun-image-content {
  
    justify-content: center;
  
}

.s-41bb3669-2325-42a2-9825-2362cdc2207d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41bb3669-2325-42a2-9825-2362cdc2207d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41bb3669-2325-42a2-9825-2362cdc2207d.shogun-image {
  box-sizing: border-box;
}



.s-41bb3669-2325-42a2-9825-2362cdc2207d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-41bb3669-2325-42a2-9825-2362cdc2207d {
  margin: 0 !important;
  overflow: visible;
}

#s-41bb3669-2325-42a2-9825-2362cdc2207d-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-41bb3669-2325-42a2-9825-2362cdc2207d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41bb3669-2325-42a2-9825-2362cdc2207d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41bb3669-2325-42a2-9825-2362cdc2207d img.shogun-image {
  /* Add background color handling */
  
}

#s-41bb3669-2325-42a2-9825-2362cdc2207d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-41bb3669-2325-42a2-9825-2362cdc2207d.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-41bb3669-2325-42a2-9825-2362cdc2207d .shogun-image-content {
  
    justify-content: center;
  
}

.s-41bb3669-2325-42a2-9825-2362cdc2207d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41bb3669-2325-42a2-9825-2362cdc2207d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41bb3669-2325-42a2-9825-2362cdc2207d.shogun-image {
  box-sizing: border-box;
}



.s-41bb3669-2325-42a2-9825-2362cdc2207d img.shogun-image {
  
}


}@media (max-width: 767px){#s-41bb3669-2325-42a2-9825-2362cdc2207d {
  margin: 0 !important;
  overflow: visible;
}

#s-41bb3669-2325-42a2-9825-2362cdc2207d-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-41bb3669-2325-42a2-9825-2362cdc2207d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41bb3669-2325-42a2-9825-2362cdc2207d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41bb3669-2325-42a2-9825-2362cdc2207d img.shogun-image {
  /* Add background color handling */
  
}

#s-41bb3669-2325-42a2-9825-2362cdc2207d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-41bb3669-2325-42a2-9825-2362cdc2207d.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-41bb3669-2325-42a2-9825-2362cdc2207d .shogun-image-content {
  
    justify-content: center;
  
}

.s-41bb3669-2325-42a2-9825-2362cdc2207d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41bb3669-2325-42a2-9825-2362cdc2207d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41bb3669-2325-42a2-9825-2362cdc2207d.shogun-image {
  box-sizing: border-box;
}



.s-41bb3669-2325-42a2-9825-2362cdc2207d img.shogun-image {
  
}


}
#s-3d7be66d-56a4-4fae-b67e-6be437d42a30 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d7be66d-56a4-4fae-b67e-6be437d42a30 .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}



#s-fb862dfe-9398-425d-9139-3ed26305e6b4 {
  min-height: 50px;
}








#s-fb862dfe-9398-425d-9139-3ed26305e6b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb862dfe-9398-425d-9139-3ed26305e6b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31e1c908-c98e-4a96-ac90-1de09011df2c {
  margin-bottom: 3%;
max-width: 20%;
aspect-ratio: 1/1;
text-align: center;
}

#s-31e1c908-c98e-4a96-ac90-1de09011df2c {
  margin: 0 !important;
  overflow: visible;
}

#s-31e1c908-c98e-4a96-ac90-1de09011df2c-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-31e1c908-c98e-4a96-ac90-1de09011df2c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 3%;
}

.shg-image-content-margin-container-s-31e1c908-c98e-4a96-ac90-1de09011df2c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31e1c908-c98e-4a96-ac90-1de09011df2c img.shogun-image {
  /* Add background color handling */
  
}

#s-31e1c908-c98e-4a96-ac90-1de09011df2c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31e1c908-c98e-4a96-ac90-1de09011df2c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-31e1c908-c98e-4a96-ac90-1de09011df2c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31e1c908-c98e-4a96-ac90-1de09011df2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31e1c908-c98e-4a96-ac90-1de09011df2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31e1c908-c98e-4a96-ac90-1de09011df2c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-31e1c908-c98e-4a96-ac90-1de09011df2c.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-31e1c908-c98e-4a96-ac90-1de09011df2c .shogun-image-content {
  
    justify-content: center;
  
}

.s-31e1c908-c98e-4a96-ac90-1de09011df2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31e1c908-c98e-4a96-ac90-1de09011df2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31e1c908-c98e-4a96-ac90-1de09011df2c.shogun-image {
  box-sizing: border-box;
}



.s-31e1c908-c98e-4a96-ac90-1de09011df2c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31e1c908-c98e-4a96-ac90-1de09011df2c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31e1c908-c98e-4a96-ac90-1de09011df2c.shogun-image-container {
      position: relative;
    }

    .s-31e1c908-c98e-4a96-ac90-1de09011df2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31e1c908-c98e-4a96-ac90-1de09011df2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31e1c908-c98e-4a96-ac90-1de09011df2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

@media (min-width: 1200px){#s-31e1c908-c98e-4a96-ac90-1de09011df2c {
  margin: 0 !important;
  overflow: visible;
}

#s-31e1c908-c98e-4a96-ac90-1de09011df2c-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-31e1c908-c98e-4a96-ac90-1de09011df2c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31e1c908-c98e-4a96-ac90-1de09011df2c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31e1c908-c98e-4a96-ac90-1de09011df2c img.shogun-image {
  /* Add background color handling */
  
}

#s-31e1c908-c98e-4a96-ac90-1de09011df2c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31e1c908-c98e-4a96-ac90-1de09011df2c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-31e1c908-c98e-4a96-ac90-1de09011df2c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31e1c908-c98e-4a96-ac90-1de09011df2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31e1c908-c98e-4a96-ac90-1de09011df2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31e1c908-c98e-4a96-ac90-1de09011df2c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-31e1c908-c98e-4a96-ac90-1de09011df2c.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-31e1c908-c98e-4a96-ac90-1de09011df2c .shogun-image-content {
  
    justify-content: center;
  
}

.s-31e1c908-c98e-4a96-ac90-1de09011df2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31e1c908-c98e-4a96-ac90-1de09011df2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31e1c908-c98e-4a96-ac90-1de09011df2c.shogun-image {
  box-sizing: border-box;
}



.s-31e1c908-c98e-4a96-ac90-1de09011df2c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31e1c908-c98e-4a96-ac90-1de09011df2c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31e1c908-c98e-4a96-ac90-1de09011df2c.shogun-image-container {
      position: relative;
    }

    .s-31e1c908-c98e-4a96-ac90-1de09011df2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31e1c908-c98e-4a96-ac90-1de09011df2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31e1c908-c98e-4a96-ac90-1de09011df2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-31e1c908-c98e-4a96-ac90-1de09011df2c {
  margin: 0 !important;
  overflow: visible;
}

#s-31e1c908-c98e-4a96-ac90-1de09011df2c-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-31e1c908-c98e-4a96-ac90-1de09011df2c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31e1c908-c98e-4a96-ac90-1de09011df2c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31e1c908-c98e-4a96-ac90-1de09011df2c img.shogun-image {
  /* Add background color handling */
  
}

#s-31e1c908-c98e-4a96-ac90-1de09011df2c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31e1c908-c98e-4a96-ac90-1de09011df2c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-31e1c908-c98e-4a96-ac90-1de09011df2c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31e1c908-c98e-4a96-ac90-1de09011df2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31e1c908-c98e-4a96-ac90-1de09011df2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31e1c908-c98e-4a96-ac90-1de09011df2c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-31e1c908-c98e-4a96-ac90-1de09011df2c.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-31e1c908-c98e-4a96-ac90-1de09011df2c .shogun-image-content {
  
    justify-content: center;
  
}

.s-31e1c908-c98e-4a96-ac90-1de09011df2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31e1c908-c98e-4a96-ac90-1de09011df2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31e1c908-c98e-4a96-ac90-1de09011df2c.shogun-image {
  box-sizing: border-box;
}



.s-31e1c908-c98e-4a96-ac90-1de09011df2c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31e1c908-c98e-4a96-ac90-1de09011df2c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31e1c908-c98e-4a96-ac90-1de09011df2c.shogun-image-container {
      position: relative;
    }

    .s-31e1c908-c98e-4a96-ac90-1de09011df2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31e1c908-c98e-4a96-ac90-1de09011df2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31e1c908-c98e-4a96-ac90-1de09011df2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-31e1c908-c98e-4a96-ac90-1de09011df2c {
  margin: 0 !important;
  overflow: visible;
}

#s-31e1c908-c98e-4a96-ac90-1de09011df2c-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-31e1c908-c98e-4a96-ac90-1de09011df2c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31e1c908-c98e-4a96-ac90-1de09011df2c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31e1c908-c98e-4a96-ac90-1de09011df2c img.shogun-image {
  /* Add background color handling */
  
}

#s-31e1c908-c98e-4a96-ac90-1de09011df2c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31e1c908-c98e-4a96-ac90-1de09011df2c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-31e1c908-c98e-4a96-ac90-1de09011df2c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31e1c908-c98e-4a96-ac90-1de09011df2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31e1c908-c98e-4a96-ac90-1de09011df2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31e1c908-c98e-4a96-ac90-1de09011df2c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-31e1c908-c98e-4a96-ac90-1de09011df2c.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-31e1c908-c98e-4a96-ac90-1de09011df2c .shogun-image-content {
  
    justify-content: center;
  
}

.s-31e1c908-c98e-4a96-ac90-1de09011df2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31e1c908-c98e-4a96-ac90-1de09011df2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31e1c908-c98e-4a96-ac90-1de09011df2c.shogun-image {
  box-sizing: border-box;
}



.s-31e1c908-c98e-4a96-ac90-1de09011df2c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31e1c908-c98e-4a96-ac90-1de09011df2c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31e1c908-c98e-4a96-ac90-1de09011df2c.shogun-image-container {
      position: relative;
    }

    .s-31e1c908-c98e-4a96-ac90-1de09011df2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31e1c908-c98e-4a96-ac90-1de09011df2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31e1c908-c98e-4a96-ac90-1de09011df2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (max-width: 767px){#s-31e1c908-c98e-4a96-ac90-1de09011df2c {
  margin: 0 !important;
  overflow: visible;
}

#s-31e1c908-c98e-4a96-ac90-1de09011df2c-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-31e1c908-c98e-4a96-ac90-1de09011df2c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31e1c908-c98e-4a96-ac90-1de09011df2c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31e1c908-c98e-4a96-ac90-1de09011df2c img.shogun-image {
  /* Add background color handling */
  
}

#s-31e1c908-c98e-4a96-ac90-1de09011df2c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31e1c908-c98e-4a96-ac90-1de09011df2c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-31e1c908-c98e-4a96-ac90-1de09011df2c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31e1c908-c98e-4a96-ac90-1de09011df2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31e1c908-c98e-4a96-ac90-1de09011df2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31e1c908-c98e-4a96-ac90-1de09011df2c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-31e1c908-c98e-4a96-ac90-1de09011df2c.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-31e1c908-c98e-4a96-ac90-1de09011df2c .shogun-image-content {
  
    justify-content: center;
  
}

.s-31e1c908-c98e-4a96-ac90-1de09011df2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31e1c908-c98e-4a96-ac90-1de09011df2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31e1c908-c98e-4a96-ac90-1de09011df2c.shogun-image {
  box-sizing: border-box;
}



.s-31e1c908-c98e-4a96-ac90-1de09011df2c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31e1c908-c98e-4a96-ac90-1de09011df2c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31e1c908-c98e-4a96-ac90-1de09011df2c.shogun-image-container {
      position: relative;
    }

    .s-31e1c908-c98e-4a96-ac90-1de09011df2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31e1c908-c98e-4a96-ac90-1de09011df2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31e1c908-c98e-4a96-ac90-1de09011df2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}
#s-6d428cba-65cb-40fb-958a-3fb45d6aefd2 {
  max-width: 20%;
aspect-ratio: 2570/470;
text-align: center;
}

#s-6d428cba-65cb-40fb-958a-3fb45d6aefd2 {
  margin: 0 !important;
  overflow: visible;
}

#s-6d428cba-65cb-40fb-958a-3fb45d6aefd2-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-6d428cba-65cb-40fb-958a-3fb45d6aefd2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6d428cba-65cb-40fb-958a-3fb45d6aefd2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6d428cba-65cb-40fb-958a-3fb45d6aefd2 img.shogun-image {
  /* Add background color handling */
  
}

#s-6d428cba-65cb-40fb-958a-3fb45d6aefd2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6d428cba-65cb-40fb-958a-3fb45d6aefd2.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-6d428cba-65cb-40fb-958a-3fb45d6aefd2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d428cba-65cb-40fb-958a-3fb45d6aefd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d428cba-65cb-40fb-958a-3fb45d6aefd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d428cba-65cb-40fb-958a-3fb45d6aefd2.shogun-image {
  box-sizing: border-box;
}



.s-6d428cba-65cb-40fb-958a-3fb45d6aefd2 img.shogun-image {
  
}


@media (min-width: 1200px){#s-6d428cba-65cb-40fb-958a-3fb45d6aefd2 {
  margin: 0 !important;
  overflow: visible;
}

#s-6d428cba-65cb-40fb-958a-3fb45d6aefd2-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-6d428cba-65cb-40fb-958a-3fb45d6aefd2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6d428cba-65cb-40fb-958a-3fb45d6aefd2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6d428cba-65cb-40fb-958a-3fb45d6aefd2 img.shogun-image {
  /* Add background color handling */
  
}

#s-6d428cba-65cb-40fb-958a-3fb45d6aefd2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6d428cba-65cb-40fb-958a-3fb45d6aefd2.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-6d428cba-65cb-40fb-958a-3fb45d6aefd2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d428cba-65cb-40fb-958a-3fb45d6aefd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d428cba-65cb-40fb-958a-3fb45d6aefd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d428cba-65cb-40fb-958a-3fb45d6aefd2.shogun-image {
  box-sizing: border-box;
}



.s-6d428cba-65cb-40fb-958a-3fb45d6aefd2 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6d428cba-65cb-40fb-958a-3fb45d6aefd2 {
  margin: 0 !important;
  overflow: visible;
}

#s-6d428cba-65cb-40fb-958a-3fb45d6aefd2-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-6d428cba-65cb-40fb-958a-3fb45d6aefd2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6d428cba-65cb-40fb-958a-3fb45d6aefd2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6d428cba-65cb-40fb-958a-3fb45d6aefd2 img.shogun-image {
  /* Add background color handling */
  
}

#s-6d428cba-65cb-40fb-958a-3fb45d6aefd2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6d428cba-65cb-40fb-958a-3fb45d6aefd2.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-6d428cba-65cb-40fb-958a-3fb45d6aefd2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d428cba-65cb-40fb-958a-3fb45d6aefd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d428cba-65cb-40fb-958a-3fb45d6aefd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d428cba-65cb-40fb-958a-3fb45d6aefd2.shogun-image {
  box-sizing: border-box;
}



.s-6d428cba-65cb-40fb-958a-3fb45d6aefd2 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6d428cba-65cb-40fb-958a-3fb45d6aefd2 {
  margin: 0 !important;
  overflow: visible;
}

#s-6d428cba-65cb-40fb-958a-3fb45d6aefd2-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-6d428cba-65cb-40fb-958a-3fb45d6aefd2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6d428cba-65cb-40fb-958a-3fb45d6aefd2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6d428cba-65cb-40fb-958a-3fb45d6aefd2 img.shogun-image {
  /* Add background color handling */
  
}

#s-6d428cba-65cb-40fb-958a-3fb45d6aefd2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6d428cba-65cb-40fb-958a-3fb45d6aefd2.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-6d428cba-65cb-40fb-958a-3fb45d6aefd2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d428cba-65cb-40fb-958a-3fb45d6aefd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d428cba-65cb-40fb-958a-3fb45d6aefd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d428cba-65cb-40fb-958a-3fb45d6aefd2.shogun-image {
  box-sizing: border-box;
}



.s-6d428cba-65cb-40fb-958a-3fb45d6aefd2 img.shogun-image {
  
}


}@media (max-width: 767px){#s-6d428cba-65cb-40fb-958a-3fb45d6aefd2 {
  margin: 0 !important;
  overflow: visible;
}

#s-6d428cba-65cb-40fb-958a-3fb45d6aefd2-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-6d428cba-65cb-40fb-958a-3fb45d6aefd2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6d428cba-65cb-40fb-958a-3fb45d6aefd2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6d428cba-65cb-40fb-958a-3fb45d6aefd2 img.shogun-image {
  /* Add background color handling */
  
}

#s-6d428cba-65cb-40fb-958a-3fb45d6aefd2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6d428cba-65cb-40fb-958a-3fb45d6aefd2.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-6d428cba-65cb-40fb-958a-3fb45d6aefd2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d428cba-65cb-40fb-958a-3fb45d6aefd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d428cba-65cb-40fb-958a-3fb45d6aefd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d428cba-65cb-40fb-958a-3fb45d6aefd2.shogun-image {
  box-sizing: border-box;
}



.s-6d428cba-65cb-40fb-958a-3fb45d6aefd2 img.shogun-image {
  
}


}
#s-9e5ecf47-572b-4185-af1c-57363693ef3d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e5ecf47-572b-4185-af1c-57363693ef3d .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}



#s-76cc83e6-e9e0-4a33-8379-633aa520c33d {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 6%;
padding-bottom: 4%;
background-attachment: scroll;
background-position: left top;
}
@media (min-width: 768px) and (max-width: 991px){#s-76cc83e6-e9e0-4a33-8379-633aa520c33d {
  display: none;
}
#s-76cc83e6-e9e0-4a33-8379-633aa520c33d, #wrap-s-76cc83e6-e9e0-4a33-8379-633aa520c33d, #wrap-content-s-76cc83e6-e9e0-4a33-8379-633aa520c33d { display: none !important; }}@media (max-width: 767px){#s-76cc83e6-e9e0-4a33-8379-633aa520c33d {
  display: none;
}
#s-76cc83e6-e9e0-4a33-8379-633aa520c33d, #wrap-s-76cc83e6-e9e0-4a33-8379-633aa520c33d, #wrap-content-s-76cc83e6-e9e0-4a33-8379-633aa520c33d { display: none !important; }}
#s-76cc83e6-e9e0-4a33-8379-633aa520c33d {
  background-image: url(https://i.shgcdn.com/c6bab7b4-c0f5-4fb9-a7f6-7704a78de4b2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-76cc83e6-e9e0-4a33-8379-633aa520c33d {
  background-image: url(https://i.shgcdn.com/c6bab7b4-c0f5-4fb9-a7f6-7704a78de4b2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-76cc83e6-e9e0-4a33-8379-633aa520c33d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-76cc83e6-e9e0-4a33-8379-633aa520c33d {
  background-image: url(https://i.shgcdn.com/c6bab7b4-c0f5-4fb9-a7f6-7704a78de4b2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-76cc83e6-e9e0-4a33-8379-633aa520c33d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-76cc83e6-e9e0-4a33-8379-633aa520c33d {
  background-image: url(https://i.shgcdn.com/c6bab7b4-c0f5-4fb9-a7f6-7704a78de4b2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-76cc83e6-e9e0-4a33-8379-633aa520c33d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-76cc83e6-e9e0-4a33-8379-633aa520c33d {
  background-image: url(https://i.shgcdn.com/c6bab7b4-c0f5-4fb9-a7f6-7704a78de4b2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-76cc83e6-e9e0-4a33-8379-633aa520c33d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-76cc83e6-e9e0-4a33-8379-633aa520c33d {
  background-image: url(https://i.shgcdn.com/c6bab7b4-c0f5-4fb9-a7f6-7704a78de4b2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-76cc83e6-e9e0-4a33-8379-633aa520c33d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-76cc83e6-e9e0-4a33-8379-633aa520c33d {
  background-image: url(https://i.shgcdn.com/c6bab7b4-c0f5-4fb9-a7f6-7704a78de4b2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-76cc83e6-e9e0-4a33-8379-633aa520c33d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-76cc83e6-e9e0-4a33-8379-633aa520c33d {
  background-image: url(https://i.shgcdn.com/c6bab7b4-c0f5-4fb9-a7f6-7704a78de4b2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-76cc83e6-e9e0-4a33-8379-633aa520c33d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-76cc83e6-e9e0-4a33-8379-633aa520c33d {
  background-image: url(https://i.shgcdn.com/c6bab7b4-c0f5-4fb9-a7f6-7704a78de4b2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-76cc83e6-e9e0-4a33-8379-633aa520c33d.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-76cc83e6-e9e0-4a33-8379-633aa520c33d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-76cc83e6-e9e0-4a33-8379-633aa520c33d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7fa51588-fa04-4ccc-b135-8f95a2517d7b {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0.5em;
padding-right: 0px;
max-width: 80%;
text-align: center;
}

#s-7fa51588-fa04-4ccc-b135-8f95a2517d7b .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 2em;
  line-height: 1em;
  
  text-align: center;
}



#s-53234bae-0916-4ec2-8504-9f20d1df9708 {
  margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 80%;
}

#s-519bf7cf-790c-40ea-a542-3a29c7049cc4 {
  margin-left: auto;
margin-right: auto;
max-width: 85%;
}

#s-519bf7cf-790c-40ea-a542-3a29c7049cc4 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-519bf7cf-790c-40ea-a542-3a29c7049cc4 .shg-sld-nav-button.shg-sld-left,
#s-519bf7cf-790c-40ea-a542-3a29c7049cc4 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-456689fd-e0e2-4525-836c-921a62efe395"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-456689fd-e0e2-4525-836c-921a62efe395"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-456689fd-e0e2-4525-836c-921a62efe395"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-456689fd-e0e2-4525-836c-921a62efe395"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-37923e46-3303-498c-9ef4-2f1432217001 {
  min-height: 50px;
}








#s-37923e46-3303-498c-9ef4-2f1432217001 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-37923e46-3303-498c-9ef4-2f1432217001.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90e7af00-44ae-41d9-800a-86e29faa9f9e {
  margin-bottom: 3%;
max-width: 40%;
aspect-ratio: 1/1;
text-align: center;
}

#s-90e7af00-44ae-41d9-800a-86e29faa9f9e {
  margin: 0 !important;
  overflow: visible;
}

#s-90e7af00-44ae-41d9-800a-86e29faa9f9e-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-90e7af00-44ae-41d9-800a-86e29faa9f9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 3%;
}

.shg-image-content-margin-container-s-90e7af00-44ae-41d9-800a-86e29faa9f9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-90e7af00-44ae-41d9-800a-86e29faa9f9e img.shogun-image {
  /* Add background color handling */
  
}

#s-90e7af00-44ae-41d9-800a-86e29faa9f9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90e7af00-44ae-41d9-800a-86e29faa9f9e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-90e7af00-44ae-41d9-800a-86e29faa9f9e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90e7af00-44ae-41d9-800a-86e29faa9f9e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90e7af00-44ae-41d9-800a-86e29faa9f9e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-90e7af00-44ae-41d9-800a-86e29faa9f9e .shogun-image-content {
  
    justify-content: center;
  
}

.s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shogun-image {
  box-sizing: border-box;
}



.s-90e7af00-44ae-41d9-800a-86e29faa9f9e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-90e7af00-44ae-41d9-800a-86e29faa9f9e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shogun-image-container {
      position: relative;
    }

    .s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90e7af00-44ae-41d9-800a-86e29faa9f9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

@media (min-width: 1200px){#s-90e7af00-44ae-41d9-800a-86e29faa9f9e {
  margin: 0 !important;
  overflow: visible;
}

#s-90e7af00-44ae-41d9-800a-86e29faa9f9e-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-90e7af00-44ae-41d9-800a-86e29faa9f9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-90e7af00-44ae-41d9-800a-86e29faa9f9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-90e7af00-44ae-41d9-800a-86e29faa9f9e img.shogun-image {
  /* Add background color handling */
  
}

#s-90e7af00-44ae-41d9-800a-86e29faa9f9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90e7af00-44ae-41d9-800a-86e29faa9f9e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-90e7af00-44ae-41d9-800a-86e29faa9f9e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90e7af00-44ae-41d9-800a-86e29faa9f9e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90e7af00-44ae-41d9-800a-86e29faa9f9e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-90e7af00-44ae-41d9-800a-86e29faa9f9e .shogun-image-content {
  
    justify-content: center;
  
}

.s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shogun-image {
  box-sizing: border-box;
}



.s-90e7af00-44ae-41d9-800a-86e29faa9f9e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-90e7af00-44ae-41d9-800a-86e29faa9f9e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shogun-image-container {
      position: relative;
    }

    .s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90e7af00-44ae-41d9-800a-86e29faa9f9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-90e7af00-44ae-41d9-800a-86e29faa9f9e {
  margin: 0 !important;
  overflow: visible;
}

#s-90e7af00-44ae-41d9-800a-86e29faa9f9e-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-90e7af00-44ae-41d9-800a-86e29faa9f9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-90e7af00-44ae-41d9-800a-86e29faa9f9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-90e7af00-44ae-41d9-800a-86e29faa9f9e img.shogun-image {
  /* Add background color handling */
  
}

#s-90e7af00-44ae-41d9-800a-86e29faa9f9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90e7af00-44ae-41d9-800a-86e29faa9f9e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-90e7af00-44ae-41d9-800a-86e29faa9f9e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90e7af00-44ae-41d9-800a-86e29faa9f9e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90e7af00-44ae-41d9-800a-86e29faa9f9e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-90e7af00-44ae-41d9-800a-86e29faa9f9e .shogun-image-content {
  
    justify-content: center;
  
}

.s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shogun-image {
  box-sizing: border-box;
}



.s-90e7af00-44ae-41d9-800a-86e29faa9f9e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-90e7af00-44ae-41d9-800a-86e29faa9f9e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shogun-image-container {
      position: relative;
    }

    .s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90e7af00-44ae-41d9-800a-86e29faa9f9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-90e7af00-44ae-41d9-800a-86e29faa9f9e {
  margin: 0 !important;
  overflow: visible;
}

#s-90e7af00-44ae-41d9-800a-86e29faa9f9e-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-90e7af00-44ae-41d9-800a-86e29faa9f9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-90e7af00-44ae-41d9-800a-86e29faa9f9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-90e7af00-44ae-41d9-800a-86e29faa9f9e img.shogun-image {
  /* Add background color handling */
  
}

#s-90e7af00-44ae-41d9-800a-86e29faa9f9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90e7af00-44ae-41d9-800a-86e29faa9f9e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-90e7af00-44ae-41d9-800a-86e29faa9f9e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90e7af00-44ae-41d9-800a-86e29faa9f9e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90e7af00-44ae-41d9-800a-86e29faa9f9e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-90e7af00-44ae-41d9-800a-86e29faa9f9e .shogun-image-content {
  
    justify-content: center;
  
}

.s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shogun-image {
  box-sizing: border-box;
}



.s-90e7af00-44ae-41d9-800a-86e29faa9f9e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-90e7af00-44ae-41d9-800a-86e29faa9f9e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shogun-image-container {
      position: relative;
    }

    .s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90e7af00-44ae-41d9-800a-86e29faa9f9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (max-width: 767px){#s-90e7af00-44ae-41d9-800a-86e29faa9f9e {
  margin: 0 !important;
  overflow: visible;
}

#s-90e7af00-44ae-41d9-800a-86e29faa9f9e-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-90e7af00-44ae-41d9-800a-86e29faa9f9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-90e7af00-44ae-41d9-800a-86e29faa9f9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-90e7af00-44ae-41d9-800a-86e29faa9f9e img.shogun-image {
  /* Add background color handling */
  
}

#s-90e7af00-44ae-41d9-800a-86e29faa9f9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90e7af00-44ae-41d9-800a-86e29faa9f9e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-90e7af00-44ae-41d9-800a-86e29faa9f9e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90e7af00-44ae-41d9-800a-86e29faa9f9e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90e7af00-44ae-41d9-800a-86e29faa9f9e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-90e7af00-44ae-41d9-800a-86e29faa9f9e .shogun-image-content {
  
    justify-content: center;
  
}

.s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shogun-image {
  box-sizing: border-box;
}



.s-90e7af00-44ae-41d9-800a-86e29faa9f9e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-90e7af00-44ae-41d9-800a-86e29faa9f9e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shogun-image-container {
      position: relative;
    }

    .s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90e7af00-44ae-41d9-800a-86e29faa9f9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90e7af00-44ae-41d9-800a-86e29faa9f9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}
#s-7905a987-0aa7-4f59-8714-d8730f34f2eb {
  max-width: 40%;
aspect-ratio: 2570/470;
text-align: center;
}

#s-7905a987-0aa7-4f59-8714-d8730f34f2eb {
  margin: 0 !important;
  overflow: visible;
}

#s-7905a987-0aa7-4f59-8714-d8730f34f2eb-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-7905a987-0aa7-4f59-8714-d8730f34f2eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7905a987-0aa7-4f59-8714-d8730f34f2eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7905a987-0aa7-4f59-8714-d8730f34f2eb img.shogun-image {
  /* Add background color handling */
  
}

#s-7905a987-0aa7-4f59-8714-d8730f34f2eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7905a987-0aa7-4f59-8714-d8730f34f2eb.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-7905a987-0aa7-4f59-8714-d8730f34f2eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-7905a987-0aa7-4f59-8714-d8730f34f2eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7905a987-0aa7-4f59-8714-d8730f34f2eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7905a987-0aa7-4f59-8714-d8730f34f2eb.shogun-image {
  box-sizing: border-box;
}



.s-7905a987-0aa7-4f59-8714-d8730f34f2eb img.shogun-image {
  
}


@media (min-width: 1200px){#s-7905a987-0aa7-4f59-8714-d8730f34f2eb {
  margin: 0 !important;
  overflow: visible;
}

#s-7905a987-0aa7-4f59-8714-d8730f34f2eb-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-7905a987-0aa7-4f59-8714-d8730f34f2eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7905a987-0aa7-4f59-8714-d8730f34f2eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7905a987-0aa7-4f59-8714-d8730f34f2eb img.shogun-image {
  /* Add background color handling */
  
}

#s-7905a987-0aa7-4f59-8714-d8730f34f2eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7905a987-0aa7-4f59-8714-d8730f34f2eb.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-7905a987-0aa7-4f59-8714-d8730f34f2eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-7905a987-0aa7-4f59-8714-d8730f34f2eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7905a987-0aa7-4f59-8714-d8730f34f2eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7905a987-0aa7-4f59-8714-d8730f34f2eb.shogun-image {
  box-sizing: border-box;
}



.s-7905a987-0aa7-4f59-8714-d8730f34f2eb img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7905a987-0aa7-4f59-8714-d8730f34f2eb {
  margin: 0 !important;
  overflow: visible;
}

#s-7905a987-0aa7-4f59-8714-d8730f34f2eb-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-7905a987-0aa7-4f59-8714-d8730f34f2eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7905a987-0aa7-4f59-8714-d8730f34f2eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7905a987-0aa7-4f59-8714-d8730f34f2eb img.shogun-image {
  /* Add background color handling */
  
}

#s-7905a987-0aa7-4f59-8714-d8730f34f2eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7905a987-0aa7-4f59-8714-d8730f34f2eb.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-7905a987-0aa7-4f59-8714-d8730f34f2eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-7905a987-0aa7-4f59-8714-d8730f34f2eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7905a987-0aa7-4f59-8714-d8730f34f2eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7905a987-0aa7-4f59-8714-d8730f34f2eb.shogun-image {
  box-sizing: border-box;
}



.s-7905a987-0aa7-4f59-8714-d8730f34f2eb img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7905a987-0aa7-4f59-8714-d8730f34f2eb {
  margin: 0 !important;
  overflow: visible;
}

#s-7905a987-0aa7-4f59-8714-d8730f34f2eb-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-7905a987-0aa7-4f59-8714-d8730f34f2eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7905a987-0aa7-4f59-8714-d8730f34f2eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7905a987-0aa7-4f59-8714-d8730f34f2eb img.shogun-image {
  /* Add background color handling */
  
}

#s-7905a987-0aa7-4f59-8714-d8730f34f2eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7905a987-0aa7-4f59-8714-d8730f34f2eb.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-7905a987-0aa7-4f59-8714-d8730f34f2eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-7905a987-0aa7-4f59-8714-d8730f34f2eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7905a987-0aa7-4f59-8714-d8730f34f2eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7905a987-0aa7-4f59-8714-d8730f34f2eb.shogun-image {
  box-sizing: border-box;
}



.s-7905a987-0aa7-4f59-8714-d8730f34f2eb img.shogun-image {
  
}


}@media (max-width: 767px){#s-7905a987-0aa7-4f59-8714-d8730f34f2eb {
  margin: 0 !important;
  overflow: visible;
}

#s-7905a987-0aa7-4f59-8714-d8730f34f2eb-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-7905a987-0aa7-4f59-8714-d8730f34f2eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7905a987-0aa7-4f59-8714-d8730f34f2eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7905a987-0aa7-4f59-8714-d8730f34f2eb img.shogun-image {
  /* Add background color handling */
  
}

#s-7905a987-0aa7-4f59-8714-d8730f34f2eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7905a987-0aa7-4f59-8714-d8730f34f2eb.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-7905a987-0aa7-4f59-8714-d8730f34f2eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-7905a987-0aa7-4f59-8714-d8730f34f2eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7905a987-0aa7-4f59-8714-d8730f34f2eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7905a987-0aa7-4f59-8714-d8730f34f2eb.shogun-image {
  box-sizing: border-box;
}



.s-7905a987-0aa7-4f59-8714-d8730f34f2eb img.shogun-image {
  
}


}
#s-18df4d8f-48f1-477f-b890-b84d8002f369 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-18df4d8f-48f1-477f-b890-b84d8002f369 .shogun-heading-component h2 {
  color: ;
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}



#s-57f41115-1acd-4ba2-92ea-1b39f82e38c4 {
  min-height: 50px;
}








#s-57f41115-1acd-4ba2-92ea-1b39f82e38c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-57f41115-1acd-4ba2-92ea-1b39f82e38c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 {
  margin-bottom: 3%;
max-width: 40%;
aspect-ratio: 1/1;
text-align: center;
}

#s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-e939fcb6-f10c-4d5e-be95-cb537c9886e9-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-e939fcb6-f10c-4d5e-be95-cb537c9886e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 3%;
}

.shg-image-content-margin-container-s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shogun-image {
  box-sizing: border-box;
}



.s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shogun-image-container {
      position: relative;
    }

    .s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

@media (min-width: 1200px){#s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-e939fcb6-f10c-4d5e-be95-cb537c9886e9-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-e939fcb6-f10c-4d5e-be95-cb537c9886e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shogun-image {
  box-sizing: border-box;
}



.s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shogun-image-container {
      position: relative;
    }

    .s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-e939fcb6-f10c-4d5e-be95-cb537c9886e9-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-e939fcb6-f10c-4d5e-be95-cb537c9886e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shogun-image {
  box-sizing: border-box;
}



.s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shogun-image-container {
      position: relative;
    }

    .s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-e939fcb6-f10c-4d5e-be95-cb537c9886e9-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-e939fcb6-f10c-4d5e-be95-cb537c9886e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shogun-image {
  box-sizing: border-box;
}



.s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shogun-image-container {
      position: relative;
    }

    .s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (max-width: 767px){#s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-e939fcb6-f10c-4d5e-be95-cb537c9886e9-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-e939fcb6-f10c-4d5e-be95-cb537c9886e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shogun-image {
  box-sizing: border-box;
}



.s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shogun-image-container {
      position: relative;
    }

    .s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e939fcb6-f10c-4d5e-be95-cb537c9886e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e939fcb6-f10c-4d5e-be95-cb537c9886e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}
#s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00 {
  max-width: 40%;
aspect-ratio: 2570/469;
text-align: center;
}

#s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00-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-3b2a5f65-9a12-41cb-bf16-5702c0de2b00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00.shogun-image {
  box-sizing: border-box;
}



.s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00 img.shogun-image {
  
}


@media (min-width: 1200px){#s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00-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-3b2a5f65-9a12-41cb-bf16-5702c0de2b00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00.shogun-image {
  box-sizing: border-box;
}



.s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00-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-3b2a5f65-9a12-41cb-bf16-5702c0de2b00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00.shogun-image {
  box-sizing: border-box;
}



.s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00-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-3b2a5f65-9a12-41cb-bf16-5702c0de2b00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00.shogun-image {
  box-sizing: border-box;
}



.s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00 img.shogun-image {
  
}


}@media (max-width: 767px){#s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00-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-3b2a5f65-9a12-41cb-bf16-5702c0de2b00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00.shogun-image {
  box-sizing: border-box;
}



.s-3b2a5f65-9a12-41cb-bf16-5702c0de2b00 img.shogun-image {
  
}


}
#s-5d52d3ef-1c81-40d3-9416-75f9dc58c344 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d52d3ef-1c81-40d3-9416-75f9dc58c344 .shogun-heading-component h2 {
  color: ;
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}



#s-6bebffbb-0ef2-41d0-aec8-af4e900291ab {
  min-height: 50px;
}








#s-6bebffbb-0ef2-41d0-aec8-af4e900291ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6bebffbb-0ef2-41d0-aec8-af4e900291ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a35b529e-3e29-4e0f-9a41-04a915a6b585 {
  margin-bottom: 3%;
max-width: 40%;
aspect-ratio: 1/1;
text-align: center;
}

#s-a35b529e-3e29-4e0f-9a41-04a915a6b585 {
  margin: 0 !important;
  overflow: visible;
}

#s-a35b529e-3e29-4e0f-9a41-04a915a6b585-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-a35b529e-3e29-4e0f-9a41-04a915a6b585 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 3%;
}

.shg-image-content-margin-container-s-a35b529e-3e29-4e0f-9a41-04a915a6b585 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a35b529e-3e29-4e0f-9a41-04a915a6b585 img.shogun-image {
  /* Add background color handling */
  
}

#s-a35b529e-3e29-4e0f-9a41-04a915a6b585 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a35b529e-3e29-4e0f-9a41-04a915a6b585 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a35b529e-3e29-4e0f-9a41-04a915a6b585 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a35b529e-3e29-4e0f-9a41-04a915a6b585 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a35b529e-3e29-4e0f-9a41-04a915a6b585 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-a35b529e-3e29-4e0f-9a41-04a915a6b585 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shogun-image {
  box-sizing: border-box;
}



.s-a35b529e-3e29-4e0f-9a41-04a915a6b585 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a35b529e-3e29-4e0f-9a41-04a915a6b585 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shogun-image-container {
      position: relative;
    }

    .s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a35b529e-3e29-4e0f-9a41-04a915a6b585 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

@media (min-width: 1200px){#s-a35b529e-3e29-4e0f-9a41-04a915a6b585 {
  margin: 0 !important;
  overflow: visible;
}

#s-a35b529e-3e29-4e0f-9a41-04a915a6b585-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-a35b529e-3e29-4e0f-9a41-04a915a6b585 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a35b529e-3e29-4e0f-9a41-04a915a6b585 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a35b529e-3e29-4e0f-9a41-04a915a6b585 img.shogun-image {
  /* Add background color handling */
  
}

#s-a35b529e-3e29-4e0f-9a41-04a915a6b585 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a35b529e-3e29-4e0f-9a41-04a915a6b585 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a35b529e-3e29-4e0f-9a41-04a915a6b585 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a35b529e-3e29-4e0f-9a41-04a915a6b585 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a35b529e-3e29-4e0f-9a41-04a915a6b585 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-a35b529e-3e29-4e0f-9a41-04a915a6b585 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shogun-image {
  box-sizing: border-box;
}



.s-a35b529e-3e29-4e0f-9a41-04a915a6b585 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a35b529e-3e29-4e0f-9a41-04a915a6b585 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shogun-image-container {
      position: relative;
    }

    .s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a35b529e-3e29-4e0f-9a41-04a915a6b585 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a35b529e-3e29-4e0f-9a41-04a915a6b585 {
  margin: 0 !important;
  overflow: visible;
}

#s-a35b529e-3e29-4e0f-9a41-04a915a6b585-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-a35b529e-3e29-4e0f-9a41-04a915a6b585 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a35b529e-3e29-4e0f-9a41-04a915a6b585 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a35b529e-3e29-4e0f-9a41-04a915a6b585 img.shogun-image {
  /* Add background color handling */
  
}

#s-a35b529e-3e29-4e0f-9a41-04a915a6b585 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a35b529e-3e29-4e0f-9a41-04a915a6b585 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a35b529e-3e29-4e0f-9a41-04a915a6b585 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a35b529e-3e29-4e0f-9a41-04a915a6b585 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a35b529e-3e29-4e0f-9a41-04a915a6b585 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-a35b529e-3e29-4e0f-9a41-04a915a6b585 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shogun-image {
  box-sizing: border-box;
}



.s-a35b529e-3e29-4e0f-9a41-04a915a6b585 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a35b529e-3e29-4e0f-9a41-04a915a6b585 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shogun-image-container {
      position: relative;
    }

    .s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a35b529e-3e29-4e0f-9a41-04a915a6b585 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a35b529e-3e29-4e0f-9a41-04a915a6b585 {
  margin: 0 !important;
  overflow: visible;
}

#s-a35b529e-3e29-4e0f-9a41-04a915a6b585-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-a35b529e-3e29-4e0f-9a41-04a915a6b585 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a35b529e-3e29-4e0f-9a41-04a915a6b585 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a35b529e-3e29-4e0f-9a41-04a915a6b585 img.shogun-image {
  /* Add background color handling */
  
}

#s-a35b529e-3e29-4e0f-9a41-04a915a6b585 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a35b529e-3e29-4e0f-9a41-04a915a6b585 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a35b529e-3e29-4e0f-9a41-04a915a6b585 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a35b529e-3e29-4e0f-9a41-04a915a6b585 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a35b529e-3e29-4e0f-9a41-04a915a6b585 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-a35b529e-3e29-4e0f-9a41-04a915a6b585 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shogun-image {
  box-sizing: border-box;
}



.s-a35b529e-3e29-4e0f-9a41-04a915a6b585 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a35b529e-3e29-4e0f-9a41-04a915a6b585 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shogun-image-container {
      position: relative;
    }

    .s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a35b529e-3e29-4e0f-9a41-04a915a6b585 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (max-width: 767px){#s-a35b529e-3e29-4e0f-9a41-04a915a6b585 {
  margin: 0 !important;
  overflow: visible;
}

#s-a35b529e-3e29-4e0f-9a41-04a915a6b585-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-a35b529e-3e29-4e0f-9a41-04a915a6b585 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a35b529e-3e29-4e0f-9a41-04a915a6b585 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a35b529e-3e29-4e0f-9a41-04a915a6b585 img.shogun-image {
  /* Add background color handling */
  
}

#s-a35b529e-3e29-4e0f-9a41-04a915a6b585 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a35b529e-3e29-4e0f-9a41-04a915a6b585 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a35b529e-3e29-4e0f-9a41-04a915a6b585 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a35b529e-3e29-4e0f-9a41-04a915a6b585 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a35b529e-3e29-4e0f-9a41-04a915a6b585 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-a35b529e-3e29-4e0f-9a41-04a915a6b585 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shogun-image {
  box-sizing: border-box;
}



.s-a35b529e-3e29-4e0f-9a41-04a915a6b585 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a35b529e-3e29-4e0f-9a41-04a915a6b585 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shogun-image-container {
      position: relative;
    }

    .s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a35b529e-3e29-4e0f-9a41-04a915a6b585.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a35b529e-3e29-4e0f-9a41-04a915a6b585 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}
#s-e4df70fb-4b58-4ae6-ae50-da86d7d56145 {
  max-width: 40%;
aspect-ratio: 2570/470;
text-align: center;
}

#s-e4df70fb-4b58-4ae6-ae50-da86d7d56145 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4df70fb-4b58-4ae6-ae50-da86d7d56145-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-e4df70fb-4b58-4ae6-ae50-da86d7d56145 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4df70fb-4b58-4ae6-ae50-da86d7d56145 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4df70fb-4b58-4ae6-ae50-da86d7d56145 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4df70fb-4b58-4ae6-ae50-da86d7d56145 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e4df70fb-4b58-4ae6-ae50-da86d7d56145.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-e4df70fb-4b58-4ae6-ae50-da86d7d56145 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4df70fb-4b58-4ae6-ae50-da86d7d56145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4df70fb-4b58-4ae6-ae50-da86d7d56145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4df70fb-4b58-4ae6-ae50-da86d7d56145.shogun-image {
  box-sizing: border-box;
}



.s-e4df70fb-4b58-4ae6-ae50-da86d7d56145 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e4df70fb-4b58-4ae6-ae50-da86d7d56145 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4df70fb-4b58-4ae6-ae50-da86d7d56145-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-e4df70fb-4b58-4ae6-ae50-da86d7d56145 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4df70fb-4b58-4ae6-ae50-da86d7d56145 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4df70fb-4b58-4ae6-ae50-da86d7d56145 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4df70fb-4b58-4ae6-ae50-da86d7d56145 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e4df70fb-4b58-4ae6-ae50-da86d7d56145.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-e4df70fb-4b58-4ae6-ae50-da86d7d56145 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4df70fb-4b58-4ae6-ae50-da86d7d56145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4df70fb-4b58-4ae6-ae50-da86d7d56145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4df70fb-4b58-4ae6-ae50-da86d7d56145.shogun-image {
  box-sizing: border-box;
}



.s-e4df70fb-4b58-4ae6-ae50-da86d7d56145 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e4df70fb-4b58-4ae6-ae50-da86d7d56145 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4df70fb-4b58-4ae6-ae50-da86d7d56145-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-e4df70fb-4b58-4ae6-ae50-da86d7d56145 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4df70fb-4b58-4ae6-ae50-da86d7d56145 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4df70fb-4b58-4ae6-ae50-da86d7d56145 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4df70fb-4b58-4ae6-ae50-da86d7d56145 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e4df70fb-4b58-4ae6-ae50-da86d7d56145.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-e4df70fb-4b58-4ae6-ae50-da86d7d56145 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4df70fb-4b58-4ae6-ae50-da86d7d56145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4df70fb-4b58-4ae6-ae50-da86d7d56145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4df70fb-4b58-4ae6-ae50-da86d7d56145.shogun-image {
  box-sizing: border-box;
}



.s-e4df70fb-4b58-4ae6-ae50-da86d7d56145 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e4df70fb-4b58-4ae6-ae50-da86d7d56145 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4df70fb-4b58-4ae6-ae50-da86d7d56145-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-e4df70fb-4b58-4ae6-ae50-da86d7d56145 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4df70fb-4b58-4ae6-ae50-da86d7d56145 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4df70fb-4b58-4ae6-ae50-da86d7d56145 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4df70fb-4b58-4ae6-ae50-da86d7d56145 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e4df70fb-4b58-4ae6-ae50-da86d7d56145.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-e4df70fb-4b58-4ae6-ae50-da86d7d56145 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4df70fb-4b58-4ae6-ae50-da86d7d56145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4df70fb-4b58-4ae6-ae50-da86d7d56145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4df70fb-4b58-4ae6-ae50-da86d7d56145.shogun-image {
  box-sizing: border-box;
}



.s-e4df70fb-4b58-4ae6-ae50-da86d7d56145 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e4df70fb-4b58-4ae6-ae50-da86d7d56145 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4df70fb-4b58-4ae6-ae50-da86d7d56145-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-e4df70fb-4b58-4ae6-ae50-da86d7d56145 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4df70fb-4b58-4ae6-ae50-da86d7d56145 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4df70fb-4b58-4ae6-ae50-da86d7d56145 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4df70fb-4b58-4ae6-ae50-da86d7d56145 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e4df70fb-4b58-4ae6-ae50-da86d7d56145.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-e4df70fb-4b58-4ae6-ae50-da86d7d56145 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4df70fb-4b58-4ae6-ae50-da86d7d56145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4df70fb-4b58-4ae6-ae50-da86d7d56145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4df70fb-4b58-4ae6-ae50-da86d7d56145.shogun-image {
  box-sizing: border-box;
}



.s-e4df70fb-4b58-4ae6-ae50-da86d7d56145 img.shogun-image {
  
}


}
#s-707a6a0b-0c76-4f9e-92b9-9f7249e398c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-707a6a0b-0c76-4f9e-92b9-9f7249e398c4 .shogun-heading-component h2 {
  color: ;
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}



#s-8be7aa85-f5ee-424c-8d1e-39dbe1b1d626 {
  min-height: 50px;
}








#s-8be7aa85-f5ee-424c-8d1e-39dbe1b1d626 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8be7aa85-f5ee-424c-8d1e-39dbe1b1d626.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d896eb4-0315-4d5e-a543-1fc18cf68006 {
  margin-bottom: 3%;
max-width: 40%;
aspect-ratio: 1/1;
text-align: center;
}

#s-5d896eb4-0315-4d5e-a543-1fc18cf68006 {
  margin: 0 !important;
  overflow: visible;
}

#s-5d896eb4-0315-4d5e-a543-1fc18cf68006-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-5d896eb4-0315-4d5e-a543-1fc18cf68006 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 3%;
}

.shg-image-content-margin-container-s-5d896eb4-0315-4d5e-a543-1fc18cf68006 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d896eb4-0315-4d5e-a543-1fc18cf68006 img.shogun-image {
  /* Add background color handling */
  
}

#s-5d896eb4-0315-4d5e-a543-1fc18cf68006 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d896eb4-0315-4d5e-a543-1fc18cf68006 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5d896eb4-0315-4d5e-a543-1fc18cf68006 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d896eb4-0315-4d5e-a543-1fc18cf68006 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d896eb4-0315-4d5e-a543-1fc18cf68006 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-5d896eb4-0315-4d5e-a543-1fc18cf68006 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shogun-image {
  box-sizing: border-box;
}



.s-5d896eb4-0315-4d5e-a543-1fc18cf68006 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5d896eb4-0315-4d5e-a543-1fc18cf68006 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shogun-image-container {
      position: relative;
    }

    .s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d896eb4-0315-4d5e-a543-1fc18cf68006 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

@media (min-width: 1200px){#s-5d896eb4-0315-4d5e-a543-1fc18cf68006 {
  margin: 0 !important;
  overflow: visible;
}

#s-5d896eb4-0315-4d5e-a543-1fc18cf68006-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-5d896eb4-0315-4d5e-a543-1fc18cf68006 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d896eb4-0315-4d5e-a543-1fc18cf68006 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d896eb4-0315-4d5e-a543-1fc18cf68006 img.shogun-image {
  /* Add background color handling */
  
}

#s-5d896eb4-0315-4d5e-a543-1fc18cf68006 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d896eb4-0315-4d5e-a543-1fc18cf68006 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5d896eb4-0315-4d5e-a543-1fc18cf68006 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d896eb4-0315-4d5e-a543-1fc18cf68006 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d896eb4-0315-4d5e-a543-1fc18cf68006 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-5d896eb4-0315-4d5e-a543-1fc18cf68006 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shogun-image {
  box-sizing: border-box;
}



.s-5d896eb4-0315-4d5e-a543-1fc18cf68006 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5d896eb4-0315-4d5e-a543-1fc18cf68006 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shogun-image-container {
      position: relative;
    }

    .s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d896eb4-0315-4d5e-a543-1fc18cf68006 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5d896eb4-0315-4d5e-a543-1fc18cf68006 {
  margin: 0 !important;
  overflow: visible;
}

#s-5d896eb4-0315-4d5e-a543-1fc18cf68006-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-5d896eb4-0315-4d5e-a543-1fc18cf68006 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d896eb4-0315-4d5e-a543-1fc18cf68006 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d896eb4-0315-4d5e-a543-1fc18cf68006 img.shogun-image {
  /* Add background color handling */
  
}

#s-5d896eb4-0315-4d5e-a543-1fc18cf68006 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d896eb4-0315-4d5e-a543-1fc18cf68006 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5d896eb4-0315-4d5e-a543-1fc18cf68006 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d896eb4-0315-4d5e-a543-1fc18cf68006 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d896eb4-0315-4d5e-a543-1fc18cf68006 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-5d896eb4-0315-4d5e-a543-1fc18cf68006 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shogun-image {
  box-sizing: border-box;
}



.s-5d896eb4-0315-4d5e-a543-1fc18cf68006 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5d896eb4-0315-4d5e-a543-1fc18cf68006 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shogun-image-container {
      position: relative;
    }

    .s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d896eb4-0315-4d5e-a543-1fc18cf68006 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5d896eb4-0315-4d5e-a543-1fc18cf68006 {
  margin: 0 !important;
  overflow: visible;
}

#s-5d896eb4-0315-4d5e-a543-1fc18cf68006-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-5d896eb4-0315-4d5e-a543-1fc18cf68006 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d896eb4-0315-4d5e-a543-1fc18cf68006 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d896eb4-0315-4d5e-a543-1fc18cf68006 img.shogun-image {
  /* Add background color handling */
  
}

#s-5d896eb4-0315-4d5e-a543-1fc18cf68006 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d896eb4-0315-4d5e-a543-1fc18cf68006 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5d896eb4-0315-4d5e-a543-1fc18cf68006 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d896eb4-0315-4d5e-a543-1fc18cf68006 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d896eb4-0315-4d5e-a543-1fc18cf68006 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-5d896eb4-0315-4d5e-a543-1fc18cf68006 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shogun-image {
  box-sizing: border-box;
}



.s-5d896eb4-0315-4d5e-a543-1fc18cf68006 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5d896eb4-0315-4d5e-a543-1fc18cf68006 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shogun-image-container {
      position: relative;
    }

    .s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d896eb4-0315-4d5e-a543-1fc18cf68006 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (max-width: 767px){#s-5d896eb4-0315-4d5e-a543-1fc18cf68006 {
  margin: 0 !important;
  overflow: visible;
}

#s-5d896eb4-0315-4d5e-a543-1fc18cf68006-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-5d896eb4-0315-4d5e-a543-1fc18cf68006 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d896eb4-0315-4d5e-a543-1fc18cf68006 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d896eb4-0315-4d5e-a543-1fc18cf68006 img.shogun-image {
  /* Add background color handling */
  
}

#s-5d896eb4-0315-4d5e-a543-1fc18cf68006 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d896eb4-0315-4d5e-a543-1fc18cf68006 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5d896eb4-0315-4d5e-a543-1fc18cf68006 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d896eb4-0315-4d5e-a543-1fc18cf68006 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d896eb4-0315-4d5e-a543-1fc18cf68006 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-5d896eb4-0315-4d5e-a543-1fc18cf68006 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shogun-image {
  box-sizing: border-box;
}



.s-5d896eb4-0315-4d5e-a543-1fc18cf68006 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5d896eb4-0315-4d5e-a543-1fc18cf68006 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shogun-image-container {
      position: relative;
    }

    .s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d896eb4-0315-4d5e-a543-1fc18cf68006.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d896eb4-0315-4d5e-a543-1fc18cf68006 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}
#s-8f7a890b-76fc-4708-adcb-367639534ee1 {
  max-width: 40%;
aspect-ratio: 2570/470;
text-align: center;
}

#s-8f7a890b-76fc-4708-adcb-367639534ee1 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f7a890b-76fc-4708-adcb-367639534ee1-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-8f7a890b-76fc-4708-adcb-367639534ee1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f7a890b-76fc-4708-adcb-367639534ee1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f7a890b-76fc-4708-adcb-367639534ee1 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f7a890b-76fc-4708-adcb-367639534ee1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f7a890b-76fc-4708-adcb-367639534ee1 .shg-image-content-wrapper {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }

    #s-8f7a890b-76fc-4708-adcb-367639534ee1 .shogun-image-link {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f7a890b-76fc-4708-adcb-367639534ee1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f7a890b-76fc-4708-adcb-367639534ee1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f7a890b-76fc-4708-adcb-367639534ee1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-8f7a890b-76fc-4708-adcb-367639534ee1.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-8f7a890b-76fc-4708-adcb-367639534ee1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f7a890b-76fc-4708-adcb-367639534ee1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f7a890b-76fc-4708-adcb-367639534ee1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f7a890b-76fc-4708-adcb-367639534ee1.shogun-image {
  box-sizing: border-box;
}



.s-8f7a890b-76fc-4708-adcb-367639534ee1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8f7a890b-76fc-4708-adcb-367639534ee1 {
      --shg-aspect-ratio: calc(2570/470); 
    }

    .s-8f7a890b-76fc-4708-adcb-367639534ee1.shogun-image-container {
      position: relative;
    }

    .s-8f7a890b-76fc-4708-adcb-367639534ee1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f7a890b-76fc-4708-adcb-367639534ee1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f7a890b-76fc-4708-adcb-367639534ee1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

@media (min-width: 1200px){#s-8f7a890b-76fc-4708-adcb-367639534ee1 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f7a890b-76fc-4708-adcb-367639534ee1-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-8f7a890b-76fc-4708-adcb-367639534ee1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f7a890b-76fc-4708-adcb-367639534ee1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f7a890b-76fc-4708-adcb-367639534ee1 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f7a890b-76fc-4708-adcb-367639534ee1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f7a890b-76fc-4708-adcb-367639534ee1 .shg-image-content-wrapper {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }

    #s-8f7a890b-76fc-4708-adcb-367639534ee1 .shogun-image-link {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f7a890b-76fc-4708-adcb-367639534ee1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f7a890b-76fc-4708-adcb-367639534ee1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f7a890b-76fc-4708-adcb-367639534ee1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-8f7a890b-76fc-4708-adcb-367639534ee1.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-8f7a890b-76fc-4708-adcb-367639534ee1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f7a890b-76fc-4708-adcb-367639534ee1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f7a890b-76fc-4708-adcb-367639534ee1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f7a890b-76fc-4708-adcb-367639534ee1.shogun-image {
  box-sizing: border-box;
}



.s-8f7a890b-76fc-4708-adcb-367639534ee1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8f7a890b-76fc-4708-adcb-367639534ee1 {
      --shg-aspect-ratio: calc(2570/470); 
    }

    .s-8f7a890b-76fc-4708-adcb-367639534ee1.shogun-image-container {
      position: relative;
    }

    .s-8f7a890b-76fc-4708-adcb-367639534ee1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f7a890b-76fc-4708-adcb-367639534ee1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f7a890b-76fc-4708-adcb-367639534ee1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8f7a890b-76fc-4708-adcb-367639534ee1 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f7a890b-76fc-4708-adcb-367639534ee1-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-8f7a890b-76fc-4708-adcb-367639534ee1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f7a890b-76fc-4708-adcb-367639534ee1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f7a890b-76fc-4708-adcb-367639534ee1 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f7a890b-76fc-4708-adcb-367639534ee1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f7a890b-76fc-4708-adcb-367639534ee1 .shg-image-content-wrapper {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }

    #s-8f7a890b-76fc-4708-adcb-367639534ee1 .shogun-image-link {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f7a890b-76fc-4708-adcb-367639534ee1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f7a890b-76fc-4708-adcb-367639534ee1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f7a890b-76fc-4708-adcb-367639534ee1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-8f7a890b-76fc-4708-adcb-367639534ee1.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-8f7a890b-76fc-4708-adcb-367639534ee1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f7a890b-76fc-4708-adcb-367639534ee1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f7a890b-76fc-4708-adcb-367639534ee1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f7a890b-76fc-4708-adcb-367639534ee1.shogun-image {
  box-sizing: border-box;
}



.s-8f7a890b-76fc-4708-adcb-367639534ee1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8f7a890b-76fc-4708-adcb-367639534ee1 {
      --shg-aspect-ratio: calc(2570/470); 
    }

    .s-8f7a890b-76fc-4708-adcb-367639534ee1.shogun-image-container {
      position: relative;
    }

    .s-8f7a890b-76fc-4708-adcb-367639534ee1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f7a890b-76fc-4708-adcb-367639534ee1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f7a890b-76fc-4708-adcb-367639534ee1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8f7a890b-76fc-4708-adcb-367639534ee1 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f7a890b-76fc-4708-adcb-367639534ee1-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-8f7a890b-76fc-4708-adcb-367639534ee1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f7a890b-76fc-4708-adcb-367639534ee1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f7a890b-76fc-4708-adcb-367639534ee1 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f7a890b-76fc-4708-adcb-367639534ee1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f7a890b-76fc-4708-adcb-367639534ee1 .shg-image-content-wrapper {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }

    #s-8f7a890b-76fc-4708-adcb-367639534ee1 .shogun-image-link {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f7a890b-76fc-4708-adcb-367639534ee1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f7a890b-76fc-4708-adcb-367639534ee1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f7a890b-76fc-4708-adcb-367639534ee1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-8f7a890b-76fc-4708-adcb-367639534ee1.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-8f7a890b-76fc-4708-adcb-367639534ee1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f7a890b-76fc-4708-adcb-367639534ee1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f7a890b-76fc-4708-adcb-367639534ee1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f7a890b-76fc-4708-adcb-367639534ee1.shogun-image {
  box-sizing: border-box;
}



.s-8f7a890b-76fc-4708-adcb-367639534ee1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8f7a890b-76fc-4708-adcb-367639534ee1 {
      --shg-aspect-ratio: calc(2570/470); 
    }

    .s-8f7a890b-76fc-4708-adcb-367639534ee1.shogun-image-container {
      position: relative;
    }

    .s-8f7a890b-76fc-4708-adcb-367639534ee1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f7a890b-76fc-4708-adcb-367639534ee1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f7a890b-76fc-4708-adcb-367639534ee1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (max-width: 767px){#s-8f7a890b-76fc-4708-adcb-367639534ee1 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f7a890b-76fc-4708-adcb-367639534ee1-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-8f7a890b-76fc-4708-adcb-367639534ee1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f7a890b-76fc-4708-adcb-367639534ee1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f7a890b-76fc-4708-adcb-367639534ee1 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f7a890b-76fc-4708-adcb-367639534ee1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f7a890b-76fc-4708-adcb-367639534ee1 .shg-image-content-wrapper {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }

    #s-8f7a890b-76fc-4708-adcb-367639534ee1 .shogun-image-link {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f7a890b-76fc-4708-adcb-367639534ee1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f7a890b-76fc-4708-adcb-367639534ee1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f7a890b-76fc-4708-adcb-367639534ee1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-8f7a890b-76fc-4708-adcb-367639534ee1.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-8f7a890b-76fc-4708-adcb-367639534ee1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f7a890b-76fc-4708-adcb-367639534ee1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f7a890b-76fc-4708-adcb-367639534ee1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f7a890b-76fc-4708-adcb-367639534ee1.shogun-image {
  box-sizing: border-box;
}



.s-8f7a890b-76fc-4708-adcb-367639534ee1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8f7a890b-76fc-4708-adcb-367639534ee1 {
      --shg-aspect-ratio: calc(2570/470); 
    }

    .s-8f7a890b-76fc-4708-adcb-367639534ee1.shogun-image-container {
      position: relative;
    }

    .s-8f7a890b-76fc-4708-adcb-367639534ee1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f7a890b-76fc-4708-adcb-367639534ee1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f7a890b-76fc-4708-adcb-367639534ee1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}
#s-ba605aa2-58b5-46c8-bf6c-92225a3c49f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba605aa2-58b5-46c8-bf6c-92225a3c49f2 .shogun-heading-component h2 {
  color: ;
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 1.4em;
  line-height: 1.2em;
  
  
}



@media (min-width: 0px) {
[id="s-58db4d3d-c569-43bb-9901-77a459d5af9d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-58db4d3d-c569-43bb-9901-77a459d5af9d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-58db4d3d-c569-43bb-9901-77a459d5af9d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-58db4d3d-c569-43bb-9901-77a459d5af9d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-7fbfed6c-ef44-4614-ad08-690097944234 {
  min-height: 50px;
}








#s-7fbfed6c-ef44-4614-ad08-690097944234 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7fbfed6c-ef44-4614-ad08-690097944234.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 {
  margin-bottom: 3%;
max-width: 40%;
aspect-ratio: 1/1;
text-align: center;
}

#s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 {
  margin: 0 !important;
  overflow: visible;
}

#s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33-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-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 3%;
}

.shg-image-content-margin-container-s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 img.shogun-image {
  /* Add background color handling */
  
}

#s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shogun-image {
  box-sizing: border-box;
}



.s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shogun-image-container {
      position: relative;
    }

    .s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

@media (min-width: 1200px){#s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 {
  margin: 0 !important;
  overflow: visible;
}

#s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33-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-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 img.shogun-image {
  /* Add background color handling */
  
}

#s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shogun-image {
  box-sizing: border-box;
}



.s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shogun-image-container {
      position: relative;
    }

    .s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 {
  margin: 0 !important;
  overflow: visible;
}

#s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33-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-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 img.shogun-image {
  /* Add background color handling */
  
}

#s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shogun-image {
  box-sizing: border-box;
}



.s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shogun-image-container {
      position: relative;
    }

    .s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 {
  margin: 0 !important;
  overflow: visible;
}

#s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33-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-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 img.shogun-image {
  /* Add background color handling */
  
}

#s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shogun-image {
  box-sizing: border-box;
}



.s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shogun-image-container {
      position: relative;
    }

    .s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (max-width: 767px){#s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 {
  margin: 0 !important;
  overflow: visible;
}

#s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33-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-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 img.shogun-image {
  /* Add background color handling */
  
}

#s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shogun-image {
  box-sizing: border-box;
}



.s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shogun-image-container {
      position: relative;
    }

    .s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d4c73fd-001e-47c2-89fd-3ddefbb2ef33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}
#s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77 {
  max-width: 40%;
aspect-ratio: 2570/470;
text-align: center;
}

#s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77-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-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77.shogun-image {
  box-sizing: border-box;
}



.s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77 img.shogun-image {
  
}


@media (min-width: 1200px){#s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77-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-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77.shogun-image {
  box-sizing: border-box;
}



.s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77-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-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77.shogun-image {
  box-sizing: border-box;
}



.s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77-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-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77.shogun-image {
  box-sizing: border-box;
}



.s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77 img.shogun-image {
  
}


}@media (max-width: 767px){#s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77-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-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77.shogun-image {
  box-sizing: border-box;
}



.s-4e26fe37-d173-4b48-9ed4-a7ab0d6f3f77 img.shogun-image {
  
}


}
#s-d6aebaab-f775-4681-9fd4-e9366a3a434b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6aebaab-f775-4681-9fd4-e9366a3a434b .shogun-heading-component h2 {
  color: ;
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}



#s-9fe40e59-d8cc-412a-b006-876409f6f39d {
  min-height: 50px;
}








#s-9fe40e59-d8cc-412a-b006-876409f6f39d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9fe40e59-d8cc-412a-b006-876409f6f39d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7ce6904-a115-4f0b-b07c-342446dfd98a {
  margin-bottom: 3%;
max-width: 40%;
aspect-ratio: 1/1;
text-align: center;
}

#s-e7ce6904-a115-4f0b-b07c-342446dfd98a {
  margin: 0 !important;
  overflow: visible;
}

#s-e7ce6904-a115-4f0b-b07c-342446dfd98a-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-e7ce6904-a115-4f0b-b07c-342446dfd98a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 3%;
}

.shg-image-content-margin-container-s-e7ce6904-a115-4f0b-b07c-342446dfd98a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7ce6904-a115-4f0b-b07c-342446dfd98a img.shogun-image {
  /* Add background color handling */
  
}

#s-e7ce6904-a115-4f0b-b07c-342446dfd98a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7ce6904-a115-4f0b-b07c-342446dfd98a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7ce6904-a115-4f0b-b07c-342446dfd98a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7ce6904-a115-4f0b-b07c-342446dfd98a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7ce6904-a115-4f0b-b07c-342446dfd98a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-e7ce6904-a115-4f0b-b07c-342446dfd98a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shogun-image {
  box-sizing: border-box;
}



.s-e7ce6904-a115-4f0b-b07c-342446dfd98a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7ce6904-a115-4f0b-b07c-342446dfd98a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shogun-image-container {
      position: relative;
    }

    .s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7ce6904-a115-4f0b-b07c-342446dfd98a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

@media (min-width: 1200px){#s-e7ce6904-a115-4f0b-b07c-342446dfd98a {
  margin: 0 !important;
  overflow: visible;
}

#s-e7ce6904-a115-4f0b-b07c-342446dfd98a-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-e7ce6904-a115-4f0b-b07c-342446dfd98a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7ce6904-a115-4f0b-b07c-342446dfd98a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7ce6904-a115-4f0b-b07c-342446dfd98a img.shogun-image {
  /* Add background color handling */
  
}

#s-e7ce6904-a115-4f0b-b07c-342446dfd98a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7ce6904-a115-4f0b-b07c-342446dfd98a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7ce6904-a115-4f0b-b07c-342446dfd98a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7ce6904-a115-4f0b-b07c-342446dfd98a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7ce6904-a115-4f0b-b07c-342446dfd98a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-e7ce6904-a115-4f0b-b07c-342446dfd98a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shogun-image {
  box-sizing: border-box;
}



.s-e7ce6904-a115-4f0b-b07c-342446dfd98a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7ce6904-a115-4f0b-b07c-342446dfd98a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shogun-image-container {
      position: relative;
    }

    .s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7ce6904-a115-4f0b-b07c-342446dfd98a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e7ce6904-a115-4f0b-b07c-342446dfd98a {
  margin: 0 !important;
  overflow: visible;
}

#s-e7ce6904-a115-4f0b-b07c-342446dfd98a-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-e7ce6904-a115-4f0b-b07c-342446dfd98a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7ce6904-a115-4f0b-b07c-342446dfd98a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7ce6904-a115-4f0b-b07c-342446dfd98a img.shogun-image {
  /* Add background color handling */
  
}

#s-e7ce6904-a115-4f0b-b07c-342446dfd98a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7ce6904-a115-4f0b-b07c-342446dfd98a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7ce6904-a115-4f0b-b07c-342446dfd98a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7ce6904-a115-4f0b-b07c-342446dfd98a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7ce6904-a115-4f0b-b07c-342446dfd98a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-e7ce6904-a115-4f0b-b07c-342446dfd98a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shogun-image {
  box-sizing: border-box;
}



.s-e7ce6904-a115-4f0b-b07c-342446dfd98a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7ce6904-a115-4f0b-b07c-342446dfd98a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shogun-image-container {
      position: relative;
    }

    .s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7ce6904-a115-4f0b-b07c-342446dfd98a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e7ce6904-a115-4f0b-b07c-342446dfd98a {
  margin: 0 !important;
  overflow: visible;
}

#s-e7ce6904-a115-4f0b-b07c-342446dfd98a-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-e7ce6904-a115-4f0b-b07c-342446dfd98a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7ce6904-a115-4f0b-b07c-342446dfd98a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7ce6904-a115-4f0b-b07c-342446dfd98a img.shogun-image {
  /* Add background color handling */
  
}

#s-e7ce6904-a115-4f0b-b07c-342446dfd98a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7ce6904-a115-4f0b-b07c-342446dfd98a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7ce6904-a115-4f0b-b07c-342446dfd98a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7ce6904-a115-4f0b-b07c-342446dfd98a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7ce6904-a115-4f0b-b07c-342446dfd98a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-e7ce6904-a115-4f0b-b07c-342446dfd98a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shogun-image {
  box-sizing: border-box;
}



.s-e7ce6904-a115-4f0b-b07c-342446dfd98a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7ce6904-a115-4f0b-b07c-342446dfd98a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shogun-image-container {
      position: relative;
    }

    .s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7ce6904-a115-4f0b-b07c-342446dfd98a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (max-width: 767px){#s-e7ce6904-a115-4f0b-b07c-342446dfd98a {
  margin: 0 !important;
  overflow: visible;
}

#s-e7ce6904-a115-4f0b-b07c-342446dfd98a-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-e7ce6904-a115-4f0b-b07c-342446dfd98a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7ce6904-a115-4f0b-b07c-342446dfd98a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7ce6904-a115-4f0b-b07c-342446dfd98a img.shogun-image {
  /* Add background color handling */
  
}

#s-e7ce6904-a115-4f0b-b07c-342446dfd98a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7ce6904-a115-4f0b-b07c-342446dfd98a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7ce6904-a115-4f0b-b07c-342446dfd98a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7ce6904-a115-4f0b-b07c-342446dfd98a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7ce6904-a115-4f0b-b07c-342446dfd98a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-e7ce6904-a115-4f0b-b07c-342446dfd98a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shogun-image {
  box-sizing: border-box;
}



.s-e7ce6904-a115-4f0b-b07c-342446dfd98a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7ce6904-a115-4f0b-b07c-342446dfd98a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shogun-image-container {
      position: relative;
    }

    .s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7ce6904-a115-4f0b-b07c-342446dfd98a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7ce6904-a115-4f0b-b07c-342446dfd98a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}
#s-0b8a6c33-1d67-44bc-a626-060274a7e2b3 {
  max-width: 40%;
aspect-ratio: 2570/469;
text-align: center;
}

#s-0b8a6c33-1d67-44bc-a626-060274a7e2b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b8a6c33-1d67-44bc-a626-060274a7e2b3-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-0b8a6c33-1d67-44bc-a626-060274a7e2b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b8a6c33-1d67-44bc-a626-060274a7e2b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b8a6c33-1d67-44bc-a626-060274a7e2b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b8a6c33-1d67-44bc-a626-060274a7e2b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0b8a6c33-1d67-44bc-a626-060274a7e2b3.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-0b8a6c33-1d67-44bc-a626-060274a7e2b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b8a6c33-1d67-44bc-a626-060274a7e2b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b8a6c33-1d67-44bc-a626-060274a7e2b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b8a6c33-1d67-44bc-a626-060274a7e2b3.shogun-image {
  box-sizing: border-box;
}



.s-0b8a6c33-1d67-44bc-a626-060274a7e2b3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-0b8a6c33-1d67-44bc-a626-060274a7e2b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b8a6c33-1d67-44bc-a626-060274a7e2b3-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-0b8a6c33-1d67-44bc-a626-060274a7e2b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b8a6c33-1d67-44bc-a626-060274a7e2b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b8a6c33-1d67-44bc-a626-060274a7e2b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b8a6c33-1d67-44bc-a626-060274a7e2b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0b8a6c33-1d67-44bc-a626-060274a7e2b3.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-0b8a6c33-1d67-44bc-a626-060274a7e2b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b8a6c33-1d67-44bc-a626-060274a7e2b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b8a6c33-1d67-44bc-a626-060274a7e2b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b8a6c33-1d67-44bc-a626-060274a7e2b3.shogun-image {
  box-sizing: border-box;
}



.s-0b8a6c33-1d67-44bc-a626-060274a7e2b3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0b8a6c33-1d67-44bc-a626-060274a7e2b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b8a6c33-1d67-44bc-a626-060274a7e2b3-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-0b8a6c33-1d67-44bc-a626-060274a7e2b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b8a6c33-1d67-44bc-a626-060274a7e2b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b8a6c33-1d67-44bc-a626-060274a7e2b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b8a6c33-1d67-44bc-a626-060274a7e2b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0b8a6c33-1d67-44bc-a626-060274a7e2b3.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-0b8a6c33-1d67-44bc-a626-060274a7e2b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b8a6c33-1d67-44bc-a626-060274a7e2b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b8a6c33-1d67-44bc-a626-060274a7e2b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b8a6c33-1d67-44bc-a626-060274a7e2b3.shogun-image {
  box-sizing: border-box;
}



.s-0b8a6c33-1d67-44bc-a626-060274a7e2b3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0b8a6c33-1d67-44bc-a626-060274a7e2b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b8a6c33-1d67-44bc-a626-060274a7e2b3-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-0b8a6c33-1d67-44bc-a626-060274a7e2b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b8a6c33-1d67-44bc-a626-060274a7e2b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b8a6c33-1d67-44bc-a626-060274a7e2b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b8a6c33-1d67-44bc-a626-060274a7e2b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0b8a6c33-1d67-44bc-a626-060274a7e2b3.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-0b8a6c33-1d67-44bc-a626-060274a7e2b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b8a6c33-1d67-44bc-a626-060274a7e2b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b8a6c33-1d67-44bc-a626-060274a7e2b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b8a6c33-1d67-44bc-a626-060274a7e2b3.shogun-image {
  box-sizing: border-box;
}



.s-0b8a6c33-1d67-44bc-a626-060274a7e2b3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-0b8a6c33-1d67-44bc-a626-060274a7e2b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b8a6c33-1d67-44bc-a626-060274a7e2b3-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-0b8a6c33-1d67-44bc-a626-060274a7e2b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b8a6c33-1d67-44bc-a626-060274a7e2b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b8a6c33-1d67-44bc-a626-060274a7e2b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b8a6c33-1d67-44bc-a626-060274a7e2b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0b8a6c33-1d67-44bc-a626-060274a7e2b3.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-0b8a6c33-1d67-44bc-a626-060274a7e2b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b8a6c33-1d67-44bc-a626-060274a7e2b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b8a6c33-1d67-44bc-a626-060274a7e2b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b8a6c33-1d67-44bc-a626-060274a7e2b3.shogun-image {
  box-sizing: border-box;
}



.s-0b8a6c33-1d67-44bc-a626-060274a7e2b3 img.shogun-image {
  
}


}
#s-cf6f6595-11dd-42d9-9a9f-7e9ef56da9b3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf6f6595-11dd-42d9-9a9f-7e9ef56da9b3 .shogun-heading-component h2 {
  color: ;
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}



#s-f953395b-7f2a-469a-953e-25a1a5ed2971 {
  min-height: 50px;
}








#s-f953395b-7f2a-469a-953e-25a1a5ed2971 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f953395b-7f2a-469a-953e-25a1a5ed2971.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62feb980-04dd-427b-a619-30f5a08b3dad {
  margin-bottom: 3%;
max-width: 40%;
aspect-ratio: 1/1;
text-align: center;
}

#s-62feb980-04dd-427b-a619-30f5a08b3dad {
  margin: 0 !important;
  overflow: visible;
}

#s-62feb980-04dd-427b-a619-30f5a08b3dad-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-62feb980-04dd-427b-a619-30f5a08b3dad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 3%;
}

.shg-image-content-margin-container-s-62feb980-04dd-427b-a619-30f5a08b3dad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62feb980-04dd-427b-a619-30f5a08b3dad img.shogun-image {
  /* Add background color handling */
  
}

#s-62feb980-04dd-427b-a619-30f5a08b3dad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62feb980-04dd-427b-a619-30f5a08b3dad .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-62feb980-04dd-427b-a619-30f5a08b3dad .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62feb980-04dd-427b-a619-30f5a08b3dad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62feb980-04dd-427b-a619-30f5a08b3dad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62feb980-04dd-427b-a619-30f5a08b3dad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-62feb980-04dd-427b-a619-30f5a08b3dad.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-62feb980-04dd-427b-a619-30f5a08b3dad .shogun-image-content {
  
    justify-content: center;
  
}

.s-62feb980-04dd-427b-a619-30f5a08b3dad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62feb980-04dd-427b-a619-30f5a08b3dad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62feb980-04dd-427b-a619-30f5a08b3dad.shogun-image {
  box-sizing: border-box;
}



.s-62feb980-04dd-427b-a619-30f5a08b3dad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-62feb980-04dd-427b-a619-30f5a08b3dad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-62feb980-04dd-427b-a619-30f5a08b3dad.shogun-image-container {
      position: relative;
    }

    .s-62feb980-04dd-427b-a619-30f5a08b3dad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62feb980-04dd-427b-a619-30f5a08b3dad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62feb980-04dd-427b-a619-30f5a08b3dad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

@media (min-width: 1200px){#s-62feb980-04dd-427b-a619-30f5a08b3dad {
  margin: 0 !important;
  overflow: visible;
}

#s-62feb980-04dd-427b-a619-30f5a08b3dad-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-62feb980-04dd-427b-a619-30f5a08b3dad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62feb980-04dd-427b-a619-30f5a08b3dad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62feb980-04dd-427b-a619-30f5a08b3dad img.shogun-image {
  /* Add background color handling */
  
}

#s-62feb980-04dd-427b-a619-30f5a08b3dad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62feb980-04dd-427b-a619-30f5a08b3dad .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-62feb980-04dd-427b-a619-30f5a08b3dad .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62feb980-04dd-427b-a619-30f5a08b3dad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62feb980-04dd-427b-a619-30f5a08b3dad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62feb980-04dd-427b-a619-30f5a08b3dad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-62feb980-04dd-427b-a619-30f5a08b3dad.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-62feb980-04dd-427b-a619-30f5a08b3dad .shogun-image-content {
  
    justify-content: center;
  
}

.s-62feb980-04dd-427b-a619-30f5a08b3dad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62feb980-04dd-427b-a619-30f5a08b3dad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62feb980-04dd-427b-a619-30f5a08b3dad.shogun-image {
  box-sizing: border-box;
}



.s-62feb980-04dd-427b-a619-30f5a08b3dad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-62feb980-04dd-427b-a619-30f5a08b3dad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-62feb980-04dd-427b-a619-30f5a08b3dad.shogun-image-container {
      position: relative;
    }

    .s-62feb980-04dd-427b-a619-30f5a08b3dad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62feb980-04dd-427b-a619-30f5a08b3dad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62feb980-04dd-427b-a619-30f5a08b3dad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-62feb980-04dd-427b-a619-30f5a08b3dad {
  margin: 0 !important;
  overflow: visible;
}

#s-62feb980-04dd-427b-a619-30f5a08b3dad-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-62feb980-04dd-427b-a619-30f5a08b3dad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62feb980-04dd-427b-a619-30f5a08b3dad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62feb980-04dd-427b-a619-30f5a08b3dad img.shogun-image {
  /* Add background color handling */
  
}

#s-62feb980-04dd-427b-a619-30f5a08b3dad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62feb980-04dd-427b-a619-30f5a08b3dad .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-62feb980-04dd-427b-a619-30f5a08b3dad .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62feb980-04dd-427b-a619-30f5a08b3dad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62feb980-04dd-427b-a619-30f5a08b3dad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62feb980-04dd-427b-a619-30f5a08b3dad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-62feb980-04dd-427b-a619-30f5a08b3dad.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-62feb980-04dd-427b-a619-30f5a08b3dad .shogun-image-content {
  
    justify-content: center;
  
}

.s-62feb980-04dd-427b-a619-30f5a08b3dad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62feb980-04dd-427b-a619-30f5a08b3dad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62feb980-04dd-427b-a619-30f5a08b3dad.shogun-image {
  box-sizing: border-box;
}



.s-62feb980-04dd-427b-a619-30f5a08b3dad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-62feb980-04dd-427b-a619-30f5a08b3dad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-62feb980-04dd-427b-a619-30f5a08b3dad.shogun-image-container {
      position: relative;
    }

    .s-62feb980-04dd-427b-a619-30f5a08b3dad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62feb980-04dd-427b-a619-30f5a08b3dad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62feb980-04dd-427b-a619-30f5a08b3dad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-62feb980-04dd-427b-a619-30f5a08b3dad {
  margin: 0 !important;
  overflow: visible;
}

#s-62feb980-04dd-427b-a619-30f5a08b3dad-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-62feb980-04dd-427b-a619-30f5a08b3dad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62feb980-04dd-427b-a619-30f5a08b3dad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62feb980-04dd-427b-a619-30f5a08b3dad img.shogun-image {
  /* Add background color handling */
  
}

#s-62feb980-04dd-427b-a619-30f5a08b3dad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62feb980-04dd-427b-a619-30f5a08b3dad .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-62feb980-04dd-427b-a619-30f5a08b3dad .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62feb980-04dd-427b-a619-30f5a08b3dad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62feb980-04dd-427b-a619-30f5a08b3dad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62feb980-04dd-427b-a619-30f5a08b3dad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-62feb980-04dd-427b-a619-30f5a08b3dad.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-62feb980-04dd-427b-a619-30f5a08b3dad .shogun-image-content {
  
    justify-content: center;
  
}

.s-62feb980-04dd-427b-a619-30f5a08b3dad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62feb980-04dd-427b-a619-30f5a08b3dad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62feb980-04dd-427b-a619-30f5a08b3dad.shogun-image {
  box-sizing: border-box;
}



.s-62feb980-04dd-427b-a619-30f5a08b3dad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-62feb980-04dd-427b-a619-30f5a08b3dad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-62feb980-04dd-427b-a619-30f5a08b3dad.shogun-image-container {
      position: relative;
    }

    .s-62feb980-04dd-427b-a619-30f5a08b3dad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62feb980-04dd-427b-a619-30f5a08b3dad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62feb980-04dd-427b-a619-30f5a08b3dad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (max-width: 767px){#s-62feb980-04dd-427b-a619-30f5a08b3dad {
  margin: 0 !important;
  overflow: visible;
}

#s-62feb980-04dd-427b-a619-30f5a08b3dad-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-62feb980-04dd-427b-a619-30f5a08b3dad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62feb980-04dd-427b-a619-30f5a08b3dad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62feb980-04dd-427b-a619-30f5a08b3dad img.shogun-image {
  /* Add background color handling */
  
}

#s-62feb980-04dd-427b-a619-30f5a08b3dad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62feb980-04dd-427b-a619-30f5a08b3dad .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-62feb980-04dd-427b-a619-30f5a08b3dad .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62feb980-04dd-427b-a619-30f5a08b3dad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62feb980-04dd-427b-a619-30f5a08b3dad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62feb980-04dd-427b-a619-30f5a08b3dad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-62feb980-04dd-427b-a619-30f5a08b3dad.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-62feb980-04dd-427b-a619-30f5a08b3dad .shogun-image-content {
  
    justify-content: center;
  
}

.s-62feb980-04dd-427b-a619-30f5a08b3dad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62feb980-04dd-427b-a619-30f5a08b3dad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62feb980-04dd-427b-a619-30f5a08b3dad.shogun-image {
  box-sizing: border-box;
}



.s-62feb980-04dd-427b-a619-30f5a08b3dad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-62feb980-04dd-427b-a619-30f5a08b3dad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-62feb980-04dd-427b-a619-30f5a08b3dad.shogun-image-container {
      position: relative;
    }

    .s-62feb980-04dd-427b-a619-30f5a08b3dad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62feb980-04dd-427b-a619-30f5a08b3dad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62feb980-04dd-427b-a619-30f5a08b3dad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}
#s-5a18e848-a3d1-4300-b18d-83453bd69a16 {
  max-width: 40%;
aspect-ratio: 2570/470;
text-align: center;
}

#s-5a18e848-a3d1-4300-b18d-83453bd69a16 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a18e848-a3d1-4300-b18d-83453bd69a16-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-5a18e848-a3d1-4300-b18d-83453bd69a16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a18e848-a3d1-4300-b18d-83453bd69a16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a18e848-a3d1-4300-b18d-83453bd69a16 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a18e848-a3d1-4300-b18d-83453bd69a16 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5a18e848-a3d1-4300-b18d-83453bd69a16.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-5a18e848-a3d1-4300-b18d-83453bd69a16 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a18e848-a3d1-4300-b18d-83453bd69a16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a18e848-a3d1-4300-b18d-83453bd69a16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a18e848-a3d1-4300-b18d-83453bd69a16.shogun-image {
  box-sizing: border-box;
}



.s-5a18e848-a3d1-4300-b18d-83453bd69a16 img.shogun-image {
  
}


@media (min-width: 1200px){#s-5a18e848-a3d1-4300-b18d-83453bd69a16 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a18e848-a3d1-4300-b18d-83453bd69a16-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-5a18e848-a3d1-4300-b18d-83453bd69a16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a18e848-a3d1-4300-b18d-83453bd69a16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a18e848-a3d1-4300-b18d-83453bd69a16 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a18e848-a3d1-4300-b18d-83453bd69a16 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5a18e848-a3d1-4300-b18d-83453bd69a16.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-5a18e848-a3d1-4300-b18d-83453bd69a16 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a18e848-a3d1-4300-b18d-83453bd69a16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a18e848-a3d1-4300-b18d-83453bd69a16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a18e848-a3d1-4300-b18d-83453bd69a16.shogun-image {
  box-sizing: border-box;
}



.s-5a18e848-a3d1-4300-b18d-83453bd69a16 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5a18e848-a3d1-4300-b18d-83453bd69a16 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a18e848-a3d1-4300-b18d-83453bd69a16-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-5a18e848-a3d1-4300-b18d-83453bd69a16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a18e848-a3d1-4300-b18d-83453bd69a16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a18e848-a3d1-4300-b18d-83453bd69a16 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a18e848-a3d1-4300-b18d-83453bd69a16 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5a18e848-a3d1-4300-b18d-83453bd69a16.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-5a18e848-a3d1-4300-b18d-83453bd69a16 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a18e848-a3d1-4300-b18d-83453bd69a16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a18e848-a3d1-4300-b18d-83453bd69a16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a18e848-a3d1-4300-b18d-83453bd69a16.shogun-image {
  box-sizing: border-box;
}



.s-5a18e848-a3d1-4300-b18d-83453bd69a16 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5a18e848-a3d1-4300-b18d-83453bd69a16 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a18e848-a3d1-4300-b18d-83453bd69a16-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-5a18e848-a3d1-4300-b18d-83453bd69a16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a18e848-a3d1-4300-b18d-83453bd69a16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a18e848-a3d1-4300-b18d-83453bd69a16 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a18e848-a3d1-4300-b18d-83453bd69a16 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5a18e848-a3d1-4300-b18d-83453bd69a16.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-5a18e848-a3d1-4300-b18d-83453bd69a16 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a18e848-a3d1-4300-b18d-83453bd69a16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a18e848-a3d1-4300-b18d-83453bd69a16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a18e848-a3d1-4300-b18d-83453bd69a16.shogun-image {
  box-sizing: border-box;
}



.s-5a18e848-a3d1-4300-b18d-83453bd69a16 img.shogun-image {
  
}


}@media (max-width: 767px){#s-5a18e848-a3d1-4300-b18d-83453bd69a16 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a18e848-a3d1-4300-b18d-83453bd69a16-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-5a18e848-a3d1-4300-b18d-83453bd69a16 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a18e848-a3d1-4300-b18d-83453bd69a16 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a18e848-a3d1-4300-b18d-83453bd69a16 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a18e848-a3d1-4300-b18d-83453bd69a16 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5a18e848-a3d1-4300-b18d-83453bd69a16.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-5a18e848-a3d1-4300-b18d-83453bd69a16 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a18e848-a3d1-4300-b18d-83453bd69a16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a18e848-a3d1-4300-b18d-83453bd69a16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a18e848-a3d1-4300-b18d-83453bd69a16.shogun-image {
  box-sizing: border-box;
}



.s-5a18e848-a3d1-4300-b18d-83453bd69a16 img.shogun-image {
  
}


}
#s-fd7ed149-9fe8-4e26-bdf2-535cbe7d9387 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd7ed149-9fe8-4e26-bdf2-535cbe7d9387 .shogun-heading-component h2 {
  color: ;
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}



#s-4b56c3c0-9bb1-4d9e-beb0-0cb581fd59b4 {
  min-height: 50px;
}








#s-4b56c3c0-9bb1-4d9e-beb0-0cb581fd59b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b56c3c0-9bb1-4d9e-beb0-0cb581fd59b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9ed298a-0a6d-4eb6-84a2-39522db95758 {
  margin-bottom: 4%;
max-width: 40%;
aspect-ratio: 1/1;
text-align: center;
}

#s-a9ed298a-0a6d-4eb6-84a2-39522db95758 {
  margin: 0 !important;
  overflow: visible;
}

#s-a9ed298a-0a6d-4eb6-84a2-39522db95758-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-a9ed298a-0a6d-4eb6-84a2-39522db95758 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 4%;
}

.shg-image-content-margin-container-s-a9ed298a-0a6d-4eb6-84a2-39522db95758 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9ed298a-0a6d-4eb6-84a2-39522db95758 img.shogun-image {
  /* Add background color handling */
  
}

#s-a9ed298a-0a6d-4eb6-84a2-39522db95758 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9ed298a-0a6d-4eb6-84a2-39522db95758 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a9ed298a-0a6d-4eb6-84a2-39522db95758 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9ed298a-0a6d-4eb6-84a2-39522db95758 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9ed298a-0a6d-4eb6-84a2-39522db95758 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-a9ed298a-0a6d-4eb6-84a2-39522db95758 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shogun-image {
  box-sizing: border-box;
}



.s-a9ed298a-0a6d-4eb6-84a2-39522db95758 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a9ed298a-0a6d-4eb6-84a2-39522db95758 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shogun-image-container {
      position: relative;
    }

    .s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9ed298a-0a6d-4eb6-84a2-39522db95758 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

@media (min-width: 1200px){#s-a9ed298a-0a6d-4eb6-84a2-39522db95758 {
  margin: 0 !important;
  overflow: visible;
}

#s-a9ed298a-0a6d-4eb6-84a2-39522db95758-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-a9ed298a-0a6d-4eb6-84a2-39522db95758 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9ed298a-0a6d-4eb6-84a2-39522db95758 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9ed298a-0a6d-4eb6-84a2-39522db95758 img.shogun-image {
  /* Add background color handling */
  
}

#s-a9ed298a-0a6d-4eb6-84a2-39522db95758 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9ed298a-0a6d-4eb6-84a2-39522db95758 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a9ed298a-0a6d-4eb6-84a2-39522db95758 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9ed298a-0a6d-4eb6-84a2-39522db95758 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9ed298a-0a6d-4eb6-84a2-39522db95758 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-a9ed298a-0a6d-4eb6-84a2-39522db95758 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shogun-image {
  box-sizing: border-box;
}



.s-a9ed298a-0a6d-4eb6-84a2-39522db95758 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a9ed298a-0a6d-4eb6-84a2-39522db95758 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shogun-image-container {
      position: relative;
    }

    .s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9ed298a-0a6d-4eb6-84a2-39522db95758 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a9ed298a-0a6d-4eb6-84a2-39522db95758 {
  margin: 0 !important;
  overflow: visible;
}

#s-a9ed298a-0a6d-4eb6-84a2-39522db95758-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-a9ed298a-0a6d-4eb6-84a2-39522db95758 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9ed298a-0a6d-4eb6-84a2-39522db95758 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9ed298a-0a6d-4eb6-84a2-39522db95758 img.shogun-image {
  /* Add background color handling */
  
}

#s-a9ed298a-0a6d-4eb6-84a2-39522db95758 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9ed298a-0a6d-4eb6-84a2-39522db95758 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a9ed298a-0a6d-4eb6-84a2-39522db95758 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9ed298a-0a6d-4eb6-84a2-39522db95758 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9ed298a-0a6d-4eb6-84a2-39522db95758 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-a9ed298a-0a6d-4eb6-84a2-39522db95758 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shogun-image {
  box-sizing: border-box;
}



.s-a9ed298a-0a6d-4eb6-84a2-39522db95758 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a9ed298a-0a6d-4eb6-84a2-39522db95758 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shogun-image-container {
      position: relative;
    }

    .s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9ed298a-0a6d-4eb6-84a2-39522db95758 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a9ed298a-0a6d-4eb6-84a2-39522db95758 {
  margin: 0 !important;
  overflow: visible;
}

#s-a9ed298a-0a6d-4eb6-84a2-39522db95758-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-a9ed298a-0a6d-4eb6-84a2-39522db95758 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9ed298a-0a6d-4eb6-84a2-39522db95758 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9ed298a-0a6d-4eb6-84a2-39522db95758 img.shogun-image {
  /* Add background color handling */
  
}

#s-a9ed298a-0a6d-4eb6-84a2-39522db95758 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9ed298a-0a6d-4eb6-84a2-39522db95758 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a9ed298a-0a6d-4eb6-84a2-39522db95758 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9ed298a-0a6d-4eb6-84a2-39522db95758 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9ed298a-0a6d-4eb6-84a2-39522db95758 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-a9ed298a-0a6d-4eb6-84a2-39522db95758 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shogun-image {
  box-sizing: border-box;
}



.s-a9ed298a-0a6d-4eb6-84a2-39522db95758 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a9ed298a-0a6d-4eb6-84a2-39522db95758 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shogun-image-container {
      position: relative;
    }

    .s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9ed298a-0a6d-4eb6-84a2-39522db95758 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (max-width: 767px){#s-a9ed298a-0a6d-4eb6-84a2-39522db95758 {
  margin: 0 !important;
  overflow: visible;
}

#s-a9ed298a-0a6d-4eb6-84a2-39522db95758-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-a9ed298a-0a6d-4eb6-84a2-39522db95758 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9ed298a-0a6d-4eb6-84a2-39522db95758 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9ed298a-0a6d-4eb6-84a2-39522db95758 img.shogun-image {
  /* Add background color handling */
  
}

#s-a9ed298a-0a6d-4eb6-84a2-39522db95758 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9ed298a-0a6d-4eb6-84a2-39522db95758 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a9ed298a-0a6d-4eb6-84a2-39522db95758 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9ed298a-0a6d-4eb6-84a2-39522db95758 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9ed298a-0a6d-4eb6-84a2-39522db95758 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-a9ed298a-0a6d-4eb6-84a2-39522db95758 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shogun-image {
  box-sizing: border-box;
}



.s-a9ed298a-0a6d-4eb6-84a2-39522db95758 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a9ed298a-0a6d-4eb6-84a2-39522db95758 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shogun-image-container {
      position: relative;
    }

    .s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9ed298a-0a6d-4eb6-84a2-39522db95758.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9ed298a-0a6d-4eb6-84a2-39522db95758 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}
#s-acc6b269-df48-4a26-9900-c89e12526419 {
  max-width: 40%;
aspect-ratio: 2570/469;
text-align: center;
}

#s-acc6b269-df48-4a26-9900-c89e12526419 {
  margin: 0 !important;
  overflow: visible;
}

#s-acc6b269-df48-4a26-9900-c89e12526419-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-acc6b269-df48-4a26-9900-c89e12526419 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acc6b269-df48-4a26-9900-c89e12526419 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acc6b269-df48-4a26-9900-c89e12526419 img.shogun-image {
  /* Add background color handling */
  
}

#s-acc6b269-df48-4a26-9900-c89e12526419 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acc6b269-df48-4a26-9900-c89e12526419 .shg-image-content-wrapper {
      aspect-ratio: 2570/469;
      min-width: 100%;
      height: auto;
    }

    #s-acc6b269-df48-4a26-9900-c89e12526419 .shogun-image-link {
      aspect-ratio: 2570/469;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acc6b269-df48-4a26-9900-c89e12526419 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acc6b269-df48-4a26-9900-c89e12526419.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acc6b269-df48-4a26-9900-c89e12526419 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-acc6b269-df48-4a26-9900-c89e12526419.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-acc6b269-df48-4a26-9900-c89e12526419 .shogun-image-content {
  
    justify-content: center;
  
}

.s-acc6b269-df48-4a26-9900-c89e12526419.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acc6b269-df48-4a26-9900-c89e12526419.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acc6b269-df48-4a26-9900-c89e12526419.shogun-image {
  box-sizing: border-box;
}



.s-acc6b269-df48-4a26-9900-c89e12526419 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-acc6b269-df48-4a26-9900-c89e12526419 {
      --shg-aspect-ratio: calc(2570/469); 
    }

    .s-acc6b269-df48-4a26-9900-c89e12526419.shogun-image-container {
      position: relative;
    }

    .s-acc6b269-df48-4a26-9900-c89e12526419.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acc6b269-df48-4a26-9900-c89e12526419.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acc6b269-df48-4a26-9900-c89e12526419 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

@media (min-width: 1200px){#s-acc6b269-df48-4a26-9900-c89e12526419 {
  margin: 0 !important;
  overflow: visible;
}

#s-acc6b269-df48-4a26-9900-c89e12526419-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-acc6b269-df48-4a26-9900-c89e12526419 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acc6b269-df48-4a26-9900-c89e12526419 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acc6b269-df48-4a26-9900-c89e12526419 img.shogun-image {
  /* Add background color handling */
  
}

#s-acc6b269-df48-4a26-9900-c89e12526419 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acc6b269-df48-4a26-9900-c89e12526419 .shg-image-content-wrapper {
      aspect-ratio: 2570/469;
      min-width: 100%;
      height: auto;
    }

    #s-acc6b269-df48-4a26-9900-c89e12526419 .shogun-image-link {
      aspect-ratio: 2570/469;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acc6b269-df48-4a26-9900-c89e12526419 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acc6b269-df48-4a26-9900-c89e12526419.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acc6b269-df48-4a26-9900-c89e12526419 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-acc6b269-df48-4a26-9900-c89e12526419.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-acc6b269-df48-4a26-9900-c89e12526419 .shogun-image-content {
  
    justify-content: center;
  
}

.s-acc6b269-df48-4a26-9900-c89e12526419.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acc6b269-df48-4a26-9900-c89e12526419.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acc6b269-df48-4a26-9900-c89e12526419.shogun-image {
  box-sizing: border-box;
}



.s-acc6b269-df48-4a26-9900-c89e12526419 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-acc6b269-df48-4a26-9900-c89e12526419 {
      --shg-aspect-ratio: calc(2570/469); 
    }

    .s-acc6b269-df48-4a26-9900-c89e12526419.shogun-image-container {
      position: relative;
    }

    .s-acc6b269-df48-4a26-9900-c89e12526419.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acc6b269-df48-4a26-9900-c89e12526419.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acc6b269-df48-4a26-9900-c89e12526419 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-acc6b269-df48-4a26-9900-c89e12526419 {
  margin: 0 !important;
  overflow: visible;
}

#s-acc6b269-df48-4a26-9900-c89e12526419-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-acc6b269-df48-4a26-9900-c89e12526419 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acc6b269-df48-4a26-9900-c89e12526419 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acc6b269-df48-4a26-9900-c89e12526419 img.shogun-image {
  /* Add background color handling */
  
}

#s-acc6b269-df48-4a26-9900-c89e12526419 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acc6b269-df48-4a26-9900-c89e12526419 .shg-image-content-wrapper {
      aspect-ratio: 2570/469;
      min-width: 100%;
      height: auto;
    }

    #s-acc6b269-df48-4a26-9900-c89e12526419 .shogun-image-link {
      aspect-ratio: 2570/469;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acc6b269-df48-4a26-9900-c89e12526419 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acc6b269-df48-4a26-9900-c89e12526419.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acc6b269-df48-4a26-9900-c89e12526419 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-acc6b269-df48-4a26-9900-c89e12526419.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-acc6b269-df48-4a26-9900-c89e12526419 .shogun-image-content {
  
    justify-content: center;
  
}

.s-acc6b269-df48-4a26-9900-c89e12526419.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acc6b269-df48-4a26-9900-c89e12526419.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acc6b269-df48-4a26-9900-c89e12526419.shogun-image {
  box-sizing: border-box;
}



.s-acc6b269-df48-4a26-9900-c89e12526419 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-acc6b269-df48-4a26-9900-c89e12526419 {
      --shg-aspect-ratio: calc(2570/469); 
    }

    .s-acc6b269-df48-4a26-9900-c89e12526419.shogun-image-container {
      position: relative;
    }

    .s-acc6b269-df48-4a26-9900-c89e12526419.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acc6b269-df48-4a26-9900-c89e12526419.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acc6b269-df48-4a26-9900-c89e12526419 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-acc6b269-df48-4a26-9900-c89e12526419 {
  margin: 0 !important;
  overflow: visible;
}

#s-acc6b269-df48-4a26-9900-c89e12526419-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-acc6b269-df48-4a26-9900-c89e12526419 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acc6b269-df48-4a26-9900-c89e12526419 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acc6b269-df48-4a26-9900-c89e12526419 img.shogun-image {
  /* Add background color handling */
  
}

#s-acc6b269-df48-4a26-9900-c89e12526419 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acc6b269-df48-4a26-9900-c89e12526419 .shg-image-content-wrapper {
      aspect-ratio: 2570/469;
      min-width: 100%;
      height: auto;
    }

    #s-acc6b269-df48-4a26-9900-c89e12526419 .shogun-image-link {
      aspect-ratio: 2570/469;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acc6b269-df48-4a26-9900-c89e12526419 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acc6b269-df48-4a26-9900-c89e12526419.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acc6b269-df48-4a26-9900-c89e12526419 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-acc6b269-df48-4a26-9900-c89e12526419.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-acc6b269-df48-4a26-9900-c89e12526419 .shogun-image-content {
  
    justify-content: center;
  
}

.s-acc6b269-df48-4a26-9900-c89e12526419.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acc6b269-df48-4a26-9900-c89e12526419.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acc6b269-df48-4a26-9900-c89e12526419.shogun-image {
  box-sizing: border-box;
}



.s-acc6b269-df48-4a26-9900-c89e12526419 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-acc6b269-df48-4a26-9900-c89e12526419 {
      --shg-aspect-ratio: calc(2570/469); 
    }

    .s-acc6b269-df48-4a26-9900-c89e12526419.shogun-image-container {
      position: relative;
    }

    .s-acc6b269-df48-4a26-9900-c89e12526419.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acc6b269-df48-4a26-9900-c89e12526419.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acc6b269-df48-4a26-9900-c89e12526419 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (max-width: 767px){#s-acc6b269-df48-4a26-9900-c89e12526419 {
  margin: 0 !important;
  overflow: visible;
}

#s-acc6b269-df48-4a26-9900-c89e12526419-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-acc6b269-df48-4a26-9900-c89e12526419 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acc6b269-df48-4a26-9900-c89e12526419 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acc6b269-df48-4a26-9900-c89e12526419 img.shogun-image {
  /* Add background color handling */
  
}

#s-acc6b269-df48-4a26-9900-c89e12526419 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acc6b269-df48-4a26-9900-c89e12526419 .shg-image-content-wrapper {
      aspect-ratio: 2570/469;
      min-width: 100%;
      height: auto;
    }

    #s-acc6b269-df48-4a26-9900-c89e12526419 .shogun-image-link {
      aspect-ratio: 2570/469;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acc6b269-df48-4a26-9900-c89e12526419 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acc6b269-df48-4a26-9900-c89e12526419.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acc6b269-df48-4a26-9900-c89e12526419 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-acc6b269-df48-4a26-9900-c89e12526419.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-acc6b269-df48-4a26-9900-c89e12526419 .shogun-image-content {
  
    justify-content: center;
  
}

.s-acc6b269-df48-4a26-9900-c89e12526419.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acc6b269-df48-4a26-9900-c89e12526419.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acc6b269-df48-4a26-9900-c89e12526419.shogun-image {
  box-sizing: border-box;
}



.s-acc6b269-df48-4a26-9900-c89e12526419 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-acc6b269-df48-4a26-9900-c89e12526419 {
      --shg-aspect-ratio: calc(2570/469); 
    }

    .s-acc6b269-df48-4a26-9900-c89e12526419.shogun-image-container {
      position: relative;
    }

    .s-acc6b269-df48-4a26-9900-c89e12526419.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acc6b269-df48-4a26-9900-c89e12526419.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acc6b269-df48-4a26-9900-c89e12526419 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}
#s-adb92f9e-49f4-4587-81a1-8dc1154d2d95 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-adb92f9e-49f4-4587-81a1-8dc1154d2d95 .shogun-heading-component h2 {
  color: ;
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}



#s-eb96b36b-6d39-4067-9bd3-aab3e9fe7624 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: right bottom;
}
@media (min-width: 1200px){#s-eb96b36b-6d39-4067-9bd3-aab3e9fe7624 {
  min-height: 90px;
}
}
#s-eb96b36b-6d39-4067-9bd3-aab3e9fe7624 {
  background-image: url(https://i.shgcdn.com/fd75c1ee-f604-4ecf-ab3b-ae1c83786f2e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-eb96b36b-6d39-4067-9bd3-aab3e9fe7624 {
  background-image: url(https://i.shgcdn.com/fd75c1ee-f604-4ecf-ab3b-ae1c83786f2e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-eb96b36b-6d39-4067-9bd3-aab3e9fe7624.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-eb96b36b-6d39-4067-9bd3-aab3e9fe7624 {
  background-image: url(https://i.shgcdn.com/fd75c1ee-f604-4ecf-ab3b-ae1c83786f2e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-eb96b36b-6d39-4067-9bd3-aab3e9fe7624.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-eb96b36b-6d39-4067-9bd3-aab3e9fe7624 {
  background-image: url(https://i.shgcdn.com/fd75c1ee-f604-4ecf-ab3b-ae1c83786f2e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-eb96b36b-6d39-4067-9bd3-aab3e9fe7624.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-eb96b36b-6d39-4067-9bd3-aab3e9fe7624 {
  background-image: url(https://i.shgcdn.com/fd75c1ee-f604-4ecf-ab3b-ae1c83786f2e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-eb96b36b-6d39-4067-9bd3-aab3e9fe7624.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-eb96b36b-6d39-4067-9bd3-aab3e9fe7624 {
  background-image: url(https://i.shgcdn.com/fd75c1ee-f604-4ecf-ab3b-ae1c83786f2e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-eb96b36b-6d39-4067-9bd3-aab3e9fe7624.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-eb96b36b-6d39-4067-9bd3-aab3e9fe7624 {
  background-image: url(https://i.shgcdn.com/fd75c1ee-f604-4ecf-ab3b-ae1c83786f2e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-eb96b36b-6d39-4067-9bd3-aab3e9fe7624.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-eb96b36b-6d39-4067-9bd3-aab3e9fe7624 {
  background-image: url(https://i.shgcdn.com/fd75c1ee-f604-4ecf-ab3b-ae1c83786f2e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-eb96b36b-6d39-4067-9bd3-aab3e9fe7624.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-eb96b36b-6d39-4067-9bd3-aab3e9fe7624 {
  background-image: url(https://i.shgcdn.com/fd75c1ee-f604-4ecf-ab3b-ae1c83786f2e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-eb96b36b-6d39-4067-9bd3-aab3e9fe7624.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-eb96b36b-6d39-4067-9bd3-aab3e9fe7624 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eb96b36b-6d39-4067-9bd3-aab3e9fe7624.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22a816bd-903f-416f-9f06-c8c7f8da888a {
  max-width: 80%;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-22a816bd-903f-416f-9f06-c8c7f8da888a {
  display: none;
}
#s-22a816bd-903f-416f-9f06-c8c7f8da888a, #wrap-s-22a816bd-903f-416f-9f06-c8c7f8da888a, #wrap-content-s-22a816bd-903f-416f-9f06-c8c7f8da888a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22a816bd-903f-416f-9f06-c8c7f8da888a {
  display: none;
}
#s-22a816bd-903f-416f-9f06-c8c7f8da888a, #wrap-s-22a816bd-903f-416f-9f06-c8c7f8da888a, #wrap-content-s-22a816bd-903f-416f-9f06-c8c7f8da888a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-22a816bd-903f-416f-9f06-c8c7f8da888a {
  margin-top: 10%;
margin-bottom: 10%;
display: none;
}
#s-22a816bd-903f-416f-9f06-c8c7f8da888a, #wrap-s-22a816bd-903f-416f-9f06-c8c7f8da888a, #wrap-content-s-22a816bd-903f-416f-9f06-c8c7f8da888a { display: none !important; }}@media (max-width: 767px){#s-22a816bd-903f-416f-9f06-c8c7f8da888a {
  margin-top: 15%;
margin-bottom: 15%;
}
}
#s-22a816bd-903f-416f-9f06-c8c7f8da888a {
  margin: 0 !important;
  overflow: visible;
}

#s-22a816bd-903f-416f-9f06-c8c7f8da888a-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-22a816bd-903f-416f-9f06-c8c7f8da888a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22a816bd-903f-416f-9f06-c8c7f8da888a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22a816bd-903f-416f-9f06-c8c7f8da888a img.shogun-image {
  /* Add background color handling */
  
}

#s-22a816bd-903f-416f-9f06-c8c7f8da888a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22a816bd-903f-416f-9f06-c8c7f8da888a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22a816bd-903f-416f-9f06-c8c7f8da888a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22a816bd-903f-416f-9f06-c8c7f8da888a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22a816bd-903f-416f-9f06-c8c7f8da888a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22a816bd-903f-416f-9f06-c8c7f8da888a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80%;
  }



  img.s-22a816bd-903f-416f-9f06-c8c7f8da888a.shogun-image {
    
    
    
    max-height: 80%;
  }


.s-22a816bd-903f-416f-9f06-c8c7f8da888a .shogun-image-content {
  
    justify-content: center;
  
}

.s-22a816bd-903f-416f-9f06-c8c7f8da888a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22a816bd-903f-416f-9f06-c8c7f8da888a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22a816bd-903f-416f-9f06-c8c7f8da888a.shogun-image {
  box-sizing: border-box;
}



.s-22a816bd-903f-416f-9f06-c8c7f8da888a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-22a816bd-903f-416f-9f06-c8c7f8da888a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22a816bd-903f-416f-9f06-c8c7f8da888a.shogun-image-container {
      position: relative;
    }

    .s-22a816bd-903f-416f-9f06-c8c7f8da888a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22a816bd-903f-416f-9f06-c8c7f8da888a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22a816bd-903f-416f-9f06-c8c7f8da888a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80%;
    }
  }

@media (min-width: 1200px){#s-22a816bd-903f-416f-9f06-c8c7f8da888a {
  margin: 0 !important;
  overflow: visible;
}

#s-22a816bd-903f-416f-9f06-c8c7f8da888a-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-22a816bd-903f-416f-9f06-c8c7f8da888a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22a816bd-903f-416f-9f06-c8c7f8da888a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22a816bd-903f-416f-9f06-c8c7f8da888a img.shogun-image {
  /* Add background color handling */
  
}

#s-22a816bd-903f-416f-9f06-c8c7f8da888a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22a816bd-903f-416f-9f06-c8c7f8da888a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22a816bd-903f-416f-9f06-c8c7f8da888a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22a816bd-903f-416f-9f06-c8c7f8da888a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22a816bd-903f-416f-9f06-c8c7f8da888a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22a816bd-903f-416f-9f06-c8c7f8da888a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80%;
  }



  img.s-22a816bd-903f-416f-9f06-c8c7f8da888a.shogun-image {
    
    
    
    max-height: 80%;
  }


.s-22a816bd-903f-416f-9f06-c8c7f8da888a .shogun-image-content {
  
    justify-content: center;
  
}

.s-22a816bd-903f-416f-9f06-c8c7f8da888a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22a816bd-903f-416f-9f06-c8c7f8da888a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22a816bd-903f-416f-9f06-c8c7f8da888a.shogun-image {
  box-sizing: border-box;
}



.s-22a816bd-903f-416f-9f06-c8c7f8da888a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-22a816bd-903f-416f-9f06-c8c7f8da888a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22a816bd-903f-416f-9f06-c8c7f8da888a.shogun-image-container {
      position: relative;
    }

    .s-22a816bd-903f-416f-9f06-c8c7f8da888a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22a816bd-903f-416f-9f06-c8c7f8da888a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22a816bd-903f-416f-9f06-c8c7f8da888a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-22a816bd-903f-416f-9f06-c8c7f8da888a {
  margin: 0 !important;
  overflow: visible;
}

#s-22a816bd-903f-416f-9f06-c8c7f8da888a-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-22a816bd-903f-416f-9f06-c8c7f8da888a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22a816bd-903f-416f-9f06-c8c7f8da888a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22a816bd-903f-416f-9f06-c8c7f8da888a img.shogun-image {
  /* Add background color handling */
  
}

#s-22a816bd-903f-416f-9f06-c8c7f8da888a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22a816bd-903f-416f-9f06-c8c7f8da888a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22a816bd-903f-416f-9f06-c8c7f8da888a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22a816bd-903f-416f-9f06-c8c7f8da888a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22a816bd-903f-416f-9f06-c8c7f8da888a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22a816bd-903f-416f-9f06-c8c7f8da888a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80%;
  }



  img.s-22a816bd-903f-416f-9f06-c8c7f8da888a.shogun-image {
    
    
    
    max-height: 80%;
  }


.s-22a816bd-903f-416f-9f06-c8c7f8da888a .shogun-image-content {
  
    justify-content: center;
  
}

.s-22a816bd-903f-416f-9f06-c8c7f8da888a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22a816bd-903f-416f-9f06-c8c7f8da888a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22a816bd-903f-416f-9f06-c8c7f8da888a.shogun-image {
  box-sizing: border-box;
}



.s-22a816bd-903f-416f-9f06-c8c7f8da888a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-22a816bd-903f-416f-9f06-c8c7f8da888a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22a816bd-903f-416f-9f06-c8c7f8da888a.shogun-image-container {
      position: relative;
    }

    .s-22a816bd-903f-416f-9f06-c8c7f8da888a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22a816bd-903f-416f-9f06-c8c7f8da888a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22a816bd-903f-416f-9f06-c8c7f8da888a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-22a816bd-903f-416f-9f06-c8c7f8da888a {
  margin: 0 !important;
  overflow: visible;
}

#s-22a816bd-903f-416f-9f06-c8c7f8da888a-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-22a816bd-903f-416f-9f06-c8c7f8da888a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-22a816bd-903f-416f-9f06-c8c7f8da888a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22a816bd-903f-416f-9f06-c8c7f8da888a img.shogun-image {
  /* Add background color handling */
  
}

#s-22a816bd-903f-416f-9f06-c8c7f8da888a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22a816bd-903f-416f-9f06-c8c7f8da888a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22a816bd-903f-416f-9f06-c8c7f8da888a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22a816bd-903f-416f-9f06-c8c7f8da888a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22a816bd-903f-416f-9f06-c8c7f8da888a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22a816bd-903f-416f-9f06-c8c7f8da888a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80%;
  }



  img.s-22a816bd-903f-416f-9f06-c8c7f8da888a.shogun-image {
    
    
    
    max-height: 80%;
  }


.s-22a816bd-903f-416f-9f06-c8c7f8da888a .shogun-image-content {
  
    justify-content: center;
  
}

.s-22a816bd-903f-416f-9f06-c8c7f8da888a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22a816bd-903f-416f-9f06-c8c7f8da888a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22a816bd-903f-416f-9f06-c8c7f8da888a.shogun-image {
  box-sizing: border-box;
}



.s-22a816bd-903f-416f-9f06-c8c7f8da888a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-22a816bd-903f-416f-9f06-c8c7f8da888a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22a816bd-903f-416f-9f06-c8c7f8da888a.shogun-image-container {
      position: relative;
    }

    .s-22a816bd-903f-416f-9f06-c8c7f8da888a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22a816bd-903f-416f-9f06-c8c7f8da888a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22a816bd-903f-416f-9f06-c8c7f8da888a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80%;
    }
  }

}@media (max-width: 767px){#s-22a816bd-903f-416f-9f06-c8c7f8da888a {
  margin: 0 !important;
  overflow: visible;
}

#s-22a816bd-903f-416f-9f06-c8c7f8da888a-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-22a816bd-903f-416f-9f06-c8c7f8da888a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 15%;
  margin-bottom: 15%;
}

.shg-image-content-margin-container-s-22a816bd-903f-416f-9f06-c8c7f8da888a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22a816bd-903f-416f-9f06-c8c7f8da888a img.shogun-image {
  /* Add background color handling */
  
}

#s-22a816bd-903f-416f-9f06-c8c7f8da888a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22a816bd-903f-416f-9f06-c8c7f8da888a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22a816bd-903f-416f-9f06-c8c7f8da888a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22a816bd-903f-416f-9f06-c8c7f8da888a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22a816bd-903f-416f-9f06-c8c7f8da888a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22a816bd-903f-416f-9f06-c8c7f8da888a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80%;
  }



  img.s-22a816bd-903f-416f-9f06-c8c7f8da888a.shogun-image {
    
    
    
    max-height: 80%;
  }


.s-22a816bd-903f-416f-9f06-c8c7f8da888a .shogun-image-content {
  
    justify-content: center;
  
}

.s-22a816bd-903f-416f-9f06-c8c7f8da888a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22a816bd-903f-416f-9f06-c8c7f8da888a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22a816bd-903f-416f-9f06-c8c7f8da888a.shogun-image {
  box-sizing: border-box;
}



.s-22a816bd-903f-416f-9f06-c8c7f8da888a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-22a816bd-903f-416f-9f06-c8c7f8da888a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22a816bd-903f-416f-9f06-c8c7f8da888a.shogun-image-container {
      position: relative;
    }

    .s-22a816bd-903f-416f-9f06-c8c7f8da888a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22a816bd-903f-416f-9f06-c8c7f8da888a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22a816bd-903f-416f-9f06-c8c7f8da888a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80%;
    }
  }

}
/*
  $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;
}
