.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-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 3%;
padding-bottom: 5%;
padding-right: 3%;
min-height: 50px;
background-position: center center;
}

#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/f8ee8f21-4067-4cb0-82e6-7431aae11b11/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/f8ee8f21-4067-4cb0-82e6-7431aae11b11/-/resize/480x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/f8ee8f21-4067-4cb0-82e6-7431aae11b11/-/resize/960x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/f8ee8f21-4067-4cb0-82e6-7431aae11b11/-/resize/768x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/f8ee8f21-4067-4cb0-82e6-7431aae11b11/-/resize/1536x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/f8ee8f21-4067-4cb0-82e6-7431aae11b11/-/resize/1024x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/f8ee8f21-4067-4cb0-82e6-7431aae11b11/-/resize/2048x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/f8ee8f21-4067-4cb0-82e6-7431aae11b11/-/resize/1200x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/f8ee8f21-4067-4cb0-82e6-7431aae11b11/-/resize/2048x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 > .shg-box-overlay {
  background-color: rgba(19, 17, 12, 1);
  opacity: 0.5;
  display: block;
}#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.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-c43a2dfa-94d8-41b1-9379-6ea915b9c24b {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-c43a2dfa-94d8-41b1-9379-6ea915b9c24b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c43a2dfa-94d8-41b1-9379-6ea915b9c24b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c43a2dfa-94d8-41b1-9379-6ea915b9c24b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c43a2dfa-94d8-41b1-9379-6ea915b9c24b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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: "Montserrat";
  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-24a27d90-ce4e-4f8d-9ee5-356ceeb5ffc7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-24a27d90-ce4e-4f8d-9ee5-356ceeb5ffc7 .shogun-heading-component h3 {
  color: rgba(255, 211, 0, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-742bbfa3-5096-4017-91d8-4b257ec37149 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-742bbfa3-5096-4017-91d8-4b257ec37149 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-742bbfa3-5096-4017-91d8-4b257ec37149 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-742bbfa3-5096-4017-91d8-4b257ec37149 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}
.shg-rich-text {
  overflow-wrap: break-word;
}

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-7894a07e-c391-4161-a226-a1b2f1a93a11 {
  margin-left: auto;
margin-right: auto;
}

#s-7894a07e-c391-4161-a226-a1b2f1a93a11 .shg-proportional-font-size,
#s-7894a07e-c391-4161-a226-a1b2f1a93a11 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-7894a07e-c391-4161-a226-a1b2f1a93a11 .shg-proportional-font-size,
#s-7894a07e-c391-4161-a226-a1b2f1a93a11 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}@media (max-width: 767px){#s-7894a07e-c391-4161-a226-a1b2f1a93a11 .shg-proportional-font-size,
#s-7894a07e-c391-4161-a226-a1b2f1a93a11 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-17caa0b1-1203-4eaa-8ed2-6b3e528b165b {
  background-repeat: no-repeat;
margin-left: 0%;
margin-right: 0%;
padding-top: 5%;
padding-left: 8%;
padding-right: 8%;
min-height: 50px;
}
@media (max-width: 767px){#s-17caa0b1-1203-4eaa-8ed2-6b3e528b165b {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-17caa0b1-1203-4eaa-8ed2-6b3e528b165b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTBhZDg3M2YtYjZkMS00NWY3LTkyMjMtMDlmMmQ5NzFkNTlmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjZmNmY2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjU3MjcyNzI3MjcyNzI3MjgiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZmZmY7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzUwYWQ4NzNmLWI2ZDEtNDVmNy05MjIzLTA5ZjJkOTcxZDU5ZikiLz48L3N2Zz4=);
}








#s-17caa0b1-1203-4eaa-8ed2-6b3e528b165b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17caa0b1-1203-4eaa-8ed2-6b3e528b165b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9531e7af-65b6-4f4a-bc81-f6fd2e23fa3b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9531e7af-65b6-4f4a-bc81-f6fd2e23fa3b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9531e7af-65b6-4f4a-bc81-f6fd2e23fa3b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9531e7af-65b6-4f4a-bc81-f6fd2e23fa3b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9531e7af-65b6-4f4a-bc81-f6fd2e23fa3b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6-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-3fe858f3-9547-4ae9-8fdf-43ff17afbba6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 8px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6-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-3fe858f3-9547-4ae9-8fdf-43ff17afbba6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6-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-3fe858f3-9547-4ae9-8fdf-43ff17afbba6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6-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-3fe858f3-9547-4ae9-8fdf-43ff17afbba6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6-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-3fe858f3-9547-4ae9-8fdf-43ff17afbba6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fe858f3-9547-4ae9-8fdf-43ff17afbba6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a66bf539-11e3-478d-bd76-c9188ac651b7 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}
@media (max-width: 767px){#s-a66bf539-11e3-478d-bd76-c9188ac651b7 {
  display: none;
}
#s-a66bf539-11e3-478d-bd76-c9188ac651b7, #wrap-s-a66bf539-11e3-478d-bd76-c9188ac651b7, #wrap-content-s-a66bf539-11e3-478d-bd76-c9188ac651b7 { display: none !important; }}
#s-a66bf539-11e3-478d-bd76-c9188ac651b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a66bf539-11e3-478d-bd76-c9188ac651b7-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-a66bf539-11e3-478d-bd76-c9188ac651b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a66bf539-11e3-478d-bd76-c9188ac651b7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 8px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a66bf539-11e3-478d-bd76-c9188ac651b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a66bf539-11e3-478d-bd76-c9188ac651b7 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

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




.s-a66bf539-11e3-478d-bd76-c9188ac651b7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a66bf539-11e3-478d-bd76-c9188ac651b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a66bf539-11e3-478d-bd76-c9188ac651b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a66bf539-11e3-478d-bd76-c9188ac651b7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a66bf539-11e3-478d-bd76-c9188ac651b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a66bf539-11e3-478d-bd76-c9188ac651b7-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-a66bf539-11e3-478d-bd76-c9188ac651b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a66bf539-11e3-478d-bd76-c9188ac651b7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a66bf539-11e3-478d-bd76-c9188ac651b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a66bf539-11e3-478d-bd76-c9188ac651b7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a66bf539-11e3-478d-bd76-c9188ac651b7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a66bf539-11e3-478d-bd76-c9188ac651b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a66bf539-11e3-478d-bd76-c9188ac651b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a66bf539-11e3-478d-bd76-c9188ac651b7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a66bf539-11e3-478d-bd76-c9188ac651b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a66bf539-11e3-478d-bd76-c9188ac651b7-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-a66bf539-11e3-478d-bd76-c9188ac651b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a66bf539-11e3-478d-bd76-c9188ac651b7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a66bf539-11e3-478d-bd76-c9188ac651b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a66bf539-11e3-478d-bd76-c9188ac651b7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a66bf539-11e3-478d-bd76-c9188ac651b7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a66bf539-11e3-478d-bd76-c9188ac651b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a66bf539-11e3-478d-bd76-c9188ac651b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a66bf539-11e3-478d-bd76-c9188ac651b7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a66bf539-11e3-478d-bd76-c9188ac651b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a66bf539-11e3-478d-bd76-c9188ac651b7-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-a66bf539-11e3-478d-bd76-c9188ac651b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a66bf539-11e3-478d-bd76-c9188ac651b7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a66bf539-11e3-478d-bd76-c9188ac651b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a66bf539-11e3-478d-bd76-c9188ac651b7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a66bf539-11e3-478d-bd76-c9188ac651b7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a66bf539-11e3-478d-bd76-c9188ac651b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a66bf539-11e3-478d-bd76-c9188ac651b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a66bf539-11e3-478d-bd76-c9188ac651b7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a66bf539-11e3-478d-bd76-c9188ac651b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a66bf539-11e3-478d-bd76-c9188ac651b7-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-a66bf539-11e3-478d-bd76-c9188ac651b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a66bf539-11e3-478d-bd76-c9188ac651b7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a66bf539-11e3-478d-bd76-c9188ac651b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a66bf539-11e3-478d-bd76-c9188ac651b7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a66bf539-11e3-478d-bd76-c9188ac651b7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a66bf539-11e3-478d-bd76-c9188ac651b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a66bf539-11e3-478d-bd76-c9188ac651b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a66bf539-11e3-478d-bd76-c9188ac651b7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a4ba1c31-366c-43bb-8127-d88e67351942 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}
@media (max-width: 767px){#s-a4ba1c31-366c-43bb-8127-d88e67351942 {
  margin-top: 10px;
}
}
#s-a4ba1c31-366c-43bb-8127-d88e67351942 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a4ba1c31-366c-43bb-8127-d88e67351942-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-a4ba1c31-366c-43bb-8127-d88e67351942 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a4ba1c31-366c-43bb-8127-d88e67351942 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 8px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a4ba1c31-366c-43bb-8127-d88e67351942 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a4ba1c31-366c-43bb-8127-d88e67351942 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-a4ba1c31-366c-43bb-8127-d88e67351942 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a4ba1c31-366c-43bb-8127-d88e67351942.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4ba1c31-366c-43bb-8127-d88e67351942.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4ba1c31-366c-43bb-8127-d88e67351942.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a4ba1c31-366c-43bb-8127-d88e67351942 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a4ba1c31-366c-43bb-8127-d88e67351942-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-a4ba1c31-366c-43bb-8127-d88e67351942 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a4ba1c31-366c-43bb-8127-d88e67351942 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a4ba1c31-366c-43bb-8127-d88e67351942 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a4ba1c31-366c-43bb-8127-d88e67351942 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a4ba1c31-366c-43bb-8127-d88e67351942 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a4ba1c31-366c-43bb-8127-d88e67351942.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4ba1c31-366c-43bb-8127-d88e67351942.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4ba1c31-366c-43bb-8127-d88e67351942.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a4ba1c31-366c-43bb-8127-d88e67351942 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a4ba1c31-366c-43bb-8127-d88e67351942-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-a4ba1c31-366c-43bb-8127-d88e67351942 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a4ba1c31-366c-43bb-8127-d88e67351942 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a4ba1c31-366c-43bb-8127-d88e67351942 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a4ba1c31-366c-43bb-8127-d88e67351942 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a4ba1c31-366c-43bb-8127-d88e67351942 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a4ba1c31-366c-43bb-8127-d88e67351942.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4ba1c31-366c-43bb-8127-d88e67351942.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4ba1c31-366c-43bb-8127-d88e67351942.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a4ba1c31-366c-43bb-8127-d88e67351942 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a4ba1c31-366c-43bb-8127-d88e67351942-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-a4ba1c31-366c-43bb-8127-d88e67351942 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a4ba1c31-366c-43bb-8127-d88e67351942 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a4ba1c31-366c-43bb-8127-d88e67351942 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a4ba1c31-366c-43bb-8127-d88e67351942 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a4ba1c31-366c-43bb-8127-d88e67351942 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a4ba1c31-366c-43bb-8127-d88e67351942.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4ba1c31-366c-43bb-8127-d88e67351942.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4ba1c31-366c-43bb-8127-d88e67351942.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a4ba1c31-366c-43bb-8127-d88e67351942 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a4ba1c31-366c-43bb-8127-d88e67351942-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-a4ba1c31-366c-43bb-8127-d88e67351942 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-a4ba1c31-366c-43bb-8127-d88e67351942 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a4ba1c31-366c-43bb-8127-d88e67351942 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a4ba1c31-366c-43bb-8127-d88e67351942 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a4ba1c31-366c-43bb-8127-d88e67351942 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a4ba1c31-366c-43bb-8127-d88e67351942.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4ba1c31-366c-43bb-8127-d88e67351942.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4ba1c31-366c-43bb-8127-d88e67351942.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-52339ee2-14ba-4f85-b60f-916b8d7d6030 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
}








#s-52339ee2-14ba-4f85-b60f-916b8d7d6030 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-52339ee2-14ba-4f85-b60f-916b8d7d6030.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c82bdddc-451e-4a64-b96d-eef4858d4e36 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 3%;
padding-bottom: 5%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-c82bdddc-451e-4a64-b96d-eef4858d4e36 {
  padding-top: 8%;
padding-left: 5%;
padding-bottom: 8%;
padding-right: 5%;
}
}







#s-c82bdddc-451e-4a64-b96d-eef4858d4e36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c82bdddc-451e-4a64-b96d-eef4858d4e36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da3080ca-6458-4b6f-9e65-15fd6a963db2 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-da3080ca-6458-4b6f-9e65-15fd6a963db2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da3080ca-6458-4b6f-9e65-15fd6a963db2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-da3080ca-6458-4b6f-9e65-15fd6a963db2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-da3080ca-6458-4b6f-9e65-15fd6a963db2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e6789495-0cd1-4dcb-bf7c-fb83c4e342c6 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e6789495-0cd1-4dcb-bf7c-fb83c4e342c6 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e6789495-0cd1-4dcb-bf7c-fb83c4e342c6 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-e6789495-0cd1-4dcb-bf7c-fb83c4e342c6 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-6a306996-225d-4506-9b2b-ecff05fea92c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}
@media (max-width: 767px){#s-6a306996-225d-4506-9b2b-ecff05fea92c {
  margin-top: 10px;
text-align: left;
}
}
#s-6a306996-225d-4506-9b2b-ecff05fea92c .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-6a306996-225d-4506-9b2b-ecff05fea92c .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-6a306996-225d-4506-9b2b-ecff05fea92c .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-2c423a4b-dc0d-4c9a-8dc6-664ce151e4fd {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-2c423a4b-dc0d-4c9a-8dc6-664ce151e4fd {
  margin-top: 10px;
}
}
#s-2c423a4b-dc0d-4c9a-8dc6-664ce151e4fd .shg-proportional-font-size,
#s-2c423a4b-dc0d-4c9a-8dc6-664ce151e4fd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d9cc03f5-1fff-4cea-873e-ea6647058346 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d9cc03f5-1fff-4cea-873e-ea6647058346"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9cc03f5-1fff-4cea-873e-ea6647058346"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-d9cc03f5-1fff-4cea-873e-ea6647058346"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d9cc03f5-1fff-4cea-873e-ea6647058346"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-d9cc03f5-1fff-4cea-873e-ea6647058346"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9cc03f5-1fff-4cea-873e-ea6647058346"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-d9cc03f5-1fff-4cea-873e-ea6647058346"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

#s-36818662-d881-425a-bace-3160177471dd {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 3%;
padding-bottom: 5%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-36818662-d881-425a-bace-3160177471dd {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
}







