.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: 40em;
max-width: 100%;
background-position: right bottom;
}
@media (min-width: 1200px){#s-1334dcee-b8be-4258-90c0-cc91374910c5 {
  min-height: 40em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1334dcee-b8be-4258-90c0-cc91374910c5 {
  min-height: 30em;
}
}
#s-1334dcee-b8be-4258-90c0-cc91374910c5 {
  background-image: url(https://i.shgcdn.com/4f78953e-1044-4caf-a951-0323b52d8879/-/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/4f78953e-1044-4caf-a951-0323b52d8879/-/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/4f78953e-1044-4caf-a951-0323b52d8879/-/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/4f78953e-1044-4caf-a951-0323b52d8879/-/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/4f78953e-1044-4caf-a951-0323b52d8879/-/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/4f78953e-1044-4caf-a951-0323b52d8879/-/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/4f78953e-1044-4caf-a951-0323b52d8879/-/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/4f78953e-1044-4caf-a951-0323b52d8879/-/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/4f78953e-1044-4caf-a951-0323b52d8879/-/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: 30em;
}
@media (min-width: 1200px){#s-3239e6a9-20ef-4580-8c76-22bb72338d45 {
  min-height: 40em;
}
}







#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;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-ed40c494-650b-420a-8a7b-d9413feb831b {
  max-width: 1800px;
aspect-ratio: 1800/1739;
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;
}

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

.shg-image-margin-container-s-ed40c494-650b-420a-8a7b-d9413feb831b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

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

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



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

    #s-ed40c494-650b-420a-8a7b-d9413feb831b .shogun-image-link {
      aspect-ratio: 1800/1739;
      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: 1800px;
  }



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


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




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

    .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: 1800px;
    }
  }

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

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

.shg-image-margin-container-s-ed40c494-650b-420a-8a7b-d9413feb831b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

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

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



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

    #s-ed40c494-650b-420a-8a7b-d9413feb831b .shogun-image-link {
      aspect-ratio: 1800/1739;
      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: 1800px;
  }



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


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




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

    .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: 1800px;
    }
  }

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

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

.shg-image-margin-container-s-ed40c494-650b-420a-8a7b-d9413feb831b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

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

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



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

    #s-ed40c494-650b-420a-8a7b-d9413feb831b .shogun-image-link {
      aspect-ratio: 1800/1739;
      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: 1800px;
  }



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


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




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

    .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: 1800px;
    }
  }

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

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

.shg-image-margin-container-s-ed40c494-650b-420a-8a7b-d9413feb831b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

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

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



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

    #s-ed40c494-650b-420a-8a7b-d9413feb831b .shogun-image-link {
      aspect-ratio: 1800/1739;
      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: 1800px;
  }



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


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




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

    .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: 1800px;
    }
  }

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

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

.shg-image-margin-container-s-ed40c494-650b-420a-8a7b-d9413feb831b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

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

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



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

    #s-ed40c494-650b-420a-8a7b-d9413feb831b .shogun-image-link {
      aspect-ratio: 1800/1739;
      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: 1800px;
  }



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


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




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

    .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: 1800px;
    }
  }

}
#s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c {
  max-width: 1800px;
aspect-ratio: 1800/1739;
text-align: center;
}
@media (min-width: 1200px){#s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c {
  display: none;
}
#s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c, #wrap-s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c, #wrap-content-s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c {
  display: none;
}
#s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c, #wrap-s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c, #wrap-content-s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c {
  display: none;
}
#s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c, #wrap-s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c, #wrap-content-s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c { display: none !important; }}
#s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c {
  margin: 0 !important;
}

#s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c .shg-image-content-wrapper {
      aspect-ratio: 1800/1739;
      min-width: 100%;
      height: auto;
    }

    #s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c .shogun-image-link {
      aspect-ratio: 1800/1739;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1800px;
  }



  img.s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shogun-image {
    
    
    
    max-height: 1800px;
  }


.s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c {
      --shg-aspect-ratio: calc(1800/1739); 
    }

    .s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shogun-image-container {
      position: relative;
    }

    .s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1800px;
    }
  }

@media (min-width: 1200px){#s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c {
  margin: 0 !important;
}

#s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c .shg-image-content-wrapper {
      aspect-ratio: 1800/1739;
      min-width: 100%;
      height: auto;
    }

    #s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c .shogun-image-link {
      aspect-ratio: 1800/1739;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1800px;
  }



  img.s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shogun-image {
    
    
    
    max-height: 1800px;
  }


.s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c {
      --shg-aspect-ratio: calc(1800/1739); 
    }

    .s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shogun-image-container {
      position: relative;
    }

    .s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c {
  margin: 0 !important;
}

#s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c .shg-image-content-wrapper {
      aspect-ratio: 1800/1739;
      min-width: 100%;
      height: auto;
    }

    #s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c .shogun-image-link {
      aspect-ratio: 1800/1739;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1800px;
  }



  img.s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shogun-image {
    
    
    
    max-height: 1800px;
  }


.s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c {
      --shg-aspect-ratio: calc(1800/1739); 
    }

    .s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shogun-image-container {
      position: relative;
    }

    .s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c {
  margin: 0 !important;
}

#s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c .shg-image-content-wrapper {
      aspect-ratio: 1800/1739;
      min-width: 100%;
      height: auto;
    }

    #s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c .shogun-image-link {
      aspect-ratio: 1800/1739;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1800px;
  }



  img.s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shogun-image {
    
    
    
    max-height: 1800px;
  }


.s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c {
      --shg-aspect-ratio: calc(1800/1739); 
    }

    .s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shogun-image-container {
      position: relative;
    }

    .s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1800px;
    }
  }

}@media (max-width: 767px){#s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c {
  margin: 0 !important;
}

#s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c .shg-image-content-wrapper {
      aspect-ratio: 1800/1739;
      min-width: 100%;
      height: auto;
    }

    #s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c .shogun-image-link {
      aspect-ratio: 1800/1739;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1800px;
  }



  img.s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shogun-image {
    
    
    
    max-height: 1800px;
  }


.s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c {
      --shg-aspect-ratio: calc(1800/1739); 
    }

    .s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shogun-image-container {
      position: relative;
    }

    .s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40c97394-3e29-4cec-bfa9-f4f8531e4c4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1800px;
    }
  }

}
#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-a3e85541-bab1-4534-8113-04a353f06296 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}
@media (min-width: 1200px){#s-a3e85541-bab1-4534-8113-04a353f06296 {
  display: none;
}
#s-a3e85541-bab1-4534-8113-04a353f06296, #wrap-s-a3e85541-bab1-4534-8113-04a353f06296, #wrap-content-s-a3e85541-bab1-4534-8113-04a353f06296 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a3e85541-bab1-4534-8113-04a353f06296 {
  display: none;
}
#s-a3e85541-bab1-4534-8113-04a353f06296, #wrap-s-a3e85541-bab1-4534-8113-04a353f06296, #wrap-content-s-a3e85541-bab1-4534-8113-04a353f06296 { display: none !important; }}







#s-a3e85541-bab1-4534-8113-04a353f06296 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a3e85541-bab1-4534-8113-04a353f06296.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a48f879-0999-478f-b017-9854bd921900 {
  margin-left: auto;
margin-bottom: 0.5em;
margin-right: auto;
padding-top: 0%;
padding-left: 0px;
padding-bottom: 0%;
padding-right: 0px;
text-align: left;
}

#s-7a48f879-0999-478f-b017-9854bd921900 .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-d6836e2f-771a-404a-9a67-f77b918171b4 {
  padding-left: 0px;
padding-bottom: 2%;
padding-right: 0px;
}

#s-50437399-1a6f-42f5-a69a-9d0107d622e3 {
  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-50437399-1a6f-42f5-a69a-9d0107d622e3 {
  display: none;
}
#s-50437399-1a6f-42f5-a69a-9d0107d622e3, #wrap-s-50437399-1a6f-42f5-a69a-9d0107d622e3, #wrap-content-s-50437399-1a6f-42f5-a69a-9d0107d622e3 { display: none !important; }}@media (max-width: 767px){#s-50437399-1a6f-42f5-a69a-9d0107d622e3 {
  display: none;
}
#s-50437399-1a6f-42f5-a69a-9d0107d622e3, #wrap-s-50437399-1a6f-42f5-a69a-9d0107d622e3, #wrap-content-s-50437399-1a6f-42f5-a69a-9d0107d622e3 { display: none !important; }}







#s-50437399-1a6f-42f5-a69a-9d0107d622e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-50437399-1a6f-42f5-a69a-9d0107d622e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf78cb39-5968-40dd-9f26-4db3c2b101d9 {
  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: center;
}

#s-cf78cb39-5968-40dd-9f26-4db3c2b101d9 .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-a775f169-6875-443c-8b40-05c5bbf722ed {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
}
@media (min-width: 1200px){#s-a775f169-6875-443c-8b40-05c5bbf722ed {
  max-width: 60%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a775f169-6875-443c-8b40-05c5bbf722ed {
  display: none;
}
#s-a775f169-6875-443c-8b40-05c5bbf722ed, #wrap-s-a775f169-6875-443c-8b40-05c5bbf722ed, #wrap-content-s-a775f169-6875-443c-8b40-05c5bbf722ed { display: none !important; }}@media (max-width: 767px){#s-a775f169-6875-443c-8b40-05c5bbf722ed {
  display: none;
}
#s-a775f169-6875-443c-8b40-05c5bbf722ed, #wrap-s-a775f169-6875-443c-8b40-05c5bbf722ed, #wrap-content-s-a775f169-6875-443c-8b40-05c5bbf722ed { display: none !important; }}
@media (min-width: 0px) {
[id="s-a775f169-6875-443c-8b40-05c5bbf722ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a775f169-6875-443c-8b40-05c5bbf722ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a775f169-6875-443c-8b40-05c5bbf722ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a775f169-6875-443c-8b40-05c5bbf722ed"] > .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-33133df3-f9f9-4f99-a9bd-b15b32cf3586 {
  text-align: left;
}


.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 {
  max-width:  100%;
}

.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 .shg-image-zoom,
.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 .shg-image-zoom {
  width:  1246; 
  height:  100%; 
}




.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 img.shogun-image,
.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 .shg-image-zoom,
.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 {
  max-width:  100%;
}

.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 .shg-image-zoom,
.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 .shg-image-zoom {
  width:  1246; 
  height:  100%; 
}




.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 img.shogun-image,
.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 .shg-image-zoom,
.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 {
  max-width:  100%;
}

.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 .shg-image-zoom,
.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 .shg-image-zoom {
  width:  1246; 
  height:  100%; 
}




.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 img.shogun-image,
.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 .shg-image-zoom,
.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 {
  max-width:  100%;
}

.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 .shg-image-zoom,
.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 .shg-image-zoom {
  width:  1246; 
  height:  100%; 
}




.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 img.shogun-image,
.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 .shg-image-zoom,
.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 {
  max-width:  100%;
}

.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 .shg-image-zoom,
.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 .shg-image-zoom {
  width:  1246; 
  height:  100%; 
}




.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 img.shogun-image,
.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 .shg-image-zoom,
.shg-c#s-33133df3-f9f9-4f99-a9bd-b15b32cf3586 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

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

#s-6bed4d4e-8b57-47cc-a0b3-21ddfb25caed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6bed4d4e-8b57-47cc-a0b3-21ddfb25caed .shg-product-title-component h3 {
  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-658d95f7-9d14-4896-a881-918129e4216b {
  padding-top: 10px;
}

#s-552030ef-3fee-4886-8aca-3a587760e7f5 {
  text-align: right;
}

#s-552030ef-3fee-4886-8aca-3a587760e7f5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
}

#s-552030ef-3fee-4886-8aca-3a587760e7f5 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
  font-size: 18px;
}

#s-552030ef-3fee-4886-8aca-3a587760e7f5 .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-5ba78ae7-b7dd-4058-bdb3-3bf340198ea6 {
  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-5ba78ae7-b7dd-4058-bdb3-3bf340198ea6: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-5ba78ae7-b7dd-4058-bdb3-3bf340198ea6: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-5ba78ae7-b7dd-4058-bdb3-3bf340198ea6-root {
    text-align: center;
  }


#s-5ba78ae7-b7dd-4058-bdb3-3bf340198ea6.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-5ba78ae7-b7dd-4058-bdb3-3bf340198ea6-root {
    text-align: center;
  }


#s-5ba78ae7-b7dd-4058-bdb3-3bf340198ea6.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-5ba78ae7-b7dd-4058-bdb3-3bf340198ea6-root {
    text-align: center;
  }


#s-5ba78ae7-b7dd-4058-bdb3-3bf340198ea6.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-5ba78ae7-b7dd-4058-bdb3-3bf340198ea6-root {
    text-align: center;
  }


#s-5ba78ae7-b7dd-4058-bdb3-3bf340198ea6.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-5ba78ae7-b7dd-4058-bdb3-3bf340198ea6-root {
    text-align: center;
  }


#s-5ba78ae7-b7dd-4058-bdb3-3bf340198ea6.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}
#s-fe6f4c51-d7cd-44a6-9322-d121d59e1000 {
  border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
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(11, 75, 152, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
}
#s-fe6f4c51-d7cd-44a6-9322-d121d59e1000:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(11, 75, 152, 1) !important;}#s-fe6f4c51-d7cd-44a6-9322-d121d59e1000: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-fe6f4c51-d7cd-44a6-9322-d121d59e1000-root {
    text-align: center;
  }


#s-fe6f4c51-d7cd-44a6-9322-d121d59e1000.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fe6f4c51-d7cd-44a6-9322-d121d59e1000-root {
    text-align: center;
  }


#s-fe6f4c51-d7cd-44a6-9322-d121d59e1000.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fe6f4c51-d7cd-44a6-9322-d121d59e1000-root {
    text-align: center;
  }


#s-fe6f4c51-d7cd-44a6-9322-d121d59e1000.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fe6f4c51-d7cd-44a6-9322-d121d59e1000-root {
    text-align: center;
  }


#s-fe6f4c51-d7cd-44a6-9322-d121d59e1000.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fe6f4c51-d7cd-44a6-9322-d121d59e1000-root {
    text-align: center;
  }


#s-fe6f4c51-d7cd-44a6-9322-d121d59e1000.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}
#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 {
  text-align: left;
}


.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 {
  max-width:  100%;
}

.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 .shg-image-zoom,
.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}




.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 img.shogun-image,
.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 .shg-image-zoom,
.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 {
  max-width:  100%;
}

.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 .shg-image-zoom,
.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}




.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 img.shogun-image,
.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 .shg-image-zoom,
.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 {
  max-width:  100%;
}

.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 .shg-image-zoom,
.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}




.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 img.shogun-image,
.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 .shg-image-zoom,
.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 {
  max-width:  100%;
}

.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 .shg-image-zoom,
.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}




.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 img.shogun-image,
.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 .shg-image-zoom,
.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 {
  max-width:  100%;
}

.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 .shg-image-zoom,
.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}




.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 img.shogun-image,
.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 .shg-image-zoom,
.shg-c#s-e9899dc1-3d63-4fbc-be2b-c818bc7ce017 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}
#s-8b3ebe7d-f2e4-4580-beb7-00d1f7167500 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b3ebe7d-f2e4-4580-beb7-00d1f7167500 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.5em;
  line-height: ;
  letter-spacing: ;
  
}

#s-7e3a9541-201b-4269-b505-88a25e5d9435 {
  padding-top: 10px;
}

#s-eab4f38b-0fe1-4089-8032-6ccfef5bab08 {
  text-align: right;
}

#s-eab4f38b-0fe1-4089-8032-6ccfef5bab08 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
}

#s-eab4f38b-0fe1-4089-8032-6ccfef5bab08 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
  font-size: 18px;
}

#s-eab4f38b-0fe1-4089-8032-6ccfef5bab08 .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-2e2256b1-ea81-47ab-bdd1-5194c1c547b7 {
  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-2e2256b1-ea81-47ab-bdd1-5194c1c547b7: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-2e2256b1-ea81-47ab-bdd1-5194c1c547b7: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-2e2256b1-ea81-47ab-bdd1-5194c1c547b7-root {
    text-align: center;
  }


#s-2e2256b1-ea81-47ab-bdd1-5194c1c547b7.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-2e2256b1-ea81-47ab-bdd1-5194c1c547b7-root {
    text-align: center;
  }


#s-2e2256b1-ea81-47ab-bdd1-5194c1c547b7.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-2e2256b1-ea81-47ab-bdd1-5194c1c547b7-root {
    text-align: center;
  }


#s-2e2256b1-ea81-47ab-bdd1-5194c1c547b7.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-2e2256b1-ea81-47ab-bdd1-5194c1c547b7-root {
    text-align: center;
  }


#s-2e2256b1-ea81-47ab-bdd1-5194c1c547b7.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-2e2256b1-ea81-47ab-bdd1-5194c1c547b7-root {
    text-align: center;
  }


#s-2e2256b1-ea81-47ab-bdd1-5194c1c547b7.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}
#s-df06f324-347e-4867-8a20-b9d335650403 {
  border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
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(11, 75, 152, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
}
#s-df06f324-347e-4867-8a20-b9d335650403:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(11, 75, 152, 1) !important;}#s-df06f324-347e-4867-8a20-b9d335650403: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-df06f324-347e-4867-8a20-b9d335650403-root {
    text-align: center;
  }


#s-df06f324-347e-4867-8a20-b9d335650403.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
@media (min-width: 1200px){
  #s-df06f324-347e-4867-8a20-b9d335650403-root {
    text-align: center;
  }


#s-df06f324-347e-4867-8a20-b9d335650403.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-df06f324-347e-4867-8a20-b9d335650403-root {
    text-align: center;
  }


#s-df06f324-347e-4867-8a20-b9d335650403.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-df06f324-347e-4867-8a20-b9d335650403-root {
    text-align: center;
  }


#s-df06f324-347e-4867-8a20-b9d335650403.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (max-width: 767px){
  #s-df06f324-347e-4867-8a20-b9d335650403-root {
    text-align: center;
  }


#s-df06f324-347e-4867-8a20-b9d335650403.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}
#s-db465e7b-e4ae-4365-bf37-644c1065e37d {
  margin-top: 6%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 80%;
}
@media (min-width: 1200px){#s-db465e7b-e4ae-4365-bf37-644c1065e37d {
  max-width: 60%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-db465e7b-e4ae-4365-bf37-644c1065e37d {
  display: none;
}
#s-db465e7b-e4ae-4365-bf37-644c1065e37d, #wrap-s-db465e7b-e4ae-4365-bf37-644c1065e37d, #wrap-content-s-db465e7b-e4ae-4365-bf37-644c1065e37d { display: none !important; }}@media (max-width: 767px){#s-db465e7b-e4ae-4365-bf37-644c1065e37d {
  display: none;
}
#s-db465e7b-e4ae-4365-bf37-644c1065e37d, #wrap-s-db465e7b-e4ae-4365-bf37-644c1065e37d, #wrap-content-s-db465e7b-e4ae-4365-bf37-644c1065e37d { display: none !important; }}
@media (min-width: 0px) {
[id="s-db465e7b-e4ae-4365-bf37-644c1065e37d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-db465e7b-e4ae-4365-bf37-644c1065e37d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-db465e7b-e4ae-4365-bf37-644c1065e37d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-db465e7b-e4ae-4365-bf37-644c1065e37d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b {
  text-align: left;
}


.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b {
  max-width:  100%;
}

.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b .shg-image-zoom,
.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b .shg-image-zoom {
  width:  1246; 
  height:  100%; 
}




.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b img.shogun-image,
.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b .shg-image-zoom,
.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b {
  max-width:  100%;
}

.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b .shg-image-zoom,
.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b .shg-image-zoom {
  width:  1246; 
  height:  100%; 
}




.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b img.shogun-image,
.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b .shg-image-zoom,
.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b {
  max-width:  100%;
}

.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b .shg-image-zoom,
.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b .shg-image-zoom {
  width:  1246; 
  height:  100%; 
}




.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b img.shogun-image,
.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b .shg-image-zoom,
.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b {
  max-width:  100%;
}

.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b .shg-image-zoom,
.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b .shg-image-zoom {
  width:  1246; 
  height:  100%; 
}




.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b img.shogun-image,
.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b .shg-image-zoom,
.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b {
  max-width:  100%;
}

.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b .shg-image-zoom,
.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b .shg-image-zoom {
  width:  1246; 
  height:  100%; 
}




.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b img.shogun-image,
.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b .shg-image-zoom,
.shg-c#s-00c834e2-7c0b-49e8-8467-f09c81f3de1b img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}
#s-26219d29-142a-4feb-9038-6ae098f9b62a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-26219d29-142a-4feb-9038-6ae098f9b62a .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.5em;
  line-height: ;
  letter-spacing: ;
  
}

#s-0fa6a3ad-3673-4b5c-b676-966f157f6b86 {
  padding-top: 10px;
}

#s-4b4a272b-a823-4dec-9397-25c115ed296e {
  text-align: right;
}

#s-4b4a272b-a823-4dec-9397-25c115ed296e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
}

#s-4b4a272b-a823-4dec-9397-25c115ed296e .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
  font-size: 18px;
}

#s-4b4a272b-a823-4dec-9397-25c115ed296e .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-ce26ba86-a8fd-49a7-b530-b0420c791b1d {
  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-ce26ba86-a8fd-49a7-b530-b0420c791b1d: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-ce26ba86-a8fd-49a7-b530-b0420c791b1d: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-ce26ba86-a8fd-49a7-b530-b0420c791b1d-root {
    text-align: center;
  }


#s-ce26ba86-a8fd-49a7-b530-b0420c791b1d.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-ce26ba86-a8fd-49a7-b530-b0420c791b1d-root {
    text-align: center;
  }


#s-ce26ba86-a8fd-49a7-b530-b0420c791b1d.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-ce26ba86-a8fd-49a7-b530-b0420c791b1d-root {
    text-align: center;
  }


#s-ce26ba86-a8fd-49a7-b530-b0420c791b1d.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-ce26ba86-a8fd-49a7-b530-b0420c791b1d-root {
    text-align: center;
  }


#s-ce26ba86-a8fd-49a7-b530-b0420c791b1d.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-ce26ba86-a8fd-49a7-b530-b0420c791b1d-root {
    text-align: center;
  }


#s-ce26ba86-a8fd-49a7-b530-b0420c791b1d.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}
#s-fb6461a7-a719-4be0-9850-195b79134cd8 {
  border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
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(11, 75, 152, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
}
#s-fb6461a7-a719-4be0-9850-195b79134cd8:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(11, 75, 152, 1) !important;}#s-fb6461a7-a719-4be0-9850-195b79134cd8: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-fb6461a7-a719-4be0-9850-195b79134cd8-root {
    text-align: center;
  }


#s-fb6461a7-a719-4be0-9850-195b79134cd8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fb6461a7-a719-4be0-9850-195b79134cd8-root {
    text-align: center;
  }


#s-fb6461a7-a719-4be0-9850-195b79134cd8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fb6461a7-a719-4be0-9850-195b79134cd8-root {
    text-align: center;
  }


#s-fb6461a7-a719-4be0-9850-195b79134cd8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fb6461a7-a719-4be0-9850-195b79134cd8-root {
    text-align: center;
  }


#s-fb6461a7-a719-4be0-9850-195b79134cd8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fb6461a7-a719-4be0-9850-195b79134cd8-root {
    text-align: center;
  }


#s-fb6461a7-a719-4be0-9850-195b79134cd8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}
#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab {
  text-align: left;
}


.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab {
  max-width:  100%;
}

.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab .shg-image-zoom,
.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab .shg-image-zoom {
  width:  1246; 
  height:  100%; 
}




.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab img.shogun-image,
.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab .shg-image-zoom,
.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab {
  max-width:  100%;
}

.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab .shg-image-zoom,
.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab .shg-image-zoom {
  width:  1246; 
  height:  100%; 
}




.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab img.shogun-image,
.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab .shg-image-zoom,
.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab {
  max-width:  100%;
}

.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab .shg-image-zoom,
.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab .shg-image-zoom {
  width:  1246; 
  height:  100%; 
}




.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab img.shogun-image,
.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab .shg-image-zoom,
.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab {
  max-width:  100%;
}

.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab .shg-image-zoom,
.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab .shg-image-zoom {
  width:  1246; 
  height:  100%; 
}




.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab img.shogun-image,
.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab .shg-image-zoom,
.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab {
  max-width:  100%;
}

.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab .shg-image-zoom,
.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab .shg-image-zoom {
  width:  1246; 
  height:  100%; 
}