#s-36818662-d881-425a-bace-3160177471dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-36818662-d881-425a-bace-3160177471dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-638e4c0d-9192-4c80-9788-fb96ee70cb0c {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-638e4c0d-9192-4c80-9788-fb96ee70cb0c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-638e4c0d-9192-4c80-9788-fb96ee70cb0c-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-638e4c0d-9192-4c80-9788-fb96ee70cb0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-638e4c0d-9192-4c80-9788-fb96ee70cb0c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 0px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-638e4c0d-9192-4c80-9788-fb96ee70cb0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-638e4c0d-9192-4c80-9788-fb96ee70cb0c img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

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




.s-638e4c0d-9192-4c80-9788-fb96ee70cb0c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-638e4c0d-9192-4c80-9788-fb96ee70cb0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-638e4c0d-9192-4c80-9788-fb96ee70cb0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-638e4c0d-9192-4c80-9788-fb96ee70cb0c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-638e4c0d-9192-4c80-9788-fb96ee70cb0c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-638e4c0d-9192-4c80-9788-fb96ee70cb0c-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-638e4c0d-9192-4c80-9788-fb96ee70cb0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-638e4c0d-9192-4c80-9788-fb96ee70cb0c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-638e4c0d-9192-4c80-9788-fb96ee70cb0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-638e4c0d-9192-4c80-9788-fb96ee70cb0c img.shogun-image {
  width: 100%;
  
  
  

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




.s-638e4c0d-9192-4c80-9788-fb96ee70cb0c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-638e4c0d-9192-4c80-9788-fb96ee70cb0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-638e4c0d-9192-4c80-9788-fb96ee70cb0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-638e4c0d-9192-4c80-9788-fb96ee70cb0c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-638e4c0d-9192-4c80-9788-fb96ee70cb0c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-638e4c0d-9192-4c80-9788-fb96ee70cb0c-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-638e4c0d-9192-4c80-9788-fb96ee70cb0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-638e4c0d-9192-4c80-9788-fb96ee70cb0c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-638e4c0d-9192-4c80-9788-fb96ee70cb0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-638e4c0d-9192-4c80-9788-fb96ee70cb0c img.shogun-image {
  width: 100%;
  
  
  

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




.s-638e4c0d-9192-4c80-9788-fb96ee70cb0c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-638e4c0d-9192-4c80-9788-fb96ee70cb0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-638e4c0d-9192-4c80-9788-fb96ee70cb0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-638e4c0d-9192-4c80-9788-fb96ee70cb0c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-638e4c0d-9192-4c80-9788-fb96ee70cb0c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-638e4c0d-9192-4c80-9788-fb96ee70cb0c-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-638e4c0d-9192-4c80-9788-fb96ee70cb0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-638e4c0d-9192-4c80-9788-fb96ee70cb0c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-638e4c0d-9192-4c80-9788-fb96ee70cb0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-638e4c0d-9192-4c80-9788-fb96ee70cb0c img.shogun-image {
  width: 100%;
  
  
  

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




.s-638e4c0d-9192-4c80-9788-fb96ee70cb0c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-638e4c0d-9192-4c80-9788-fb96ee70cb0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-638e4c0d-9192-4c80-9788-fb96ee70cb0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-638e4c0d-9192-4c80-9788-fb96ee70cb0c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-638e4c0d-9192-4c80-9788-fb96ee70cb0c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-638e4c0d-9192-4c80-9788-fb96ee70cb0c-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-638e4c0d-9192-4c80-9788-fb96ee70cb0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-638e4c0d-9192-4c80-9788-fb96ee70cb0c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-638e4c0d-9192-4c80-9788-fb96ee70cb0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-638e4c0d-9192-4c80-9788-fb96ee70cb0c img.shogun-image {
  width: 100%;
  
  
  

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




.s-638e4c0d-9192-4c80-9788-fb96ee70cb0c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-638e4c0d-9192-4c80-9788-fb96ee70cb0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-638e4c0d-9192-4c80-9788-fb96ee70cb0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-638e4c0d-9192-4c80-9788-fb96ee70cb0c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f7975b39-abdc-4514-8c9e-21972778450e {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f7975b39-abdc-4514-8c9e-21972778450e .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f7975b39-abdc-4514-8c9e-21972778450e .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-f7975b39-abdc-4514-8c9e-21972778450e .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-27050f36-03b9-4f31-8cd4-1d67b51b4f6a {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 3%;
padding-bottom: 5%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 6px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-27050f36-03b9-4f31-8cd4-1d67b51b4f6a {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
}
}







#s-27050f36-03b9-4f31-8cd4-1d67b51b4f6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-27050f36-03b9-4f31-8cd4-1d67b51b4f6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75e04d98-4034-46ac-b2b0-07e2384b57ed {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-75e04d98-4034-46ac-b2b0-07e2384b57ed .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-75e04d98-4034-46ac-b2b0-07e2384b57ed .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-3bc4d857-2bc0-45de-8559-f1d053eab1f3 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3bc4d857-2bc0-45de-8559-f1d053eab1f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3bc4d857-2bc0-45de-8559-f1d053eab1f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-3bc4d857-2bc0-45de-8559-f1d053eab1f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-3bc4d857-2bc0-45de-8559-f1d053eab1f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-41b4a843-3faa-49f9-a65f-ac677c740d09 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-41b4a843-3faa-49f9-a65f-ac677c740d09 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-41b4a843-3faa-49f9-a65f-ac677c740d09-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-41b4a843-3faa-49f9-a65f-ac677c740d09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-41b4a843-3faa-49f9-a65f-ac677c740d09 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 0px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-41b4a843-3faa-49f9-a65f-ac677c740d09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-41b4a843-3faa-49f9-a65f-ac677c740d09 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

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




.s-41b4a843-3faa-49f9-a65f-ac677c740d09 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-41b4a843-3faa-49f9-a65f-ac677c740d09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41b4a843-3faa-49f9-a65f-ac677c740d09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41b4a843-3faa-49f9-a65f-ac677c740d09.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-41b4a843-3faa-49f9-a65f-ac677c740d09 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-41b4a843-3faa-49f9-a65f-ac677c740d09-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-41b4a843-3faa-49f9-a65f-ac677c740d09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-41b4a843-3faa-49f9-a65f-ac677c740d09 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-41b4a843-3faa-49f9-a65f-ac677c740d09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-41b4a843-3faa-49f9-a65f-ac677c740d09 img.shogun-image {
  width: 100%;
  
  
  

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




.s-41b4a843-3faa-49f9-a65f-ac677c740d09 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-41b4a843-3faa-49f9-a65f-ac677c740d09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41b4a843-3faa-49f9-a65f-ac677c740d09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41b4a843-3faa-49f9-a65f-ac677c740d09.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-41b4a843-3faa-49f9-a65f-ac677c740d09 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-41b4a843-3faa-49f9-a65f-ac677c740d09-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-41b4a843-3faa-49f9-a65f-ac677c740d09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-41b4a843-3faa-49f9-a65f-ac677c740d09 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-41b4a843-3faa-49f9-a65f-ac677c740d09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-41b4a843-3faa-49f9-a65f-ac677c740d09 img.shogun-image {
  width: 100%;
  
  
  

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




.s-41b4a843-3faa-49f9-a65f-ac677c740d09 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-41b4a843-3faa-49f9-a65f-ac677c740d09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41b4a843-3faa-49f9-a65f-ac677c740d09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41b4a843-3faa-49f9-a65f-ac677c740d09.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-41b4a843-3faa-49f9-a65f-ac677c740d09 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-41b4a843-3faa-49f9-a65f-ac677c740d09-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-41b4a843-3faa-49f9-a65f-ac677c740d09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-41b4a843-3faa-49f9-a65f-ac677c740d09 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-41b4a843-3faa-49f9-a65f-ac677c740d09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-41b4a843-3faa-49f9-a65f-ac677c740d09 img.shogun-image {
  width: 100%;
  
  
  

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




.s-41b4a843-3faa-49f9-a65f-ac677c740d09 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-41b4a843-3faa-49f9-a65f-ac677c740d09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41b4a843-3faa-49f9-a65f-ac677c740d09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41b4a843-3faa-49f9-a65f-ac677c740d09.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-41b4a843-3faa-49f9-a65f-ac677c740d09 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-41b4a843-3faa-49f9-a65f-ac677c740d09-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-41b4a843-3faa-49f9-a65f-ac677c740d09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-41b4a843-3faa-49f9-a65f-ac677c740d09 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-41b4a843-3faa-49f9-a65f-ac677c740d09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-41b4a843-3faa-49f9-a65f-ac677c740d09 img.shogun-image {
  width: 100%;
  
  
  

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




.s-41b4a843-3faa-49f9-a65f-ac677c740d09 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-41b4a843-3faa-49f9-a65f-ac677c740d09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41b4a843-3faa-49f9-a65f-ac677c740d09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41b4a843-3faa-49f9-a65f-ac677c740d09.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-938f75ca-5432-4201-b381-0dc7b4c82413 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-938f75ca-5432-4201-b381-0dc7b4c82413 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-938f75ca-5432-4201-b381-0dc7b4c82413 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-938f75ca-5432-4201-b381-0dc7b4c82413 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-de86fdc5-b593-445d-af22-71032f5592ef {
  margin-left: auto;
margin-right: auto;
max-width: 4096px;
text-align: center;
}
@media (max-width: 767px){#s-de86fdc5-b593-445d-af22-71032f5592ef {
  margin-top: 20px;
}
}
#s-de86fdc5-b593-445d-af22-71032f5592ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de86fdc5-b593-445d-af22-71032f5592ef-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-de86fdc5-b593-445d-af22-71032f5592ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-de86fdc5-b593-445d-af22-71032f5592ef .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 0px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-de86fdc5-b593-445d-af22-71032f5592ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-de86fdc5-b593-445d-af22-71032f5592ef img.shogun-image {
  width: 100%;
  
  
  max-width: 4096px;

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




.s-de86fdc5-b593-445d-af22-71032f5592ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-de86fdc5-b593-445d-af22-71032f5592ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de86fdc5-b593-445d-af22-71032f5592ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de86fdc5-b593-445d-af22-71032f5592ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-de86fdc5-b593-445d-af22-71032f5592ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de86fdc5-b593-445d-af22-71032f5592ef-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-de86fdc5-b593-445d-af22-71032f5592ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-de86fdc5-b593-445d-af22-71032f5592ef .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-de86fdc5-b593-445d-af22-71032f5592ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-de86fdc5-b593-445d-af22-71032f5592ef img.shogun-image {
  width: 100%;
  
  
  

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




.s-de86fdc5-b593-445d-af22-71032f5592ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-de86fdc5-b593-445d-af22-71032f5592ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de86fdc5-b593-445d-af22-71032f5592ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de86fdc5-b593-445d-af22-71032f5592ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-de86fdc5-b593-445d-af22-71032f5592ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de86fdc5-b593-445d-af22-71032f5592ef-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-de86fdc5-b593-445d-af22-71032f5592ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-de86fdc5-b593-445d-af22-71032f5592ef .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-de86fdc5-b593-445d-af22-71032f5592ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-de86fdc5-b593-445d-af22-71032f5592ef img.shogun-image {
  width: 100%;
  
  
  

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




.s-de86fdc5-b593-445d-af22-71032f5592ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-de86fdc5-b593-445d-af22-71032f5592ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de86fdc5-b593-445d-af22-71032f5592ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de86fdc5-b593-445d-af22-71032f5592ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-de86fdc5-b593-445d-af22-71032f5592ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de86fdc5-b593-445d-af22-71032f5592ef-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-de86fdc5-b593-445d-af22-71032f5592ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-de86fdc5-b593-445d-af22-71032f5592ef .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-de86fdc5-b593-445d-af22-71032f5592ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-de86fdc5-b593-445d-af22-71032f5592ef img.shogun-image {
  width: 100%;
  
  
  

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




.s-de86fdc5-b593-445d-af22-71032f5592ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-de86fdc5-b593-445d-af22-71032f5592ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de86fdc5-b593-445d-af22-71032f5592ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de86fdc5-b593-445d-af22-71032f5592ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-de86fdc5-b593-445d-af22-71032f5592ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de86fdc5-b593-445d-af22-71032f5592ef-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-de86fdc5-b593-445d-af22-71032f5592ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-de86fdc5-b593-445d-af22-71032f5592ef .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-de86fdc5-b593-445d-af22-71032f5592ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-de86fdc5-b593-445d-af22-71032f5592ef img.shogun-image {
  width: 100%;
  
  
  

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




.s-de86fdc5-b593-445d-af22-71032f5592ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-de86fdc5-b593-445d-af22-71032f5592ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de86fdc5-b593-445d-af22-71032f5592ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de86fdc5-b593-445d-af22-71032f5592ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0f91c365-014d-480f-be53-057ce53c8777 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0f91c365-014d-480f-be53-057ce53c8777 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-0f91c365-014d-480f-be53-057ce53c8777 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-0f91c365-014d-480f-be53-057ce53c8777 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-ed9696cf-6962-43e3-948f-099716edb0d6 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 3%;
padding-bottom: 2%;
padding-right: 3%;
min-height: 50px;
}








#s-ed9696cf-6962-43e3-948f-099716edb0d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ed9696cf-6962-43e3-948f-099716edb0d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2226695c-d9cc-45ca-a2c8-4699d92cf3d6 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 3%;
padding-bottom: 5%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-2226695c-d9cc-45ca-a2c8-4699d92cf3d6 {
  padding-top: 8%;
padding-left: 5%;
padding-bottom: 8%;
padding-right: 5%;
}
}







#s-2226695c-d9cc-45ca-a2c8-4699d92cf3d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2226695c-d9cc-45ca-a2c8-4699d92cf3d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8355b0f-f817-49ab-8f28-ce35cfc09830 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c8355b0f-f817-49ab-8f28-ce35cfc09830"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8355b0f-f817-49ab-8f28-ce35cfc09830"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c8355b0f-f817-49ab-8f28-ce35cfc09830"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8355b0f-f817-49ab-8f28-ce35cfc09830"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0b6013c3-3b47-457f-99fd-f6dc473a9348 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0b6013c3-3b47-457f-99fd-f6dc473a9348 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-0b6013c3-3b47-457f-99fd-f6dc473a9348 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-0b6013c3-3b47-457f-99fd-f6dc473a9348 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-df6ddde3-deb8-4b56-aabb-ca68f7ae9115 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}
@media (max-width: 767px){#s-df6ddde3-deb8-4b56-aabb-ca68f7ae9115 {
  margin-top: 10px;
text-align: left;
}
}
#s-df6ddde3-deb8-4b56-aabb-ca68f7ae9115 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-df6ddde3-deb8-4b56-aabb-ca68f7ae9115 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-df6ddde3-deb8-4b56-aabb-ca68f7ae9115 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-7affb6dd-b430-4a37-b6be-ad81b4809639 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-7affb6dd-b430-4a37-b6be-ad81b4809639 {
  margin-top: 10px;
}
}
#s-7affb6dd-b430-4a37-b6be-ad81b4809639 .shg-proportional-font-size,
#s-7affb6dd-b430-4a37-b6be-ad81b4809639 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-027fb352-7fb8-4466-9952-e9437bc40c09 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-027fb352-7fb8-4466-9952-e9437bc40c09"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-027fb352-7fb8-4466-9952-e9437bc40c09"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-027fb352-7fb8-4466-9952-e9437bc40c09"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-027fb352-7fb8-4466-9952-e9437bc40c09"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-027fb352-7fb8-4466-9952-e9437bc40c09"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-027fb352-7fb8-4466-9952-e9437bc40c09"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-027fb352-7fb8-4466-9952-e9437bc40c09"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

#s-47a19cd2-be17-4aba-a2f9-f2509f1b9cd3 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 3%;
padding-bottom: 5%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-47a19cd2-be17-4aba-a2f9-f2509f1b9cd3 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
}







#s-47a19cd2-be17-4aba-a2f9-f2509f1b9cd3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-47a19cd2-be17-4aba-a2f9-f2509f1b9cd3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c42c1940-57ed-4a1b-9ccb-448e4beaae42 {
  margin-left: auto;
margin-right: auto;
max-width: 1620px;
text-align: center;
}

#s-c42c1940-57ed-4a1b-9ccb-448e4beaae42 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c42c1940-57ed-4a1b-9ccb-448e4beaae42-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-c42c1940-57ed-4a1b-9ccb-448e4beaae42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c42c1940-57ed-4a1b-9ccb-448e4beaae42 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 0px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c42c1940-57ed-4a1b-9ccb-448e4beaae42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c42c1940-57ed-4a1b-9ccb-448e4beaae42 img.shogun-image {
  width: 100%;
  
  
  max-width: 1620px;

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




.s-c42c1940-57ed-4a1b-9ccb-448e4beaae42 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c42c1940-57ed-4a1b-9ccb-448e4beaae42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c42c1940-57ed-4a1b-9ccb-448e4beaae42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c42c1940-57ed-4a1b-9ccb-448e4beaae42.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c42c1940-57ed-4a1b-9ccb-448e4beaae42 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c42c1940-57ed-4a1b-9ccb-448e4beaae42-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-c42c1940-57ed-4a1b-9ccb-448e4beaae42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c42c1940-57ed-4a1b-9ccb-448e4beaae42 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c42c1940-57ed-4a1b-9ccb-448e4beaae42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c42c1940-57ed-4a1b-9ccb-448e4beaae42 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c42c1940-57ed-4a1b-9ccb-448e4beaae42 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c42c1940-57ed-4a1b-9ccb-448e4beaae42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c42c1940-57ed-4a1b-9ccb-448e4beaae42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c42c1940-57ed-4a1b-9ccb-448e4beaae42.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c42c1940-57ed-4a1b-9ccb-448e4beaae42 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c42c1940-57ed-4a1b-9ccb-448e4beaae42-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-c42c1940-57ed-4a1b-9ccb-448e4beaae42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c42c1940-57ed-4a1b-9ccb-448e4beaae42 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c42c1940-57ed-4a1b-9ccb-448e4beaae42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c42c1940-57ed-4a1b-9ccb-448e4beaae42 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c42c1940-57ed-4a1b-9ccb-448e4beaae42 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c42c1940-57ed-4a1b-9ccb-448e4beaae42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c42c1940-57ed-4a1b-9ccb-448e4beaae42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c42c1940-57ed-4a1b-9ccb-448e4beaae42.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c42c1940-57ed-4a1b-9ccb-448e4beaae42 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c42c1940-57ed-4a1b-9ccb-448e4beaae42-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-c42c1940-57ed-4a1b-9ccb-448e4beaae42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c42c1940-57ed-4a1b-9ccb-448e4beaae42 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c42c1940-57ed-4a1b-9ccb-448e4beaae42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c42c1940-57ed-4a1b-9ccb-448e4beaae42 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c42c1940-57ed-4a1b-9ccb-448e4beaae42 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c42c1940-57ed-4a1b-9ccb-448e4beaae42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c42c1940-57ed-4a1b-9ccb-448e4beaae42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c42c1940-57ed-4a1b-9ccb-448e4beaae42.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c42c1940-57ed-4a1b-9ccb-448e4beaae42 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c42c1940-57ed-4a1b-9ccb-448e4beaae42-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-c42c1940-57ed-4a1b-9ccb-448e4beaae42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c42c1940-57ed-4a1b-9ccb-448e4beaae42 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c42c1940-57ed-4a1b-9ccb-448e4beaae42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c42c1940-57ed-4a1b-9ccb-448e4beaae42 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c42c1940-57ed-4a1b-9ccb-448e4beaae42 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c42c1940-57ed-4a1b-9ccb-448e4beaae42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c42c1940-57ed-4a1b-9ccb-448e4beaae42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c42c1940-57ed-4a1b-9ccb-448e4beaae42.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7c434b2a-9db5-4eb0-ad97-69cb17692cec {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7c434b2a-9db5-4eb0-ad97-69cb17692cec .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-7c434b2a-9db5-4eb0-ad97-69cb17692cec .shogun-heading-component h4 a {
  color: ;
}

@media (min-width: 768px) and (max-width: 991px){#s-7c434b2a-9db5-4eb0-ad97-69cb17692cec .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-7c434b2a-9db5-4eb0-ad97-69cb17692cec .shogun-heading-component h4 a {
  color: ;
}

}@media (max-width: 767px){#s-7c434b2a-9db5-4eb0-ad97-69cb17692cec .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-7c434b2a-9db5-4eb0-ad97-69cb17692cec .shogun-heading-component h4 a {
  color: ;
}

}
#s-d31d9b7f-5232-43e3-9cca-684cc85ea1ab {
  margin-left: auto;
margin-right: auto;
}

#s-875971ff-8ccd-44f1-a730-964e9149020d {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-875971ff-8ccd-44f1-a730-964e9149020d .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 18px;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-875971ff-8ccd-44f1-a730-964e9149020d .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  800 ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 18px;
}

#s-875971ff-8ccd-44f1-a730-964e9149020d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

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

#s-0a0b9742-dcd9-44b2-b8ba-04af691ef731 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 4px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0a0b9742-dcd9-44b2-b8ba-04af691ef731:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0a0b9742-dcd9-44b2-b8ba-04af691ef731:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0a0b9742-dcd9-44b2-b8ba-04af691ef731-atc-btn-wrapper {
    text-align: center;
  }


#s-0a0b9742-dcd9-44b2-b8ba-04af691ef731 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0a0b9742-dcd9-44b2-b8ba-04af691ef731.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0a0b9742-dcd9-44b2-b8ba-04af691ef731.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  inline-block ;
}

#s-0a0b9742-dcd9-44b2-b8ba-04af691ef731.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-0a0b9742-dcd9-44b2-b8ba-04af691ef731-atc-btn-wrapper {
    text-align: center;
  }


#s-0a0b9742-dcd9-44b2-b8ba-04af691ef731 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0a0b9742-dcd9-44b2-b8ba-04af691ef731.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0a0b9742-dcd9-44b2-b8ba-04af691ef731.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  inline-block ;
}

#s-0a0b9742-dcd9-44b2-b8ba-04af691ef731.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-0a0b9742-dcd9-44b2-b8ba-04af691ef731-atc-btn-wrapper {
    text-align: center;
  }


#s-0a0b9742-dcd9-44b2-b8ba-04af691ef731 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0a0b9742-dcd9-44b2-b8ba-04af691ef731.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0a0b9742-dcd9-44b2-b8ba-04af691ef731.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  inline-block ;
}

#s-0a0b9742-dcd9-44b2-b8ba-04af691ef731.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-0a0b9742-dcd9-44b2-b8ba-04af691ef731-atc-btn-wrapper {
    text-align: center;
  }


#s-0a0b9742-dcd9-44b2-b8ba-04af691ef731 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0a0b9742-dcd9-44b2-b8ba-04af691ef731.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0a0b9742-dcd9-44b2-b8ba-04af691ef731.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  inline-block ;
}

#s-0a0b9742-dcd9-44b2-b8ba-04af691ef731.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-0a0b9742-dcd9-44b2-b8ba-04af691ef731-atc-btn-wrapper {
    text-align: center;
  }


#s-0a0b9742-dcd9-44b2-b8ba-04af691ef731 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0a0b9742-dcd9-44b2-b8ba-04af691ef731.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0a0b9742-dcd9-44b2-b8ba-04af691ef731.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  inline-block ;
}

#s-0a0b9742-dcd9-44b2-b8ba-04af691ef731.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-ad49f2e0-3a6c-479d-b4d2-85071d9ad4fa {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 3%;
padding-bottom: 5%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 6px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-ad49f2e0-3a6c-479d-b4d2-85071d9ad4fa {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
}
}







#s-ad49f2e0-3a6c-479d-b4d2-85071d9ad4fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ad49f2e0-3a6c-479d-b4d2-85071d9ad4fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0849857-6835-4f21-9364-7d7f3822caba {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
text-align: center;
background-color: rgba(227, 227, 227, 0);
}

#s-e0849857-6835-4f21-9364-7d7f3822caba .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e0849857-6835-4f21-9364-7d7f3822caba .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-4d8117bb-3026-4bdb-98ef-614b50170888 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4d8117bb-3026-4bdb-98ef-614b50170888"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d8117bb-3026-4bdb-98ef-614b50170888"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-4d8117bb-3026-4bdb-98ef-614b50170888"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d8117bb-3026-4bdb-98ef-614b50170888"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32-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-0bc94a2d-b659-434c-a4dd-3c9b1328ff32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 0px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

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




.s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32-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-0bc94a2d-b659-434c-a4dd-3c9b1328ff32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32-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-0bc94a2d-b659-434c-a4dd-3c9b1328ff32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32-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-0bc94a2d-b659-434c-a4dd-3c9b1328ff32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32-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-0bc94a2d-b659-434c-a4dd-3c9b1328ff32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bc94a2d-b659-434c-a4dd-3c9b1328ff32.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8128861b-f32c-4f9e-a6da-6741d2a51716 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8128861b-f32c-4f9e-a6da-6741d2a51716 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-8128861b-f32c-4f9e-a6da-6741d2a51716 .shogun-heading-component h4 a {
  color: ;
}

@media (min-width: 768px) and (max-width: 991px){#s-8128861b-f32c-4f9e-a6da-6741d2a51716 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-8128861b-f32c-4f9e-a6da-6741d2a51716 .shogun-heading-component h4 a {
  color: ;
}

}@media (max-width: 767px){#s-8128861b-f32c-4f9e-a6da-6741d2a51716 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-8128861b-f32c-4f9e-a6da-6741d2a51716 .shogun-heading-component h4 a {
  color: ;
}

}
#s-fa5a31c6-697a-456b-a277-8555a5b49762 {
  margin-left: auto;
margin-right: auto;
}

#s-ef21b0a1-4e47-43dd-a0be-848044720540 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ef21b0a1-4e47-43dd-a0be-848044720540 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 18px;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-ef21b0a1-4e47-43dd-a0be-848044720540 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  800 ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 18px;
}

#s-ef21b0a1-4e47-43dd-a0be-848044720540 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-7c34d8b7-1d75-4260-a278-9c7f0396a46f {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 4px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7c34d8b7-1d75-4260-a278-9c7f0396a46f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7c34d8b7-1d75-4260-a278-9c7f0396a46f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7c34d8b7-1d75-4260-a278-9c7f0396a46f-atc-btn-wrapper {
    text-align: center;
  }


#s-7c34d8b7-1d75-4260-a278-9c7f0396a46f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7c34d8b7-1d75-4260-a278-9c7f0396a46f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7c34d8b7-1d75-4260-a278-9c7f0396a46f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  inline-block ;
}

#s-7c34d8b7-1d75-4260-a278-9c7f0396a46f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-7c34d8b7-1d75-4260-a278-9c7f0396a46f-atc-btn-wrapper {
    text-align: center;
  }


#s-7c34d8b7-1d75-4260-a278-9c7f0396a46f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7c34d8b7-1d75-4260-a278-9c7f0396a46f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7c34d8b7-1d75-4260-a278-9c7f0396a46f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  inline-block ;
}

#s-7c34d8b7-1d75-4260-a278-9c7f0396a46f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-7c34d8b7-1d75-4260-a278-9c7f0396a46f-atc-btn-wrapper {
    text-align: center;
  }


#s-7c34d8b7-1d75-4260-a278-9c7f0396a46f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7c34d8b7-1d75-4260-a278-9c7f0396a46f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7c34d8b7-1d75-4260-a278-9c7f0396a46f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  inline-block ;
}

#s-7c34d8b7-1d75-4260-a278-9c7f0396a46f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-7c34d8b7-1d75-4260-a278-9c7f0396a46f-atc-btn-wrapper {
    text-align: center;
  }


#s-7c34d8b7-1d75-4260-a278-9c7f0396a46f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7c34d8b7-1d75-4260-a278-9c7f0396a46f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7c34d8b7-1d75-4260-a278-9c7f0396a46f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  inline-block ;
}

#s-7c34d8b7-1d75-4260-a278-9c7f0396a46f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-7c34d8b7-1d75-4260-a278-9c7f0396a46f-atc-btn-wrapper {
    text-align: center;
  }


#s-7c34d8b7-1d75-4260-a278-9c7f0396a46f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7c34d8b7-1d75-4260-a278-9c7f0396a46f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7c34d8b7-1d75-4260-a278-9c7f0396a46f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  inline-block ;
}

#s-7c34d8b7-1d75-4260-a278-9c7f0396a46f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-2937cc19-e492-4fcb-b6f2-d17357c6105c {
  margin-left: auto;