.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab img.shogun-image,
.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab .shg-image-zoom,
.shg-c#s-c9833aee-14a7-4b3b-a581-b27825bcc6ab img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}
#s-06a80b88-4c2c-444e-9af1-79a8e331ef95 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06a80b88-4c2c-444e-9af1-79a8e331ef95 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.5em;
  line-height: ;
  letter-spacing: ;
  
}

#s-3c06cd06-3b5d-40c7-a343-a68e72f04ceb {
  padding-top: 10px;
}

#s-402605dd-dd54-4419-a4b5-8e955760f01a {
  text-align: right;
}

#s-402605dd-dd54-4419-a4b5-8e955760f01a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
}

#s-402605dd-dd54-4419-a4b5-8e955760f01a .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
  font-size: 18px;
}

#s-402605dd-dd54-4419-a4b5-8e955760f01a .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-ab1ff55f-7c6e-494e-b481-d5f61f8814af {
  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-ab1ff55f-7c6e-494e-b481-d5f61f8814af: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-ab1ff55f-7c6e-494e-b481-d5f61f8814af: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-ab1ff55f-7c6e-494e-b481-d5f61f8814af-root {
    text-align: center;
  }


#s-ab1ff55f-7c6e-494e-b481-d5f61f8814af.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-ab1ff55f-7c6e-494e-b481-d5f61f8814af-root {
    text-align: center;
  }


#s-ab1ff55f-7c6e-494e-b481-d5f61f8814af.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-ab1ff55f-7c6e-494e-b481-d5f61f8814af-root {
    text-align: center;
  }


#s-ab1ff55f-7c6e-494e-b481-d5f61f8814af.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-ab1ff55f-7c6e-494e-b481-d5f61f8814af-root {
    text-align: center;
  }


#s-ab1ff55f-7c6e-494e-b481-d5f61f8814af.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-ab1ff55f-7c6e-494e-b481-d5f61f8814af-root {
    text-align: center;
  }


#s-ab1ff55f-7c6e-494e-b481-d5f61f8814af.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}
#s-eb72e2eb-fbe7-4be6-b368-a675fe58953f {
  border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
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(11, 75, 152, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
}
#s-eb72e2eb-fbe7-4be6-b368-a675fe58953f:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(11, 75, 152, 1) !important;}#s-eb72e2eb-fbe7-4be6-b368-a675fe58953f: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-eb72e2eb-fbe7-4be6-b368-a675fe58953f-root {
    text-align: center;
  }


#s-eb72e2eb-fbe7-4be6-b368-a675fe58953f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
@media (min-width: 1200px){
  #s-eb72e2eb-fbe7-4be6-b368-a675fe58953f-root {
    text-align: center;
  }


#s-eb72e2eb-fbe7-4be6-b368-a675fe58953f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eb72e2eb-fbe7-4be6-b368-a675fe58953f-root {
    text-align: center;
  }


#s-eb72e2eb-fbe7-4be6-b368-a675fe58953f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eb72e2eb-fbe7-4be6-b368-a675fe58953f-root {
    text-align: center;
  }


#s-eb72e2eb-fbe7-4be6-b368-a675fe58953f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (max-width: 767px){
  #s-eb72e2eb-fbe7-4be6-b368-a675fe58953f-root {
    text-align: center;
  }


#s-eb72e2eb-fbe7-4be6-b368-a675fe58953f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}
#s-772ee1d5-a539-4994-9fff-31b0e50f4dd7 {
  background-size: contain;
margin-top: 0%;
margin-bottom: 0%;
padding-bottom: 15%;
min-height: 50px;
background-position: left bottom;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-772ee1d5-a539-4994-9fff-31b0e50f4dd7 {
  display: none;
}
#s-772ee1d5-a539-4994-9fff-31b0e50f4dd7, #wrap-s-772ee1d5-a539-4994-9fff-31b0e50f4dd7, #wrap-content-s-772ee1d5-a539-4994-9fff-31b0e50f4dd7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-772ee1d5-a539-4994-9fff-31b0e50f4dd7 {
  display: none;
}
#s-772ee1d5-a539-4994-9fff-31b0e50f4dd7, #wrap-s-772ee1d5-a539-4994-9fff-31b0e50f4dd7, #wrap-content-s-772ee1d5-a539-4994-9fff-31b0e50f4dd7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-772ee1d5-a539-4994-9fff-31b0e50f4dd7 {
  padding-bottom: 10%;
}
}







#s-772ee1d5-a539-4994-9fff-31b0e50f4dd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-772ee1d5-a539-4994-9fff-31b0e50f4dd7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2edee786-543f-4f0d-a4f4-943966e11d5a {
  margin-top: auto;
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 (min-width: 768px) and (max-width: 991px){#s-2edee786-543f-4f0d-a4f4-943966e11d5a {
  display: none;
}
#s-2edee786-543f-4f0d-a4f4-943966e11d5a, #wrap-s-2edee786-543f-4f0d-a4f4-943966e11d5a, #wrap-content-s-2edee786-543f-4f0d-a4f4-943966e11d5a { display: none !important; }}@media (max-width: 767px){#s-2edee786-543f-4f0d-a4f4-943966e11d5a {
  display: none;
}
#s-2edee786-543f-4f0d-a4f4-943966e11d5a, #wrap-s-2edee786-543f-4f0d-a4f4-943966e11d5a, #wrap-content-s-2edee786-543f-4f0d-a4f4-943966e11d5a { display: none !important; }}
#s-2edee786-543f-4f0d-a4f4-943966e11d5a .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 1.5em;
  line-height: 1em;
  
  text-align: center;
}



#s-8b64beb3-c831-4bb7-85df-314723b9953e {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 80%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8b64beb3-c831-4bb7-85df-314723b9953e {
  display: none;
}
#s-8b64beb3-c831-4bb7-85df-314723b9953e, #wrap-s-8b64beb3-c831-4bb7-85df-314723b9953e, #wrap-content-s-8b64beb3-c831-4bb7-85df-314723b9953e { display: none !important; }}@media (max-width: 767px){#s-8b64beb3-c831-4bb7-85df-314723b9953e {
  display: none;
}
#s-8b64beb3-c831-4bb7-85df-314723b9953e, #wrap-s-8b64beb3-c831-4bb7-85df-314723b9953e, #wrap-content-s-8b64beb3-c831-4bb7-85df-314723b9953e { display: none !important; }}
#s-8602ba00-69dc-43b0-911a-9aed1f470911 {
  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: center;
}

#s-8602ba00-69dc-43b0-911a-9aed1f470911 .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-2fa705a5-68f9-4cd5-9c56-e2f5eb876040 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 80%;
}

#s-0187899e-5964-4dd6-b8f3-55cc7c1c512d {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
}
@media (min-width: 1200px){#s-0187899e-5964-4dd6-b8f3-55cc7c1c512d {
  max-width: 60%;
}
}
@media (min-width: 0px) {
[id="s-0187899e-5964-4dd6-b8f3-55cc7c1c512d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0187899e-5964-4dd6-b8f3-55cc7c1c512d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0187899e-5964-4dd6-b8f3-55cc7c1c512d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0187899e-5964-4dd6-b8f3-55cc7c1c512d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-69a60cf4-418b-4620-9417-c5248f969441 {
  text-align: left;
}


.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 {
  max-width:  100%;
}

.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 .shg-image-zoom,
.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 .shg-image-zoom {
  width:  1246; 
  height:  100%; 
}




.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 img.shogun-image,
.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 .shg-image-zoom,
.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 {
  max-width:  100%;
}

.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 .shg-image-zoom,
.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 .shg-image-zoom {
  width:  1246; 
  height:  100%; 
}




.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 img.shogun-image,
.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 .shg-image-zoom,
.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 {
  max-width:  100%;
}

.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 .shg-image-zoom,
.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 .shg-image-zoom {
  width:  1246; 
  height:  100%; 
}




.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 img.shogun-image,
.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 .shg-image-zoom,
.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 {
  max-width:  100%;
}

.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 .shg-image-zoom,
.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 .shg-image-zoom {
  width:  1246; 
  height:  100%; 
}




.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 img.shogun-image,
.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 .shg-image-zoom,
.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 {
  max-width:  100%;
}

.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 .shg-image-zoom,
.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 .shg-image-zoom {
  width:  1246; 
  height:  100%; 
}




.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 img.shogun-image,
.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 .shg-image-zoom,
.shg-c#s-69a60cf4-418b-4620-9417-c5248f969441 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}
#s-dc598c33-ced2-46c5-bd16-83e1bb7b11a9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc598c33-ced2-46c5-bd16-83e1bb7b11a9 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: ;
  
}

#s-30055fda-5218-46f8-9b70-1d83cc0085c1 {
  padding-top: 0%;
padding-left: 0px;
padding-bottom: 0%;
padding-right: 0px;
}

#s-24ef9209-6960-4f70-aea3-0233fffb2964 {
  text-align: center;
}

#s-24ef9209-6960-4f70-aea3-0233fffb2964 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
}

#s-24ef9209-6960-4f70-aea3-0233fffb2964 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
  font-size: 1em;
}

#s-24ef9209-6960-4f70-aea3-0233fffb2964 .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-2925fae7-86ae-47c0-93b1-361a10d6c2cf {
  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-2925fae7-86ae-47c0-93b1-361a10d6c2cf: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-2925fae7-86ae-47c0-93b1-361a10d6c2cf: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-2925fae7-86ae-47c0-93b1-361a10d6c2cf-root {
    text-align: center;
  }


#s-2925fae7-86ae-47c0-93b1-361a10d6c2cf.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-2925fae7-86ae-47c0-93b1-361a10d6c2cf-root {
    text-align: center;
  }


#s-2925fae7-86ae-47c0-93b1-361a10d6c2cf.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-2925fae7-86ae-47c0-93b1-361a10d6c2cf-root {
    text-align: center;
  }


#s-2925fae7-86ae-47c0-93b1-361a10d6c2cf.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-2925fae7-86ae-47c0-93b1-361a10d6c2cf-root {
    text-align: center;
  }


#s-2925fae7-86ae-47c0-93b1-361a10d6c2cf.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-2925fae7-86ae-47c0-93b1-361a10d6c2cf-root {
    text-align: center;
  }


#s-2925fae7-86ae-47c0-93b1-361a10d6c2cf.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}
#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a {
  text-align: left;
}


.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a {
  max-width:  100%;
}

.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a .shg-image-zoom,
.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a .shg-image-zoom {
  width:  800; 
  height:  100%; 
}




.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a img.shogun-image,
.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a .shg-image-zoom,
.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a {
  max-width:  100%;
}

.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a .shg-image-zoom,
.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a .shg-image-zoom {
  width:  800; 
  height:  100%; 
}




.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a img.shogun-image,
.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a .shg-image-zoom,
.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a {
  max-width:  100%;
}

.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a .shg-image-zoom,
.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a .shg-image-zoom {
  width:  800; 
  height:  100%; 
}




.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a img.shogun-image,
.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a .shg-image-zoom,
.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a {
  max-width:  100%;
}

.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a .shg-image-zoom,
.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a .shg-image-zoom {
  width:  800; 
  height:  100%; 
}




.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a img.shogun-image,
.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a .shg-image-zoom,
.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a {
  max-width:  100%;
}

.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a .shg-image-zoom,
.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a .shg-image-zoom {
  width:  800; 
  height:  100%; 
}




.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a img.shogun-image,
.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a .shg-image-zoom,
.shg-c#s-9e17b270-17ec-4bb1-b3b6-e775830eee8a img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}
#s-90871bf4-8302-482b-b48e-a2592ea05e00 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-90871bf4-8302-482b-b48e-a2592ea05e00 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: ;
  
}

#s-d23cd86c-3e5a-4121-b099-44018028cf4d {
  padding-top: 0%;
padding-left: 0px;
padding-bottom: 0%;
padding-right: 0px;
}

#s-b01e7aca-e5da-4ee7-8bd6-694ab72430b7 {
  text-align: center;
}

#s-b01e7aca-e5da-4ee7-8bd6-694ab72430b7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
}

#s-b01e7aca-e5da-4ee7-8bd6-694ab72430b7 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
  font-size: 1em;
}

#s-b01e7aca-e5da-4ee7-8bd6-694ab72430b7 .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-1400fc9d-b4bc-4dd6-9d51-a55f80f990d7 {
  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-1400fc9d-b4bc-4dd6-9d51-a55f80f990d7: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-1400fc9d-b4bc-4dd6-9d51-a55f80f990d7: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-1400fc9d-b4bc-4dd6-9d51-a55f80f990d7-root {
    text-align: center;
  }


#s-1400fc9d-b4bc-4dd6-9d51-a55f80f990d7.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-1400fc9d-b4bc-4dd6-9d51-a55f80f990d7-root {
    text-align: center;
  }


#s-1400fc9d-b4bc-4dd6-9d51-a55f80f990d7.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-1400fc9d-b4bc-4dd6-9d51-a55f80f990d7-root {
    text-align: center;
  }


#s-1400fc9d-b4bc-4dd6-9d51-a55f80f990d7.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-1400fc9d-b4bc-4dd6-9d51-a55f80f990d7-root {
    text-align: center;
  }


#s-1400fc9d-b4bc-4dd6-9d51-a55f80f990d7.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-1400fc9d-b4bc-4dd6-9d51-a55f80f990d7-root {
    text-align: center;
  }


#s-1400fc9d-b4bc-4dd6-9d51-a55f80f990d7.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}
#s-407930c4-5b5d-4f60-aad8-7cde16195a1b {
  margin-top: 6%;
margin-left: auto;
margin-right: auto;
max-width: 80%;
}
@media (min-width: 1200px){#s-407930c4-5b5d-4f60-aad8-7cde16195a1b {
  max-width: 60%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-407930c4-5b5d-4f60-aad8-7cde16195a1b {
  margin-top: 10%;
}
}@media (max-width: 767px){#s-407930c4-5b5d-4f60-aad8-7cde16195a1b {
  margin-top: 15%;
}
}
@media (min-width: 0px) {
[id="s-407930c4-5b5d-4f60-aad8-7cde16195a1b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-407930c4-5b5d-4f60-aad8-7cde16195a1b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-407930c4-5b5d-4f60-aad8-7cde16195a1b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-407930c4-5b5d-4f60-aad8-7cde16195a1b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-83c7b614-bfeb-4f22-8a53-e95325df5619 {
  text-align: left;
}


.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 {
  max-width:  100%;
}

.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 .shg-image-zoom,
.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 .shg-image-zoom {
  width:  1246; 
  height:  100%; 
}




.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 img.shogun-image,
.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 .shg-image-zoom,
.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 {
  max-width:  100%;
}

.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 .shg-image-zoom,
.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 .shg-image-zoom {
  width:  1246; 
  height:  100%; 
}




.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 img.shogun-image,
.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 .shg-image-zoom,
.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 {
  max-width:  100%;
}

.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 .shg-image-zoom,
.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 .shg-image-zoom {
  width:  1246; 
  height:  100%; 
}




.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 img.shogun-image,
.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 .shg-image-zoom,
.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 {
  max-width:  100%;
}

.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 .shg-image-zoom,
.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 .shg-image-zoom {
  width:  1246; 
  height:  100%; 
}




.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 img.shogun-image,
.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 .shg-image-zoom,
.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 {
  max-width:  100%;
}

.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 .shg-image-zoom,
.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 .shg-image-zoom {
  width:  1246; 
  height:  100%; 
}




.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 img.shogun-image,
.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 .shg-image-zoom,
.shg-c#s-83c7b614-bfeb-4f22-8a53-e95325df5619 img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}
#s-e2706adc-f00f-4653-a755-3051bee4d43c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e2706adc-f00f-4653-a755-3051bee4d43c .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: ;
  
}

#s-f44259c6-2d20-4ab3-9834-6c936372e8fa {
  padding-top: 0%;
padding-left: 0px;
padding-bottom: 0%;
padding-right: 0px;
}

#s-136018e0-10d0-452a-9ce8-ffd7da05b625 {
  text-align: center;
}

#s-136018e0-10d0-452a-9ce8-ffd7da05b625 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
}

#s-136018e0-10d0-452a-9ce8-ffd7da05b625 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
  font-size: 1em;
}

#s-136018e0-10d0-452a-9ce8-ffd7da05b625 .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-e12ed5d8-a92a-4132-b6eb-a3515c1b8cce {
  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-e12ed5d8-a92a-4132-b6eb-a3515c1b8cce: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-e12ed5d8-a92a-4132-b6eb-a3515c1b8cce: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-e12ed5d8-a92a-4132-b6eb-a3515c1b8cce-root {
    text-align: center;
  }


#s-e12ed5d8-a92a-4132-b6eb-a3515c1b8cce.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-e12ed5d8-a92a-4132-b6eb-a3515c1b8cce-root {
    text-align: center;
  }


#s-e12ed5d8-a92a-4132-b6eb-a3515c1b8cce.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-e12ed5d8-a92a-4132-b6eb-a3515c1b8cce-root {
    text-align: center;
  }


#s-e12ed5d8-a92a-4132-b6eb-a3515c1b8cce.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-e12ed5d8-a92a-4132-b6eb-a3515c1b8cce-root {
    text-align: center;
  }


#s-e12ed5d8-a92a-4132-b6eb-a3515c1b8cce.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-e12ed5d8-a92a-4132-b6eb-a3515c1b8cce-root {
    text-align: center;
  }


#s-e12ed5d8-a92a-4132-b6eb-a3515c1b8cce.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}
#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f {
  text-align: left;
}


.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f {
  max-width:  100%;
}

.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f .shg-image-zoom,
.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f .shg-image-zoom {
  width:  1246; 
  height:  100%; 
}




.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f img.shogun-image,
.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f .shg-image-zoom,
.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f {
  max-width:  100%;
}

.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f .shg-image-zoom,
.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f .shg-image-zoom {
  width:  1246; 
  height:  100%; 
}




.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f img.shogun-image,
.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f .shg-image-zoom,
.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f {
  max-width:  100%;
}

.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f .shg-image-zoom,
.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f .shg-image-zoom {
  width:  1246; 
  height:  100%; 
}




.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f img.shogun-image,
.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f .shg-image-zoom,
.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f {
  max-width:  100%;
}

.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f .shg-image-zoom,
.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f .shg-image-zoom {
  width:  1246; 
  height:  100%; 
}




.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f img.shogun-image,
.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f .shg-image-zoom,
.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f {
  max-width:  100%;
}

.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f .shg-image-zoom,
.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f img.shogun-image {
  max-width: 2250px !important;
  
}

.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f .shg-image-zoom {
  width:  1246; 
  height:  100%; 
}




.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f img.shogun-image,
.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f .shg-image-zoom,
.shg-c#s-77407088-fa3f-4e0c-a2ed-75c7cdcdcb4f img.shogun-image {
  aspect-ratio: 2250/1623;
  
  
  
  
  
  
  
}


}
#s-dfcd556c-82c9-46e3-8203-e2b44d8de0fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dfcd556c-82c9-46e3-8203-e2b44d8de0fe .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: ;
  
}

#s-59d581e0-00e0-4d75-b5a2-fc5a216226c2 {
  padding-top: 0%;
padding-left: 0px;
padding-bottom: 0%;
padding-right: 0px;
}

#s-699b9cd1-4a98-4fed-b40a-eb26c624466e {
  text-align: center;
}

#s-699b9cd1-4a98-4fed-b40a-eb26c624466e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
}

#s-699b9cd1-4a98-4fed-b40a-eb26c624466e .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Outfit;
  font-style:  normal ;
  font-size: 1em;
}

#s-699b9cd1-4a98-4fed-b40a-eb26c624466e .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-2afd39ba-3700-4198-9fa8-abc9d40312e7 {
  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-2afd39ba-3700-4198-9fa8-abc9d40312e7: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-2afd39ba-3700-4198-9fa8-abc9d40312e7: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-2afd39ba-3700-4198-9fa8-abc9d40312e7-root {
    text-align: center;
  }


#s-2afd39ba-3700-4198-9fa8-abc9d40312e7.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-2afd39ba-3700-4198-9fa8-abc9d40312e7-root {
    text-align: center;
  }


#s-2afd39ba-3700-4198-9fa8-abc9d40312e7.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-2afd39ba-3700-4198-9fa8-abc9d40312e7-root {
    text-align: center;
  }


#s-2afd39ba-3700-4198-9fa8-abc9d40312e7.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-2afd39ba-3700-4198-9fa8-abc9d40312e7-root {
    text-align: center;
  }


#s-2afd39ba-3700-4198-9fa8-abc9d40312e7.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-2afd39ba-3700-4198-9fa8-abc9d40312e7-root {
    text-align: center;
  }


#s-2afd39ba-3700-4198-9fa8-abc9d40312e7.shg-btn {
  color: rgba(11, 75, 152, 1);
  font-size: 1.1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}
#s-2408d0b8-b53c-4ed4-96df-b8951e5610b4 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 15%;
padding-bottom: 8%;
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-2408d0b8-b53c-4ed4-96df-b8951e5610b4 {
  display: none;
}
#s-2408d0b8-b53c-4ed4-96df-b8951e5610b4, #wrap-s-2408d0b8-b53c-4ed4-96df-b8951e5610b4, #wrap-content-s-2408d0b8-b53c-4ed4-96df-b8951e5610b4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2408d0b8-b53c-4ed4-96df-b8951e5610b4 {
  display: none;
}
#s-2408d0b8-b53c-4ed4-96df-b8951e5610b4, #wrap-s-2408d0b8-b53c-4ed4-96df-b8951e5610b4, #wrap-content-s-2408d0b8-b53c-4ed4-96df-b8951e5610b4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2408d0b8-b53c-4ed4-96df-b8951e5610b4 {
  padding-top: 10%;
display: none;
}
#s-2408d0b8-b53c-4ed4-96df-b8951e5610b4, #wrap-s-2408d0b8-b53c-4ed4-96df-b8951e5610b4, #wrap-content-s-2408d0b8-b53c-4ed4-96df-b8951e5610b4 { display: none !important; }}@media (max-width: 767px){#s-2408d0b8-b53c-4ed4-96df-b8951e5610b4 {
  padding-top: 15%;
padding-bottom: 10%;
display: none;
}
#s-2408d0b8-b53c-4ed4-96df-b8951e5610b4, #wrap-s-2408d0b8-b53c-4ed4-96df-b8951e5610b4, #wrap-content-s-2408d0b8-b53c-4ed4-96df-b8951e5610b4 { display: none !important; }}
#s-2408d0b8-b53c-4ed4-96df-b8951e5610b4 {
  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-2408d0b8-b53c-4ed4-96df-b8951e5610b4 {
  background-image: url(https://i.shgcdn.com/7197d6b2-484b-49e6-b00d-81188f8ce491/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-2408d0b8-b53c-4ed4-96df-b8951e5610b4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2408d0b8-b53c-4ed4-96df-b8951e5610b4 {
  background-image: url(https://i.shgcdn.com/7197d6b2-484b-49e6-b00d-81188f8ce491/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-2408d0b8-b53c-4ed4-96df-b8951e5610b4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2408d0b8-b53c-4ed4-96df-b8951e5610b4 {
  background-image: url(https://i.shgcdn.com/7197d6b2-484b-49e6-b00d-81188f8ce491/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-2408d0b8-b53c-4ed4-96df-b8951e5610b4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2408d0b8-b53c-4ed4-96df-b8951e5610b4 {
  background-image: url(https://i.shgcdn.com/7197d6b2-484b-49e6-b00d-81188f8ce491/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-2408d0b8-b53c-4ed4-96df-b8951e5610b4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2408d0b8-b53c-4ed4-96df-b8951e5610b4 {
  background-image: url(https://i.shgcdn.com/7197d6b2-484b-49e6-b00d-81188f8ce491/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-2408d0b8-b53c-4ed4-96df-b8951e5610b4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2408d0b8-b53c-4ed4-96df-b8951e5610b4 {
  background-image: url(https://i.shgcdn.com/7197d6b2-484b-49e6-b00d-81188f8ce491/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-2408d0b8-b53c-4ed4-96df-b8951e5610b4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2408d0b8-b53c-4ed4-96df-b8951e5610b4 {
  background-image: url(https://i.shgcdn.com/7197d6b2-484b-49e6-b00d-81188f8ce491/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-2408d0b8-b53c-4ed4-96df-b8951e5610b4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2408d0b8-b53c-4ed4-96df-b8951e5610b4 {
  background-image: url(https://i.shgcdn.com/7197d6b2-484b-49e6-b00d-81188f8ce491/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-2408d0b8-b53c-4ed4-96df-b8951e5610b4.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-2408d0b8-b53c-4ed4-96df-b8951e5610b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2408d0b8-b53c-4ed4-96df-b8951e5610b4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a32a8bf9-11b9-4a22-9755-abd5ce935191 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0.5em;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
max-width: 90%;
text-align: left;
}

#s-a32a8bf9-11b9-4a22-9755-abd5ce935191 .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-67911d8e-06a1-4ef9-af4d-7b2dabfb8108 {
  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-1631a752-c101-43c9-9b5a-29027ab12d4c {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 5%;
padding-bottom: 1px;
max-width: 100%;
}

#s-1631a752-c101-43c9-9b5a-29027ab12d4c .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1631a752-c101-43c9-9b5a-29027ab12d4c .shg-sld-nav-button.shg-sld-left,
#s-1631a752-c101-43c9-9b5a-29027ab12d4c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-4aac4935-c9eb-48ef-80cc-ecb00e35789d {
  min-height: 50px;
}








#s-4aac4935-c9eb-48ef-80cc-ecb00e35789d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4aac4935-c9eb-48ef-80cc-ecb00e35789d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 {
  margin-bottom: 3%;
max-width: 20%;
aspect-ratio: 1/1;
text-align: center;
}

#s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 {
  margin: 0 !important;
}

#s-ea8e03c0-3a9d-4412-b4f7-008e948f7287-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 3%;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  margin-bottom: 3%;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shogun-image-container {
      position: relative;
    }

    .s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

@media (min-width: 1200px){#s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 {
  margin: 0 !important;
}

#s-ea8e03c0-3a9d-4412-b4f7-008e948f7287-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shogun-image-container {
      position: relative;
    }

    .s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 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-ea8e03c0-3a9d-4412-b4f7-008e948f7287 {
  margin: 0 !important;
}

#s-ea8e03c0-3a9d-4412-b4f7-008e948f7287-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shogun-image-container {
      position: relative;
    }

    .s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 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-ea8e03c0-3a9d-4412-b4f7-008e948f7287 {
  margin: 0 !important;
}

#s-ea8e03c0-3a9d-4412-b4f7-008e948f7287-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shogun-image-container {
      position: relative;
    }

    .s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (max-width: 767px){#s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 {
  margin: 0 !important;
}

#s-ea8e03c0-3a9d-4412-b4f7-008e948f7287-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shogun-image-container {
      position: relative;
    }

    .s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea8e03c0-3a9d-4412-b4f7-008e948f7287.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea8e03c0-3a9d-4412-b4f7-008e948f7287 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}