margin-right: auto;
max-width: 4096px;
text-align: center;
}
@media (max-width: 767px){#s-2937cc19-e492-4fcb-b6f2-d17357c6105c {
  margin-top: 40px;
}
}
#s-2937cc19-e492-4fcb-b6f2-d17357c6105c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2937cc19-e492-4fcb-b6f2-d17357c6105c-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-2937cc19-e492-4fcb-b6f2-d17357c6105c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2937cc19-e492-4fcb-b6f2-d17357c6105c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 0px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2937cc19-e492-4fcb-b6f2-d17357c6105c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2937cc19-e492-4fcb-b6f2-d17357c6105c img.shogun-image {
  width: 100%;
  
  
  max-width: 4096px;

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




.s-2937cc19-e492-4fcb-b6f2-d17357c6105c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2937cc19-e492-4fcb-b6f2-d17357c6105c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2937cc19-e492-4fcb-b6f2-d17357c6105c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2937cc19-e492-4fcb-b6f2-d17357c6105c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2937cc19-e492-4fcb-b6f2-d17357c6105c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2937cc19-e492-4fcb-b6f2-d17357c6105c-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-2937cc19-e492-4fcb-b6f2-d17357c6105c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2937cc19-e492-4fcb-b6f2-d17357c6105c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2937cc19-e492-4fcb-b6f2-d17357c6105c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2937cc19-e492-4fcb-b6f2-d17357c6105c img.shogun-image {
  width: 100%;
  
  
  

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




.s-2937cc19-e492-4fcb-b6f2-d17357c6105c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2937cc19-e492-4fcb-b6f2-d17357c6105c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2937cc19-e492-4fcb-b6f2-d17357c6105c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2937cc19-e492-4fcb-b6f2-d17357c6105c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2937cc19-e492-4fcb-b6f2-d17357c6105c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2937cc19-e492-4fcb-b6f2-d17357c6105c-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-2937cc19-e492-4fcb-b6f2-d17357c6105c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2937cc19-e492-4fcb-b6f2-d17357c6105c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2937cc19-e492-4fcb-b6f2-d17357c6105c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2937cc19-e492-4fcb-b6f2-d17357c6105c img.shogun-image {
  width: 100%;
  
  
  

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




.s-2937cc19-e492-4fcb-b6f2-d17357c6105c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2937cc19-e492-4fcb-b6f2-d17357c6105c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2937cc19-e492-4fcb-b6f2-d17357c6105c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2937cc19-e492-4fcb-b6f2-d17357c6105c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2937cc19-e492-4fcb-b6f2-d17357c6105c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2937cc19-e492-4fcb-b6f2-d17357c6105c-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-2937cc19-e492-4fcb-b6f2-d17357c6105c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2937cc19-e492-4fcb-b6f2-d17357c6105c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2937cc19-e492-4fcb-b6f2-d17357c6105c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2937cc19-e492-4fcb-b6f2-d17357c6105c img.shogun-image {
  width: 100%;
  
  
  

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




.s-2937cc19-e492-4fcb-b6f2-d17357c6105c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2937cc19-e492-4fcb-b6f2-d17357c6105c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2937cc19-e492-4fcb-b6f2-d17357c6105c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2937cc19-e492-4fcb-b6f2-d17357c6105c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2937cc19-e492-4fcb-b6f2-d17357c6105c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2937cc19-e492-4fcb-b6f2-d17357c6105c-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-2937cc19-e492-4fcb-b6f2-d17357c6105c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 40px;
  
}

#s-2937cc19-e492-4fcb-b6f2-d17357c6105c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2937cc19-e492-4fcb-b6f2-d17357c6105c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2937cc19-e492-4fcb-b6f2-d17357c6105c img.shogun-image {
  width: 100%;
  
  
  

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




.s-2937cc19-e492-4fcb-b6f2-d17357c6105c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2937cc19-e492-4fcb-b6f2-d17357c6105c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2937cc19-e492-4fcb-b6f2-d17357c6105c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2937cc19-e492-4fcb-b6f2-d17357c6105c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-873aba14-f577-4967-84fb-40980c2e5c51 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-873aba14-f577-4967-84fb-40980c2e5c51 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-873aba14-f577-4967-84fb-40980c2e5c51 .shogun-heading-component h4 a {
  color: ;
}

@media (min-width: 768px) and (max-width: 991px){#s-873aba14-f577-4967-84fb-40980c2e5c51 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-873aba14-f577-4967-84fb-40980c2e5c51 .shogun-heading-component h4 a {
  color: ;
}

}@media (max-width: 767px){#s-873aba14-f577-4967-84fb-40980c2e5c51 .shogun-heading-component h4 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-873aba14-f577-4967-84fb-40980c2e5c51 .shogun-heading-component h4 a {
  color: ;
}

}
#s-b41b0d53-80d4-4746-b5a7-1c26f8969642 {
  margin-left: auto;
margin-right: auto;
}

#s-7c16b1a0-9ab6-4de3-b1f2-e68022559c18 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7c16b1a0-9ab6-4de3-b1f2-e68022559c18 .shg-product-sold-out {
  display: none;
  color: rgba(165, 0, 0, 1);
  font-size: 18px;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-7c16b1a0-9ab6-4de3-b1f2-e68022559c18 .shg-product-price {
  color: rgba(165, 0, 0, 1);
  font-weight:  800 ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 18px;
}

#s-7c16b1a0-9ab6-4de3-b1f2-e68022559c18 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-1b3453ac-7dd9-4793-aebd-c0f9e6bb0d9f {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 4px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1b3453ac-7dd9-4793-aebd-c0f9e6bb0d9f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1b3453ac-7dd9-4793-aebd-c0f9e6bb0d9f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1b3453ac-7dd9-4793-aebd-c0f9e6bb0d9f-atc-btn-wrapper {
    text-align: center;
  }


#s-1b3453ac-7dd9-4793-aebd-c0f9e6bb0d9f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1b3453ac-7dd9-4793-aebd-c0f9e6bb0d9f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1b3453ac-7dd9-4793-aebd-c0f9e6bb0d9f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  inline-block ;
}

#s-1b3453ac-7dd9-4793-aebd-c0f9e6bb0d9f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-1b3453ac-7dd9-4793-aebd-c0f9e6bb0d9f-atc-btn-wrapper {
    text-align: center;
  }


#s-1b3453ac-7dd9-4793-aebd-c0f9e6bb0d9f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1b3453ac-7dd9-4793-aebd-c0f9e6bb0d9f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1b3453ac-7dd9-4793-aebd-c0f9e6bb0d9f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  inline-block ;
}

#s-1b3453ac-7dd9-4793-aebd-c0f9e6bb0d9f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-1b3453ac-7dd9-4793-aebd-c0f9e6bb0d9f-atc-btn-wrapper {
    text-align: center;
  }


#s-1b3453ac-7dd9-4793-aebd-c0f9e6bb0d9f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1b3453ac-7dd9-4793-aebd-c0f9e6bb0d9f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1b3453ac-7dd9-4793-aebd-c0f9e6bb0d9f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  inline-block ;
}

#s-1b3453ac-7dd9-4793-aebd-c0f9e6bb0d9f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-1b3453ac-7dd9-4793-aebd-c0f9e6bb0d9f-atc-btn-wrapper {
    text-align: center;
  }


#s-1b3453ac-7dd9-4793-aebd-c0f9e6bb0d9f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1b3453ac-7dd9-4793-aebd-c0f9e6bb0d9f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1b3453ac-7dd9-4793-aebd-c0f9e6bb0d9f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  inline-block ;
}

#s-1b3453ac-7dd9-4793-aebd-c0f9e6bb0d9f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-1b3453ac-7dd9-4793-aebd-c0f9e6bb0d9f-atc-btn-wrapper {
    text-align: center;
  }


#s-1b3453ac-7dd9-4793-aebd-c0f9e6bb0d9f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1b3453ac-7dd9-4793-aebd-c0f9e6bb0d9f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1b3453ac-7dd9-4793-aebd-c0f9e6bb0d9f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  inline-block ;
}

#s-1b3453ac-7dd9-4793-aebd-c0f9e6bb0d9f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-1f62d011-9690-4584-8ddf-51d13688ed83 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 3%;
padding-bottom: 100px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: none;
min-height: 50px;
}
@media (max-width: 767px){#s-1f62d011-9690-4584-8ddf-51d13688ed83 {
  padding-top: 50px;
padding-bottom: 50px;
}
}







#s-1f62d011-9690-4584-8ddf-51d13688ed83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1f62d011-9690-4584-8ddf-51d13688ed83.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3153ee0-90dc-4f31-9b04-6825e95ef3d0 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(242, 242, 242, 1);
border-style: none;
border-radius: 8px;
min-height: 50px;
}
@media (max-width: 767px){#s-c3153ee0-90dc-4f31-9b04-6825e95ef3d0 {
  padding-top: 8%;
padding-left: 5%;
padding-bottom: 8%;
padding-right: 5%;
}
}
#s-c3153ee0-90dc-4f31-9b04-6825e95ef3d0 {
  background-image: url();
}








#s-c3153ee0-90dc-4f31-9b04-6825e95ef3d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c3153ee0-90dc-4f31-9b04-6825e95ef3d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3f78faa-8660-461a-a0b6-61998eaa7fba {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f3f78faa-8660-461a-a0b6-61998eaa7fba .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f3f78faa-8660-461a-a0b6-61998eaa7fba .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-f3f78faa-8660-461a-a0b6-61998eaa7fba .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-e0e9ed31-95d0-4f00-b2bc-38fcd43dd116 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
}








#s-e0e9ed31-95d0-4f00-b2bc-38fcd43dd116 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e0e9ed31-95d0-4f00-b2bc-38fcd43dd116.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41d6e87e-b668-4c05-8711-ab2f7ccd8fb3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 211, 0, 1);
}








#s-41d6e87e-b668-4c05-8711-ab2f7ccd8fb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-41d6e87e-b668-4c05-8711-ab2f7ccd8fb3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c64e5652-1871-48f0-8128-fd52a3186fa6 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c64e5652-1871-48f0-8128-fd52a3186fa6 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-c64e5652-1871-48f0-8128-fd52a3186fa6 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-c64e5652-1871-48f0-8128-fd52a3186fa6 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-e744b4b0-ac2c-4062-9580-63dea4d66080 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-e744b4b0-ac2c-4062-9580-63dea4d66080"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-e744b4b0-ac2c-4062-9580-63dea4d66080"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-e744b4b0-ac2c-4062-9580-63dea4d66080"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-e744b4b0-ac2c-4062-9580-63dea4d66080"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba-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-b643326e-4763-4ef1-ba69-f64e1abe22ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b643326e-4763-4ef1-ba69-f64e1abe22ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

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




.s-b643326e-4763-4ef1-ba69-f64e1abe22ba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b643326e-4763-4ef1-ba69-f64e1abe22ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b643326e-4763-4ef1-ba69-f64e1abe22ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b643326e-4763-4ef1-ba69-f64e1abe22ba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba-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-b643326e-4763-4ef1-ba69-f64e1abe22ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b643326e-4763-4ef1-ba69-f64e1abe22ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba img.shogun-image {
  width: 100%;
  
  
  

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




.s-b643326e-4763-4ef1-ba69-f64e1abe22ba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b643326e-4763-4ef1-ba69-f64e1abe22ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b643326e-4763-4ef1-ba69-f64e1abe22ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b643326e-4763-4ef1-ba69-f64e1abe22ba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba-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-b643326e-4763-4ef1-ba69-f64e1abe22ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b643326e-4763-4ef1-ba69-f64e1abe22ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba img.shogun-image {
  width: 100%;
  
  
  

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




.s-b643326e-4763-4ef1-ba69-f64e1abe22ba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b643326e-4763-4ef1-ba69-f64e1abe22ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b643326e-4763-4ef1-ba69-f64e1abe22ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b643326e-4763-4ef1-ba69-f64e1abe22ba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba-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-b643326e-4763-4ef1-ba69-f64e1abe22ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b643326e-4763-4ef1-ba69-f64e1abe22ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba img.shogun-image {
  width: 100%;
  
  
  

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




.s-b643326e-4763-4ef1-ba69-f64e1abe22ba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b643326e-4763-4ef1-ba69-f64e1abe22ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b643326e-4763-4ef1-ba69-f64e1abe22ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b643326e-4763-4ef1-ba69-f64e1abe22ba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba-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-b643326e-4763-4ef1-ba69-f64e1abe22ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b643326e-4763-4ef1-ba69-f64e1abe22ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba img.shogun-image {
  width: 100%;
  
  
  

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




.s-b643326e-4763-4ef1-ba69-f64e1abe22ba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b643326e-4763-4ef1-ba69-f64e1abe22ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b643326e-4763-4ef1-ba69-f64e1abe22ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-936578a8-be23-4d1a-a59f-0f523383b113 {
  margin-left: auto;
margin-right: auto;
}

#s-936578a8-be23-4d1a-a59f-0f523383b113 .shg-proportional-font-size,
#s-936578a8-be23-4d1a-a59f-0f523383b113 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-936578a8-be23-4d1a-a59f-0f523383b113 .shg-proportional-font-size,
#s-936578a8-be23-4d1a-a59f-0f523383b113 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-53b19641-62da-4403-85f6-1dea2a2a2cb0 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0-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-53b19641-62da-4403-85f6-1dea2a2a2cb0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-53b19641-62da-4403-85f6-1dea2a2a2cb0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-53b19641-62da-4403-85f6-1dea2a2a2cb0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-53b19641-62da-4403-85f6-1dea2a2a2cb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b19641-62da-4403-85f6-1dea2a2a2cb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-53b19641-62da-4403-85f6-1dea2a2a2cb0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0-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-53b19641-62da-4403-85f6-1dea2a2a2cb0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-53b19641-62da-4403-85f6-1dea2a2a2cb0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0 img.shogun-image {
  width: 100%;
  
  
  

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




.s-53b19641-62da-4403-85f6-1dea2a2a2cb0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-53b19641-62da-4403-85f6-1dea2a2a2cb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b19641-62da-4403-85f6-1dea2a2a2cb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-53b19641-62da-4403-85f6-1dea2a2a2cb0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0-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-53b19641-62da-4403-85f6-1dea2a2a2cb0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-53b19641-62da-4403-85f6-1dea2a2a2cb0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0 img.shogun-image {
  width: 100%;
  
  
  

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




.s-53b19641-62da-4403-85f6-1dea2a2a2cb0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-53b19641-62da-4403-85f6-1dea2a2a2cb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b19641-62da-4403-85f6-1dea2a2a2cb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-53b19641-62da-4403-85f6-1dea2a2a2cb0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0-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-53b19641-62da-4403-85f6-1dea2a2a2cb0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-53b19641-62da-4403-85f6-1dea2a2a2cb0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0 img.shogun-image {
  width: 100%;
  
  
  

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




.s-53b19641-62da-4403-85f6-1dea2a2a2cb0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-53b19641-62da-4403-85f6-1dea2a2a2cb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b19641-62da-4403-85f6-1dea2a2a2cb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-53b19641-62da-4403-85f6-1dea2a2a2cb0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0-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-53b19641-62da-4403-85f6-1dea2a2a2cb0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-53b19641-62da-4403-85f6-1dea2a2a2cb0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0 img.shogun-image {
  width: 100%;
  
  
  

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




.s-53b19641-62da-4403-85f6-1dea2a2a2cb0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-53b19641-62da-4403-85f6-1dea2a2a2cb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b19641-62da-4403-85f6-1dea2a2a2cb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-df1b52fa-cb60-42cb-a445-14776af575e3 {
  margin-left: auto;
margin-right: auto;
}

#s-df1b52fa-cb60-42cb-a445-14776af575e3 .shg-proportional-font-size,
#s-df1b52fa-cb60-42cb-a445-14776af575e3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-df1b52fa-cb60-42cb-a445-14776af575e3 .shg-proportional-font-size,
#s-df1b52fa-cb60-42cb-a445-14776af575e3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-9be0e160-59cf-4bf8-b2dd-2a338f349792 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792-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-9be0e160-59cf-4bf8-b2dd-2a338f349792 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9be0e160-59cf-4bf8-b2dd-2a338f349792 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-9be0e160-59cf-4bf8-b2dd-2a338f349792 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9be0e160-59cf-4bf8-b2dd-2a338f349792.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9be0e160-59cf-4bf8-b2dd-2a338f349792.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9be0e160-59cf-4bf8-b2dd-2a338f349792 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792-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-9be0e160-59cf-4bf8-b2dd-2a338f349792 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9be0e160-59cf-4bf8-b2dd-2a338f349792 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9be0e160-59cf-4bf8-b2dd-2a338f349792 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9be0e160-59cf-4bf8-b2dd-2a338f349792.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9be0e160-59cf-4bf8-b2dd-2a338f349792.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9be0e160-59cf-4bf8-b2dd-2a338f349792 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792-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-9be0e160-59cf-4bf8-b2dd-2a338f349792 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9be0e160-59cf-4bf8-b2dd-2a338f349792 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9be0e160-59cf-4bf8-b2dd-2a338f349792 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9be0e160-59cf-4bf8-b2dd-2a338f349792.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9be0e160-59cf-4bf8-b2dd-2a338f349792.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9be0e160-59cf-4bf8-b2dd-2a338f349792 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792-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-9be0e160-59cf-4bf8-b2dd-2a338f349792 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9be0e160-59cf-4bf8-b2dd-2a338f349792 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9be0e160-59cf-4bf8-b2dd-2a338f349792 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9be0e160-59cf-4bf8-b2dd-2a338f349792.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9be0e160-59cf-4bf8-b2dd-2a338f349792.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9be0e160-59cf-4bf8-b2dd-2a338f349792 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792-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-9be0e160-59cf-4bf8-b2dd-2a338f349792 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9be0e160-59cf-4bf8-b2dd-2a338f349792 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9be0e160-59cf-4bf8-b2dd-2a338f349792 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9be0e160-59cf-4bf8-b2dd-2a338f349792.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9be0e160-59cf-4bf8-b2dd-2a338f349792.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1664e675-e5fc-4234-a55e-15a347a9ce8a {
  margin-left: auto;
margin-right: auto;
}

#s-1664e675-e5fc-4234-a55e-15a347a9ce8a .shg-proportional-font-size,
#s-1664e675-e5fc-4234-a55e-15a347a9ce8a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-1664e675-e5fc-4234-a55e-15a347a9ce8a .shg-proportional-font-size,
#s-1664e675-e5fc-4234-a55e-15a347a9ce8a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28-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-06d1a93f-af8d-49be-8f7b-3c26b8993f28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-06d1a93f-af8d-49be-8f7b-3c26b8993f28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06d1a93f-af8d-49be-8f7b-3c26b8993f28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28-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-06d1a93f-af8d-49be-8f7b-3c26b8993f28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 img.shogun-image {
  width: 100%;
  
  
  

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




.s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-06d1a93f-af8d-49be-8f7b-3c26b8993f28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06d1a93f-af8d-49be-8f7b-3c26b8993f28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28-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-06d1a93f-af8d-49be-8f7b-3c26b8993f28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 img.shogun-image {
  width: 100%;
  
  
  

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




.s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-06d1a93f-af8d-49be-8f7b-3c26b8993f28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06d1a93f-af8d-49be-8f7b-3c26b8993f28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28-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-06d1a93f-af8d-49be-8f7b-3c26b8993f28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 img.shogun-image {
  width: 100%;
  
  
  

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




.s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-06d1a93f-af8d-49be-8f7b-3c26b8993f28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06d1a93f-af8d-49be-8f7b-3c26b8993f28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28-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-06d1a93f-af8d-49be-8f7b-3c26b8993f28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 img.shogun-image {
  width: 100%;
  
  
  

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




.s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-06d1a93f-af8d-49be-8f7b-3c26b8993f28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06d1a93f-af8d-49be-8f7b-3c26b8993f28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-35dba082-6e1a-4cd7-b797-793e4e673e37 {
  margin-left: auto;
margin-right: auto;
}

#s-35dba082-6e1a-4cd7-b797-793e4e673e37 .shg-proportional-font-size,
#s-35dba082-6e1a-4cd7-b797-793e4e673e37 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-35dba082-6e1a-4cd7-b797-793e4e673e37 .shg-proportional-font-size,
#s-35dba082-6e1a-4cd7-b797-793e4e673e37 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-3193ce8c-e14e-42ae-911d-7f74cef2504e {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e-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-3193ce8c-e14e-42ae-911d-7f74cef2504e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3193ce8c-e14e-42ae-911d-7f74cef2504e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-3193ce8c-e14e-42ae-911d-7f74cef2504e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3193ce8c-e14e-42ae-911d-7f74cef2504e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3193ce8c-e14e-42ae-911d-7f74cef2504e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3193ce8c-e14e-42ae-911d-7f74cef2504e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e-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-3193ce8c-e14e-42ae-911d-7f74cef2504e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3193ce8c-e14e-42ae-911d-7f74cef2504e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e img.shogun-image {
  width: 100%;
  
  
  

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




.s-3193ce8c-e14e-42ae-911d-7f74cef2504e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3193ce8c-e14e-42ae-911d-7f74cef2504e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3193ce8c-e14e-42ae-911d-7f74cef2504e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3193ce8c-e14e-42ae-911d-7f74cef2504e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e-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-3193ce8c-e14e-42ae-911d-7f74cef2504e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3193ce8c-e14e-42ae-911d-7f74cef2504e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e img.shogun-image {
  width: 100%;
  
  
  

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




.s-3193ce8c-e14e-42ae-911d-7f74cef2504e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3193ce8c-e14e-42ae-911d-7f74cef2504e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3193ce8c-e14e-42ae-911d-7f74cef2504e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3193ce8c-e14e-42ae-911d-7f74cef2504e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e-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-3193ce8c-e14e-42ae-911d-7f74cef2504e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3193ce8c-e14e-42ae-911d-7f74cef2504e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e img.shogun-image {
  width: 100%;
  
  
  

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




.s-3193ce8c-e14e-42ae-911d-7f74cef2504e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3193ce8c-e14e-42ae-911d-7f74cef2504e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3193ce8c-e14e-42ae-911d-7f74cef2504e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3193ce8c-e14e-42ae-911d-7f74cef2504e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e-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-3193ce8c-e14e-42ae-911d-7f74cef2504e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3193ce8c-e14e-42ae-911d-7f74cef2504e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e img.shogun-image {
  width: 100%;
  
  
  

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




.s-3193ce8c-e14e-42ae-911d-7f74cef2504e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3193ce8c-e14e-42ae-911d-7f74cef2504e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3193ce8c-e14e-42ae-911d-7f74cef2504e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4edd1883-9b86-4d6c-97cf-1d6d9969adf3 {
  margin-left: auto;
margin-right: auto;
}

#s-4edd1883-9b86-4d6c-97cf-1d6d9969adf3 .shg-proportional-font-size,
#s-4edd1883-9b86-4d6c-97cf-1d6d9969adf3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-4edd1883-9b86-4d6c-97cf-1d6d9969adf3 .shg-proportional-font-size,
#s-4edd1883-9b86-4d6c-97cf-1d6d9969adf3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-92bca165-f54f-416f-93fa-ab3f9d3ffbd3 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
}








#s-92bca165-f54f-416f-93fa-ab3f9d3ffbd3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-92bca165-f54f-416f-93fa-ab3f9d3ffbd3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-351522a4-0dbc-4a7c-91e8-5e9f72f37051 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 211, 0, 1);
}








#s-351522a4-0dbc-4a7c-91e8-5e9f72f37051 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-351522a4-0dbc-4a7c-91e8-5e9f72f37051.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a7ee576-0e6c-456f-9b2f-c7eb0325c410 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7a7ee576-0e6c-456f-9b2f-c7eb0325c410 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-7a7ee576-0e6c-456f-9b2f-c7eb0325c410 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-7a7ee576-0e6c-456f-9b2f-c7eb0325c410 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-88a6bd32-ed74-496a-8a23-b430170cf237 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-88a6bd32-ed74-496a-8a23-b430170cf237"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-88a6bd32-ed74-496a-8a23-b430170cf237"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-88a6bd32-ed74-496a-8a23-b430170cf237"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-88a6bd32-ed74-496a-8a23-b430170cf237"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-fd30aecb-3b8e-4308-8ddb-8978f7122b27 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-fd30aecb-3b8e-4308-8ddb-8978f7122b27 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fd30aecb-3b8e-4308-8ddb-8978f7122b27-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-fd30aecb-3b8e-4308-8ddb-8978f7122b27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fd30aecb-3b8e-4308-8ddb-8978f7122b27 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fd30aecb-3b8e-4308-8ddb-8978f7122b27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fd30aecb-3b8e-4308-8ddb-8978f7122b27 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

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




.s-fd30aecb-3b8e-4308-8ddb-8978f7122b27 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fd30aecb-3b8e-4308-8ddb-8978f7122b27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd30aecb-3b8e-4308-8ddb-8978f7122b27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd30aecb-3b8e-4308-8ddb-8978f7122b27.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-fd30aecb-3b8e-4308-8ddb-8978f7122b27 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fd30aecb-3b8e-4308-8ddb-8978f7122b27-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-fd30aecb-3b8e-4308-8ddb-8978f7122b27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fd30aecb-3b8e-4308-8ddb-8978f7122b27 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fd30aecb-3b8e-4308-8ddb-8978f7122b27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fd30aecb-3b8e-4308-8ddb-8978f7122b27 img.shogun-image {
  width: 100%;
  
  
  

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




.s-fd30aecb-3b8e-4308-8ddb-8978f7122b27 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fd30aecb-3b8e-4308-8ddb-8978f7122b27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd30aecb-3b8e-4308-8ddb-8978f7122b27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd30aecb-3b8e-4308-8ddb-8978f7122b27.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-fd30aecb-3b8e-4308-8ddb-8978f7122b27 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fd30aecb-3b8e-4308-8ddb-8978f7122b27-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-fd30aecb-3b8e-4308-8ddb-8978f7122b27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fd30aecb-3b8e-4308-8ddb-8978f7122b27 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fd30aecb-3b8e-4308-8ddb-8978f7122b27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fd30aecb-3b8e-4308-8ddb-8978f7122b27 img.shogun-image {
  width: 100%;
  
  
  

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




.s-fd30aecb-3b8e-4308-8ddb-8978f7122b27 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fd30aecb-3b8e-4308-8ddb-8978f7122b27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd30aecb-3b8e-4308-8ddb-8978f7122b27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd30aecb-3b8e-4308-8ddb-8978f7122b27.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-fd30aecb-3b8e-4308-8ddb-8978f7122b27 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fd30aecb-3b8e-4308-8ddb-8978f7122b27-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-fd30aecb-3b8e-4308-8ddb-8978f7122b27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fd30aecb-3b8e-4308-8ddb-8978f7122b27 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fd30aecb-3b8e-4308-8ddb-8978f7122b27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fd30aecb-3b8e-4308-8ddb-8978f7122b27 img.shogun-image {
  width: 100%;
  
  
  

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




.s-fd30aecb-3b8e-4308-8ddb-8978f7122b27 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fd30aecb-3b8e-4308-8ddb-8978f7122b27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd30aecb-3b8e-4308-8ddb-8978f7122b27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd30aecb-3b8e-4308-8ddb-8978f7122b27.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-fd30aecb-3b8e-4308-8ddb-8978f7122b27 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fd30aecb-3b8e-4308-8ddb-8978f7122b27-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-fd30aecb-3b8e-4308-8ddb-8978f7122b27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fd30aecb-3b8e-4308-8ddb-8978f7122b27 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fd30aecb-3b8e-4308-8ddb-8978f7122b27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fd30aecb-3b8e-4308-8ddb-8978f7122b27 img.shogun-image {
  width: 100%;
  
  
  

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




.s-fd30aecb-3b8e-4308-8ddb-8978f7122b27 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fd30aecb-3b8e-4308-8ddb-8978f7122b27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd30aecb-3b8e-4308-8ddb-8978f7122b27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd30aecb-3b8e-4308-8ddb-8978f7122b27.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0f4eed77-0a1f-498e-a0f4-784050892df5 {
  margin-left: auto;
margin-right: auto;
}

#s-0f4eed77-0a1f-498e-a0f4-784050892df5 .shg-proportional-font-size,
#s-0f4eed77-0a1f-498e-a0f4-784050892df5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-921e8efd-17d3-48e2-b69d-dea91b544601 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-921e8efd-17d3-48e2-b69d-dea91b544601 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-921e8efd-17d3-48e2-b69d-dea91b544601-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-921e8efd-17d3-48e2-b69d-dea91b544601 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-921e8efd-17d3-48e2-b69d-dea91b544601 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-921e8efd-17d3-48e2-b69d-dea91b544601 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-921e8efd-17d3-48e2-b69d-dea91b544601 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

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




.s-921e8efd-17d3-48e2-b69d-dea91b544601 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-921e8efd-17d3-48e2-b69d-dea91b544601.shg-align-container {
  display: flex;
  justify-content: center
}

.s-921e8efd-17d3-48e2-b69d-dea91b544601.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-921e8efd-17d3-48e2-b69d-dea91b544601.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-921e8efd-17d3-48e2-b69d-dea91b544601 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-921e8efd-17d3-48e2-b69d-dea91b544601-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-921e8efd-17d3-48e2-b69d-dea91b544601 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-921e8efd-17d3-48e2-b69d-dea91b544601 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-921e8efd-17d3-48e2-b69d-dea91b544601 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-921e8efd-17d3-48e2-b69d-dea91b544601 img.shogun-image {
  width: 100%;
  
  
  

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




.s-921e8efd-17d3-48e2-b69d-dea91b544601 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-921e8efd-17d3-48e2-b69d-dea91b544601.shg-align-container {
  display: flex;
  justify-content: center
}

.s-921e8efd-17d3-48e2-b69d-dea91b544601.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-921e8efd-17d3-48e2-b69d-dea91b544601.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-921e8efd-17d3-48e2-b69d-dea91b544601 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-921e8efd-17d3-48e2-b69d-dea91b544601-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-921e8efd-17d3-48e2-b69d-dea91b544601 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-921e8efd-17d3-48e2-b69d-dea91b544601 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-921e8efd-17d3-48e2-b69d-dea91b544601 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-921e8efd-17d3-48e2-b69d-dea91b544601 img.shogun-image {
  width: 100%;
  
  
  

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




.s-921e8efd-17d3-48e2-b69d-dea91b544601 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-921e8efd-17d3-48e2-b69d-dea91b544601.shg-align-container {
  display: flex;
  justify-content: center
}

.s-921e8efd-17d3-48e2-b69d-dea91b544601.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-921e8efd-17d3-48e2-b69d-dea91b544601.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-921e8efd-17d3-48e2-b69d-dea91b544601 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-921e8efd-17d3-48e2-b69d-dea91b544601-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-921e8efd-17d3-48e2-b69d-dea91b544601 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-921e8efd-17d3-48e2-b69d-dea91b544601 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-921e8efd-17d3-48e2-b69d-dea91b544601 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-921e8efd-17d3-48e2-b69d-dea91b544601 img.shogun-image {
  width: 100%;
  
  
  

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




.s-921e8efd-17d3-48e2-b69d-dea91b544601 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-921e8efd-17d3-48e2-b69d-dea91b544601.shg-align-container {
  display: flex;
  justify-content: center
}

.s-921e8efd-17d3-48e2-b69d-dea91b544601.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-921e8efd-17d3-48e2-b69d-dea91b544601.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-921e8efd-17d3-48e2-b69d-dea91b544601 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-921e8efd-17d3-48e2-b69d-dea91b544601-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-921e8efd-17d3-48e2-b69d-dea91b544601 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-921e8efd-17d3-48e2-b69d-dea91b544601 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-921e8efd-17d3-48e2-b69d-dea91b544601 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-921e8efd-17d3-48e2-b69d-dea91b544601 img.shogun-image {
  width: 100%;
  
  
  

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




.s-921e8efd-17d3-48e2-b69d-dea91b544601 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-921e8efd-17d3-48e2-b69d-dea91b544601.shg-align-container {
  display: flex;
  justify-content: center
}

.s-921e8efd-17d3-48e2-b69d-dea91b544601.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-921e8efd-17d3-48e2-b69d-dea91b544601.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2e17f227-1e3d-479f-99dd-564de3d4d0c7 {
  margin-left: auto;
margin-right: auto;
}

#s-2e17f227-1e3d-479f-99dd-564de3d4d0c7 .shg-proportional-font-size,
#s-2e17f227-1e3d-479f-99dd-564de3d4d0c7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a4f5c8fa-a1f3-4687-83a4-035493e482ec {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-a4f5c8fa-a1f3-4687-83a4-035493e482ec {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a4f5c8fa-a1f3-4687-83a4-035493e482ec-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-a4f5c8fa-a1f3-4687-83a4-035493e482ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a4f5c8fa-a1f3-4687-83a4-035493e482ec .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a4f5c8fa-a1f3-4687-83a4-035493e482ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a4f5c8fa-a1f3-4687-83a4-035493e482ec img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-a4f5c8fa-a1f3-4687-83a4-035493e482ec .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a4f5c8fa-a1f3-4687-83a4-035493e482ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4f5c8fa-a1f3-4687-83a4-035493e482ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4f5c8fa-a1f3-4687-83a4-035493e482ec.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a4f5c8fa-a1f3-4687-83a4-035493e482ec {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a4f5c8fa-a1f3-4687-83a4-035493e482ec-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-a4f5c8fa-a1f3-4687-83a4-035493e482ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a4f5c8fa-a1f3-4687-83a4-035493e482ec .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a4f5c8fa-a1f3-4687-83a4-035493e482ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a4f5c8fa-a1f3-4687-83a4-035493e482ec img.shogun-image {
  width: 100%;
  
  
  

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




.s-a4f5c8fa-a1f3-4687-83a4-035493e482ec .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a4f5c8fa-a1f3-4687-83a4-035493e482ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4f5c8fa-a1f3-4687-83a4-035493e482ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4f5c8fa-a1f3-4687-83a4-035493e482ec.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a4f5c8fa-a1f3-4687-83a4-035493e482ec {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a4f5c8fa-a1f3-4687-83a4-035493e482ec-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-a4f5c8fa-a1f3-4687-83a4-035493e482ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a4f5c8fa-a1f3-4687-83a4-035493e482ec .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a4f5c8fa-a1f3-4687-83a4-035493e482ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a4f5c8fa-a1f3-4687-83a4-035493e482ec img.shogun-image {
  width: 100%;
  
  
  

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




.s-a4f5c8fa-a1f3-4687-83a4-035493e482ec .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a4f5c8fa-a1f3-4687-83a4-035493e482ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4f5c8fa-a1f3-4687-83a4-035493e482ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4f5c8fa-a1f3-4687-83a4-035493e482ec.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a4f5c8fa-a1f3-4687-83a4-035493e482ec {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a4f5c8fa-a1f3-4687-83a4-035493e482ec-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-a4f5c8fa-a1f3-4687-83a4-035493e482ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a4f5c8fa-a1f3-4687-83a4-035493e482ec .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a4f5c8fa-a1f3-4687-83a4-035493e482ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a4f5c8fa-a1f3-4687-83a4-035493e482ec img.shogun-image {
  width: 100%;
  
  
  

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




.s-a4f5c8fa-a1f3-4687-83a4-035493e482ec .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a4f5c8fa-a1f3-4687-83a4-035493e482ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4f5c8fa-a1f3-4687-83a4-035493e482ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4f5c8fa-a1f3-4687-83a4-035493e482ec.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a4f5c8fa-a1f3-4687-83a4-035493e482ec {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a4f5c8fa-a1f3-4687-83a4-035493e482ec-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-a4f5c8fa-a1f3-4687-83a4-035493e482ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a4f5c8fa-a1f3-4687-83a4-035493e482ec .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a4f5c8fa-a1f3-4687-83a4-035493e482ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a4f5c8fa-a1f3-4687-83a4-035493e482ec img.shogun-image {
  width: 100%;
  
  
  

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




.s-a4f5c8fa-a1f3-4687-83a4-035493e482ec .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a4f5c8fa-a1f3-4687-83a4-035493e482ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4f5c8fa-a1f3-4687-83a4-035493e482ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4f5c8fa-a1f3-4687-83a4-035493e482ec.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b074790e-2ef2-484e-9eec-610c96f72cfb {
  margin-left: auto;
margin-right: auto;
}

#s-b074790e-2ef2-484e-9eec-610c96f72cfb .shg-proportional-font-size,
#s-b074790e-2ef2-484e-9eec-610c96f72cfb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5f63952d-d443-417e-9d12-97c1ce0b5143 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-5f63952d-d443-417e-9d12-97c1ce0b5143 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5f63952d-d443-417e-9d12-97c1ce0b5143-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-5f63952d-d443-417e-9d12-97c1ce0b5143 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5f63952d-d443-417e-9d12-97c1ce0b5143 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5f63952d-d443-417e-9d12-97c1ce0b5143 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5f63952d-d443-417e-9d12-97c1ce0b5143 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-5f63952d-d443-417e-9d12-97c1ce0b5143 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5f63952d-d443-417e-9d12-97c1ce0b5143.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f63952d-d443-417e-9d12-97c1ce0b5143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f63952d-d443-417e-9d12-97c1ce0b5143.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5f63952d-d443-417e-9d12-97c1ce0b5143 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5f63952d-d443-417e-9d12-97c1ce0b5143-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-5f63952d-d443-417e-9d12-97c1ce0b5143 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5f63952d-d443-417e-9d12-97c1ce0b5143 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5f63952d-d443-417e-9d12-97c1ce0b5143 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5f63952d-d443-417e-9d12-97c1ce0b5143 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5f63952d-d443-417e-9d12-97c1ce0b5143 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5f63952d-d443-417e-9d12-97c1ce0b5143.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f63952d-d443-417e-9d12-97c1ce0b5143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f63952d-d443-417e-9d12-97c1ce0b5143.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5f63952d-d443-417e-9d12-97c1ce0b5143 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5f63952d-d443-417e-9d12-97c1ce0b5143-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-5f63952d-d443-417e-9d12-97c1ce0b5143 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5f63952d-d443-417e-9d12-97c1ce0b5143 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5f63952d-d443-417e-9d12-97c1ce0b5143 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5f63952d-d443-417e-9d12-97c1ce0b5143 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5f63952d-d443-417e-9d12-97c1ce0b5143 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5f63952d-d443-417e-9d12-97c1ce0b5143.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f63952d-d443-417e-9d12-97c1ce0b5143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f63952d-d443-417e-9d12-97c1ce0b5143.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5f63952d-d443-417e-9d12-97c1ce0b5143 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5f63952d-d443-417e-9d12-97c1ce0b5143-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-5f63952d-d443-417e-9d12-97c1ce0b5143 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5f63952d-d443-417e-9d12-97c1ce0b5143 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5f63952d-d443-417e-9d12-97c1ce0b5143 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5f63952d-d443-417e-9d12-97c1ce0b5143 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5f63952d-d443-417e-9d12-97c1ce0b5143 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5f63952d-d443-417e-9d12-97c1ce0b5143.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f63952d-d443-417e-9d12-97c1ce0b5143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f63952d-d443-417e-9d12-97c1ce0b5143.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5f63952d-d443-417e-9d12-97c1ce0b5143 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5f63952d-d443-417e-9d12-97c1ce0b5143-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-5f63952d-d443-417e-9d12-97c1ce0b5143 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5f63952d-d443-417e-9d12-97c1ce0b5143 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5f63952d-d443-417e-9d12-97c1ce0b5143 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5f63952d-d443-417e-9d12-97c1ce0b5143 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5f63952d-d443-417e-9d12-97c1ce0b5143 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5f63952d-d443-417e-9d12-97c1ce0b5143.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f63952d-d443-417e-9d12-97c1ce0b5143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f63952d-d443-417e-9d12-97c1ce0b5143.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-bf9b1c9b-89f6-4fbb-8842-954c0054bfb2 {
  margin-left: auto;
margin-right: auto;
}

#s-bf9b1c9b-89f6-4fbb-8842-954c0054bfb2 .shg-proportional-font-size,
#s-bf9b1c9b-89f6-4fbb-8842-954c0054bfb2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7f685426-9f74-4f76-911a-35f5f8450844 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-7f685426-9f74-4f76-911a-35f5f8450844 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f685426-9f74-4f76-911a-35f5f8450844-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-7f685426-9f74-4f76-911a-35f5f8450844 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f685426-9f74-4f76-911a-35f5f8450844 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7f685426-9f74-4f76-911a-35f5f8450844 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7f685426-9f74-4f76-911a-35f5f8450844 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-7f685426-9f74-4f76-911a-35f5f8450844 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f685426-9f74-4f76-911a-35f5f8450844.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f685426-9f74-4f76-911a-35f5f8450844.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f685426-9f74-4f76-911a-35f5f8450844.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7f685426-9f74-4f76-911a-35f5f8450844 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f685426-9f74-4f76-911a-35f5f8450844-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-7f685426-9f74-4f76-911a-35f5f8450844 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f685426-9f74-4f76-911a-35f5f8450844 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7f685426-9f74-4f76-911a-35f5f8450844 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7f685426-9f74-4f76-911a-35f5f8450844 img.shogun-image {
  width: 100%;
  
  
  

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




.s-7f685426-9f74-4f76-911a-35f5f8450844 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f685426-9f74-4f76-911a-35f5f8450844.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f685426-9f74-4f76-911a-35f5f8450844.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f685426-9f74-4f76-911a-35f5f8450844.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7f685426-9f74-4f76-911a-35f5f8450844 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f685426-9f74-4f76-911a-35f5f8450844-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-7f685426-9f74-4f76-911a-35f5f8450844 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f685426-9f74-4f76-911a-35f5f8450844 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7f685426-9f74-4f76-911a-35f5f8450844 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7f685426-9f74-4f76-911a-35f5f8450844 img.shogun-image {
  width: 100%;
  
  
  

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




.s-7f685426-9f74-4f76-911a-35f5f8450844 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f685426-9f74-4f76-911a-35f5f8450844.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f685426-9f74-4f76-911a-35f5f8450844.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f685426-9f74-4f76-911a-35f5f8450844.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7f685426-9f74-4f76-911a-35f5f8450844 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f685426-9f74-4f76-911a-35f5f8450844-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-7f685426-9f74-4f76-911a-35f5f8450844 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f685426-9f74-4f76-911a-35f5f8450844 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7f685426-9f74-4f76-911a-35f5f8450844 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7f685426-9f74-4f76-911a-35f5f8450844 img.shogun-image {
  width: 100%;
  
  
  

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




.s-7f685426-9f74-4f76-911a-35f5f8450844 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f685426-9f74-4f76-911a-35f5f8450844.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f685426-9f74-4f76-911a-35f5f8450844.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f685426-9f74-4f76-911a-35f5f8450844.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7f685426-9f74-4f76-911a-35f5f8450844 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f685426-9f74-4f76-911a-35f5f8450844-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-7f685426-9f74-4f76-911a-35f5f8450844 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f685426-9f74-4f76-911a-35f5f8450844 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7f685426-9f74-4f76-911a-35f5f8450844 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7f685426-9f74-4f76-911a-35f5f8450844 img.shogun-image {
  width: 100%;
  
  
  

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




.s-7f685426-9f74-4f76-911a-35f5f8450844 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f685426-9f74-4f76-911a-35f5f8450844.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f685426-9f74-4f76-911a-35f5f8450844.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f685426-9f74-4f76-911a-35f5f8450844.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b656ad85-410f-4239-a34b-ebc326f9a5ae {
  margin-left: auto;
margin-right: auto;
}

#s-b656ad85-410f-4239-a34b-ebc326f9a5ae .shg-proportional-font-size,
#s-b656ad85-410f-4239-a34b-ebc326f9a5ae .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-239a4a9d-f22e-48d9-82f2-8d3ee56493db {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-239a4a9d-f22e-48d9-82f2-8d3ee56493db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-239a4a9d-f22e-48d9-82f2-8d3ee56493db-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-239a4a9d-f22e-48d9-82f2-8d3ee56493db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-239a4a9d-f22e-48d9-82f2-8d3ee56493db .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-239a4a9d-f22e-48d9-82f2-8d3ee56493db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-239a4a9d-f22e-48d9-82f2-8d3ee56493db img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-239a4a9d-f22e-48d9-82f2-8d3ee56493db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-239a4a9d-f22e-48d9-82f2-8d3ee56493db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-239a4a9d-f22e-48d9-82f2-8d3ee56493db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-239a4a9d-f22e-48d9-82f2-8d3ee56493db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-239a4a9d-f22e-48d9-82f2-8d3ee56493db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-239a4a9d-f22e-48d9-82f2-8d3ee56493db-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-239a4a9d-f22e-48d9-82f2-8d3ee56493db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-239a4a9d-f22e-48d9-82f2-8d3ee56493db .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-239a4a9d-f22e-48d9-82f2-8d3ee56493db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-239a4a9d-f22e-48d9-82f2-8d3ee56493db img.shogun-image {
  width: 100%;
  
  
  

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




.s-239a4a9d-f22e-48d9-82f2-8d3ee56493db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-239a4a9d-f22e-48d9-82f2-8d3ee56493db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-239a4a9d-f22e-48d9-82f2-8d3ee56493db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-239a4a9d-f22e-48d9-82f2-8d3ee56493db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-239a4a9d-f22e-48d9-82f2-8d3ee56493db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-239a4a9d-f22e-48d9-82f2-8d3ee56493db-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-239a4a9d-f22e-48d9-82f2-8d3ee56493db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-239a4a9d-f22e-48d9-82f2-8d3ee56493db .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-239a4a9d-f22e-48d9-82f2-8d3ee56493db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-239a4a9d-f22e-48d9-82f2-8d3ee56493db img.shogun-image {
  width: 100%;
  
  
  

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




.s-239a4a9d-f22e-48d9-82f2-8d3ee56493db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-239a4a9d-f22e-48d9-82f2-8d3ee56493db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-239a4a9d-f22e-48d9-82f2-8d3ee56493db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-239a4a9d-f22e-48d9-82f2-8d3ee56493db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-239a4a9d-f22e-48d9-82f2-8d3ee56493db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-239a4a9d-f22e-48d9-82f2-8d3ee56493db-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-239a4a9d-f22e-48d9-82f2-8d3ee56493db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-239a4a9d-f22e-48d9-82f2-8d3ee56493db .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-239a4a9d-f22e-48d9-82f2-8d3ee56493db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-239a4a9d-f22e-48d9-82f2-8d3ee56493db img.shogun-image {
  width: 100%;
  
  
  

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




.s-239a4a9d-f22e-48d9-82f2-8d3ee56493db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-239a4a9d-f22e-48d9-82f2-8d3ee56493db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-239a4a9d-f22e-48d9-82f2-8d3ee56493db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-239a4a9d-f22e-48d9-82f2-8d3ee56493db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-239a4a9d-f22e-48d9-82f2-8d3ee56493db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-239a4a9d-f22e-48d9-82f2-8d3ee56493db-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-239a4a9d-f22e-48d9-82f2-8d3ee56493db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-239a4a9d-f22e-48d9-82f2-8d3ee56493db .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-239a4a9d-f22e-48d9-82f2-8d3ee56493db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-239a4a9d-f22e-48d9-82f2-8d3ee56493db img.shogun-image {
  width: 100%;
  
  
  

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




.s-239a4a9d-f22e-48d9-82f2-8d3ee56493db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-239a4a9d-f22e-48d9-82f2-8d3ee56493db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-239a4a9d-f22e-48d9-82f2-8d3ee56493db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-239a4a9d-f22e-48d9-82f2-8d3ee56493db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-426c5c3c-4d94-412d-998d-ec0123616efe {
  margin-left: auto;
margin-right: auto;
}

#s-426c5c3c-4d94-412d-998d-ec0123616efe .shg-proportional-font-size,
#s-426c5c3c-4d94-412d-998d-ec0123616efe .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-566e83ac-3503-48b1-a6c7-984e07290ec9 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
}








#s-566e83ac-3503-48b1-a6c7-984e07290ec9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-566e83ac-3503-48b1-a6c7-984e07290ec9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-902ea468-52f7-46aa-b84c-130567ef130a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 211, 0, 1);
}








#s-902ea468-52f7-46aa-b84c-130567ef130a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-902ea468-52f7-46aa-b84c-130567ef130a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3599dd62-e9b8-426a-a99a-78c5d7d9f834 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3599dd62-e9b8-426a-a99a-78c5d7d9f834 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-3599dd62-e9b8-426a-a99a-78c5d7d9f834 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-3599dd62-e9b8-426a-a99a-78c5d7d9f834 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-c31fd8f9-351f-45ef-98db-fce2808695b7 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-c31fd8f9-351f-45ef-98db-fce2808695b7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-c31fd8f9-351f-45ef-98db-fce2808695b7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-c31fd8f9-351f-45ef-98db-fce2808695b7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-c31fd8f9-351f-45ef-98db-fce2808695b7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-d7fee025-7f28-443f-9346-eb78aff4a2dc {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-d7fee025-7f28-443f-9346-eb78aff4a2dc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d7fee025-7f28-443f-9346-eb78aff4a2dc-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-d7fee025-7f28-443f-9346-eb78aff4a2dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d7fee025-7f28-443f-9346-eb78aff4a2dc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d7fee025-7f28-443f-9346-eb78aff4a2dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d7fee025-7f28-443f-9346-eb78aff4a2dc img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-d7fee025-7f28-443f-9346-eb78aff4a2dc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d7fee025-7f28-443f-9346-eb78aff4a2dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7fee025-7f28-443f-9346-eb78aff4a2dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7fee025-7f28-443f-9346-eb78aff4a2dc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d7fee025-7f28-443f-9346-eb78aff4a2dc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d7fee025-7f28-443f-9346-eb78aff4a2dc-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-d7fee025-7f28-443f-9346-eb78aff4a2dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d7fee025-7f28-443f-9346-eb78aff4a2dc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d7fee025-7f28-443f-9346-eb78aff4a2dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d7fee025-7f28-443f-9346-eb78aff4a2dc img.shogun-image {
  width: 100%;
  
  
  

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




.s-d7fee025-7f28-443f-9346-eb78aff4a2dc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d7fee025-7f28-443f-9346-eb78aff4a2dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7fee025-7f28-443f-9346-eb78aff4a2dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7fee025-7f28-443f-9346-eb78aff4a2dc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d7fee025-7f28-443f-9346-eb78aff4a2dc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d7fee025-7f28-443f-9346-eb78aff4a2dc-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-d7fee025-7f28-443f-9346-eb78aff4a2dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d7fee025-7f28-443f-9346-eb78aff4a2dc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d7fee025-7f28-443f-9346-eb78aff4a2dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d7fee025-7f28-443f-9346-eb78aff4a2dc img.shogun-image {
  width: 100%;
  
  
  

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




.s-d7fee025-7f28-443f-9346-eb78aff4a2dc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d7fee025-7f28-443f-9346-eb78aff4a2dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7fee025-7f28-443f-9346-eb78aff4a2dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7fee025-7f28-443f-9346-eb78aff4a2dc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d7fee025-7f28-443f-9346-eb78aff4a2dc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d7fee025-7f28-443f-9346-eb78aff4a2dc-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-d7fee025-7f28-443f-9346-eb78aff4a2dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d7fee025-7f28-443f-9346-eb78aff4a2dc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d7fee025-7f28-443f-9346-eb78aff4a2dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d7fee025-7f28-443f-9346-eb78aff4a2dc img.shogun-image {
  width: 100%;
  
  
  

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




.s-d7fee025-7f28-443f-9346-eb78aff4a2dc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d7fee025-7f28-443f-9346-eb78aff4a2dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7fee025-7f28-443f-9346-eb78aff4a2dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7fee025-7f28-443f-9346-eb78aff4a2dc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d7fee025-7f28-443f-9346-eb78aff4a2dc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d7fee025-7f28-443f-9346-eb78aff4a2dc-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-d7fee025-7f28-443f-9346-eb78aff4a2dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d7fee025-7f28-443f-9346-eb78aff4a2dc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d7fee025-7f28-443f-9346-eb78aff4a2dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d7fee025-7f28-443f-9346-eb78aff4a2dc img.shogun-image {
  width: 100%;
  
  
  

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




.s-d7fee025-7f28-443f-9346-eb78aff4a2dc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d7fee025-7f28-443f-9346-eb78aff4a2dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7fee025-7f28-443f-9346-eb78aff4a2dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7fee025-7f28-443f-9346-eb78aff4a2dc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a4584341-03b9-4f82-8789-0ff24fbf380b {
  margin-left: auto;
margin-right: auto;
}

#s-a4584341-03b9-4f82-8789-0ff24fbf380b .shg-proportional-font-size,
#s-a4584341-03b9-4f82-8789-0ff24fbf380b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d3c1bbf5-fedf-44d7-bea1-977695e5d619 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-d3c1bbf5-fedf-44d7-bea1-977695e5d619 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d3c1bbf5-fedf-44d7-bea1-977695e5d619-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-d3c1bbf5-fedf-44d7-bea1-977695e5d619 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d3c1bbf5-fedf-44d7-bea1-977695e5d619 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d3c1bbf5-fedf-44d7-bea1-977695e5d619 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d3c1bbf5-fedf-44d7-bea1-977695e5d619 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

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




.s-d3c1bbf5-fedf-44d7-bea1-977695e5d619 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d3c1bbf5-fedf-44d7-bea1-977695e5d619.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3c1bbf5-fedf-44d7-bea1-977695e5d619.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3c1bbf5-fedf-44d7-bea1-977695e5d619.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d3c1bbf5-fedf-44d7-bea1-977695e5d619 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d3c1bbf5-fedf-44d7-bea1-977695e5d619-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-d3c1bbf5-fedf-44d7-bea1-977695e5d619 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d3c1bbf5-fedf-44d7-bea1-977695e5d619 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d3c1bbf5-fedf-44d7-bea1-977695e5d619 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d3c1bbf5-fedf-44d7-bea1-977695e5d619 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d3c1bbf5-fedf-44d7-bea1-977695e5d619 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d3c1bbf5-fedf-44d7-bea1-977695e5d619.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3c1bbf5-fedf-44d7-bea1-977695e5d619.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3c1bbf5-fedf-44d7-bea1-977695e5d619.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d3c1bbf5-fedf-44d7-bea1-977695e5d619 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d3c1bbf5-fedf-44d7-bea1-977695e5d619-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-d3c1bbf5-fedf-44d7-bea1-977695e5d619 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d3c1bbf5-fedf-44d7-bea1-977695e5d619 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d3c1bbf5-fedf-44d7-bea1-977695e5d619 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d3c1bbf5-fedf-44d7-bea1-977695e5d619 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d3c1bbf5-fedf-44d7-bea1-977695e5d619 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d3c1bbf5-fedf-44d7-bea1-977695e5d619.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3c1bbf5-fedf-44d7-bea1-977695e5d619.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3c1bbf5-fedf-44d7-bea1-977695e5d619.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d3c1bbf5-fedf-44d7-bea1-977695e5d619 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d3c1bbf5-fedf-44d7-bea1-977695e5d619-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-d3c1bbf5-fedf-44d7-bea1-977695e5d619 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d3c1bbf5-fedf-44d7-bea1-977695e5d619 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d3c1bbf5-fedf-44d7-bea1-977695e5d619 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d3c1bbf5-fedf-44d7-bea1-977695e5d619 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d3c1bbf5-fedf-44d7-bea1-977695e5d619 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d3c1bbf5-fedf-44d7-bea1-977695e5d619.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3c1bbf5-fedf-44d7-bea1-977695e5d619.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3c1bbf5-fedf-44d7-bea1-977695e5d619.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d3c1bbf5-fedf-44d7-bea1-977695e5d619 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d3c1bbf5-fedf-44d7-bea1-977695e5d619-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-d3c1bbf5-fedf-44d7-bea1-977695e5d619 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d3c1bbf5-fedf-44d7-bea1-977695e5d619 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d3c1bbf5-fedf-44d7-bea1-977695e5d619 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d3c1bbf5-fedf-44d7-bea1-977695e5d619 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d3c1bbf5-fedf-44d7-bea1-977695e5d619 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d3c1bbf5-fedf-44d7-bea1-977695e5d619.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3c1bbf5-fedf-44d7-bea1-977695e5d619.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3c1bbf5-fedf-44d7-bea1-977695e5d619.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0318586f-971b-455d-a495-2e487ced9f98 {
  margin-left: auto;
margin-right: auto;
}

#s-0318586f-971b-455d-a495-2e487ced9f98 .shg-proportional-font-size,
#s-0318586f-971b-455d-a495-2e487ced9f98 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e6533c16-6719-432d-8dbe-027398461115 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-e6533c16-6719-432d-8dbe-027398461115 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6533c16-6719-432d-8dbe-027398461115-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-e6533c16-6719-432d-8dbe-027398461115 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6533c16-6719-432d-8dbe-027398461115 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e6533c16-6719-432d-8dbe-027398461115 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6533c16-6719-432d-8dbe-027398461115 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-e6533c16-6719-432d-8dbe-027398461115 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6533c16-6719-432d-8dbe-027398461115.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6533c16-6719-432d-8dbe-027398461115.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6533c16-6719-432d-8dbe-027398461115.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e6533c16-6719-432d-8dbe-027398461115 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6533c16-6719-432d-8dbe-027398461115-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-e6533c16-6719-432d-8dbe-027398461115 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6533c16-6719-432d-8dbe-027398461115 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e6533c16-6719-432d-8dbe-027398461115 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6533c16-6719-432d-8dbe-027398461115 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e6533c16-6719-432d-8dbe-027398461115 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6533c16-6719-432d-8dbe-027398461115.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6533c16-6719-432d-8dbe-027398461115.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6533c16-6719-432d-8dbe-027398461115.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e6533c16-6719-432d-8dbe-027398461115 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6533c16-6719-432d-8dbe-027398461115-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-e6533c16-6719-432d-8dbe-027398461115 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6533c16-6719-432d-8dbe-027398461115 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e6533c16-6719-432d-8dbe-027398461115 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6533c16-6719-432d-8dbe-027398461115 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e6533c16-6719-432d-8dbe-027398461115 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6533c16-6719-432d-8dbe-027398461115.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6533c16-6719-432d-8dbe-027398461115.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6533c16-6719-432d-8dbe-027398461115.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e6533c16-6719-432d-8dbe-027398461115 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6533c16-6719-432d-8dbe-027398461115-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-e6533c16-6719-432d-8dbe-027398461115 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6533c16-6719-432d-8dbe-027398461115 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e6533c16-6719-432d-8dbe-027398461115 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6533c16-6719-432d-8dbe-027398461115 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e6533c16-6719-432d-8dbe-027398461115 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6533c16-6719-432d-8dbe-027398461115.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6533c16-6719-432d-8dbe-027398461115.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6533c16-6719-432d-8dbe-027398461115.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e6533c16-6719-432d-8dbe-027398461115 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6533c16-6719-432d-8dbe-027398461115-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-e6533c16-6719-432d-8dbe-027398461115 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6533c16-6719-432d-8dbe-027398461115 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e6533c16-6719-432d-8dbe-027398461115 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6533c16-6719-432d-8dbe-027398461115 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e6533c16-6719-432d-8dbe-027398461115 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6533c16-6719-432d-8dbe-027398461115.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6533c16-6719-432d-8dbe-027398461115.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6533c16-6719-432d-8dbe-027398461115.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-906bc9ca-67e8-47d6-9b91-b6270f808875 {
  margin-left: auto;
margin-right: auto;
}

#s-906bc9ca-67e8-47d6-9b91-b6270f808875 .shg-proportional-font-size,
#s-906bc9ca-67e8-47d6-9b91-b6270f808875 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a4347acf-89f9-4cde-aa10-24f0a471ca5f {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-a4347acf-89f9-4cde-aa10-24f0a471ca5f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a4347acf-89f9-4cde-aa10-24f0a471ca5f-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-a4347acf-89f9-4cde-aa10-24f0a471ca5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a4347acf-89f9-4cde-aa10-24f0a471ca5f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a4347acf-89f9-4cde-aa10-24f0a471ca5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a4347acf-89f9-4cde-aa10-24f0a471ca5f img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-a4347acf-89f9-4cde-aa10-24f0a471ca5f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a4347acf-89f9-4cde-aa10-24f0a471ca5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4347acf-89f9-4cde-aa10-24f0a471ca5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4347acf-89f9-4cde-aa10-24f0a471ca5f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a4347acf-89f9-4cde-aa10-24f0a471ca5f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a4347acf-89f9-4cde-aa10-24f0a471ca5f-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-a4347acf-89f9-4cde-aa10-24f0a471ca5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a4347acf-89f9-4cde-aa10-24f0a471ca5f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a4347acf-89f9-4cde-aa10-24f0a471ca5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a4347acf-89f9-4cde-aa10-24f0a471ca5f img.shogun-image {
  width: 100%;
  
  
  

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




.s-a4347acf-89f9-4cde-aa10-24f0a471ca5f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a4347acf-89f9-4cde-aa10-24f0a471ca5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4347acf-89f9-4cde-aa10-24f0a471ca5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4347acf-89f9-4cde-aa10-24f0a471ca5f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a4347acf-89f9-4cde-aa10-24f0a471ca5f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a4347acf-89f9-4cde-aa10-24f0a471ca5f-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-a4347acf-89f9-4cde-aa10-24f0a471ca5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a4347acf-89f9-4cde-aa10-24f0a471ca5f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a4347acf-89f9-4cde-aa10-24f0a471ca5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a4347acf-89f9-4cde-aa10-24f0a471ca5f img.shogun-image {
  width: 100%;
  
  
  

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




.s-a4347acf-89f9-4cde-aa10-24f0a471ca5f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a4347acf-89f9-4cde-aa10-24f0a471ca5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4347acf-89f9-4cde-aa10-24f0a471ca5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4347acf-89f9-4cde-aa10-24f0a471ca5f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a4347acf-89f9-4cde-aa10-24f0a471ca5f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a4347acf-89f9-4cde-aa10-24f0a471ca5f-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-a4347acf-89f9-4cde-aa10-24f0a471ca5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a4347acf-89f9-4cde-aa10-24f0a471ca5f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a4347acf-89f9-4cde-aa10-24f0a471ca5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a4347acf-89f9-4cde-aa10-24f0a471ca5f img.shogun-image {
  width: 100%;
  
  
  

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




.s-a4347acf-89f9-4cde-aa10-24f0a471ca5f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a4347acf-89f9-4cde-aa10-24f0a471ca5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4347acf-89f9-4cde-aa10-24f0a471ca5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4347acf-89f9-4cde-aa10-24f0a471ca5f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a4347acf-89f9-4cde-aa10-24f0a471ca5f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a4347acf-89f9-4cde-aa10-24f0a471ca5f-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-a4347acf-89f9-4cde-aa10-24f0a471ca5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a4347acf-89f9-4cde-aa10-24f0a471ca5f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a4347acf-89f9-4cde-aa10-24f0a471ca5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a4347acf-89f9-4cde-aa10-24f0a471ca5f img.shogun-image {
  width: 100%;
  
  
  

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




.s-a4347acf-89f9-4cde-aa10-24f0a471ca5f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a4347acf-89f9-4cde-aa10-24f0a471ca5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4347acf-89f9-4cde-aa10-24f0a471ca5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4347acf-89f9-4cde-aa10-24f0a471ca5f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-077528af-c203-4542-a2df-1523e6caa649 {
  margin-left: auto;
margin-right: auto;
}

#s-077528af-c203-4542-a2df-1523e6caa649 .shg-proportional-font-size,
#s-077528af-c203-4542-a2df-1523e6caa649 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-bb86283a-9c71-4910-b003-cf5e7d26ce71 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-bb86283a-9c71-4910-b003-cf5e7d26ce71 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bb86283a-9c71-4910-b003-cf5e7d26ce71-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-bb86283a-9c71-4910-b003-cf5e7d26ce71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bb86283a-9c71-4910-b003-cf5e7d26ce71 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bb86283a-9c71-4910-b003-cf5e7d26ce71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bb86283a-9c71-4910-b003-cf5e7d26ce71 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-bb86283a-9c71-4910-b003-cf5e7d26ce71 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bb86283a-9c71-4910-b003-cf5e7d26ce71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb86283a-9c71-4910-b003-cf5e7d26ce71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb86283a-9c71-4910-b003-cf5e7d26ce71.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-bb86283a-9c71-4910-b003-cf5e7d26ce71 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bb86283a-9c71-4910-b003-cf5e7d26ce71-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-bb86283a-9c71-4910-b003-cf5e7d26ce71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bb86283a-9c71-4910-b003-cf5e7d26ce71 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bb86283a-9c71-4910-b003-cf5e7d26ce71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bb86283a-9c71-4910-b003-cf5e7d26ce71 img.shogun-image {
  width: 100%;
  
  
  

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




.s-bb86283a-9c71-4910-b003-cf5e7d26ce71 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bb86283a-9c71-4910-b003-cf5e7d26ce71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb86283a-9c71-4910-b003-cf5e7d26ce71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb86283a-9c71-4910-b003-cf5e7d26ce71.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-bb86283a-9c71-4910-b003-cf5e7d26ce71 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bb86283a-9c71-4910-b003-cf5e7d26ce71-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-bb86283a-9c71-4910-b003-cf5e7d26ce71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bb86283a-9c71-4910-b003-cf5e7d26ce71 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bb86283a-9c71-4910-b003-cf5e7d26ce71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bb86283a-9c71-4910-b003-cf5e7d26ce71 img.shogun-image {
  width: 100%;
  
  
  

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




.s-bb86283a-9c71-4910-b003-cf5e7d26ce71 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bb86283a-9c71-4910-b003-cf5e7d26ce71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb86283a-9c71-4910-b003-cf5e7d26ce71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb86283a-9c71-4910-b003-cf5e7d26ce71.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-bb86283a-9c71-4910-b003-cf5e7d26ce71 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bb86283a-9c71-4910-b003-cf5e7d26ce71-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-bb86283a-9c71-4910-b003-cf5e7d26ce71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bb86283a-9c71-4910-b003-cf5e7d26ce71 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bb86283a-9c71-4910-b003-cf5e7d26ce71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bb86283a-9c71-4910-b003-cf5e7d26ce71 img.shogun-image {
  width: 100%;
  
  
  

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




.s-bb86283a-9c71-4910-b003-cf5e7d26ce71 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bb86283a-9c71-4910-b003-cf5e7d26ce71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb86283a-9c71-4910-b003-cf5e7d26ce71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb86283a-9c71-4910-b003-cf5e7d26ce71.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-bb86283a-9c71-4910-b003-cf5e7d26ce71 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bb86283a-9c71-4910-b003-cf5e7d26ce71-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-bb86283a-9c71-4910-b003-cf5e7d26ce71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bb86283a-9c71-4910-b003-cf5e7d26ce71 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bb86283a-9c71-4910-b003-cf5e7d26ce71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bb86283a-9c71-4910-b003-cf5e7d26ce71 img.shogun-image {
  width: 100%;
  
  
  

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




.s-bb86283a-9c71-4910-b003-cf5e7d26ce71 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bb86283a-9c71-4910-b003-cf5e7d26ce71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb86283a-9c71-4910-b003-cf5e7d26ce71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb86283a-9c71-4910-b003-cf5e7d26ce71.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8a068491-a5c8-4491-b16e-ec185f526b85 {
  margin-left: auto;
margin-right: auto;
}

#s-8a068491-a5c8-4491-b16e-ec185f526b85 .shg-proportional-font-size,
#s-8a068491-a5c8-4491-b16e-ec185f526b85 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c703be31-4bd3-4658-b11f-9b20504216dd {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-c703be31-4bd3-4658-b11f-9b20504216dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c703be31-4bd3-4658-b11f-9b20504216dd-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-c703be31-4bd3-4658-b11f-9b20504216dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c703be31-4bd3-4658-b11f-9b20504216dd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c703be31-4bd3-4658-b11f-9b20504216dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c703be31-4bd3-4658-b11f-9b20504216dd img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-c703be31-4bd3-4658-b11f-9b20504216dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c703be31-4bd3-4658-b11f-9b20504216dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c703be31-4bd3-4658-b11f-9b20504216dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c703be31-4bd3-4658-b11f-9b20504216dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c703be31-4bd3-4658-b11f-9b20504216dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c703be31-4bd3-4658-b11f-9b20504216dd-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-c703be31-4bd3-4658-b11f-9b20504216dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c703be31-4bd3-4658-b11f-9b20504216dd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c703be31-4bd3-4658-b11f-9b20504216dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c703be31-4bd3-4658-b11f-9b20504216dd img.shogun-image {
  width: 100%;
  
  
  

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




.s-c703be31-4bd3-4658-b11f-9b20504216dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c703be31-4bd3-4658-b11f-9b20504216dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c703be31-4bd3-4658-b11f-9b20504216dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c703be31-4bd3-4658-b11f-9b20504216dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c703be31-4bd3-4658-b11f-9b20504216dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c703be31-4bd3-4658-b11f-9b20504216dd-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-c703be31-4bd3-4658-b11f-9b20504216dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c703be31-4bd3-4658-b11f-9b20504216dd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c703be31-4bd3-4658-b11f-9b20504216dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c703be31-4bd3-4658-b11f-9b20504216dd img.shogun-image {
  width: 100%;
  
  
  

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




.s-c703be31-4bd3-4658-b11f-9b20504216dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c703be31-4bd3-4658-b11f-9b20504216dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c703be31-4bd3-4658-b11f-9b20504216dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c703be31-4bd3-4658-b11f-9b20504216dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c703be31-4bd3-4658-b11f-9b20504216dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c703be31-4bd3-4658-b11f-9b20504216dd-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-c703be31-4bd3-4658-b11f-9b20504216dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c703be31-4bd3-4658-b11f-9b20504216dd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c703be31-4bd3-4658-b11f-9b20504216dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c703be31-4bd3-4658-b11f-9b20504216dd img.shogun-image {
  width: 100%;
  
  
  

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




.s-c703be31-4bd3-4658-b11f-9b20504216dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c703be31-4bd3-4658-b11f-9b20504216dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c703be31-4bd3-4658-b11f-9b20504216dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c703be31-4bd3-4658-b11f-9b20504216dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c703be31-4bd3-4658-b11f-9b20504216dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c703be31-4bd3-4658-b11f-9b20504216dd-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-c703be31-4bd3-4658-b11f-9b20504216dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c703be31-4bd3-4658-b11f-9b20504216dd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c703be31-4bd3-4658-b11f-9b20504216dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c703be31-4bd3-4658-b11f-9b20504216dd img.shogun-image {
  width: 100%;
  
  
  

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




.s-c703be31-4bd3-4658-b11f-9b20504216dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c703be31-4bd3-4658-b11f-9b20504216dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c703be31-4bd3-4658-b11f-9b20504216dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c703be31-4bd3-4658-b11f-9b20504216dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-5d65b9a9-b6fd-4b6d-a68d-f8dd573c5098 {
  margin-left: auto;
margin-right: auto;
}

#s-5d65b9a9-b6fd-4b6d-a68d-f8dd573c5098 .shg-proportional-font-size,
#s-5d65b9a9-b6fd-4b6d-a68d-f8dd573c5098 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

/*
  $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;
}