#s-b2da6143-fdec-4b3a-abd9-9d42110e2d58 {
  max-width: 20%;
aspect-ratio: 2570/470;
text-align: center;
}

#s-b2da6143-fdec-4b3a-abd9-9d42110e2d58 {
  margin: 0 !important;
}

#s-b2da6143-fdec-4b3a-abd9-9d42110e2d58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b2da6143-fdec-4b3a-abd9-9d42110e2d58 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b2da6143-fdec-4b3a-abd9-9d42110e2d58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-b2da6143-fdec-4b3a-abd9-9d42110e2d58.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-b2da6143-fdec-4b3a-abd9-9d42110e2d58 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2da6143-fdec-4b3a-abd9-9d42110e2d58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2da6143-fdec-4b3a-abd9-9d42110e2d58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2da6143-fdec-4b3a-abd9-9d42110e2d58.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-b2da6143-fdec-4b3a-abd9-9d42110e2d58 {
  margin: 0 !important;
}

#s-b2da6143-fdec-4b3a-abd9-9d42110e2d58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b2da6143-fdec-4b3a-abd9-9d42110e2d58 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b2da6143-fdec-4b3a-abd9-9d42110e2d58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-b2da6143-fdec-4b3a-abd9-9d42110e2d58.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-b2da6143-fdec-4b3a-abd9-9d42110e2d58 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2da6143-fdec-4b3a-abd9-9d42110e2d58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2da6143-fdec-4b3a-abd9-9d42110e2d58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2da6143-fdec-4b3a-abd9-9d42110e2d58.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b2da6143-fdec-4b3a-abd9-9d42110e2d58 {
  margin: 0 !important;
}

#s-b2da6143-fdec-4b3a-abd9-9d42110e2d58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b2da6143-fdec-4b3a-abd9-9d42110e2d58 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b2da6143-fdec-4b3a-abd9-9d42110e2d58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-b2da6143-fdec-4b3a-abd9-9d42110e2d58.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-b2da6143-fdec-4b3a-abd9-9d42110e2d58 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2da6143-fdec-4b3a-abd9-9d42110e2d58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2da6143-fdec-4b3a-abd9-9d42110e2d58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2da6143-fdec-4b3a-abd9-9d42110e2d58.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b2da6143-fdec-4b3a-abd9-9d42110e2d58 {
  margin: 0 !important;
}

#s-b2da6143-fdec-4b3a-abd9-9d42110e2d58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b2da6143-fdec-4b3a-abd9-9d42110e2d58 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b2da6143-fdec-4b3a-abd9-9d42110e2d58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-b2da6143-fdec-4b3a-abd9-9d42110e2d58.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-b2da6143-fdec-4b3a-abd9-9d42110e2d58 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2da6143-fdec-4b3a-abd9-9d42110e2d58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2da6143-fdec-4b3a-abd9-9d42110e2d58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2da6143-fdec-4b3a-abd9-9d42110e2d58.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-b2da6143-fdec-4b3a-abd9-9d42110e2d58 {
  margin: 0 !important;
}

#s-b2da6143-fdec-4b3a-abd9-9d42110e2d58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b2da6143-fdec-4b3a-abd9-9d42110e2d58 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b2da6143-fdec-4b3a-abd9-9d42110e2d58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-b2da6143-fdec-4b3a-abd9-9d42110e2d58.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-b2da6143-fdec-4b3a-abd9-9d42110e2d58 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2da6143-fdec-4b3a-abd9-9d42110e2d58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2da6143-fdec-4b3a-abd9-9d42110e2d58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2da6143-fdec-4b3a-abd9-9d42110e2d58.shogun-image {
  box-sizing: border-box;
}




}
#s-22ccd87b-96a3-4390-b330-439667c777a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22ccd87b-96a3-4390-b330-439667c777a5 .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}



#s-8b07e4cb-d78d-4079-a9db-2266f37be355 {
  min-height: 50px;
}








#s-8b07e4cb-d78d-4079-a9db-2266f37be355 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8b07e4cb-d78d-4079-a9db-2266f37be355.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0b11585-44cc-4372-81c3-5113f689198b {
  margin-bottom: 3%;
max-width: 20%;
aspect-ratio: 1/1;
text-align: center;
}

#s-d0b11585-44cc-4372-81c3-5113f689198b {
  margin: 0 !important;
}

#s-d0b11585-44cc-4372-81c3-5113f689198b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d0b11585-44cc-4372-81c3-5113f689198b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 3%;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d0b11585-44cc-4372-81c3-5113f689198b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  margin-bottom: 3%;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0b11585-44cc-4372-81c3-5113f689198b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d0b11585-44cc-4372-81c3-5113f689198b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0b11585-44cc-4372-81c3-5113f689198b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0b11585-44cc-4372-81c3-5113f689198b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0b11585-44cc-4372-81c3-5113f689198b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-d0b11585-44cc-4372-81c3-5113f689198b.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-d0b11585-44cc-4372-81c3-5113f689198b .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0b11585-44cc-4372-81c3-5113f689198b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0b11585-44cc-4372-81c3-5113f689198b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0b11585-44cc-4372-81c3-5113f689198b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0b11585-44cc-4372-81c3-5113f689198b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d0b11585-44cc-4372-81c3-5113f689198b.shogun-image-container {
      position: relative;
    }

    .s-d0b11585-44cc-4372-81c3-5113f689198b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0b11585-44cc-4372-81c3-5113f689198b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0b11585-44cc-4372-81c3-5113f689198b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

@media (min-width: 1200px){#s-d0b11585-44cc-4372-81c3-5113f689198b {
  margin: 0 !important;
}

#s-d0b11585-44cc-4372-81c3-5113f689198b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d0b11585-44cc-4372-81c3-5113f689198b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d0b11585-44cc-4372-81c3-5113f689198b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0b11585-44cc-4372-81c3-5113f689198b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d0b11585-44cc-4372-81c3-5113f689198b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0b11585-44cc-4372-81c3-5113f689198b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0b11585-44cc-4372-81c3-5113f689198b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0b11585-44cc-4372-81c3-5113f689198b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-d0b11585-44cc-4372-81c3-5113f689198b.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-d0b11585-44cc-4372-81c3-5113f689198b .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0b11585-44cc-4372-81c3-5113f689198b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0b11585-44cc-4372-81c3-5113f689198b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0b11585-44cc-4372-81c3-5113f689198b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0b11585-44cc-4372-81c3-5113f689198b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d0b11585-44cc-4372-81c3-5113f689198b.shogun-image-container {
      position: relative;
    }

    .s-d0b11585-44cc-4372-81c3-5113f689198b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0b11585-44cc-4372-81c3-5113f689198b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0b11585-44cc-4372-81c3-5113f689198b 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-d0b11585-44cc-4372-81c3-5113f689198b {
  margin: 0 !important;
}

#s-d0b11585-44cc-4372-81c3-5113f689198b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d0b11585-44cc-4372-81c3-5113f689198b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d0b11585-44cc-4372-81c3-5113f689198b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0b11585-44cc-4372-81c3-5113f689198b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d0b11585-44cc-4372-81c3-5113f689198b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0b11585-44cc-4372-81c3-5113f689198b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0b11585-44cc-4372-81c3-5113f689198b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0b11585-44cc-4372-81c3-5113f689198b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-d0b11585-44cc-4372-81c3-5113f689198b.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-d0b11585-44cc-4372-81c3-5113f689198b .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0b11585-44cc-4372-81c3-5113f689198b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0b11585-44cc-4372-81c3-5113f689198b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0b11585-44cc-4372-81c3-5113f689198b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0b11585-44cc-4372-81c3-5113f689198b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d0b11585-44cc-4372-81c3-5113f689198b.shogun-image-container {
      position: relative;
    }

    .s-d0b11585-44cc-4372-81c3-5113f689198b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0b11585-44cc-4372-81c3-5113f689198b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0b11585-44cc-4372-81c3-5113f689198b 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-d0b11585-44cc-4372-81c3-5113f689198b {
  margin: 0 !important;
}

#s-d0b11585-44cc-4372-81c3-5113f689198b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d0b11585-44cc-4372-81c3-5113f689198b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d0b11585-44cc-4372-81c3-5113f689198b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0b11585-44cc-4372-81c3-5113f689198b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d0b11585-44cc-4372-81c3-5113f689198b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0b11585-44cc-4372-81c3-5113f689198b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0b11585-44cc-4372-81c3-5113f689198b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0b11585-44cc-4372-81c3-5113f689198b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-d0b11585-44cc-4372-81c3-5113f689198b.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-d0b11585-44cc-4372-81c3-5113f689198b .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0b11585-44cc-4372-81c3-5113f689198b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0b11585-44cc-4372-81c3-5113f689198b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0b11585-44cc-4372-81c3-5113f689198b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0b11585-44cc-4372-81c3-5113f689198b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d0b11585-44cc-4372-81c3-5113f689198b.shogun-image-container {
      position: relative;
    }

    .s-d0b11585-44cc-4372-81c3-5113f689198b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0b11585-44cc-4372-81c3-5113f689198b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0b11585-44cc-4372-81c3-5113f689198b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (max-width: 767px){#s-d0b11585-44cc-4372-81c3-5113f689198b {
  margin: 0 !important;
}

#s-d0b11585-44cc-4372-81c3-5113f689198b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d0b11585-44cc-4372-81c3-5113f689198b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d0b11585-44cc-4372-81c3-5113f689198b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0b11585-44cc-4372-81c3-5113f689198b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d0b11585-44cc-4372-81c3-5113f689198b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0b11585-44cc-4372-81c3-5113f689198b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0b11585-44cc-4372-81c3-5113f689198b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0b11585-44cc-4372-81c3-5113f689198b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-d0b11585-44cc-4372-81c3-5113f689198b.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-d0b11585-44cc-4372-81c3-5113f689198b .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0b11585-44cc-4372-81c3-5113f689198b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0b11585-44cc-4372-81c3-5113f689198b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0b11585-44cc-4372-81c3-5113f689198b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0b11585-44cc-4372-81c3-5113f689198b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d0b11585-44cc-4372-81c3-5113f689198b.shogun-image-container {
      position: relative;
    }

    .s-d0b11585-44cc-4372-81c3-5113f689198b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0b11585-44cc-4372-81c3-5113f689198b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0b11585-44cc-4372-81c3-5113f689198b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}
#s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f {
  max-width: 20%;
aspect-ratio: 2570/470;
text-align: center;
}

#s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f {
  margin: 0 !important;
}

#s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f {
  margin: 0 !important;
}

#s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f {
  margin: 0 !important;
}

#s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f {
  margin: 0 !important;
}

#s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f {
  margin: 0 !important;
}

#s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a88e95e-8f7f-4a77-b34b-a1e6fccc9c8f.shogun-image {
  box-sizing: border-box;
}




}
#s-6a0b420b-1a4e-4b50-8286-73d699a25b9f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a0b420b-1a4e-4b50-8286-73d699a25b9f .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}



#s-a95c21ea-2fc2-4413-b080-79eb9c182187 {
  min-height: 50px;
}








#s-a95c21ea-2fc2-4413-b080-79eb9c182187 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a95c21ea-2fc2-4413-b080-79eb9c182187.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df {
  margin-bottom: 3%;
max-width: 20%;
aspect-ratio: 1/1;
text-align: center;
}

#s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df {
  margin: 0 !important;
}

#s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 3%;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  margin-bottom: 3%;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df .shogun-image-content {
  
    justify-content: center;
  
}

.s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shogun-image-container {
      position: relative;
    }

    .s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

@media (min-width: 1200px){#s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df {
  margin: 0 !important;
}

#s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df .shogun-image-content {
  
    justify-content: center;
  
}

.s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shogun-image-container {
      position: relative;
    }

    .s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df 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-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df {
  margin: 0 !important;
}

#s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df .shogun-image-content {
  
    justify-content: center;
  
}

.s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shogun-image-container {
      position: relative;
    }

    .s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df 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-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df {
  margin: 0 !important;
}

#s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df .shogun-image-content {
  
    justify-content: center;
  
}

.s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shogun-image-container {
      position: relative;
    }

    .s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (max-width: 767px){#s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df {
  margin: 0 !important;
}

#s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df .shogun-image-content {
  
    justify-content: center;
  
}

.s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shogun-image-container {
      position: relative;
    }

    .s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb1ab2f4-b2ba-4992-9794-1ea0e855a0df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}
#s-6326df26-99ca-4f53-94c8-4bcd0d542f34 {
  max-width: 20%;
aspect-ratio: 2570/469;
text-align: center;
}

#s-6326df26-99ca-4f53-94c8-4bcd0d542f34 {
  margin: 0 !important;
}

#s-6326df26-99ca-4f53-94c8-4bcd0d542f34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6326df26-99ca-4f53-94c8-4bcd0d542f34 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6326df26-99ca-4f53-94c8-4bcd0d542f34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-6326df26-99ca-4f53-94c8-4bcd0d542f34.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-6326df26-99ca-4f53-94c8-4bcd0d542f34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6326df26-99ca-4f53-94c8-4bcd0d542f34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6326df26-99ca-4f53-94c8-4bcd0d542f34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6326df26-99ca-4f53-94c8-4bcd0d542f34.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-6326df26-99ca-4f53-94c8-4bcd0d542f34 {
  margin: 0 !important;
}

#s-6326df26-99ca-4f53-94c8-4bcd0d542f34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6326df26-99ca-4f53-94c8-4bcd0d542f34 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6326df26-99ca-4f53-94c8-4bcd0d542f34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-6326df26-99ca-4f53-94c8-4bcd0d542f34.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-6326df26-99ca-4f53-94c8-4bcd0d542f34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6326df26-99ca-4f53-94c8-4bcd0d542f34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6326df26-99ca-4f53-94c8-4bcd0d542f34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6326df26-99ca-4f53-94c8-4bcd0d542f34.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6326df26-99ca-4f53-94c8-4bcd0d542f34 {
  margin: 0 !important;
}

#s-6326df26-99ca-4f53-94c8-4bcd0d542f34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6326df26-99ca-4f53-94c8-4bcd0d542f34 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6326df26-99ca-4f53-94c8-4bcd0d542f34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-6326df26-99ca-4f53-94c8-4bcd0d542f34.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-6326df26-99ca-4f53-94c8-4bcd0d542f34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6326df26-99ca-4f53-94c8-4bcd0d542f34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6326df26-99ca-4f53-94c8-4bcd0d542f34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6326df26-99ca-4f53-94c8-4bcd0d542f34.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6326df26-99ca-4f53-94c8-4bcd0d542f34 {
  margin: 0 !important;
}

#s-6326df26-99ca-4f53-94c8-4bcd0d542f34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6326df26-99ca-4f53-94c8-4bcd0d542f34 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6326df26-99ca-4f53-94c8-4bcd0d542f34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-6326df26-99ca-4f53-94c8-4bcd0d542f34.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-6326df26-99ca-4f53-94c8-4bcd0d542f34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6326df26-99ca-4f53-94c8-4bcd0d542f34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6326df26-99ca-4f53-94c8-4bcd0d542f34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6326df26-99ca-4f53-94c8-4bcd0d542f34.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-6326df26-99ca-4f53-94c8-4bcd0d542f34 {
  margin: 0 !important;
}

#s-6326df26-99ca-4f53-94c8-4bcd0d542f34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6326df26-99ca-4f53-94c8-4bcd0d542f34 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6326df26-99ca-4f53-94c8-4bcd0d542f34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-6326df26-99ca-4f53-94c8-4bcd0d542f34.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-6326df26-99ca-4f53-94c8-4bcd0d542f34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6326df26-99ca-4f53-94c8-4bcd0d542f34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6326df26-99ca-4f53-94c8-4bcd0d542f34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6326df26-99ca-4f53-94c8-4bcd0d542f34.shogun-image {
  box-sizing: border-box;
}




}
#s-925f1165-0a55-4e78-a562-dc507801a6be {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-925f1165-0a55-4e78-a562-dc507801a6be .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}



#s-3300d816-03f7-428d-8440-527d135a7ffd {
  min-height: 50px;
}








#s-3300d816-03f7-428d-8440-527d135a7ffd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3300d816-03f7-428d-8440-527d135a7ffd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c30d992f-1e86-4fcc-9efe-f594d3281dda {
  margin-bottom: 3%;
max-width: 20%;
aspect-ratio: 1/1;
text-align: center;
}

#s-c30d992f-1e86-4fcc-9efe-f594d3281dda {
  margin: 0 !important;
}

#s-c30d992f-1e86-4fcc-9efe-f594d3281dda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c30d992f-1e86-4fcc-9efe-f594d3281dda {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 3%;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c30d992f-1e86-4fcc-9efe-f594d3281dda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  margin-bottom: 3%;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c30d992f-1e86-4fcc-9efe-f594d3281dda .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c30d992f-1e86-4fcc-9efe-f594d3281dda .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c30d992f-1e86-4fcc-9efe-f594d3281dda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c30d992f-1e86-4fcc-9efe-f594d3281dda img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-c30d992f-1e86-4fcc-9efe-f594d3281dda .shogun-image-content {
  
    justify-content: center;
  
}

.s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c30d992f-1e86-4fcc-9efe-f594d3281dda {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shogun-image-container {
      position: relative;
    }

    .s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c30d992f-1e86-4fcc-9efe-f594d3281dda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

@media (min-width: 1200px){#s-c30d992f-1e86-4fcc-9efe-f594d3281dda {
  margin: 0 !important;
}

#s-c30d992f-1e86-4fcc-9efe-f594d3281dda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c30d992f-1e86-4fcc-9efe-f594d3281dda {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c30d992f-1e86-4fcc-9efe-f594d3281dda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c30d992f-1e86-4fcc-9efe-f594d3281dda .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c30d992f-1e86-4fcc-9efe-f594d3281dda .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c30d992f-1e86-4fcc-9efe-f594d3281dda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c30d992f-1e86-4fcc-9efe-f594d3281dda img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-c30d992f-1e86-4fcc-9efe-f594d3281dda .shogun-image-content {
  
    justify-content: center;
  
}

.s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c30d992f-1e86-4fcc-9efe-f594d3281dda {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shogun-image-container {
      position: relative;
    }

    .s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c30d992f-1e86-4fcc-9efe-f594d3281dda 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-c30d992f-1e86-4fcc-9efe-f594d3281dda {
  margin: 0 !important;
}

#s-c30d992f-1e86-4fcc-9efe-f594d3281dda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c30d992f-1e86-4fcc-9efe-f594d3281dda {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c30d992f-1e86-4fcc-9efe-f594d3281dda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c30d992f-1e86-4fcc-9efe-f594d3281dda .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c30d992f-1e86-4fcc-9efe-f594d3281dda .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c30d992f-1e86-4fcc-9efe-f594d3281dda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c30d992f-1e86-4fcc-9efe-f594d3281dda img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-c30d992f-1e86-4fcc-9efe-f594d3281dda .shogun-image-content {
  
    justify-content: center;
  
}

.s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c30d992f-1e86-4fcc-9efe-f594d3281dda {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shogun-image-container {
      position: relative;
    }

    .s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c30d992f-1e86-4fcc-9efe-f594d3281dda 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-c30d992f-1e86-4fcc-9efe-f594d3281dda {
  margin: 0 !important;
}

#s-c30d992f-1e86-4fcc-9efe-f594d3281dda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c30d992f-1e86-4fcc-9efe-f594d3281dda {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c30d992f-1e86-4fcc-9efe-f594d3281dda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c30d992f-1e86-4fcc-9efe-f594d3281dda .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c30d992f-1e86-4fcc-9efe-f594d3281dda .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c30d992f-1e86-4fcc-9efe-f594d3281dda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c30d992f-1e86-4fcc-9efe-f594d3281dda img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-c30d992f-1e86-4fcc-9efe-f594d3281dda .shogun-image-content {
  
    justify-content: center;
  
}

.s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c30d992f-1e86-4fcc-9efe-f594d3281dda {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shogun-image-container {
      position: relative;
    }

    .s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c30d992f-1e86-4fcc-9efe-f594d3281dda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (max-width: 767px){#s-c30d992f-1e86-4fcc-9efe-f594d3281dda {
  margin: 0 !important;
}

#s-c30d992f-1e86-4fcc-9efe-f594d3281dda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c30d992f-1e86-4fcc-9efe-f594d3281dda {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c30d992f-1e86-4fcc-9efe-f594d3281dda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c30d992f-1e86-4fcc-9efe-f594d3281dda .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c30d992f-1e86-4fcc-9efe-f594d3281dda .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c30d992f-1e86-4fcc-9efe-f594d3281dda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c30d992f-1e86-4fcc-9efe-f594d3281dda img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-c30d992f-1e86-4fcc-9efe-f594d3281dda .shogun-image-content {
  
    justify-content: center;
  
}

.s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c30d992f-1e86-4fcc-9efe-f594d3281dda {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shogun-image-container {
      position: relative;
    }

    .s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c30d992f-1e86-4fcc-9efe-f594d3281dda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c30d992f-1e86-4fcc-9efe-f594d3281dda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}
#s-b00fee3d-a8d7-40d7-a311-162310926ca7 {
  max-width: 20%;
aspect-ratio: 2570/470;
text-align: center;
}

#s-b00fee3d-a8d7-40d7-a311-162310926ca7 {
  margin: 0 !important;
}

#s-b00fee3d-a8d7-40d7-a311-162310926ca7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b00fee3d-a8d7-40d7-a311-162310926ca7 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b00fee3d-a8d7-40d7-a311-162310926ca7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b00fee3d-a8d7-40d7-a311-162310926ca7 .shg-image-content-wrapper {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }

    #s-b00fee3d-a8d7-40d7-a311-162310926ca7 .shogun-image-link {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b00fee3d-a8d7-40d7-a311-162310926ca7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b00fee3d-a8d7-40d7-a311-162310926ca7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b00fee3d-a8d7-40d7-a311-162310926ca7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-b00fee3d-a8d7-40d7-a311-162310926ca7.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-b00fee3d-a8d7-40d7-a311-162310926ca7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b00fee3d-a8d7-40d7-a311-162310926ca7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b00fee3d-a8d7-40d7-a311-162310926ca7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b00fee3d-a8d7-40d7-a311-162310926ca7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b00fee3d-a8d7-40d7-a311-162310926ca7 {
      --shg-aspect-ratio: calc(2570/470); 
    }

    .s-b00fee3d-a8d7-40d7-a311-162310926ca7.shogun-image-container {
      position: relative;
    }

    .s-b00fee3d-a8d7-40d7-a311-162310926ca7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b00fee3d-a8d7-40d7-a311-162310926ca7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b00fee3d-a8d7-40d7-a311-162310926ca7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

@media (min-width: 1200px){#s-b00fee3d-a8d7-40d7-a311-162310926ca7 {
  margin: 0 !important;
}

#s-b00fee3d-a8d7-40d7-a311-162310926ca7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b00fee3d-a8d7-40d7-a311-162310926ca7 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b00fee3d-a8d7-40d7-a311-162310926ca7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b00fee3d-a8d7-40d7-a311-162310926ca7 .shg-image-content-wrapper {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }

    #s-b00fee3d-a8d7-40d7-a311-162310926ca7 .shogun-image-link {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b00fee3d-a8d7-40d7-a311-162310926ca7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b00fee3d-a8d7-40d7-a311-162310926ca7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b00fee3d-a8d7-40d7-a311-162310926ca7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-b00fee3d-a8d7-40d7-a311-162310926ca7.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-b00fee3d-a8d7-40d7-a311-162310926ca7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b00fee3d-a8d7-40d7-a311-162310926ca7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b00fee3d-a8d7-40d7-a311-162310926ca7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b00fee3d-a8d7-40d7-a311-162310926ca7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b00fee3d-a8d7-40d7-a311-162310926ca7 {
      --shg-aspect-ratio: calc(2570/470); 
    }

    .s-b00fee3d-a8d7-40d7-a311-162310926ca7.shogun-image-container {
      position: relative;
    }

    .s-b00fee3d-a8d7-40d7-a311-162310926ca7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b00fee3d-a8d7-40d7-a311-162310926ca7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b00fee3d-a8d7-40d7-a311-162310926ca7 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-b00fee3d-a8d7-40d7-a311-162310926ca7 {
  margin: 0 !important;
}

#s-b00fee3d-a8d7-40d7-a311-162310926ca7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b00fee3d-a8d7-40d7-a311-162310926ca7 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b00fee3d-a8d7-40d7-a311-162310926ca7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b00fee3d-a8d7-40d7-a311-162310926ca7 .shg-image-content-wrapper {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }

    #s-b00fee3d-a8d7-40d7-a311-162310926ca7 .shogun-image-link {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b00fee3d-a8d7-40d7-a311-162310926ca7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b00fee3d-a8d7-40d7-a311-162310926ca7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b00fee3d-a8d7-40d7-a311-162310926ca7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-b00fee3d-a8d7-40d7-a311-162310926ca7.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-b00fee3d-a8d7-40d7-a311-162310926ca7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b00fee3d-a8d7-40d7-a311-162310926ca7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b00fee3d-a8d7-40d7-a311-162310926ca7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b00fee3d-a8d7-40d7-a311-162310926ca7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b00fee3d-a8d7-40d7-a311-162310926ca7 {
      --shg-aspect-ratio: calc(2570/470); 
    }

    .s-b00fee3d-a8d7-40d7-a311-162310926ca7.shogun-image-container {
      position: relative;
    }

    .s-b00fee3d-a8d7-40d7-a311-162310926ca7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b00fee3d-a8d7-40d7-a311-162310926ca7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b00fee3d-a8d7-40d7-a311-162310926ca7 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-b00fee3d-a8d7-40d7-a311-162310926ca7 {
  margin: 0 !important;
}

#s-b00fee3d-a8d7-40d7-a311-162310926ca7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b00fee3d-a8d7-40d7-a311-162310926ca7 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b00fee3d-a8d7-40d7-a311-162310926ca7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b00fee3d-a8d7-40d7-a311-162310926ca7 .shg-image-content-wrapper {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }

    #s-b00fee3d-a8d7-40d7-a311-162310926ca7 .shogun-image-link {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b00fee3d-a8d7-40d7-a311-162310926ca7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b00fee3d-a8d7-40d7-a311-162310926ca7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b00fee3d-a8d7-40d7-a311-162310926ca7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-b00fee3d-a8d7-40d7-a311-162310926ca7.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-b00fee3d-a8d7-40d7-a311-162310926ca7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b00fee3d-a8d7-40d7-a311-162310926ca7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b00fee3d-a8d7-40d7-a311-162310926ca7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b00fee3d-a8d7-40d7-a311-162310926ca7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b00fee3d-a8d7-40d7-a311-162310926ca7 {
      --shg-aspect-ratio: calc(2570/470); 
    }

    .s-b00fee3d-a8d7-40d7-a311-162310926ca7.shogun-image-container {
      position: relative;
    }

    .s-b00fee3d-a8d7-40d7-a311-162310926ca7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b00fee3d-a8d7-40d7-a311-162310926ca7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b00fee3d-a8d7-40d7-a311-162310926ca7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (max-width: 767px){#s-b00fee3d-a8d7-40d7-a311-162310926ca7 {
  margin: 0 !important;
}

#s-b00fee3d-a8d7-40d7-a311-162310926ca7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b00fee3d-a8d7-40d7-a311-162310926ca7 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b00fee3d-a8d7-40d7-a311-162310926ca7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b00fee3d-a8d7-40d7-a311-162310926ca7 .shg-image-content-wrapper {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }

    #s-b00fee3d-a8d7-40d7-a311-162310926ca7 .shogun-image-link {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b00fee3d-a8d7-40d7-a311-162310926ca7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b00fee3d-a8d7-40d7-a311-162310926ca7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b00fee3d-a8d7-40d7-a311-162310926ca7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-b00fee3d-a8d7-40d7-a311-162310926ca7.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-b00fee3d-a8d7-40d7-a311-162310926ca7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b00fee3d-a8d7-40d7-a311-162310926ca7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b00fee3d-a8d7-40d7-a311-162310926ca7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b00fee3d-a8d7-40d7-a311-162310926ca7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b00fee3d-a8d7-40d7-a311-162310926ca7 {
      --shg-aspect-ratio: calc(2570/470); 
    }

    .s-b00fee3d-a8d7-40d7-a311-162310926ca7.shogun-image-container {
      position: relative;
    }

    .s-b00fee3d-a8d7-40d7-a311-162310926ca7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b00fee3d-a8d7-40d7-a311-162310926ca7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b00fee3d-a8d7-40d7-a311-162310926ca7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}
#s-347ff566-6fc6-4695-861a-b2f2182ee70c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-347ff566-6fc6-4695-861a-b2f2182ee70c .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 1.4em;
  line-height: 1.2em;
  
  
}



#s-d8320d77-7b2e-4d00-bab7-b286053e0314 {
  min-height: 50px;
}








#s-d8320d77-7b2e-4d00-bab7-b286053e0314 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d8320d77-7b2e-4d00-bab7-b286053e0314.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-35ffef17-f632-4485-a16f-e17341bb4041 {
  margin-bottom: 3%;
max-width: 20%;
aspect-ratio: 1/1;
text-align: center;
}

#s-35ffef17-f632-4485-a16f-e17341bb4041 {
  margin: 0 !important;
}

#s-35ffef17-f632-4485-a16f-e17341bb4041-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-35ffef17-f632-4485-a16f-e17341bb4041 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 3%;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-35ffef17-f632-4485-a16f-e17341bb4041 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  margin-bottom: 3%;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35ffef17-f632-4485-a16f-e17341bb4041 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-35ffef17-f632-4485-a16f-e17341bb4041 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35ffef17-f632-4485-a16f-e17341bb4041 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35ffef17-f632-4485-a16f-e17341bb4041.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35ffef17-f632-4485-a16f-e17341bb4041 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-35ffef17-f632-4485-a16f-e17341bb4041.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-35ffef17-f632-4485-a16f-e17341bb4041 .shogun-image-content {
  
    justify-content: center;
  
}

.s-35ffef17-f632-4485-a16f-e17341bb4041.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35ffef17-f632-4485-a16f-e17341bb4041.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35ffef17-f632-4485-a16f-e17341bb4041.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-35ffef17-f632-4485-a16f-e17341bb4041 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-35ffef17-f632-4485-a16f-e17341bb4041.shogun-image-container {
      position: relative;
    }

    .s-35ffef17-f632-4485-a16f-e17341bb4041.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35ffef17-f632-4485-a16f-e17341bb4041.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35ffef17-f632-4485-a16f-e17341bb4041 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

@media (min-width: 1200px){#s-35ffef17-f632-4485-a16f-e17341bb4041 {
  margin: 0 !important;
}

#s-35ffef17-f632-4485-a16f-e17341bb4041-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-35ffef17-f632-4485-a16f-e17341bb4041 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-35ffef17-f632-4485-a16f-e17341bb4041 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35ffef17-f632-4485-a16f-e17341bb4041 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-35ffef17-f632-4485-a16f-e17341bb4041 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35ffef17-f632-4485-a16f-e17341bb4041 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35ffef17-f632-4485-a16f-e17341bb4041.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35ffef17-f632-4485-a16f-e17341bb4041 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-35ffef17-f632-4485-a16f-e17341bb4041.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-35ffef17-f632-4485-a16f-e17341bb4041 .shogun-image-content {
  
    justify-content: center;
  
}

.s-35ffef17-f632-4485-a16f-e17341bb4041.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35ffef17-f632-4485-a16f-e17341bb4041.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35ffef17-f632-4485-a16f-e17341bb4041.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-35ffef17-f632-4485-a16f-e17341bb4041 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-35ffef17-f632-4485-a16f-e17341bb4041.shogun-image-container {
      position: relative;
    }

    .s-35ffef17-f632-4485-a16f-e17341bb4041.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35ffef17-f632-4485-a16f-e17341bb4041.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35ffef17-f632-4485-a16f-e17341bb4041 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-35ffef17-f632-4485-a16f-e17341bb4041 {
  margin: 0 !important;
}

#s-35ffef17-f632-4485-a16f-e17341bb4041-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-35ffef17-f632-4485-a16f-e17341bb4041 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-35ffef17-f632-4485-a16f-e17341bb4041 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35ffef17-f632-4485-a16f-e17341bb4041 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-35ffef17-f632-4485-a16f-e17341bb4041 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35ffef17-f632-4485-a16f-e17341bb4041 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35ffef17-f632-4485-a16f-e17341bb4041.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35ffef17-f632-4485-a16f-e17341bb4041 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-35ffef17-f632-4485-a16f-e17341bb4041.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-35ffef17-f632-4485-a16f-e17341bb4041 .shogun-image-content {
  
    justify-content: center;
  
}

.s-35ffef17-f632-4485-a16f-e17341bb4041.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35ffef17-f632-4485-a16f-e17341bb4041.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35ffef17-f632-4485-a16f-e17341bb4041.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-35ffef17-f632-4485-a16f-e17341bb4041 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-35ffef17-f632-4485-a16f-e17341bb4041.shogun-image-container {
      position: relative;
    }

    .s-35ffef17-f632-4485-a16f-e17341bb4041.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35ffef17-f632-4485-a16f-e17341bb4041.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35ffef17-f632-4485-a16f-e17341bb4041 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-35ffef17-f632-4485-a16f-e17341bb4041 {
  margin: 0 !important;
}

#s-35ffef17-f632-4485-a16f-e17341bb4041-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-35ffef17-f632-4485-a16f-e17341bb4041 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-35ffef17-f632-4485-a16f-e17341bb4041 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35ffef17-f632-4485-a16f-e17341bb4041 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-35ffef17-f632-4485-a16f-e17341bb4041 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35ffef17-f632-4485-a16f-e17341bb4041 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35ffef17-f632-4485-a16f-e17341bb4041.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35ffef17-f632-4485-a16f-e17341bb4041 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-35ffef17-f632-4485-a16f-e17341bb4041.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-35ffef17-f632-4485-a16f-e17341bb4041 .shogun-image-content {
  
    justify-content: center;
  
}

.s-35ffef17-f632-4485-a16f-e17341bb4041.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35ffef17-f632-4485-a16f-e17341bb4041.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35ffef17-f632-4485-a16f-e17341bb4041.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-35ffef17-f632-4485-a16f-e17341bb4041 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-35ffef17-f632-4485-a16f-e17341bb4041.shogun-image-container {
      position: relative;
    }

    .s-35ffef17-f632-4485-a16f-e17341bb4041.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35ffef17-f632-4485-a16f-e17341bb4041.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35ffef17-f632-4485-a16f-e17341bb4041 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (max-width: 767px){#s-35ffef17-f632-4485-a16f-e17341bb4041 {
  margin: 0 !important;
}

#s-35ffef17-f632-4485-a16f-e17341bb4041-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-35ffef17-f632-4485-a16f-e17341bb4041 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-35ffef17-f632-4485-a16f-e17341bb4041 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35ffef17-f632-4485-a16f-e17341bb4041 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-35ffef17-f632-4485-a16f-e17341bb4041 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35ffef17-f632-4485-a16f-e17341bb4041 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35ffef17-f632-4485-a16f-e17341bb4041.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35ffef17-f632-4485-a16f-e17341bb4041 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-35ffef17-f632-4485-a16f-e17341bb4041.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-35ffef17-f632-4485-a16f-e17341bb4041 .shogun-image-content {
  
    justify-content: center;
  
}

.s-35ffef17-f632-4485-a16f-e17341bb4041.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35ffef17-f632-4485-a16f-e17341bb4041.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35ffef17-f632-4485-a16f-e17341bb4041.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-35ffef17-f632-4485-a16f-e17341bb4041 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-35ffef17-f632-4485-a16f-e17341bb4041.shogun-image-container {
      position: relative;
    }

    .s-35ffef17-f632-4485-a16f-e17341bb4041.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35ffef17-f632-4485-a16f-e17341bb4041.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35ffef17-f632-4485-a16f-e17341bb4041 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}
#s-0b961e3e-c03f-4586-94dd-de2327bc73da {
  max-width: 20%;
aspect-ratio: 2570/469;
text-align: center;
}

#s-0b961e3e-c03f-4586-94dd-de2327bc73da {
  margin: 0 !important;
}

#s-0b961e3e-c03f-4586-94dd-de2327bc73da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0b961e3e-c03f-4586-94dd-de2327bc73da {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0b961e3e-c03f-4586-94dd-de2327bc73da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-0b961e3e-c03f-4586-94dd-de2327bc73da.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-0b961e3e-c03f-4586-94dd-de2327bc73da .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b961e3e-c03f-4586-94dd-de2327bc73da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b961e3e-c03f-4586-94dd-de2327bc73da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b961e3e-c03f-4586-94dd-de2327bc73da.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-0b961e3e-c03f-4586-94dd-de2327bc73da {
  margin: 0 !important;
}

#s-0b961e3e-c03f-4586-94dd-de2327bc73da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0b961e3e-c03f-4586-94dd-de2327bc73da {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0b961e3e-c03f-4586-94dd-de2327bc73da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-0b961e3e-c03f-4586-94dd-de2327bc73da.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-0b961e3e-c03f-4586-94dd-de2327bc73da .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b961e3e-c03f-4586-94dd-de2327bc73da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b961e3e-c03f-4586-94dd-de2327bc73da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b961e3e-c03f-4586-94dd-de2327bc73da.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0b961e3e-c03f-4586-94dd-de2327bc73da {
  margin: 0 !important;
}

#s-0b961e3e-c03f-4586-94dd-de2327bc73da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0b961e3e-c03f-4586-94dd-de2327bc73da {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0b961e3e-c03f-4586-94dd-de2327bc73da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-0b961e3e-c03f-4586-94dd-de2327bc73da.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-0b961e3e-c03f-4586-94dd-de2327bc73da .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b961e3e-c03f-4586-94dd-de2327bc73da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b961e3e-c03f-4586-94dd-de2327bc73da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b961e3e-c03f-4586-94dd-de2327bc73da.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0b961e3e-c03f-4586-94dd-de2327bc73da {
  margin: 0 !important;
}

#s-0b961e3e-c03f-4586-94dd-de2327bc73da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0b961e3e-c03f-4586-94dd-de2327bc73da {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0b961e3e-c03f-4586-94dd-de2327bc73da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-0b961e3e-c03f-4586-94dd-de2327bc73da.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-0b961e3e-c03f-4586-94dd-de2327bc73da .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b961e3e-c03f-4586-94dd-de2327bc73da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b961e3e-c03f-4586-94dd-de2327bc73da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b961e3e-c03f-4586-94dd-de2327bc73da.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-0b961e3e-c03f-4586-94dd-de2327bc73da {
  margin: 0 !important;
}

#s-0b961e3e-c03f-4586-94dd-de2327bc73da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0b961e3e-c03f-4586-94dd-de2327bc73da {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0b961e3e-c03f-4586-94dd-de2327bc73da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-0b961e3e-c03f-4586-94dd-de2327bc73da.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-0b961e3e-c03f-4586-94dd-de2327bc73da .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b961e3e-c03f-4586-94dd-de2327bc73da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b961e3e-c03f-4586-94dd-de2327bc73da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b961e3e-c03f-4586-94dd-de2327bc73da.shogun-image {
  box-sizing: border-box;
}




}
#s-2f837235-e8a1-4cc4-9cc8-6990fec9d9f6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f837235-e8a1-4cc4-9cc8-6990fec9d9f6 .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}



#s-fed1a19d-0668-4b19-abff-7e48bc08177f {
  min-height: 50px;
}








#s-fed1a19d-0668-4b19-abff-7e48bc08177f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fed1a19d-0668-4b19-abff-7e48bc08177f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 {
  margin-bottom: 4%;
max-width: 20%;
aspect-ratio: 1/1;
text-align: center;
}

#s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 {
  margin: 0 !important;
}

#s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 4%;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  margin-bottom: 4%;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shogun-image-container {
      position: relative;
    }

    .s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

@media (min-width: 1200px){#s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 {
  margin: 0 !important;
}

#s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shogun-image-container {
      position: relative;
    }

    .s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 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-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 {
  margin: 0 !important;
}

#s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shogun-image-container {
      position: relative;
    }

    .s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 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-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 {
  margin: 0 !important;
}

#s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shogun-image-container {
      position: relative;
    }

    .s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (max-width: 767px){#s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 {
  margin: 0 !important;
}

#s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shogun-image-container {
      position: relative;
    }

    .s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f2e316b-afe7-43a5-8fa0-e0a674f9ec60 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}
#s-c48a5f29-d234-4fd9-9b11-8b5026948a7e {
  max-width: 20%;
aspect-ratio: 2570/470;
text-align: center;
}

#s-c48a5f29-d234-4fd9-9b11-8b5026948a7e {
  margin: 0 !important;
}

#s-c48a5f29-d234-4fd9-9b11-8b5026948a7e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c48a5f29-d234-4fd9-9b11-8b5026948a7e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c48a5f29-d234-4fd9-9b11-8b5026948a7e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c48a5f29-d234-4fd9-9b11-8b5026948a7e .shg-image-content-wrapper {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }

    #s-c48a5f29-d234-4fd9-9b11-8b5026948a7e .shogun-image-link {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c48a5f29-d234-4fd9-9b11-8b5026948a7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c48a5f29-d234-4fd9-9b11-8b5026948a7e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-c48a5f29-d234-4fd9-9b11-8b5026948a7e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c48a5f29-d234-4fd9-9b11-8b5026948a7e {
      --shg-aspect-ratio: calc(2570/470); 
    }

    .s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shogun-image-container {
      position: relative;
    }

    .s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c48a5f29-d234-4fd9-9b11-8b5026948a7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

@media (min-width: 1200px){#s-c48a5f29-d234-4fd9-9b11-8b5026948a7e {
  margin: 0 !important;
}

#s-c48a5f29-d234-4fd9-9b11-8b5026948a7e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c48a5f29-d234-4fd9-9b11-8b5026948a7e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c48a5f29-d234-4fd9-9b11-8b5026948a7e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c48a5f29-d234-4fd9-9b11-8b5026948a7e .shg-image-content-wrapper {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }

    #s-c48a5f29-d234-4fd9-9b11-8b5026948a7e .shogun-image-link {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c48a5f29-d234-4fd9-9b11-8b5026948a7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c48a5f29-d234-4fd9-9b11-8b5026948a7e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-c48a5f29-d234-4fd9-9b11-8b5026948a7e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c48a5f29-d234-4fd9-9b11-8b5026948a7e {
      --shg-aspect-ratio: calc(2570/470); 
    }

    .s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shogun-image-container {
      position: relative;
    }

    .s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c48a5f29-d234-4fd9-9b11-8b5026948a7e 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-c48a5f29-d234-4fd9-9b11-8b5026948a7e {
  margin: 0 !important;
}

#s-c48a5f29-d234-4fd9-9b11-8b5026948a7e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c48a5f29-d234-4fd9-9b11-8b5026948a7e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c48a5f29-d234-4fd9-9b11-8b5026948a7e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c48a5f29-d234-4fd9-9b11-8b5026948a7e .shg-image-content-wrapper {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }

    #s-c48a5f29-d234-4fd9-9b11-8b5026948a7e .shogun-image-link {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c48a5f29-d234-4fd9-9b11-8b5026948a7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c48a5f29-d234-4fd9-9b11-8b5026948a7e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-c48a5f29-d234-4fd9-9b11-8b5026948a7e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c48a5f29-d234-4fd9-9b11-8b5026948a7e {
      --shg-aspect-ratio: calc(2570/470); 
    }

    .s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shogun-image-container {
      position: relative;
    }

    .s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c48a5f29-d234-4fd9-9b11-8b5026948a7e 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-c48a5f29-d234-4fd9-9b11-8b5026948a7e {
  margin: 0 !important;
}

#s-c48a5f29-d234-4fd9-9b11-8b5026948a7e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c48a5f29-d234-4fd9-9b11-8b5026948a7e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c48a5f29-d234-4fd9-9b11-8b5026948a7e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c48a5f29-d234-4fd9-9b11-8b5026948a7e .shg-image-content-wrapper {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }

    #s-c48a5f29-d234-4fd9-9b11-8b5026948a7e .shogun-image-link {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c48a5f29-d234-4fd9-9b11-8b5026948a7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c48a5f29-d234-4fd9-9b11-8b5026948a7e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-c48a5f29-d234-4fd9-9b11-8b5026948a7e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c48a5f29-d234-4fd9-9b11-8b5026948a7e {
      --shg-aspect-ratio: calc(2570/470); 
    }

    .s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shogun-image-container {
      position: relative;
    }

    .s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c48a5f29-d234-4fd9-9b11-8b5026948a7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (max-width: 767px){#s-c48a5f29-d234-4fd9-9b11-8b5026948a7e {
  margin: 0 !important;
}

#s-c48a5f29-d234-4fd9-9b11-8b5026948a7e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c48a5f29-d234-4fd9-9b11-8b5026948a7e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c48a5f29-d234-4fd9-9b11-8b5026948a7e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c48a5f29-d234-4fd9-9b11-8b5026948a7e .shg-image-content-wrapper {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }

    #s-c48a5f29-d234-4fd9-9b11-8b5026948a7e .shogun-image-link {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c48a5f29-d234-4fd9-9b11-8b5026948a7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c48a5f29-d234-4fd9-9b11-8b5026948a7e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-c48a5f29-d234-4fd9-9b11-8b5026948a7e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c48a5f29-d234-4fd9-9b11-8b5026948a7e {
      --shg-aspect-ratio: calc(2570/470); 
    }

    .s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shogun-image-container {
      position: relative;
    }

    .s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c48a5f29-d234-4fd9-9b11-8b5026948a7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c48a5f29-d234-4fd9-9b11-8b5026948a7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}
#s-460570cf-1d9d-402e-8620-3d46119b3636 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-460570cf-1d9d-402e-8620-3d46119b3636 .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}



#s-dc2bc17a-921a-404e-a35b-38671226aad0 {
  min-height: 50px;
}








#s-dc2bc17a-921a-404e-a35b-38671226aad0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc2bc17a-921a-404e-a35b-38671226aad0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b {
  margin-bottom: 3%;
max-width: 20%;
aspect-ratio: 1/1;
text-align: center;
}

#s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b {
  margin: 0 !important;
}

#s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 3%;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  margin-bottom: 3%;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shogun-image-container {
      position: relative;
    }

    .s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

@media (min-width: 1200px){#s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b {
  margin: 0 !important;
}

#s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shogun-image-container {
      position: relative;
    }

    .s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b 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-d7c83f88-f83a-497d-a4c8-f4fe1adf361b {
  margin: 0 !important;
}

#s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shogun-image-container {
      position: relative;
    }

    .s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b 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-d7c83f88-f83a-497d-a4c8-f4fe1adf361b {
  margin: 0 !important;
}

#s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shogun-image-container {
      position: relative;
    }

    .s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (max-width: 767px){#s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b {
  margin: 0 !important;
}

#s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shogun-image-container {
      position: relative;
    }

    .s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7c83f88-f83a-497d-a4c8-f4fe1adf361b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}
#s-dd60e46d-8376-45f1-8c11-09ff9504e804 {
  max-width: 20%;
aspect-ratio: 2570/469;
text-align: center;
}

#s-dd60e46d-8376-45f1-8c11-09ff9504e804 {
  margin: 0 !important;
}

#s-dd60e46d-8376-45f1-8c11-09ff9504e804-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd60e46d-8376-45f1-8c11-09ff9504e804 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-dd60e46d-8376-45f1-8c11-09ff9504e804 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-dd60e46d-8376-45f1-8c11-09ff9504e804.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-dd60e46d-8376-45f1-8c11-09ff9504e804 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd60e46d-8376-45f1-8c11-09ff9504e804.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd60e46d-8376-45f1-8c11-09ff9504e804.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd60e46d-8376-45f1-8c11-09ff9504e804.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-dd60e46d-8376-45f1-8c11-09ff9504e804 {
  margin: 0 !important;
}

#s-dd60e46d-8376-45f1-8c11-09ff9504e804-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd60e46d-8376-45f1-8c11-09ff9504e804 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-dd60e46d-8376-45f1-8c11-09ff9504e804 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-dd60e46d-8376-45f1-8c11-09ff9504e804.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-dd60e46d-8376-45f1-8c11-09ff9504e804 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd60e46d-8376-45f1-8c11-09ff9504e804.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd60e46d-8376-45f1-8c11-09ff9504e804.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd60e46d-8376-45f1-8c11-09ff9504e804.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-dd60e46d-8376-45f1-8c11-09ff9504e804 {
  margin: 0 !important;
}

#s-dd60e46d-8376-45f1-8c11-09ff9504e804-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd60e46d-8376-45f1-8c11-09ff9504e804 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-dd60e46d-8376-45f1-8c11-09ff9504e804 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-dd60e46d-8376-45f1-8c11-09ff9504e804.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-dd60e46d-8376-45f1-8c11-09ff9504e804 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd60e46d-8376-45f1-8c11-09ff9504e804.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd60e46d-8376-45f1-8c11-09ff9504e804.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd60e46d-8376-45f1-8c11-09ff9504e804.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-dd60e46d-8376-45f1-8c11-09ff9504e804 {
  margin: 0 !important;
}

#s-dd60e46d-8376-45f1-8c11-09ff9504e804-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd60e46d-8376-45f1-8c11-09ff9504e804 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-dd60e46d-8376-45f1-8c11-09ff9504e804 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-dd60e46d-8376-45f1-8c11-09ff9504e804.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-dd60e46d-8376-45f1-8c11-09ff9504e804 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd60e46d-8376-45f1-8c11-09ff9504e804.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd60e46d-8376-45f1-8c11-09ff9504e804.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd60e46d-8376-45f1-8c11-09ff9504e804.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-dd60e46d-8376-45f1-8c11-09ff9504e804 {
  margin: 0 !important;
}

#s-dd60e46d-8376-45f1-8c11-09ff9504e804-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd60e46d-8376-45f1-8c11-09ff9504e804 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-dd60e46d-8376-45f1-8c11-09ff9504e804 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-dd60e46d-8376-45f1-8c11-09ff9504e804.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-dd60e46d-8376-45f1-8c11-09ff9504e804 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd60e46d-8376-45f1-8c11-09ff9504e804.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd60e46d-8376-45f1-8c11-09ff9504e804.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd60e46d-8376-45f1-8c11-09ff9504e804.shogun-image {
  box-sizing: border-box;
}




}
#s-54deb10f-fe27-47d5-83c2-5a39e4e884dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54deb10f-fe27-47d5-83c2-5a39e4e884dd .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}



#s-5f7c5a5a-d510-46aa-80c0-efef6ef69bc6 {
  min-height: 50px;
}








#s-5f7c5a5a-d510-46aa-80c0-efef6ef69bc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f7c5a5a-d510-46aa-80c0-efef6ef69bc6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6239ece0-fe66-4070-88fa-a5441ba36021 {
  margin-bottom: 3%;
max-width: 20%;
aspect-ratio: 1/1;
text-align: center;
}

#s-6239ece0-fe66-4070-88fa-a5441ba36021 {
  margin: 0 !important;
}

#s-6239ece0-fe66-4070-88fa-a5441ba36021-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6239ece0-fe66-4070-88fa-a5441ba36021 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 3%;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6239ece0-fe66-4070-88fa-a5441ba36021 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  margin-bottom: 3%;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6239ece0-fe66-4070-88fa-a5441ba36021 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6239ece0-fe66-4070-88fa-a5441ba36021 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6239ece0-fe66-4070-88fa-a5441ba36021 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6239ece0-fe66-4070-88fa-a5441ba36021.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6239ece0-fe66-4070-88fa-a5441ba36021 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-6239ece0-fe66-4070-88fa-a5441ba36021.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-6239ece0-fe66-4070-88fa-a5441ba36021 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6239ece0-fe66-4070-88fa-a5441ba36021.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6239ece0-fe66-4070-88fa-a5441ba36021.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6239ece0-fe66-4070-88fa-a5441ba36021.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6239ece0-fe66-4070-88fa-a5441ba36021 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6239ece0-fe66-4070-88fa-a5441ba36021.shogun-image-container {
      position: relative;
    }

    .s-6239ece0-fe66-4070-88fa-a5441ba36021.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6239ece0-fe66-4070-88fa-a5441ba36021.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6239ece0-fe66-4070-88fa-a5441ba36021 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

@media (min-width: 1200px){#s-6239ece0-fe66-4070-88fa-a5441ba36021 {
  margin: 0 !important;
}

#s-6239ece0-fe66-4070-88fa-a5441ba36021-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6239ece0-fe66-4070-88fa-a5441ba36021 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6239ece0-fe66-4070-88fa-a5441ba36021 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6239ece0-fe66-4070-88fa-a5441ba36021 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6239ece0-fe66-4070-88fa-a5441ba36021 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6239ece0-fe66-4070-88fa-a5441ba36021 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6239ece0-fe66-4070-88fa-a5441ba36021.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6239ece0-fe66-4070-88fa-a5441ba36021 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-6239ece0-fe66-4070-88fa-a5441ba36021.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-6239ece0-fe66-4070-88fa-a5441ba36021 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6239ece0-fe66-4070-88fa-a5441ba36021.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6239ece0-fe66-4070-88fa-a5441ba36021.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6239ece0-fe66-4070-88fa-a5441ba36021.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6239ece0-fe66-4070-88fa-a5441ba36021 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6239ece0-fe66-4070-88fa-a5441ba36021.shogun-image-container {
      position: relative;
    }

    .s-6239ece0-fe66-4070-88fa-a5441ba36021.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6239ece0-fe66-4070-88fa-a5441ba36021.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6239ece0-fe66-4070-88fa-a5441ba36021 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-6239ece0-fe66-4070-88fa-a5441ba36021 {
  margin: 0 !important;
}

#s-6239ece0-fe66-4070-88fa-a5441ba36021-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6239ece0-fe66-4070-88fa-a5441ba36021 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6239ece0-fe66-4070-88fa-a5441ba36021 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6239ece0-fe66-4070-88fa-a5441ba36021 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6239ece0-fe66-4070-88fa-a5441ba36021 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6239ece0-fe66-4070-88fa-a5441ba36021 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6239ece0-fe66-4070-88fa-a5441ba36021.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6239ece0-fe66-4070-88fa-a5441ba36021 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-6239ece0-fe66-4070-88fa-a5441ba36021.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-6239ece0-fe66-4070-88fa-a5441ba36021 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6239ece0-fe66-4070-88fa-a5441ba36021.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6239ece0-fe66-4070-88fa-a5441ba36021.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6239ece0-fe66-4070-88fa-a5441ba36021.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6239ece0-fe66-4070-88fa-a5441ba36021 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6239ece0-fe66-4070-88fa-a5441ba36021.shogun-image-container {
      position: relative;
    }

    .s-6239ece0-fe66-4070-88fa-a5441ba36021.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6239ece0-fe66-4070-88fa-a5441ba36021.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6239ece0-fe66-4070-88fa-a5441ba36021 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-6239ece0-fe66-4070-88fa-a5441ba36021 {
  margin: 0 !important;
}

#s-6239ece0-fe66-4070-88fa-a5441ba36021-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6239ece0-fe66-4070-88fa-a5441ba36021 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6239ece0-fe66-4070-88fa-a5441ba36021 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6239ece0-fe66-4070-88fa-a5441ba36021 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6239ece0-fe66-4070-88fa-a5441ba36021 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6239ece0-fe66-4070-88fa-a5441ba36021 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6239ece0-fe66-4070-88fa-a5441ba36021.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6239ece0-fe66-4070-88fa-a5441ba36021 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-6239ece0-fe66-4070-88fa-a5441ba36021.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-6239ece0-fe66-4070-88fa-a5441ba36021 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6239ece0-fe66-4070-88fa-a5441ba36021.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6239ece0-fe66-4070-88fa-a5441ba36021.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6239ece0-fe66-4070-88fa-a5441ba36021.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6239ece0-fe66-4070-88fa-a5441ba36021 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6239ece0-fe66-4070-88fa-a5441ba36021.shogun-image-container {
      position: relative;
    }

    .s-6239ece0-fe66-4070-88fa-a5441ba36021.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6239ece0-fe66-4070-88fa-a5441ba36021.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6239ece0-fe66-4070-88fa-a5441ba36021 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}@media (max-width: 767px){#s-6239ece0-fe66-4070-88fa-a5441ba36021 {
  margin: 0 !important;
}

#s-6239ece0-fe66-4070-88fa-a5441ba36021-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6239ece0-fe66-4070-88fa-a5441ba36021 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6239ece0-fe66-4070-88fa-a5441ba36021 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6239ece0-fe66-4070-88fa-a5441ba36021 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6239ece0-fe66-4070-88fa-a5441ba36021 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6239ece0-fe66-4070-88fa-a5441ba36021 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6239ece0-fe66-4070-88fa-a5441ba36021.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6239ece0-fe66-4070-88fa-a5441ba36021 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 20%;
  }



  img.s-6239ece0-fe66-4070-88fa-a5441ba36021.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-6239ece0-fe66-4070-88fa-a5441ba36021 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6239ece0-fe66-4070-88fa-a5441ba36021.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6239ece0-fe66-4070-88fa-a5441ba36021.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6239ece0-fe66-4070-88fa-a5441ba36021.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6239ece0-fe66-4070-88fa-a5441ba36021 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6239ece0-fe66-4070-88fa-a5441ba36021.shogun-image-container {
      position: relative;
    }

    .s-6239ece0-fe66-4070-88fa-a5441ba36021.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6239ece0-fe66-4070-88fa-a5441ba36021.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6239ece0-fe66-4070-88fa-a5441ba36021 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}
#s-1190a5d4-6e02-46ae-8522-28f604798b68 {
  max-width: 20%;
aspect-ratio: 2570/469;
text-align: center;
}

#s-1190a5d4-6e02-46ae-8522-28f604798b68 {
  margin: 0 !important;
}

#s-1190a5d4-6e02-46ae-8522-28f604798b68-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1190a5d4-6e02-46ae-8522-28f604798b68 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-1190a5d4-6e02-46ae-8522-28f604798b68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-1190a5d4-6e02-46ae-8522-28f604798b68.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-1190a5d4-6e02-46ae-8522-28f604798b68 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1190a5d4-6e02-46ae-8522-28f604798b68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1190a5d4-6e02-46ae-8522-28f604798b68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1190a5d4-6e02-46ae-8522-28f604798b68.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-1190a5d4-6e02-46ae-8522-28f604798b68 {
  margin: 0 !important;
}

#s-1190a5d4-6e02-46ae-8522-28f604798b68-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1190a5d4-6e02-46ae-8522-28f604798b68 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-1190a5d4-6e02-46ae-8522-28f604798b68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-1190a5d4-6e02-46ae-8522-28f604798b68.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-1190a5d4-6e02-46ae-8522-28f604798b68 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1190a5d4-6e02-46ae-8522-28f604798b68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1190a5d4-6e02-46ae-8522-28f604798b68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1190a5d4-6e02-46ae-8522-28f604798b68.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1190a5d4-6e02-46ae-8522-28f604798b68 {
  margin: 0 !important;
}

#s-1190a5d4-6e02-46ae-8522-28f604798b68-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1190a5d4-6e02-46ae-8522-28f604798b68 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-1190a5d4-6e02-46ae-8522-28f604798b68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-1190a5d4-6e02-46ae-8522-28f604798b68.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-1190a5d4-6e02-46ae-8522-28f604798b68 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1190a5d4-6e02-46ae-8522-28f604798b68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1190a5d4-6e02-46ae-8522-28f604798b68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1190a5d4-6e02-46ae-8522-28f604798b68.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1190a5d4-6e02-46ae-8522-28f604798b68 {
  margin: 0 !important;
}

#s-1190a5d4-6e02-46ae-8522-28f604798b68-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1190a5d4-6e02-46ae-8522-28f604798b68 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-1190a5d4-6e02-46ae-8522-28f604798b68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-1190a5d4-6e02-46ae-8522-28f604798b68.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-1190a5d4-6e02-46ae-8522-28f604798b68 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1190a5d4-6e02-46ae-8522-28f604798b68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1190a5d4-6e02-46ae-8522-28f604798b68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1190a5d4-6e02-46ae-8522-28f604798b68.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-1190a5d4-6e02-46ae-8522-28f604798b68 {
  margin: 0 !important;
}

#s-1190a5d4-6e02-46ae-8522-28f604798b68-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1190a5d4-6e02-46ae-8522-28f604798b68 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-1190a5d4-6e02-46ae-8522-28f604798b68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-1190a5d4-6e02-46ae-8522-28f604798b68.shogun-image {
    
    
    
    max-height: 20%;
  }


.s-1190a5d4-6e02-46ae-8522-28f604798b68 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1190a5d4-6e02-46ae-8522-28f604798b68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1190a5d4-6e02-46ae-8522-28f604798b68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1190a5d4-6e02-46ae-8522-28f604798b68.shogun-image {
  box-sizing: border-box;
}




}
#s-e29832e2-fc51-460f-a463-9564c1b1ae38 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e29832e2-fc51-460f-a463-9564c1b1ae38 .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}



#s-7bc4998a-e269-43d2-bdc4-e0585867b2f2 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 6%;
padding-bottom: 4%;
background-attachment: scroll;
background-position: left top;
}
@media (min-width: 1200px){#s-7bc4998a-e269-43d2-bdc4-e0585867b2f2 {
  padding-top: 5%;
padding-bottom: 3%;
display: none;
}
#s-7bc4998a-e269-43d2-bdc4-e0585867b2f2, #wrap-s-7bc4998a-e269-43d2-bdc4-e0585867b2f2, #wrap-content-s-7bc4998a-e269-43d2-bdc4-e0585867b2f2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7bc4998a-e269-43d2-bdc4-e0585867b2f2 {
  display: none;
}
#s-7bc4998a-e269-43d2-bdc4-e0585867b2f2, #wrap-s-7bc4998a-e269-43d2-bdc4-e0585867b2f2, #wrap-content-s-7bc4998a-e269-43d2-bdc4-e0585867b2f2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7bc4998a-e269-43d2-bdc4-e0585867b2f2 {
  display: none;
}
#s-7bc4998a-e269-43d2-bdc4-e0585867b2f2, #wrap-s-7bc4998a-e269-43d2-bdc4-e0585867b2f2, #wrap-content-s-7bc4998a-e269-43d2-bdc4-e0585867b2f2 { display: none !important; }}@media (max-width: 767px){#s-7bc4998a-e269-43d2-bdc4-e0585867b2f2 {
  display: none;
}
#s-7bc4998a-e269-43d2-bdc4-e0585867b2f2, #wrap-s-7bc4998a-e269-43d2-bdc4-e0585867b2f2, #wrap-content-s-7bc4998a-e269-43d2-bdc4-e0585867b2f2 { display: none !important; }}
#s-7bc4998a-e269-43d2-bdc4-e0585867b2f2 {
  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-7bc4998a-e269-43d2-bdc4-e0585867b2f2 {
  background-image: url(https://i.shgcdn.com/c6bab7b4-c0f5-4fb9-a7f6-7704a78de4b2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-7bc4998a-e269-43d2-bdc4-e0585867b2f2.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7bc4998a-e269-43d2-bdc4-e0585867b2f2 {
  background-image: url(https://i.shgcdn.com/c6bab7b4-c0f5-4fb9-a7f6-7704a78de4b2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-7bc4998a-e269-43d2-bdc4-e0585867b2f2.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7bc4998a-e269-43d2-bdc4-e0585867b2f2 {
  background-image: url(https://i.shgcdn.com/c6bab7b4-c0f5-4fb9-a7f6-7704a78de4b2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-7bc4998a-e269-43d2-bdc4-e0585867b2f2.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7bc4998a-e269-43d2-bdc4-e0585867b2f2 {
  background-image: url(https://i.shgcdn.com/c6bab7b4-c0f5-4fb9-a7f6-7704a78de4b2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-7bc4998a-e269-43d2-bdc4-e0585867b2f2.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7bc4998a-e269-43d2-bdc4-e0585867b2f2 {
  background-image: url(https://i.shgcdn.com/c6bab7b4-c0f5-4fb9-a7f6-7704a78de4b2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-7bc4998a-e269-43d2-bdc4-e0585867b2f2.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7bc4998a-e269-43d2-bdc4-e0585867b2f2 {
  background-image: url(https://i.shgcdn.com/c6bab7b4-c0f5-4fb9-a7f6-7704a78de4b2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-7bc4998a-e269-43d2-bdc4-e0585867b2f2.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7bc4998a-e269-43d2-bdc4-e0585867b2f2 {
  background-image: url(https://i.shgcdn.com/c6bab7b4-c0f5-4fb9-a7f6-7704a78de4b2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-7bc4998a-e269-43d2-bdc4-e0585867b2f2.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7bc4998a-e269-43d2-bdc4-e0585867b2f2 {
  background-image: url(https://i.shgcdn.com/c6bab7b4-c0f5-4fb9-a7f6-7704a78de4b2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-7bc4998a-e269-43d2-bdc4-e0585867b2f2.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-7bc4998a-e269-43d2-bdc4-e0585867b2f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7bc4998a-e269-43d2-bdc4-e0585867b2f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c49d6e7c-e475-4eda-894e-5869ada81f85 {
  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: center;
}

#s-c49d6e7c-e475-4eda-894e-5869ada81f85 .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-1f9574f1-9076-42a9-a802-682e2629c741 {
  margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 80%;
}

#s-4f0ac3eb-14d8-4e39-bed8-cd08f0d903b7 {
  margin-left: auto;
margin-right: auto;
max-width: 85%;
}

#s-4f0ac3eb-14d8-4e39-bed8-cd08f0d903b7 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-4f0ac3eb-14d8-4e39-bed8-cd08f0d903b7 .shg-sld-nav-button.shg-sld-left,
#s-4f0ac3eb-14d8-4e39-bed8-cd08f0d903b7 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-6f2728d0-a37d-42e7-8937-bf8dedf285ba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6f2728d0-a37d-42e7-8937-bf8dedf285ba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6f2728d0-a37d-42e7-8937-bf8dedf285ba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6f2728d0-a37d-42e7-8937-bf8dedf285ba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-1ef489e8-e221-4305-bd2f-6cb25319915d {
  min-height: 50px;
}








#s-1ef489e8-e221-4305-bd2f-6cb25319915d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1ef489e8-e221-4305-bd2f-6cb25319915d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29ef1afb-d86f-482d-b906-de3ef668a98e {
  margin-bottom: 3%;
max-width: 40%;
aspect-ratio: 1/1;
text-align: center;
}

#s-29ef1afb-d86f-482d-b906-de3ef668a98e {
  margin: 0 !important;
}

#s-29ef1afb-d86f-482d-b906-de3ef668a98e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-29ef1afb-d86f-482d-b906-de3ef668a98e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 3%;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-29ef1afb-d86f-482d-b906-de3ef668a98e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  margin-bottom: 3%;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-29ef1afb-d86f-482d-b906-de3ef668a98e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-29ef1afb-d86f-482d-b906-de3ef668a98e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-29ef1afb-d86f-482d-b906-de3ef668a98e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-29ef1afb-d86f-482d-b906-de3ef668a98e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-29ef1afb-d86f-482d-b906-de3ef668a98e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-29ef1afb-d86f-482d-b906-de3ef668a98e.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-29ef1afb-d86f-482d-b906-de3ef668a98e .shogun-image-content {
  
    justify-content: center;
  
}

.s-29ef1afb-d86f-482d-b906-de3ef668a98e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29ef1afb-d86f-482d-b906-de3ef668a98e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29ef1afb-d86f-482d-b906-de3ef668a98e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-29ef1afb-d86f-482d-b906-de3ef668a98e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-29ef1afb-d86f-482d-b906-de3ef668a98e.shogun-image-container {
      position: relative;
    }

    .s-29ef1afb-d86f-482d-b906-de3ef668a98e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-29ef1afb-d86f-482d-b906-de3ef668a98e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-29ef1afb-d86f-482d-b906-de3ef668a98e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

@media (min-width: 1200px){#s-29ef1afb-d86f-482d-b906-de3ef668a98e {
  margin: 0 !important;
}

#s-29ef1afb-d86f-482d-b906-de3ef668a98e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-29ef1afb-d86f-482d-b906-de3ef668a98e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-29ef1afb-d86f-482d-b906-de3ef668a98e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-29ef1afb-d86f-482d-b906-de3ef668a98e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-29ef1afb-d86f-482d-b906-de3ef668a98e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-29ef1afb-d86f-482d-b906-de3ef668a98e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-29ef1afb-d86f-482d-b906-de3ef668a98e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-29ef1afb-d86f-482d-b906-de3ef668a98e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-29ef1afb-d86f-482d-b906-de3ef668a98e.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-29ef1afb-d86f-482d-b906-de3ef668a98e .shogun-image-content {
  
    justify-content: center;
  
}

.s-29ef1afb-d86f-482d-b906-de3ef668a98e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29ef1afb-d86f-482d-b906-de3ef668a98e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29ef1afb-d86f-482d-b906-de3ef668a98e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-29ef1afb-d86f-482d-b906-de3ef668a98e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-29ef1afb-d86f-482d-b906-de3ef668a98e.shogun-image-container {
      position: relative;
    }

    .s-29ef1afb-d86f-482d-b906-de3ef668a98e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-29ef1afb-d86f-482d-b906-de3ef668a98e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-29ef1afb-d86f-482d-b906-de3ef668a98e 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-29ef1afb-d86f-482d-b906-de3ef668a98e {
  margin: 0 !important;
}

#s-29ef1afb-d86f-482d-b906-de3ef668a98e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-29ef1afb-d86f-482d-b906-de3ef668a98e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-29ef1afb-d86f-482d-b906-de3ef668a98e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-29ef1afb-d86f-482d-b906-de3ef668a98e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-29ef1afb-d86f-482d-b906-de3ef668a98e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-29ef1afb-d86f-482d-b906-de3ef668a98e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-29ef1afb-d86f-482d-b906-de3ef668a98e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-29ef1afb-d86f-482d-b906-de3ef668a98e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-29ef1afb-d86f-482d-b906-de3ef668a98e.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-29ef1afb-d86f-482d-b906-de3ef668a98e .shogun-image-content {
  
    justify-content: center;
  
}

.s-29ef1afb-d86f-482d-b906-de3ef668a98e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29ef1afb-d86f-482d-b906-de3ef668a98e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29ef1afb-d86f-482d-b906-de3ef668a98e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-29ef1afb-d86f-482d-b906-de3ef668a98e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-29ef1afb-d86f-482d-b906-de3ef668a98e.shogun-image-container {
      position: relative;
    }

    .s-29ef1afb-d86f-482d-b906-de3ef668a98e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-29ef1afb-d86f-482d-b906-de3ef668a98e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-29ef1afb-d86f-482d-b906-de3ef668a98e 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-29ef1afb-d86f-482d-b906-de3ef668a98e {
  margin: 0 !important;
}

#s-29ef1afb-d86f-482d-b906-de3ef668a98e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-29ef1afb-d86f-482d-b906-de3ef668a98e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-29ef1afb-d86f-482d-b906-de3ef668a98e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-29ef1afb-d86f-482d-b906-de3ef668a98e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-29ef1afb-d86f-482d-b906-de3ef668a98e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-29ef1afb-d86f-482d-b906-de3ef668a98e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-29ef1afb-d86f-482d-b906-de3ef668a98e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-29ef1afb-d86f-482d-b906-de3ef668a98e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-29ef1afb-d86f-482d-b906-de3ef668a98e.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-29ef1afb-d86f-482d-b906-de3ef668a98e .shogun-image-content {
  
    justify-content: center;
  
}

.s-29ef1afb-d86f-482d-b906-de3ef668a98e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29ef1afb-d86f-482d-b906-de3ef668a98e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29ef1afb-d86f-482d-b906-de3ef668a98e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-29ef1afb-d86f-482d-b906-de3ef668a98e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-29ef1afb-d86f-482d-b906-de3ef668a98e.shogun-image-container {
      position: relative;
    }

    .s-29ef1afb-d86f-482d-b906-de3ef668a98e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-29ef1afb-d86f-482d-b906-de3ef668a98e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-29ef1afb-d86f-482d-b906-de3ef668a98e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (max-width: 767px){#s-29ef1afb-d86f-482d-b906-de3ef668a98e {
  margin: 0 !important;
}

#s-29ef1afb-d86f-482d-b906-de3ef668a98e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-29ef1afb-d86f-482d-b906-de3ef668a98e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-29ef1afb-d86f-482d-b906-de3ef668a98e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-29ef1afb-d86f-482d-b906-de3ef668a98e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-29ef1afb-d86f-482d-b906-de3ef668a98e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-29ef1afb-d86f-482d-b906-de3ef668a98e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-29ef1afb-d86f-482d-b906-de3ef668a98e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-29ef1afb-d86f-482d-b906-de3ef668a98e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-29ef1afb-d86f-482d-b906-de3ef668a98e.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-29ef1afb-d86f-482d-b906-de3ef668a98e .shogun-image-content {
  
    justify-content: center;
  
}

.s-29ef1afb-d86f-482d-b906-de3ef668a98e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29ef1afb-d86f-482d-b906-de3ef668a98e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29ef1afb-d86f-482d-b906-de3ef668a98e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-29ef1afb-d86f-482d-b906-de3ef668a98e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-29ef1afb-d86f-482d-b906-de3ef668a98e.shogun-image-container {
      position: relative;
    }

    .s-29ef1afb-d86f-482d-b906-de3ef668a98e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-29ef1afb-d86f-482d-b906-de3ef668a98e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-29ef1afb-d86f-482d-b906-de3ef668a98e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}
#s-8675b02d-6654-4d37-9057-06e23b0e5757 {
  max-width: 40%;
aspect-ratio: 2570/470;
text-align: center;
}

#s-8675b02d-6654-4d37-9057-06e23b0e5757 {
  margin: 0 !important;
}

#s-8675b02d-6654-4d37-9057-06e23b0e5757-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8675b02d-6654-4d37-9057-06e23b0e5757 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8675b02d-6654-4d37-9057-06e23b0e5757 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-8675b02d-6654-4d37-9057-06e23b0e5757.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-8675b02d-6654-4d37-9057-06e23b0e5757 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8675b02d-6654-4d37-9057-06e23b0e5757.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8675b02d-6654-4d37-9057-06e23b0e5757.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8675b02d-6654-4d37-9057-06e23b0e5757.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-8675b02d-6654-4d37-9057-06e23b0e5757 {
  margin: 0 !important;
}

#s-8675b02d-6654-4d37-9057-06e23b0e5757-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8675b02d-6654-4d37-9057-06e23b0e5757 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8675b02d-6654-4d37-9057-06e23b0e5757 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-8675b02d-6654-4d37-9057-06e23b0e5757.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-8675b02d-6654-4d37-9057-06e23b0e5757 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8675b02d-6654-4d37-9057-06e23b0e5757.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8675b02d-6654-4d37-9057-06e23b0e5757.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8675b02d-6654-4d37-9057-06e23b0e5757.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8675b02d-6654-4d37-9057-06e23b0e5757 {
  margin: 0 !important;
}

#s-8675b02d-6654-4d37-9057-06e23b0e5757-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8675b02d-6654-4d37-9057-06e23b0e5757 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8675b02d-6654-4d37-9057-06e23b0e5757 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-8675b02d-6654-4d37-9057-06e23b0e5757.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-8675b02d-6654-4d37-9057-06e23b0e5757 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8675b02d-6654-4d37-9057-06e23b0e5757.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8675b02d-6654-4d37-9057-06e23b0e5757.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8675b02d-6654-4d37-9057-06e23b0e5757.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8675b02d-6654-4d37-9057-06e23b0e5757 {
  margin: 0 !important;
}

#s-8675b02d-6654-4d37-9057-06e23b0e5757-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8675b02d-6654-4d37-9057-06e23b0e5757 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8675b02d-6654-4d37-9057-06e23b0e5757 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-8675b02d-6654-4d37-9057-06e23b0e5757.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-8675b02d-6654-4d37-9057-06e23b0e5757 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8675b02d-6654-4d37-9057-06e23b0e5757.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8675b02d-6654-4d37-9057-06e23b0e5757.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8675b02d-6654-4d37-9057-06e23b0e5757.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-8675b02d-6654-4d37-9057-06e23b0e5757 {
  margin: 0 !important;
}

#s-8675b02d-6654-4d37-9057-06e23b0e5757-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8675b02d-6654-4d37-9057-06e23b0e5757 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8675b02d-6654-4d37-9057-06e23b0e5757 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-8675b02d-6654-4d37-9057-06e23b0e5757.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-8675b02d-6654-4d37-9057-06e23b0e5757 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8675b02d-6654-4d37-9057-06e23b0e5757.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8675b02d-6654-4d37-9057-06e23b0e5757.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8675b02d-6654-4d37-9057-06e23b0e5757.shogun-image {
  box-sizing: border-box;
}




}
#s-b976239a-8d83-4f1f-90a0-63a8fd51d9ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b976239a-8d83-4f1f-90a0-63a8fd51d9ba .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}



#s-6b48d1ec-82c9-46af-9045-96427af42061 {
  min-height: 50px;
}








#s-6b48d1ec-82c9-46af-9045-96427af42061 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6b48d1ec-82c9-46af-9045-96427af42061.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d {
  margin-bottom: 3%;
max-width: 40%;
aspect-ratio: 1/1;
text-align: center;
}

#s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d {
  margin: 0 !important;
}

#s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 3%;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  margin-bottom: 3%;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shogun-image-container {
      position: relative;
    }

    .s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

@media (min-width: 1200px){#s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d {
  margin: 0 !important;
}

#s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shogun-image-container {
      position: relative;
    }

    .s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d 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-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d {
  margin: 0 !important;
}

#s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shogun-image-container {
      position: relative;
    }

    .s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d 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-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d {
  margin: 0 !important;
}

#s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shogun-image-container {
      position: relative;
    }

    .s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (max-width: 767px){#s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d {
  margin: 0 !important;
}

#s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shogun-image-container {
      position: relative;
    }

    .s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b96a3d2-3dcf-4b96-82dc-770ad8c4109d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}
#s-91b0a737-4cbb-40ba-a081-533efff88e09 {
  max-width: 40%;
aspect-ratio: 2570/470;
text-align: center;
}

#s-91b0a737-4cbb-40ba-a081-533efff88e09 {
  margin: 0 !important;
}

#s-91b0a737-4cbb-40ba-a081-533efff88e09-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-91b0a737-4cbb-40ba-a081-533efff88e09 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-91b0a737-4cbb-40ba-a081-533efff88e09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-91b0a737-4cbb-40ba-a081-533efff88e09.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-91b0a737-4cbb-40ba-a081-533efff88e09 .shogun-image-content {
  
    justify-content: center;
  
}

.s-91b0a737-4cbb-40ba-a081-533efff88e09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91b0a737-4cbb-40ba-a081-533efff88e09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91b0a737-4cbb-40ba-a081-533efff88e09.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-91b0a737-4cbb-40ba-a081-533efff88e09 {
  margin: 0 !important;
}

#s-91b0a737-4cbb-40ba-a081-533efff88e09-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-91b0a737-4cbb-40ba-a081-533efff88e09 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-91b0a737-4cbb-40ba-a081-533efff88e09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-91b0a737-4cbb-40ba-a081-533efff88e09.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-91b0a737-4cbb-40ba-a081-533efff88e09 .shogun-image-content {
  
    justify-content: center;
  
}

.s-91b0a737-4cbb-40ba-a081-533efff88e09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91b0a737-4cbb-40ba-a081-533efff88e09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91b0a737-4cbb-40ba-a081-533efff88e09.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-91b0a737-4cbb-40ba-a081-533efff88e09 {
  margin: 0 !important;
}

#s-91b0a737-4cbb-40ba-a081-533efff88e09-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-91b0a737-4cbb-40ba-a081-533efff88e09 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-91b0a737-4cbb-40ba-a081-533efff88e09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-91b0a737-4cbb-40ba-a081-533efff88e09.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-91b0a737-4cbb-40ba-a081-533efff88e09 .shogun-image-content {
  
    justify-content: center;
  
}

.s-91b0a737-4cbb-40ba-a081-533efff88e09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91b0a737-4cbb-40ba-a081-533efff88e09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91b0a737-4cbb-40ba-a081-533efff88e09.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-91b0a737-4cbb-40ba-a081-533efff88e09 {
  margin: 0 !important;
}

#s-91b0a737-4cbb-40ba-a081-533efff88e09-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-91b0a737-4cbb-40ba-a081-533efff88e09 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-91b0a737-4cbb-40ba-a081-533efff88e09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-91b0a737-4cbb-40ba-a081-533efff88e09.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-91b0a737-4cbb-40ba-a081-533efff88e09 .shogun-image-content {
  
    justify-content: center;
  
}

.s-91b0a737-4cbb-40ba-a081-533efff88e09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91b0a737-4cbb-40ba-a081-533efff88e09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91b0a737-4cbb-40ba-a081-533efff88e09.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-91b0a737-4cbb-40ba-a081-533efff88e09 {
  margin: 0 !important;
}

#s-91b0a737-4cbb-40ba-a081-533efff88e09-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-91b0a737-4cbb-40ba-a081-533efff88e09 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-91b0a737-4cbb-40ba-a081-533efff88e09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-91b0a737-4cbb-40ba-a081-533efff88e09.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-91b0a737-4cbb-40ba-a081-533efff88e09 .shogun-image-content {
  
    justify-content: center;
  
}

.s-91b0a737-4cbb-40ba-a081-533efff88e09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91b0a737-4cbb-40ba-a081-533efff88e09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91b0a737-4cbb-40ba-a081-533efff88e09.shogun-image {
  box-sizing: border-box;
}




}
#s-d5780cb7-e37a-43c8-9271-2605d3f7fe24 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d5780cb7-e37a-43c8-9271-2605d3f7fe24 .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}



#s-8678c59a-7020-43c3-bf32-2564adf651f8 {
  min-height: 50px;
}








#s-8678c59a-7020-43c3-bf32-2564adf651f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8678c59a-7020-43c3-bf32-2564adf651f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee {
  margin-bottom: 3%;
max-width: 40%;
aspect-ratio: 1/1;
text-align: center;
}

#s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee {
  margin: 0 !important;
}

#s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 3%;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  margin-bottom: 3%;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shogun-image-container {
      position: relative;
    }

    .s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

@media (min-width: 1200px){#s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee {
  margin: 0 !important;
}

#s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shogun-image-container {
      position: relative;
    }

    .s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee 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-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee {
  margin: 0 !important;
}

#s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shogun-image-container {
      position: relative;
    }

    .s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee 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-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee {
  margin: 0 !important;
}

#s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shogun-image-container {
      position: relative;
    }

    .s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (max-width: 767px){#s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee {
  margin: 0 !important;
}

#s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shogun-image-container {
      position: relative;
    }

    .s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3aef4f04-c8f5-4a21-961c-d1dba7f7d1ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}
#s-57bd74f5-9f7b-4288-8332-e62c5734d808 {
  max-width: 40%;
aspect-ratio: 2570/469;
text-align: center;
}

#s-57bd74f5-9f7b-4288-8332-e62c5734d808 {
  margin: 0 !important;
}

#s-57bd74f5-9f7b-4288-8332-e62c5734d808-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-57bd74f5-9f7b-4288-8332-e62c5734d808 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-57bd74f5-9f7b-4288-8332-e62c5734d808 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-57bd74f5-9f7b-4288-8332-e62c5734d808.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-57bd74f5-9f7b-4288-8332-e62c5734d808 .shogun-image-content {
  
    justify-content: center;
  
}

.s-57bd74f5-9f7b-4288-8332-e62c5734d808.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57bd74f5-9f7b-4288-8332-e62c5734d808.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57bd74f5-9f7b-4288-8332-e62c5734d808.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-57bd74f5-9f7b-4288-8332-e62c5734d808 {
  margin: 0 !important;
}

#s-57bd74f5-9f7b-4288-8332-e62c5734d808-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-57bd74f5-9f7b-4288-8332-e62c5734d808 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-57bd74f5-9f7b-4288-8332-e62c5734d808 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-57bd74f5-9f7b-4288-8332-e62c5734d808.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-57bd74f5-9f7b-4288-8332-e62c5734d808 .shogun-image-content {
  
    justify-content: center;
  
}

.s-57bd74f5-9f7b-4288-8332-e62c5734d808.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57bd74f5-9f7b-4288-8332-e62c5734d808.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57bd74f5-9f7b-4288-8332-e62c5734d808.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-57bd74f5-9f7b-4288-8332-e62c5734d808 {
  margin: 0 !important;
}

#s-57bd74f5-9f7b-4288-8332-e62c5734d808-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-57bd74f5-9f7b-4288-8332-e62c5734d808 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-57bd74f5-9f7b-4288-8332-e62c5734d808 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-57bd74f5-9f7b-4288-8332-e62c5734d808.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-57bd74f5-9f7b-4288-8332-e62c5734d808 .shogun-image-content {
  
    justify-content: center;
  
}

.s-57bd74f5-9f7b-4288-8332-e62c5734d808.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57bd74f5-9f7b-4288-8332-e62c5734d808.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57bd74f5-9f7b-4288-8332-e62c5734d808.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-57bd74f5-9f7b-4288-8332-e62c5734d808 {
  margin: 0 !important;
}

#s-57bd74f5-9f7b-4288-8332-e62c5734d808-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-57bd74f5-9f7b-4288-8332-e62c5734d808 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-57bd74f5-9f7b-4288-8332-e62c5734d808 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-57bd74f5-9f7b-4288-8332-e62c5734d808.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-57bd74f5-9f7b-4288-8332-e62c5734d808 .shogun-image-content {
  
    justify-content: center;
  
}

.s-57bd74f5-9f7b-4288-8332-e62c5734d808.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57bd74f5-9f7b-4288-8332-e62c5734d808.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57bd74f5-9f7b-4288-8332-e62c5734d808.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-57bd74f5-9f7b-4288-8332-e62c5734d808 {
  margin: 0 !important;
}

#s-57bd74f5-9f7b-4288-8332-e62c5734d808-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-57bd74f5-9f7b-4288-8332-e62c5734d808 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-57bd74f5-9f7b-4288-8332-e62c5734d808 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-57bd74f5-9f7b-4288-8332-e62c5734d808.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-57bd74f5-9f7b-4288-8332-e62c5734d808 .shogun-image-content {
  
    justify-content: center;
  
}

.s-57bd74f5-9f7b-4288-8332-e62c5734d808.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57bd74f5-9f7b-4288-8332-e62c5734d808.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57bd74f5-9f7b-4288-8332-e62c5734d808.shogun-image {
  box-sizing: border-box;
}




}
#s-4ed360ef-1db5-4de7-82d8-7c8ed1f25f5f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ed360ef-1db5-4de7-82d8-7c8ed1f25f5f .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}



#s-c043186d-dfec-4021-944a-a384a6e53b23 {
  min-height: 50px;
}








#s-c043186d-dfec-4021-944a-a384a6e53b23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c043186d-dfec-4021-944a-a384a6e53b23.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 {
  margin-bottom: 3%;
max-width: 40%;
aspect-ratio: 1/1;
text-align: center;
}

#s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 {
  margin: 0 !important;
}

#s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 3%;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  margin-bottom: 3%;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shogun-image-container {
      position: relative;
    }

    .s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

@media (min-width: 1200px){#s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 {
  margin: 0 !important;
}

#s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shogun-image-container {
      position: relative;
    }

    .s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 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-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 {
  margin: 0 !important;
}

#s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shogun-image-container {
      position: relative;
    }

    .s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 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-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 {
  margin: 0 !important;
}

#s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shogun-image-container {
      position: relative;
    }

    .s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (max-width: 767px){#s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 {
  margin: 0 !important;
}

#s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shogun-image-container {
      position: relative;
    }

    .s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d876dc7-11d0-4fbe-afd3-2527fe941ee1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}
#s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 {
  max-width: 40%;
aspect-ratio: 2570/470;
text-align: center;
}

#s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 {
  margin: 0 !important;
}

#s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 .shg-image-content-wrapper {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }

    #s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 .shogun-image-link {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 {
      --shg-aspect-ratio: calc(2570/470); 
    }

    .s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shogun-image-container {
      position: relative;
    }

    .s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

@media (min-width: 1200px){#s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 {
  margin: 0 !important;
}

#s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 .shg-image-content-wrapper {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }

    #s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 .shogun-image-link {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 {
      --shg-aspect-ratio: calc(2570/470); 
    }

    .s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shogun-image-container {
      position: relative;
    }

    .s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 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-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 {
  margin: 0 !important;
}

#s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 .shg-image-content-wrapper {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }

    #s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 .shogun-image-link {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 {
      --shg-aspect-ratio: calc(2570/470); 
    }

    .s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shogun-image-container {
      position: relative;
    }

    .s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 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-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 {
  margin: 0 !important;
}

#s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 .shg-image-content-wrapper {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }

    #s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 .shogun-image-link {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 {
      --shg-aspect-ratio: calc(2570/470); 
    }

    .s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shogun-image-container {
      position: relative;
    }

    .s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (max-width: 767px){#s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 {
  margin: 0 !important;
}

#s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 .shg-image-content-wrapper {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }

    #s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 .shogun-image-link {
      aspect-ratio: 2570/470;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 {
      --shg-aspect-ratio: calc(2570/470); 
    }

    .s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shogun-image-container {
      position: relative;
    }

    .s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c3c2f16-d1d8-4a8e-b85b-1a93b0311774 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}
#s-4b12855b-d0b1-49f4-82ba-aa9d11001183 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b12855b-d0b1-49f4-82ba-aa9d11001183 .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 1.4em;
  line-height: 1.2em;
  
  
}



@media (min-width: 0px) {
[id="s-f123c7ac-3228-4051-9b32-2f1bf312027f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f123c7ac-3228-4051-9b32-2f1bf312027f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f123c7ac-3228-4051-9b32-2f1bf312027f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f123c7ac-3228-4051-9b32-2f1bf312027f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-2e78f869-a15b-4351-890c-b414a15f622f {
  min-height: 50px;
}








#s-2e78f869-a15b-4351-890c-b414a15f622f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e78f869-a15b-4351-890c-b414a15f622f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a {
  margin-bottom: 3%;
max-width: 40%;
aspect-ratio: 1/1;
text-align: center;
}

#s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a {
  margin: 0 !important;
}

#s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 3%;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  margin-bottom: 3%;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shogun-image-container {
      position: relative;
    }

    .s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

@media (min-width: 1200px){#s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a {
  margin: 0 !important;
}

#s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shogun-image-container {
      position: relative;
    }

    .s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a 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-ad079705-75fb-43f4-9ed5-0c0fe3e5653a {
  margin: 0 !important;
}

#s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shogun-image-container {
      position: relative;
    }

    .s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a 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-ad079705-75fb-43f4-9ed5-0c0fe3e5653a {
  margin: 0 !important;
}

#s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shogun-image-container {
      position: relative;
    }

    .s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (max-width: 767px){#s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a {
  margin: 0 !important;
}

#s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shogun-image-container {
      position: relative;
    }

    .s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad079705-75fb-43f4-9ed5-0c0fe3e5653a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}
#s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96 {
  max-width: 40%;
aspect-ratio: 2570/469;
text-align: center;
}

#s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96 {
  margin: 0 !important;
}

#s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96 {
  margin: 0 !important;
}

#s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96 {
  margin: 0 !important;
}

#s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96 {
  margin: 0 !important;
}

#s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96 {
  margin: 0 !important;
}

#s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3ecbbad-853e-4c34-81ea-bba1a20d1b96.shogun-image {
  box-sizing: border-box;
}




}
#s-f35dd339-b328-431d-8e52-d5325e77b433 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f35dd339-b328-431d-8e52-d5325e77b433 .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}



#s-8d1ae01b-6231-4358-89c0-708409887fd1 {
  min-height: 50px;
}








#s-8d1ae01b-6231-4358-89c0-708409887fd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8d1ae01b-6231-4358-89c0-708409887fd1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 {
  margin-bottom: 3%;
max-width: 40%;
aspect-ratio: 1/1;
text-align: center;
}

#s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 {
  margin: 0 !important;
}

#s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 3%;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  margin-bottom: 3%;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shogun-image-container {
      position: relative;
    }

    .s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

@media (min-width: 1200px){#s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 {
  margin: 0 !important;
}

#s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shogun-image-container {
      position: relative;
    }

    .s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 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-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 {
  margin: 0 !important;
}

#s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shogun-image-container {
      position: relative;
    }

    .s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 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-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 {
  margin: 0 !important;
}

#s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shogun-image-container {
      position: relative;
    }

    .s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (max-width: 767px){#s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 {
  margin: 0 !important;
}

#s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shogun-image-container {
      position: relative;
    }

    .s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ff879c3-cad1-48f5-bce8-8d17c4eb8ed7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}
#s-42e2a411-f032-4828-a785-e82d4fc4ac1c {
  max-width: 40%;
aspect-ratio: 2570/469;
text-align: center;
}

#s-42e2a411-f032-4828-a785-e82d4fc4ac1c {
  margin: 0 !important;
}

#s-42e2a411-f032-4828-a785-e82d4fc4ac1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-42e2a411-f032-4828-a785-e82d4fc4ac1c {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-42e2a411-f032-4828-a785-e82d4fc4ac1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-42e2a411-f032-4828-a785-e82d4fc4ac1c.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-42e2a411-f032-4828-a785-e82d4fc4ac1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-42e2a411-f032-4828-a785-e82d4fc4ac1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42e2a411-f032-4828-a785-e82d4fc4ac1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42e2a411-f032-4828-a785-e82d4fc4ac1c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-42e2a411-f032-4828-a785-e82d4fc4ac1c {
  margin: 0 !important;
}

#s-42e2a411-f032-4828-a785-e82d4fc4ac1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-42e2a411-f032-4828-a785-e82d4fc4ac1c {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-42e2a411-f032-4828-a785-e82d4fc4ac1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-42e2a411-f032-4828-a785-e82d4fc4ac1c.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-42e2a411-f032-4828-a785-e82d4fc4ac1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-42e2a411-f032-4828-a785-e82d4fc4ac1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42e2a411-f032-4828-a785-e82d4fc4ac1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42e2a411-f032-4828-a785-e82d4fc4ac1c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-42e2a411-f032-4828-a785-e82d4fc4ac1c {
  margin: 0 !important;
}

#s-42e2a411-f032-4828-a785-e82d4fc4ac1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-42e2a411-f032-4828-a785-e82d4fc4ac1c {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-42e2a411-f032-4828-a785-e82d4fc4ac1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-42e2a411-f032-4828-a785-e82d4fc4ac1c.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-42e2a411-f032-4828-a785-e82d4fc4ac1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-42e2a411-f032-4828-a785-e82d4fc4ac1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42e2a411-f032-4828-a785-e82d4fc4ac1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42e2a411-f032-4828-a785-e82d4fc4ac1c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-42e2a411-f032-4828-a785-e82d4fc4ac1c {
  margin: 0 !important;
}

#s-42e2a411-f032-4828-a785-e82d4fc4ac1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-42e2a411-f032-4828-a785-e82d4fc4ac1c {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-42e2a411-f032-4828-a785-e82d4fc4ac1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-42e2a411-f032-4828-a785-e82d4fc4ac1c.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-42e2a411-f032-4828-a785-e82d4fc4ac1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-42e2a411-f032-4828-a785-e82d4fc4ac1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42e2a411-f032-4828-a785-e82d4fc4ac1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42e2a411-f032-4828-a785-e82d4fc4ac1c.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-42e2a411-f032-4828-a785-e82d4fc4ac1c {
  margin: 0 !important;
}

#s-42e2a411-f032-4828-a785-e82d4fc4ac1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-42e2a411-f032-4828-a785-e82d4fc4ac1c {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-42e2a411-f032-4828-a785-e82d4fc4ac1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-42e2a411-f032-4828-a785-e82d4fc4ac1c.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-42e2a411-f032-4828-a785-e82d4fc4ac1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-42e2a411-f032-4828-a785-e82d4fc4ac1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42e2a411-f032-4828-a785-e82d4fc4ac1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42e2a411-f032-4828-a785-e82d4fc4ac1c.shogun-image {
  box-sizing: border-box;
}




}
#s-3e1956b1-268e-4bbe-81be-f103486f01f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e1956b1-268e-4bbe-81be-f103486f01f8 .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}



#s-134319d2-225e-46b7-8fc5-13f7d90dfe13 {
  min-height: 50px;
}








#s-134319d2-225e-46b7-8fc5-13f7d90dfe13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-134319d2-225e-46b7-8fc5-13f7d90dfe13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-50879180-32cc-4145-8de3-75cc5acdc116 {
  margin-bottom: 3%;
max-width: 40%;
aspect-ratio: 1/1;
text-align: center;
}

#s-50879180-32cc-4145-8de3-75cc5acdc116 {
  margin: 0 !important;
}

#s-50879180-32cc-4145-8de3-75cc5acdc116-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-50879180-32cc-4145-8de3-75cc5acdc116 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 3%;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-50879180-32cc-4145-8de3-75cc5acdc116 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  margin-bottom: 3%;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50879180-32cc-4145-8de3-75cc5acdc116 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-50879180-32cc-4145-8de3-75cc5acdc116 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50879180-32cc-4145-8de3-75cc5acdc116 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50879180-32cc-4145-8de3-75cc5acdc116.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50879180-32cc-4145-8de3-75cc5acdc116 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-50879180-32cc-4145-8de3-75cc5acdc116.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-50879180-32cc-4145-8de3-75cc5acdc116 .shogun-image-content {
  
    justify-content: center;
  
}

.s-50879180-32cc-4145-8de3-75cc5acdc116.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50879180-32cc-4145-8de3-75cc5acdc116.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50879180-32cc-4145-8de3-75cc5acdc116.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50879180-32cc-4145-8de3-75cc5acdc116 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-50879180-32cc-4145-8de3-75cc5acdc116.shogun-image-container {
      position: relative;
    }

    .s-50879180-32cc-4145-8de3-75cc5acdc116.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50879180-32cc-4145-8de3-75cc5acdc116.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50879180-32cc-4145-8de3-75cc5acdc116 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

@media (min-width: 1200px){#s-50879180-32cc-4145-8de3-75cc5acdc116 {
  margin: 0 !important;
}

#s-50879180-32cc-4145-8de3-75cc5acdc116-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-50879180-32cc-4145-8de3-75cc5acdc116 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-50879180-32cc-4145-8de3-75cc5acdc116 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50879180-32cc-4145-8de3-75cc5acdc116 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-50879180-32cc-4145-8de3-75cc5acdc116 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50879180-32cc-4145-8de3-75cc5acdc116 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50879180-32cc-4145-8de3-75cc5acdc116.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50879180-32cc-4145-8de3-75cc5acdc116 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-50879180-32cc-4145-8de3-75cc5acdc116.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-50879180-32cc-4145-8de3-75cc5acdc116 .shogun-image-content {
  
    justify-content: center;
  
}

.s-50879180-32cc-4145-8de3-75cc5acdc116.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50879180-32cc-4145-8de3-75cc5acdc116.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50879180-32cc-4145-8de3-75cc5acdc116.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50879180-32cc-4145-8de3-75cc5acdc116 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-50879180-32cc-4145-8de3-75cc5acdc116.shogun-image-container {
      position: relative;
    }

    .s-50879180-32cc-4145-8de3-75cc5acdc116.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50879180-32cc-4145-8de3-75cc5acdc116.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50879180-32cc-4145-8de3-75cc5acdc116 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-50879180-32cc-4145-8de3-75cc5acdc116 {
  margin: 0 !important;
}

#s-50879180-32cc-4145-8de3-75cc5acdc116-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-50879180-32cc-4145-8de3-75cc5acdc116 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-50879180-32cc-4145-8de3-75cc5acdc116 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50879180-32cc-4145-8de3-75cc5acdc116 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-50879180-32cc-4145-8de3-75cc5acdc116 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50879180-32cc-4145-8de3-75cc5acdc116 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50879180-32cc-4145-8de3-75cc5acdc116.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50879180-32cc-4145-8de3-75cc5acdc116 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-50879180-32cc-4145-8de3-75cc5acdc116.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-50879180-32cc-4145-8de3-75cc5acdc116 .shogun-image-content {
  
    justify-content: center;
  
}

.s-50879180-32cc-4145-8de3-75cc5acdc116.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50879180-32cc-4145-8de3-75cc5acdc116.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50879180-32cc-4145-8de3-75cc5acdc116.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50879180-32cc-4145-8de3-75cc5acdc116 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-50879180-32cc-4145-8de3-75cc5acdc116.shogun-image-container {
      position: relative;
    }

    .s-50879180-32cc-4145-8de3-75cc5acdc116.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50879180-32cc-4145-8de3-75cc5acdc116.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50879180-32cc-4145-8de3-75cc5acdc116 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-50879180-32cc-4145-8de3-75cc5acdc116 {
  margin: 0 !important;
}

#s-50879180-32cc-4145-8de3-75cc5acdc116-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-50879180-32cc-4145-8de3-75cc5acdc116 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-50879180-32cc-4145-8de3-75cc5acdc116 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50879180-32cc-4145-8de3-75cc5acdc116 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-50879180-32cc-4145-8de3-75cc5acdc116 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50879180-32cc-4145-8de3-75cc5acdc116 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50879180-32cc-4145-8de3-75cc5acdc116.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50879180-32cc-4145-8de3-75cc5acdc116 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-50879180-32cc-4145-8de3-75cc5acdc116.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-50879180-32cc-4145-8de3-75cc5acdc116 .shogun-image-content {
  
    justify-content: center;
  
}

.s-50879180-32cc-4145-8de3-75cc5acdc116.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50879180-32cc-4145-8de3-75cc5acdc116.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50879180-32cc-4145-8de3-75cc5acdc116.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50879180-32cc-4145-8de3-75cc5acdc116 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-50879180-32cc-4145-8de3-75cc5acdc116.shogun-image-container {
      position: relative;
    }

    .s-50879180-32cc-4145-8de3-75cc5acdc116.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50879180-32cc-4145-8de3-75cc5acdc116.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50879180-32cc-4145-8de3-75cc5acdc116 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (max-width: 767px){#s-50879180-32cc-4145-8de3-75cc5acdc116 {
  margin: 0 !important;
}

#s-50879180-32cc-4145-8de3-75cc5acdc116-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-50879180-32cc-4145-8de3-75cc5acdc116 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-50879180-32cc-4145-8de3-75cc5acdc116 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50879180-32cc-4145-8de3-75cc5acdc116 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-50879180-32cc-4145-8de3-75cc5acdc116 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50879180-32cc-4145-8de3-75cc5acdc116 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50879180-32cc-4145-8de3-75cc5acdc116.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50879180-32cc-4145-8de3-75cc5acdc116 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-50879180-32cc-4145-8de3-75cc5acdc116.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-50879180-32cc-4145-8de3-75cc5acdc116 .shogun-image-content {
  
    justify-content: center;
  
}

.s-50879180-32cc-4145-8de3-75cc5acdc116.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50879180-32cc-4145-8de3-75cc5acdc116.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50879180-32cc-4145-8de3-75cc5acdc116.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50879180-32cc-4145-8de3-75cc5acdc116 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-50879180-32cc-4145-8de3-75cc5acdc116.shogun-image-container {
      position: relative;
    }

    .s-50879180-32cc-4145-8de3-75cc5acdc116.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50879180-32cc-4145-8de3-75cc5acdc116.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50879180-32cc-4145-8de3-75cc5acdc116 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}
#s-c439722c-7af5-4186-8836-be9850873a7d {
  max-width: 40%;
aspect-ratio: 2570/470;
text-align: center;
}

#s-c439722c-7af5-4186-8836-be9850873a7d {
  margin: 0 !important;
}

#s-c439722c-7af5-4186-8836-be9850873a7d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c439722c-7af5-4186-8836-be9850873a7d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c439722c-7af5-4186-8836-be9850873a7d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-c439722c-7af5-4186-8836-be9850873a7d.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-c439722c-7af5-4186-8836-be9850873a7d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c439722c-7af5-4186-8836-be9850873a7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c439722c-7af5-4186-8836-be9850873a7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c439722c-7af5-4186-8836-be9850873a7d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-c439722c-7af5-4186-8836-be9850873a7d {
  margin: 0 !important;
}

#s-c439722c-7af5-4186-8836-be9850873a7d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c439722c-7af5-4186-8836-be9850873a7d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c439722c-7af5-4186-8836-be9850873a7d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-c439722c-7af5-4186-8836-be9850873a7d.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-c439722c-7af5-4186-8836-be9850873a7d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c439722c-7af5-4186-8836-be9850873a7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c439722c-7af5-4186-8836-be9850873a7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c439722c-7af5-4186-8836-be9850873a7d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c439722c-7af5-4186-8836-be9850873a7d {
  margin: 0 !important;
}

#s-c439722c-7af5-4186-8836-be9850873a7d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c439722c-7af5-4186-8836-be9850873a7d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c439722c-7af5-4186-8836-be9850873a7d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-c439722c-7af5-4186-8836-be9850873a7d.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-c439722c-7af5-4186-8836-be9850873a7d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c439722c-7af5-4186-8836-be9850873a7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c439722c-7af5-4186-8836-be9850873a7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c439722c-7af5-4186-8836-be9850873a7d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c439722c-7af5-4186-8836-be9850873a7d {
  margin: 0 !important;
}

#s-c439722c-7af5-4186-8836-be9850873a7d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c439722c-7af5-4186-8836-be9850873a7d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c439722c-7af5-4186-8836-be9850873a7d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-c439722c-7af5-4186-8836-be9850873a7d.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-c439722c-7af5-4186-8836-be9850873a7d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c439722c-7af5-4186-8836-be9850873a7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c439722c-7af5-4186-8836-be9850873a7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c439722c-7af5-4186-8836-be9850873a7d.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-c439722c-7af5-4186-8836-be9850873a7d {
  margin: 0 !important;
}

#s-c439722c-7af5-4186-8836-be9850873a7d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c439722c-7af5-4186-8836-be9850873a7d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c439722c-7af5-4186-8836-be9850873a7d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-c439722c-7af5-4186-8836-be9850873a7d.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-c439722c-7af5-4186-8836-be9850873a7d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c439722c-7af5-4186-8836-be9850873a7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c439722c-7af5-4186-8836-be9850873a7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c439722c-7af5-4186-8836-be9850873a7d.shogun-image {
  box-sizing: border-box;
}




}
#s-391126c6-7752-4d2a-a63c-86c5895221a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-391126c6-7752-4d2a-a63c-86c5895221a1 .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}



#s-f36b8ce9-c909-4b13-899a-1990137efd1c {
  min-height: 50px;
}








#s-f36b8ce9-c909-4b13-899a-1990137efd1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f36b8ce9-c909-4b13-899a-1990137efd1c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0fcf44c1-5c25-43cb-af20-b95974812b08 {
  margin-bottom: 4%;
max-width: 40%;
aspect-ratio: 1/1;
text-align: center;
}

#s-0fcf44c1-5c25-43cb-af20-b95974812b08 {
  margin: 0 !important;
}

#s-0fcf44c1-5c25-43cb-af20-b95974812b08-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0fcf44c1-5c25-43cb-af20-b95974812b08 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 4%;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0fcf44c1-5c25-43cb-af20-b95974812b08 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  margin-bottom: 4%;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0fcf44c1-5c25-43cb-af20-b95974812b08 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0fcf44c1-5c25-43cb-af20-b95974812b08 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0fcf44c1-5c25-43cb-af20-b95974812b08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0fcf44c1-5c25-43cb-af20-b95974812b08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0fcf44c1-5c25-43cb-af20-b95974812b08 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-0fcf44c1-5c25-43cb-af20-b95974812b08.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-0fcf44c1-5c25-43cb-af20-b95974812b08 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0fcf44c1-5c25-43cb-af20-b95974812b08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fcf44c1-5c25-43cb-af20-b95974812b08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fcf44c1-5c25-43cb-af20-b95974812b08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0fcf44c1-5c25-43cb-af20-b95974812b08 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0fcf44c1-5c25-43cb-af20-b95974812b08.shogun-image-container {
      position: relative;
    }

    .s-0fcf44c1-5c25-43cb-af20-b95974812b08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fcf44c1-5c25-43cb-af20-b95974812b08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fcf44c1-5c25-43cb-af20-b95974812b08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

@media (min-width: 1200px){#s-0fcf44c1-5c25-43cb-af20-b95974812b08 {
  margin: 0 !important;
}

#s-0fcf44c1-5c25-43cb-af20-b95974812b08-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0fcf44c1-5c25-43cb-af20-b95974812b08 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0fcf44c1-5c25-43cb-af20-b95974812b08 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0fcf44c1-5c25-43cb-af20-b95974812b08 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0fcf44c1-5c25-43cb-af20-b95974812b08 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0fcf44c1-5c25-43cb-af20-b95974812b08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0fcf44c1-5c25-43cb-af20-b95974812b08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0fcf44c1-5c25-43cb-af20-b95974812b08 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-0fcf44c1-5c25-43cb-af20-b95974812b08.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-0fcf44c1-5c25-43cb-af20-b95974812b08 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0fcf44c1-5c25-43cb-af20-b95974812b08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fcf44c1-5c25-43cb-af20-b95974812b08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fcf44c1-5c25-43cb-af20-b95974812b08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0fcf44c1-5c25-43cb-af20-b95974812b08 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0fcf44c1-5c25-43cb-af20-b95974812b08.shogun-image-container {
      position: relative;
    }

    .s-0fcf44c1-5c25-43cb-af20-b95974812b08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fcf44c1-5c25-43cb-af20-b95974812b08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fcf44c1-5c25-43cb-af20-b95974812b08 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-0fcf44c1-5c25-43cb-af20-b95974812b08 {
  margin: 0 !important;
}

#s-0fcf44c1-5c25-43cb-af20-b95974812b08-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0fcf44c1-5c25-43cb-af20-b95974812b08 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0fcf44c1-5c25-43cb-af20-b95974812b08 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0fcf44c1-5c25-43cb-af20-b95974812b08 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0fcf44c1-5c25-43cb-af20-b95974812b08 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0fcf44c1-5c25-43cb-af20-b95974812b08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0fcf44c1-5c25-43cb-af20-b95974812b08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0fcf44c1-5c25-43cb-af20-b95974812b08 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-0fcf44c1-5c25-43cb-af20-b95974812b08.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-0fcf44c1-5c25-43cb-af20-b95974812b08 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0fcf44c1-5c25-43cb-af20-b95974812b08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fcf44c1-5c25-43cb-af20-b95974812b08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fcf44c1-5c25-43cb-af20-b95974812b08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0fcf44c1-5c25-43cb-af20-b95974812b08 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0fcf44c1-5c25-43cb-af20-b95974812b08.shogun-image-container {
      position: relative;
    }

    .s-0fcf44c1-5c25-43cb-af20-b95974812b08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fcf44c1-5c25-43cb-af20-b95974812b08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fcf44c1-5c25-43cb-af20-b95974812b08 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-0fcf44c1-5c25-43cb-af20-b95974812b08 {
  margin: 0 !important;
}

#s-0fcf44c1-5c25-43cb-af20-b95974812b08-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0fcf44c1-5c25-43cb-af20-b95974812b08 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0fcf44c1-5c25-43cb-af20-b95974812b08 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0fcf44c1-5c25-43cb-af20-b95974812b08 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0fcf44c1-5c25-43cb-af20-b95974812b08 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0fcf44c1-5c25-43cb-af20-b95974812b08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0fcf44c1-5c25-43cb-af20-b95974812b08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0fcf44c1-5c25-43cb-af20-b95974812b08 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-0fcf44c1-5c25-43cb-af20-b95974812b08.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-0fcf44c1-5c25-43cb-af20-b95974812b08 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0fcf44c1-5c25-43cb-af20-b95974812b08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fcf44c1-5c25-43cb-af20-b95974812b08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fcf44c1-5c25-43cb-af20-b95974812b08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0fcf44c1-5c25-43cb-af20-b95974812b08 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0fcf44c1-5c25-43cb-af20-b95974812b08.shogun-image-container {
      position: relative;
    }

    .s-0fcf44c1-5c25-43cb-af20-b95974812b08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fcf44c1-5c25-43cb-af20-b95974812b08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fcf44c1-5c25-43cb-af20-b95974812b08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (max-width: 767px){#s-0fcf44c1-5c25-43cb-af20-b95974812b08 {
  margin: 0 !important;
}

#s-0fcf44c1-5c25-43cb-af20-b95974812b08-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0fcf44c1-5c25-43cb-af20-b95974812b08 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0fcf44c1-5c25-43cb-af20-b95974812b08 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0fcf44c1-5c25-43cb-af20-b95974812b08 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0fcf44c1-5c25-43cb-af20-b95974812b08 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0fcf44c1-5c25-43cb-af20-b95974812b08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0fcf44c1-5c25-43cb-af20-b95974812b08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0fcf44c1-5c25-43cb-af20-b95974812b08 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-0fcf44c1-5c25-43cb-af20-b95974812b08.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-0fcf44c1-5c25-43cb-af20-b95974812b08 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0fcf44c1-5c25-43cb-af20-b95974812b08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fcf44c1-5c25-43cb-af20-b95974812b08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fcf44c1-5c25-43cb-af20-b95974812b08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0fcf44c1-5c25-43cb-af20-b95974812b08 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0fcf44c1-5c25-43cb-af20-b95974812b08.shogun-image-container {
      position: relative;
    }

    .s-0fcf44c1-5c25-43cb-af20-b95974812b08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fcf44c1-5c25-43cb-af20-b95974812b08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fcf44c1-5c25-43cb-af20-b95974812b08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}
#s-36550a1e-c27d-467d-be66-5b703fbe0e4a {
  max-width: 40%;
aspect-ratio: 2570/469;
text-align: center;
}

#s-36550a1e-c27d-467d-be66-5b703fbe0e4a {
  margin: 0 !important;
}

#s-36550a1e-c27d-467d-be66-5b703fbe0e4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-36550a1e-c27d-467d-be66-5b703fbe0e4a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-36550a1e-c27d-467d-be66-5b703fbe0e4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36550a1e-c27d-467d-be66-5b703fbe0e4a .shg-image-content-wrapper {
      aspect-ratio: 2570/469;
      min-width: 100%;
      height: auto;
    }

    #s-36550a1e-c27d-467d-be66-5b703fbe0e4a .shogun-image-link {
      aspect-ratio: 2570/469;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36550a1e-c27d-467d-be66-5b703fbe0e4a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36550a1e-c27d-467d-be66-5b703fbe0e4a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-36550a1e-c27d-467d-be66-5b703fbe0e4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36550a1e-c27d-467d-be66-5b703fbe0e4a {
      --shg-aspect-ratio: calc(2570/469); 
    }

    .s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shogun-image-container {
      position: relative;
    }

    .s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36550a1e-c27d-467d-be66-5b703fbe0e4a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

@media (min-width: 1200px){#s-36550a1e-c27d-467d-be66-5b703fbe0e4a {
  margin: 0 !important;
}

#s-36550a1e-c27d-467d-be66-5b703fbe0e4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-36550a1e-c27d-467d-be66-5b703fbe0e4a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-36550a1e-c27d-467d-be66-5b703fbe0e4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36550a1e-c27d-467d-be66-5b703fbe0e4a .shg-image-content-wrapper {
      aspect-ratio: 2570/469;
      min-width: 100%;
      height: auto;
    }

    #s-36550a1e-c27d-467d-be66-5b703fbe0e4a .shogun-image-link {
      aspect-ratio: 2570/469;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36550a1e-c27d-467d-be66-5b703fbe0e4a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36550a1e-c27d-467d-be66-5b703fbe0e4a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-36550a1e-c27d-467d-be66-5b703fbe0e4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36550a1e-c27d-467d-be66-5b703fbe0e4a {
      --shg-aspect-ratio: calc(2570/469); 
    }

    .s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shogun-image-container {
      position: relative;
    }

    .s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36550a1e-c27d-467d-be66-5b703fbe0e4a 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-36550a1e-c27d-467d-be66-5b703fbe0e4a {
  margin: 0 !important;
}

#s-36550a1e-c27d-467d-be66-5b703fbe0e4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-36550a1e-c27d-467d-be66-5b703fbe0e4a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-36550a1e-c27d-467d-be66-5b703fbe0e4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36550a1e-c27d-467d-be66-5b703fbe0e4a .shg-image-content-wrapper {
      aspect-ratio: 2570/469;
      min-width: 100%;
      height: auto;
    }

    #s-36550a1e-c27d-467d-be66-5b703fbe0e4a .shogun-image-link {
      aspect-ratio: 2570/469;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36550a1e-c27d-467d-be66-5b703fbe0e4a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36550a1e-c27d-467d-be66-5b703fbe0e4a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-36550a1e-c27d-467d-be66-5b703fbe0e4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36550a1e-c27d-467d-be66-5b703fbe0e4a {
      --shg-aspect-ratio: calc(2570/469); 
    }

    .s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shogun-image-container {
      position: relative;
    }

    .s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36550a1e-c27d-467d-be66-5b703fbe0e4a 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-36550a1e-c27d-467d-be66-5b703fbe0e4a {
  margin: 0 !important;
}

#s-36550a1e-c27d-467d-be66-5b703fbe0e4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-36550a1e-c27d-467d-be66-5b703fbe0e4a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-36550a1e-c27d-467d-be66-5b703fbe0e4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36550a1e-c27d-467d-be66-5b703fbe0e4a .shg-image-content-wrapper {
      aspect-ratio: 2570/469;
      min-width: 100%;
      height: auto;
    }

    #s-36550a1e-c27d-467d-be66-5b703fbe0e4a .shogun-image-link {
      aspect-ratio: 2570/469;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36550a1e-c27d-467d-be66-5b703fbe0e4a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36550a1e-c27d-467d-be66-5b703fbe0e4a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-36550a1e-c27d-467d-be66-5b703fbe0e4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36550a1e-c27d-467d-be66-5b703fbe0e4a {
      --shg-aspect-ratio: calc(2570/469); 
    }

    .s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shogun-image-container {
      position: relative;
    }

    .s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36550a1e-c27d-467d-be66-5b703fbe0e4a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}@media (max-width: 767px){#s-36550a1e-c27d-467d-be66-5b703fbe0e4a {
  margin: 0 !important;
}

#s-36550a1e-c27d-467d-be66-5b703fbe0e4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-36550a1e-c27d-467d-be66-5b703fbe0e4a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-36550a1e-c27d-467d-be66-5b703fbe0e4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36550a1e-c27d-467d-be66-5b703fbe0e4a .shg-image-content-wrapper {
      aspect-ratio: 2570/469;
      min-width: 100%;
      height: auto;
    }

    #s-36550a1e-c27d-467d-be66-5b703fbe0e4a .shogun-image-link {
      aspect-ratio: 2570/469;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36550a1e-c27d-467d-be66-5b703fbe0e4a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36550a1e-c27d-467d-be66-5b703fbe0e4a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40%;
  }



  img.s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shogun-image {
    
    
    
    max-height: 40%;
  }


.s-36550a1e-c27d-467d-be66-5b703fbe0e4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36550a1e-c27d-467d-be66-5b703fbe0e4a {
      --shg-aspect-ratio: calc(2570/469); 
    }

    .s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shogun-image-container {
      position: relative;
    }

    .s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36550a1e-c27d-467d-be66-5b703fbe0e4a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36550a1e-c27d-467d-be66-5b703fbe0e4a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40%;
    }
  }

}
#s-d9c8267a-610b-401e-933e-67e5965b7941 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d9c8267a-610b-401e-933e-67e5965b7941 .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}



#s-cc7216e5-786d-4aee-bd0e-c436a054ce0a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: right bottom;
}
@media (min-width: 1200px){#s-cc7216e5-786d-4aee-bd0e-c436a054ce0a {
  min-height: 90px;
display: none;
}
#s-cc7216e5-786d-4aee-bd0e-c436a054ce0a, #wrap-s-cc7216e5-786d-4aee-bd0e-c436a054ce0a, #wrap-content-s-cc7216e5-786d-4aee-bd0e-c436a054ce0a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cc7216e5-786d-4aee-bd0e-c436a054ce0a {
  display: none;
}
#s-cc7216e5-786d-4aee-bd0e-c436a054ce0a, #wrap-s-cc7216e5-786d-4aee-bd0e-c436a054ce0a, #wrap-content-s-cc7216e5-786d-4aee-bd0e-c436a054ce0a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cc7216e5-786d-4aee-bd0e-c436a054ce0a {
  display: none;
}
#s-cc7216e5-786d-4aee-bd0e-c436a054ce0a, #wrap-s-cc7216e5-786d-4aee-bd0e-c436a054ce0a, #wrap-content-s-cc7216e5-786d-4aee-bd0e-c436a054ce0a { display: none !important; }}@media (max-width: 767px){#s-cc7216e5-786d-4aee-bd0e-c436a054ce0a {
  display: none;
}
#s-cc7216e5-786d-4aee-bd0e-c436a054ce0a, #wrap-s-cc7216e5-786d-4aee-bd0e-c436a054ce0a, #wrap-content-s-cc7216e5-786d-4aee-bd0e-c436a054ce0a { display: none !important; }}
#s-cc7216e5-786d-4aee-bd0e-c436a054ce0a {
  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-cc7216e5-786d-4aee-bd0e-c436a054ce0a {
  background-image: url(https://i.shgcdn.com/fd75c1ee-f604-4ecf-ab3b-ae1c83786f2e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-cc7216e5-786d-4aee-bd0e-c436a054ce0a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cc7216e5-786d-4aee-bd0e-c436a054ce0a {
  background-image: url(https://i.shgcdn.com/fd75c1ee-f604-4ecf-ab3b-ae1c83786f2e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-cc7216e5-786d-4aee-bd0e-c436a054ce0a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-cc7216e5-786d-4aee-bd0e-c436a054ce0a {
  background-image: url(https://i.shgcdn.com/fd75c1ee-f604-4ecf-ab3b-ae1c83786f2e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-cc7216e5-786d-4aee-bd0e-c436a054ce0a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cc7216e5-786d-4aee-bd0e-c436a054ce0a {
  background-image: url(https://i.shgcdn.com/fd75c1ee-f604-4ecf-ab3b-ae1c83786f2e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-cc7216e5-786d-4aee-bd0e-c436a054ce0a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-cc7216e5-786d-4aee-bd0e-c436a054ce0a {
  background-image: url(https://i.shgcdn.com/fd75c1ee-f604-4ecf-ab3b-ae1c83786f2e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-cc7216e5-786d-4aee-bd0e-c436a054ce0a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cc7216e5-786d-4aee-bd0e-c436a054ce0a {
  background-image: url(https://i.shgcdn.com/fd75c1ee-f604-4ecf-ab3b-ae1c83786f2e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-cc7216e5-786d-4aee-bd0e-c436a054ce0a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-cc7216e5-786d-4aee-bd0e-c436a054ce0a {
  background-image: url(https://i.shgcdn.com/fd75c1ee-f604-4ecf-ab3b-ae1c83786f2e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-cc7216e5-786d-4aee-bd0e-c436a054ce0a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cc7216e5-786d-4aee-bd0e-c436a054ce0a {
  background-image: url(https://i.shgcdn.com/fd75c1ee-f604-4ecf-ab3b-ae1c83786f2e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-cc7216e5-786d-4aee-bd0e-c436a054ce0a.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-cc7216e5-786d-4aee-bd0e-c436a054ce0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cc7216e5-786d-4aee-bd0e-c436a054ce0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc9cad08-caea-4bc6-8916-e4f248cd9c83 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 0%;
margin-bottom: 0%;
max-width: 100%;
background-position: right center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bc9cad08-caea-4bc6-8916-e4f248cd9c83 {
  display: none;
}
#s-bc9cad08-caea-4bc6-8916-e4f248cd9c83, #wrap-s-bc9cad08-caea-4bc6-8916-e4f248cd9c83, #wrap-content-s-bc9cad08-caea-4bc6-8916-e4f248cd9c83 { display: none !important; }}@media (max-width: 767px){#s-bc9cad08-caea-4bc6-8916-e4f248cd9c83 {
  display: none;
}
#s-bc9cad08-caea-4bc6-8916-e4f248cd9c83, #wrap-s-bc9cad08-caea-4bc6-8916-e4f248cd9c83, #wrap-content-s-bc9cad08-caea-4bc6-8916-e4f248cd9c83 { display: none !important; }}
#s-bc9cad08-caea-4bc6-8916-e4f248cd9c83 {
  background-image: url(https://i.shgcdn.com/d0fe45dc-5610-4636-9a72-2bdc8531bcd7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-bc9cad08-caea-4bc6-8916-e4f248cd9c83 {
  background-image: url(https://i.shgcdn.com/d0fe45dc-5610-4636-9a72-2bdc8531bcd7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-bc9cad08-caea-4bc6-8916-e4f248cd9c83.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-bc9cad08-caea-4bc6-8916-e4f248cd9c83 {
  background-image: url(https://i.shgcdn.com/d0fe45dc-5610-4636-9a72-2bdc8531bcd7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-bc9cad08-caea-4bc6-8916-e4f248cd9c83.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-bc9cad08-caea-4bc6-8916-e4f248cd9c83 {
  background-image: url(https://i.shgcdn.com/d0fe45dc-5610-4636-9a72-2bdc8531bcd7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-bc9cad08-caea-4bc6-8916-e4f248cd9c83.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-bc9cad08-caea-4bc6-8916-e4f248cd9c83 {
  background-image: url(https://i.shgcdn.com/d0fe45dc-5610-4636-9a72-2bdc8531bcd7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-bc9cad08-caea-4bc6-8916-e4f248cd9c83.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-bc9cad08-caea-4bc6-8916-e4f248cd9c83 {
  background-image: url(https://i.shgcdn.com/d0fe45dc-5610-4636-9a72-2bdc8531bcd7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-bc9cad08-caea-4bc6-8916-e4f248cd9c83.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-bc9cad08-caea-4bc6-8916-e4f248cd9c83 {
  background-image: url(https://i.shgcdn.com/d0fe45dc-5610-4636-9a72-2bdc8531bcd7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-bc9cad08-caea-4bc6-8916-e4f248cd9c83.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-bc9cad08-caea-4bc6-8916-e4f248cd9c83 {
  background-image: url(https://i.shgcdn.com/d0fe45dc-5610-4636-9a72-2bdc8531bcd7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-bc9cad08-caea-4bc6-8916-e4f248cd9c83.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-bc9cad08-caea-4bc6-8916-e4f248cd9c83 {
  background-image: url(https://i.shgcdn.com/d0fe45dc-5610-4636-9a72-2bdc8531bcd7/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-bc9cad08-caea-4bc6-8916-e4f248cd9c83.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-bc9cad08-caea-4bc6-8916-e4f248cd9c83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bc9cad08-caea-4bc6-8916-e4f248cd9c83.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42075e55-565f-404d-9ad6-4619fcd155ee {
  box-shadow:1px 1px 4px 1px rgba(0, 0, 0, 0.11);
margin-top: 8%;
margin-left: 4%;
margin-bottom: 10%;
margin-right: auto;
padding-top: 2%;
padding-left: 7%;
padding-bottom: 2%;
padding-right: 7%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 29px;
min-height: 5px;
max-width: 60%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-42075e55-565f-404d-9ad6-4619fcd155ee {
  max-width: 60%;
}
}







#s-42075e55-565f-404d-9ad6-4619fcd155ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-42075e55-565f-404d-9ad6-4619fcd155ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d20e7ad2-e3ea-4827-b463-b3229f26f77f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 2%;
padding-right: 0px;
text-align: left;
}

#s-d20e7ad2-e3ea-4827-b463-b3229f26f77f .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-f9460b52-21e9-4ed7-8edb-36d9e9d15c2d {
  padding-left: 0px;
padding-right: 0px;
}

#s-ced6f37a-17ae-42af-9ea0-f3f6e90d1a3b {
  border-style: solid;
margin-top: 5%;
padding-top: 10px;
padding-left: 25%;
padding-bottom: 10px;
padding-right: 25%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(11, 75, 152, 1);
border-radius: 38px;
background-color: rgba(11, 75, 152, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-ced6f37a-17ae-42af-9ea0-f3f6e90d1a3b: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-ced6f37a-17ae-42af-9ea0-f3f6e90d1a3b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ced6f37a-17ae-42af-9ea0-f3f6e90d1a3b-root {
    text-align: center;
  }


#s-ced6f37a-17ae-42af-9ea0-f3f6e90d1a3b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ced6f37a-17ae-42af-9ea0-f3f6e90d1a3b-root {
    text-align: center;
  }


#s-ced6f37a-17ae-42af-9ea0-f3f6e90d1a3b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ced6f37a-17ae-42af-9ea0-f3f6e90d1a3b-root {
    text-align: center;
  }


#s-ced6f37a-17ae-42af-9ea0-f3f6e90d1a3b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ced6f37a-17ae-42af-9ea0-f3f6e90d1a3b-root {
    text-align: center;
  }


#s-ced6f37a-17ae-42af-9ea0-f3f6e90d1a3b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ced6f37a-17ae-42af-9ea0-f3f6e90d1a3b-root {
    text-align: center;
  }


#s-ced6f37a-17ae-42af-9ea0-f3f6e90d1a3b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}
#s-b610b4fb-e359-4be3-a3c4-1c3c478edec1 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b610b4fb-e359-4be3-a3c4-1c3c478edec1 {
  display: none;
}
#s-b610b4fb-e359-4be3-a3c4-1c3c478edec1, #wrap-s-b610b4fb-e359-4be3-a3c4-1c3c478edec1, #wrap-content-s-b610b4fb-e359-4be3-a3c4-1c3c478edec1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b610b4fb-e359-4be3-a3c4-1c3c478edec1 {
  display: none;
}
#s-b610b4fb-e359-4be3-a3c4-1c3c478edec1, #wrap-s-b610b4fb-e359-4be3-a3c4-1c3c478edec1, #wrap-content-s-b610b4fb-e359-4be3-a3c4-1c3c478edec1 { display: none !important; }}







#s-b610b4fb-e359-4be3-a3c4-1c3c478edec1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b610b4fb-e359-4be3-a3c4-1c3c478edec1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ad022a1-dac5-4f46-a913-a2604f667b89 {
  margin-top: 15%;
max-width: 80%;
aspect-ratio: 1215/630;
text-align: center;
opacity: 1;
}

#s-7ad022a1-dac5-4f46-a913-a2604f667b89 {
  margin: 0 !important;
}

#s-7ad022a1-dac5-4f46-a913-a2604f667b89-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7ad022a1-dac5-4f46-a913-a2604f667b89 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 15%;
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: rgba(255, 255, 255, 1);
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7ad022a1-dac5-4f46-a913-a2604f667b89 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 15%;
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ad022a1-dac5-4f46-a913-a2604f667b89 .shg-image-content-wrapper {
      aspect-ratio: 1215/630;
      min-width: 100%;
      height: auto;
    }

    #s-7ad022a1-dac5-4f46-a913-a2604f667b89 .shogun-image-link {
      aspect-ratio: 1215/630;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ad022a1-dac5-4f46-a913-a2604f667b89 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ad022a1-dac5-4f46-a913-a2604f667b89.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ad022a1-dac5-4f46-a913-a2604f667b89 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80%;
  }



  img.s-7ad022a1-dac5-4f46-a913-a2604f667b89.shogun-image {
    
    
    
    max-height: 80%;
  }


.s-7ad022a1-dac5-4f46-a913-a2604f667b89 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7ad022a1-dac5-4f46-a913-a2604f667b89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ad022a1-dac5-4f46-a913-a2604f667b89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ad022a1-dac5-4f46-a913-a2604f667b89.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ad022a1-dac5-4f46-a913-a2604f667b89 {
      --shg-aspect-ratio: calc(1215/630); 
    }

    .s-7ad022a1-dac5-4f46-a913-a2604f667b89.shogun-image-container {
      position: relative;
    }

    .s-7ad022a1-dac5-4f46-a913-a2604f667b89.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ad022a1-dac5-4f46-a913-a2604f667b89.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ad022a1-dac5-4f46-a913-a2604f667b89 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80%;
    }
  }

@media (min-width: 1200px){#s-7ad022a1-dac5-4f46-a913-a2604f667b89 {
  margin: 0 !important;
}

#s-7ad022a1-dac5-4f46-a913-a2604f667b89-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7ad022a1-dac5-4f46-a913-a2604f667b89 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7ad022a1-dac5-4f46-a913-a2604f667b89 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ad022a1-dac5-4f46-a913-a2604f667b89 .shg-image-content-wrapper {
      aspect-ratio: 1215/630;
      min-width: 100%;
      height: auto;
    }

    #s-7ad022a1-dac5-4f46-a913-a2604f667b89 .shogun-image-link {
      aspect-ratio: 1215/630;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ad022a1-dac5-4f46-a913-a2604f667b89 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ad022a1-dac5-4f46-a913-a2604f667b89.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ad022a1-dac5-4f46-a913-a2604f667b89 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80%;
  }



  img.s-7ad022a1-dac5-4f46-a913-a2604f667b89.shogun-image {
    
    
    
    max-height: 80%;
  }


.s-7ad022a1-dac5-4f46-a913-a2604f667b89 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7ad022a1-dac5-4f46-a913-a2604f667b89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ad022a1-dac5-4f46-a913-a2604f667b89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ad022a1-dac5-4f46-a913-a2604f667b89.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ad022a1-dac5-4f46-a913-a2604f667b89 {
      --shg-aspect-ratio: calc(1215/630); 
    }

    .s-7ad022a1-dac5-4f46-a913-a2604f667b89.shogun-image-container {
      position: relative;
    }

    .s-7ad022a1-dac5-4f46-a913-a2604f667b89.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ad022a1-dac5-4f46-a913-a2604f667b89.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ad022a1-dac5-4f46-a913-a2604f667b89 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-7ad022a1-dac5-4f46-a913-a2604f667b89 {
  margin: 0 !important;
}

#s-7ad022a1-dac5-4f46-a913-a2604f667b89-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7ad022a1-dac5-4f46-a913-a2604f667b89 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7ad022a1-dac5-4f46-a913-a2604f667b89 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ad022a1-dac5-4f46-a913-a2604f667b89 .shg-image-content-wrapper {
      aspect-ratio: 1215/630;
      min-width: 100%;
      height: auto;
    }

    #s-7ad022a1-dac5-4f46-a913-a2604f667b89 .shogun-image-link {
      aspect-ratio: 1215/630;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ad022a1-dac5-4f46-a913-a2604f667b89 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ad022a1-dac5-4f46-a913-a2604f667b89.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ad022a1-dac5-4f46-a913-a2604f667b89 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80%;
  }



  img.s-7ad022a1-dac5-4f46-a913-a2604f667b89.shogun-image {
    
    
    
    max-height: 80%;
  }


.s-7ad022a1-dac5-4f46-a913-a2604f667b89 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7ad022a1-dac5-4f46-a913-a2604f667b89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ad022a1-dac5-4f46-a913-a2604f667b89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ad022a1-dac5-4f46-a913-a2604f667b89.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ad022a1-dac5-4f46-a913-a2604f667b89 {
      --shg-aspect-ratio: calc(1215/630); 
    }

    .s-7ad022a1-dac5-4f46-a913-a2604f667b89.shogun-image-container {
      position: relative;
    }

    .s-7ad022a1-dac5-4f46-a913-a2604f667b89.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ad022a1-dac5-4f46-a913-a2604f667b89.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ad022a1-dac5-4f46-a913-a2604f667b89 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-7ad022a1-dac5-4f46-a913-a2604f667b89 {
  margin: 0 !important;
}

#s-7ad022a1-dac5-4f46-a913-a2604f667b89-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7ad022a1-dac5-4f46-a913-a2604f667b89 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7ad022a1-dac5-4f46-a913-a2604f667b89 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ad022a1-dac5-4f46-a913-a2604f667b89 .shg-image-content-wrapper {
      aspect-ratio: 1215/630;
      min-width: 100%;
      height: auto;
    }

    #s-7ad022a1-dac5-4f46-a913-a2604f667b89 .shogun-image-link {
      aspect-ratio: 1215/630;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ad022a1-dac5-4f46-a913-a2604f667b89 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ad022a1-dac5-4f46-a913-a2604f667b89.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ad022a1-dac5-4f46-a913-a2604f667b89 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80%;
  }



  img.s-7ad022a1-dac5-4f46-a913-a2604f667b89.shogun-image {
    
    
    
    max-height: 80%;
  }


.s-7ad022a1-dac5-4f46-a913-a2604f667b89 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7ad022a1-dac5-4f46-a913-a2604f667b89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ad022a1-dac5-4f46-a913-a2604f667b89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ad022a1-dac5-4f46-a913-a2604f667b89.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ad022a1-dac5-4f46-a913-a2604f667b89 {
      --shg-aspect-ratio: calc(1215/630); 
    }

    .s-7ad022a1-dac5-4f46-a913-a2604f667b89.shogun-image-container {
      position: relative;
    }

    .s-7ad022a1-dac5-4f46-a913-a2604f667b89.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ad022a1-dac5-4f46-a913-a2604f667b89.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ad022a1-dac5-4f46-a913-a2604f667b89 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80%;
    }
  }

}@media (max-width: 767px){#s-7ad022a1-dac5-4f46-a913-a2604f667b89 {
  margin: 0 !important;
}

#s-7ad022a1-dac5-4f46-a913-a2604f667b89-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7ad022a1-dac5-4f46-a913-a2604f667b89 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7ad022a1-dac5-4f46-a913-a2604f667b89 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ad022a1-dac5-4f46-a913-a2604f667b89 .shg-image-content-wrapper {
      aspect-ratio: 1215/630;
      min-width: 100%;
      height: auto;
    }

    #s-7ad022a1-dac5-4f46-a913-a2604f667b89 .shogun-image-link {
      aspect-ratio: 1215/630;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ad022a1-dac5-4f46-a913-a2604f667b89 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ad022a1-dac5-4f46-a913-a2604f667b89.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ad022a1-dac5-4f46-a913-a2604f667b89 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80%;
  }



  img.s-7ad022a1-dac5-4f46-a913-a2604f667b89.shogun-image {
    
    
    
    max-height: 80%;
  }


.s-7ad022a1-dac5-4f46-a913-a2604f667b89 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7ad022a1-dac5-4f46-a913-a2604f667b89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ad022a1-dac5-4f46-a913-a2604f667b89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ad022a1-dac5-4f46-a913-a2604f667b89.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ad022a1-dac5-4f46-a913-a2604f667b89 {
      --shg-aspect-ratio: calc(1215/630); 
    }

    .s-7ad022a1-dac5-4f46-a913-a2604f667b89.shogun-image-container {
      position: relative;
    }

    .s-7ad022a1-dac5-4f46-a913-a2604f667b89.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ad022a1-dac5-4f46-a913-a2604f667b89.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ad022a1-dac5-4f46-a913-a2604f667b89 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80%;
    }
  }

}
#s-8051625e-8867-4cfd-92cf-66ccc6ea66ab {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 0%;
min-height: 50px;
background-position: right center;
}
@media (min-width: 1200px){#s-8051625e-8867-4cfd-92cf-66ccc6ea66ab {
  display: none;
}
#s-8051625e-8867-4cfd-92cf-66ccc6ea66ab, #wrap-s-8051625e-8867-4cfd-92cf-66ccc6ea66ab, #wrap-content-s-8051625e-8867-4cfd-92cf-66ccc6ea66ab { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8051625e-8867-4cfd-92cf-66ccc6ea66ab {
  display: none;
}
#s-8051625e-8867-4cfd-92cf-66ccc6ea66ab, #wrap-s-8051625e-8867-4cfd-92cf-66ccc6ea66ab, #wrap-content-s-8051625e-8867-4cfd-92cf-66ccc6ea66ab { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8051625e-8867-4cfd-92cf-66ccc6ea66ab {
  margin-bottom: 10%;
}
}
#s-8051625e-8867-4cfd-92cf-66ccc6ea66ab {
  background-image: url(https://i.shgcdn.com/4d77906b-b8f3-408b-abbb-bf6a3ef4c1fb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8051625e-8867-4cfd-92cf-66ccc6ea66ab {
  background-image: url(https://i.shgcdn.com/4d77906b-b8f3-408b-abbb-bf6a3ef4c1fb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-8051625e-8867-4cfd-92cf-66ccc6ea66ab.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8051625e-8867-4cfd-92cf-66ccc6ea66ab {
  background-image: url(https://i.shgcdn.com/4d77906b-b8f3-408b-abbb-bf6a3ef4c1fb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-8051625e-8867-4cfd-92cf-66ccc6ea66ab.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8051625e-8867-4cfd-92cf-66ccc6ea66ab {
  background-image: url(https://i.shgcdn.com/4d77906b-b8f3-408b-abbb-bf6a3ef4c1fb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-8051625e-8867-4cfd-92cf-66ccc6ea66ab.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8051625e-8867-4cfd-92cf-66ccc6ea66ab {
  background-image: url(https://i.shgcdn.com/4d77906b-b8f3-408b-abbb-bf6a3ef4c1fb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-8051625e-8867-4cfd-92cf-66ccc6ea66ab.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8051625e-8867-4cfd-92cf-66ccc6ea66ab {
  background-image: url(https://i.shgcdn.com/4d77906b-b8f3-408b-abbb-bf6a3ef4c1fb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-8051625e-8867-4cfd-92cf-66ccc6ea66ab.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8051625e-8867-4cfd-92cf-66ccc6ea66ab {
  background-image: url(https://i.shgcdn.com/4d77906b-b8f3-408b-abbb-bf6a3ef4c1fb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-8051625e-8867-4cfd-92cf-66ccc6ea66ab.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8051625e-8867-4cfd-92cf-66ccc6ea66ab {
  background-image: url(https://i.shgcdn.com/4d77906b-b8f3-408b-abbb-bf6a3ef4c1fb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-8051625e-8867-4cfd-92cf-66ccc6ea66ab.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8051625e-8867-4cfd-92cf-66ccc6ea66ab {
  background-image: url(https://i.shgcdn.com/4d77906b-b8f3-408b-abbb-bf6a3ef4c1fb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-8051625e-8867-4cfd-92cf-66ccc6ea66ab.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-8051625e-8867-4cfd-92cf-66ccc6ea66ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8051625e-8867-4cfd-92cf-66ccc6ea66ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ce12cfa-0f78-42de-a7fb-bedb0486bb1e {
  margin-top: 15%;
margin-left: 0%;
margin-bottom: 15%;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 29px;
min-height: 50px;
max-width: 60%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-1ce12cfa-0f78-42de-a7fb-bedb0486bb1e {
  padding-top: 5%;
padding-bottom: 5%;
}
}







#s-1ce12cfa-0f78-42de-a7fb-bedb0486bb1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1ce12cfa-0f78-42de-a7fb-bedb0486bb1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-868ac3a5-fdfc-46eb-bc4f-7e7092f72b92 {
  margin-left: auto;
margin-bottom: 0.5em;
margin-right: auto;
padding-top: 0%;
padding-left: 0px;
padding-bottom: 0%;
padding-right: 0px;
text-align: left;
}

#s-868ac3a5-fdfc-46eb-bc4f-7e7092f72b92 .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-640121b4-8de0-45d0-acd2-508910abbe4e {
  padding-left: 0px;
padding-right: 0px;
}

#s-b9579d25-1a52-400d-b0ed-b8af46f56cea {
  border-style: solid;
margin-top: 5%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(11, 75, 152, 1);
border-radius: 38px;
max-width: 100%;
background-color: rgba(11, 75, 152, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-b9579d25-1a52-400d-b0ed-b8af46f56cea: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-b9579d25-1a52-400d-b0ed-b8af46f56cea:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b9579d25-1a52-400d-b0ed-b8af46f56cea-root {
    text-align: center;
  }


#s-b9579d25-1a52-400d-b0ed-b8af46f56cea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b9579d25-1a52-400d-b0ed-b8af46f56cea-root {
    text-align: center;
  }


#s-b9579d25-1a52-400d-b0ed-b8af46f56cea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b9579d25-1a52-400d-b0ed-b8af46f56cea-root {
    text-align: center;
  }


#s-b9579d25-1a52-400d-b0ed-b8af46f56cea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b9579d25-1a52-400d-b0ed-b8af46f56cea-root {
    text-align: center;
  }


#s-b9579d25-1a52-400d-b0ed-b8af46f56cea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b9579d25-1a52-400d-b0ed-b8af46f56cea-root {
    text-align: center;
  }


#s-b9579d25-1a52-400d-b0ed-b8af46f56cea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  font-weight: 500;
  
  font-family: Outfit;
  display:  block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
