.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-6cc8b23d-beb9-4f0c-8cd8-4a724d5db554 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
background-position: center center;
}

#s-6cc8b23d-beb9-4f0c-8cd8-4a724d5db554 {
  background-image: url(https://i.shgcdn.com/fd385aa0-50cf-4d36-ae20-1f732f1d5749/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6cc8b23d-beb9-4f0c-8cd8-4a724d5db554 {
  background-image: url(https://i.shgcdn.com/fd385aa0-50cf-4d36-ae20-1f732f1d5749/-/resize/480x/);
}
#s-6cc8b23d-beb9-4f0c-8cd8-4a724d5db554.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6cc8b23d-beb9-4f0c-8cd8-4a724d5db554 {
  background-image: url(https://i.shgcdn.com/fd385aa0-50cf-4d36-ae20-1f732f1d5749/-/resize/960x/);
}
#s-6cc8b23d-beb9-4f0c-8cd8-4a724d5db554.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6cc8b23d-beb9-4f0c-8cd8-4a724d5db554 {
  background-image: url(https://i.shgcdn.com/fd385aa0-50cf-4d36-ae20-1f732f1d5749/-/resize/768x/);
}
#s-6cc8b23d-beb9-4f0c-8cd8-4a724d5db554.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6cc8b23d-beb9-4f0c-8cd8-4a724d5db554 {
  background-image: url(https://i.shgcdn.com/fd385aa0-50cf-4d36-ae20-1f732f1d5749/-/resize/1536x/);
}
#s-6cc8b23d-beb9-4f0c-8cd8-4a724d5db554.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6cc8b23d-beb9-4f0c-8cd8-4a724d5db554 {
  background-image: url(https://i.shgcdn.com/fd385aa0-50cf-4d36-ae20-1f732f1d5749/-/resize/1024x/);
}
#s-6cc8b23d-beb9-4f0c-8cd8-4a724d5db554.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6cc8b23d-beb9-4f0c-8cd8-4a724d5db554 {
  background-image: url(https://i.shgcdn.com/fd385aa0-50cf-4d36-ae20-1f732f1d5749/-/resize/2048x/);
}
#s-6cc8b23d-beb9-4f0c-8cd8-4a724d5db554.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6cc8b23d-beb9-4f0c-8cd8-4a724d5db554 {
  background-image: url(https://i.shgcdn.com/fd385aa0-50cf-4d36-ae20-1f732f1d5749/-/resize/1200x/);
}
#s-6cc8b23d-beb9-4f0c-8cd8-4a724d5db554.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6cc8b23d-beb9-4f0c-8cd8-4a724d5db554 {
  background-image: url(https://i.shgcdn.com/fd385aa0-50cf-4d36-ae20-1f732f1d5749/-/resize/2048x/);
}
#s-6cc8b23d-beb9-4f0c-8cd8-4a724d5db554.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-6cc8b23d-beb9-4f0c-8cd8-4a724d5db554 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
  display: block;
}#s-6cc8b23d-beb9-4f0c-8cd8-4a724d5db554.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

@media (min-width: 0px) {
[id="s-a4cd2a9b-f52d-485c-84c5-69e2e3899dae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4cd2a9b-f52d-485c-84c5-69e2e3899dae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a4cd2a9b-f52d-485c-84c5-69e2e3899dae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a4cd2a9b-f52d-485c-84c5-69e2e3899dae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a4cd2a9b-f52d-485c-84c5-69e2e3899dae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4cd2a9b-f52d-485c-84c5-69e2e3899dae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a4cd2a9b-f52d-485c-84c5-69e2e3899dae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

.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-cfec58eb-94c9-4c85-b7c5-9723a246b84e {
  margin-left: auto;
margin-right: auto;
}

#s-cfec58eb-94c9-4c85-b7c5-9723a246b84e .shg-proportional-font-size,
#s-cfec58eb-94c9-4c85-b7c5-9723a246b84e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

.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: rgba(0, 0, 0, 1);
  font-family: "Inter";
  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-8c05501c-bf5f-43e9-8887-0c2ec701a0eb {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8c05501c-bf5f-43e9-8887-0c2ec701a0eb .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: left;
}



#s-d844789f-de3d-4cf8-9ffd-df61e6e52503 {
  margin-left: auto;
margin-right: auto;
}

#s-d844789f-de3d-4cf8-9ffd-df61e6e52503 .shg-proportional-font-size,
#s-d844789f-de3d-4cf8-9ffd-df61e6e52503 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-dc534cc7-d97e-4569-ad38-d8bde31ba4c6 {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}

#s-dc534cc7-d97e-4569-ad38-d8bde31ba4c6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjgwZGU3YWItN2UxYS00Y2E5LWFjZTYtNDE2N2I3M2VlMTEzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjZmNmY2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiODBkZTdhYi03ZTFhLTRjYTktYWNlNi00MTY3YjczZWUxMTMpIi8+PC9zdmc+);
}








#s-dc534cc7-d97e-4569-ad38-d8bde31ba4c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc534cc7-d97e-4569-ad38-d8bde31ba4c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b5113e2-da8d-4e30-93c8-f21cde532d29 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}
@media (max-width: 767px){#s-5b5113e2-da8d-4e30-93c8-f21cde532d29 {
  margin-left: 1%;
margin-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-5b5113e2-da8d-4e30-93c8-f21cde532d29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b5113e2-da8d-4e30-93c8-f21cde532d29"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-5b5113e2-da8d-4e30-93c8-f21cde532d29"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b5113e2-da8d-4e30-93c8-f21cde532d29"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.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-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b .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-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b .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-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b .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-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b .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-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e9bcf9c-927a-4075-ac02-7eff79cc1c8b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a7b39a4b-7b27-4f34-9768-24104b831009 {
  margin-left: auto;
margin-right: auto;
max-width: 2542px;
text-align: center;
}

#s-a7b39a4b-7b27-4f34-9768-24104b831009 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a7b39a4b-7b27-4f34-9768-24104b831009-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a7b39a4b-7b27-4f34-9768-24104b831009 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a7b39a4b-7b27-4f34-9768-24104b831009 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a7b39a4b-7b27-4f34-9768-24104b831009 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a7b39a4b-7b27-4f34-9768-24104b831009 img.shogun-image {
  width: 100%;
  
  
  max-width: 2542px;

      
    max-width: 2542px;

  /* 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-a7b39a4b-7b27-4f34-9768-24104b831009 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a7b39a4b-7b27-4f34-9768-24104b831009.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7b39a4b-7b27-4f34-9768-24104b831009.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7b39a4b-7b27-4f34-9768-24104b831009.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a7b39a4b-7b27-4f34-9768-24104b831009 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a7b39a4b-7b27-4f34-9768-24104b831009-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a7b39a4b-7b27-4f34-9768-24104b831009 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a7b39a4b-7b27-4f34-9768-24104b831009 .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-a7b39a4b-7b27-4f34-9768-24104b831009 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a7b39a4b-7b27-4f34-9768-24104b831009 img.shogun-image {
  width: 100%;
  
  
  max-width: 2542px;

      
    max-width: 2542px;

  /* 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-a7b39a4b-7b27-4f34-9768-24104b831009 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a7b39a4b-7b27-4f34-9768-24104b831009.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7b39a4b-7b27-4f34-9768-24104b831009.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7b39a4b-7b27-4f34-9768-24104b831009.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a7b39a4b-7b27-4f34-9768-24104b831009 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a7b39a4b-7b27-4f34-9768-24104b831009-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a7b39a4b-7b27-4f34-9768-24104b831009 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a7b39a4b-7b27-4f34-9768-24104b831009 .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-a7b39a4b-7b27-4f34-9768-24104b831009 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a7b39a4b-7b27-4f34-9768-24104b831009 img.shogun-image {
  width: 100%;
  
  
  max-width: 2542px;

      
    max-width: 2542px;

  /* 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-a7b39a4b-7b27-4f34-9768-24104b831009 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a7b39a4b-7b27-4f34-9768-24104b831009.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7b39a4b-7b27-4f34-9768-24104b831009.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7b39a4b-7b27-4f34-9768-24104b831009.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a7b39a4b-7b27-4f34-9768-24104b831009 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a7b39a4b-7b27-4f34-9768-24104b831009-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a7b39a4b-7b27-4f34-9768-24104b831009 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a7b39a4b-7b27-4f34-9768-24104b831009 .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-a7b39a4b-7b27-4f34-9768-24104b831009 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a7b39a4b-7b27-4f34-9768-24104b831009 img.shogun-image {
  width: 100%;
  
  
  max-width: 2542px;

      
    max-width: 2542px;

  /* 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-a7b39a4b-7b27-4f34-9768-24104b831009 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a7b39a4b-7b27-4f34-9768-24104b831009.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7b39a4b-7b27-4f34-9768-24104b831009.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7b39a4b-7b27-4f34-9768-24104b831009.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a7b39a4b-7b27-4f34-9768-24104b831009 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a7b39a4b-7b27-4f34-9768-24104b831009-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a7b39a4b-7b27-4f34-9768-24104b831009 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a7b39a4b-7b27-4f34-9768-24104b831009 .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-a7b39a4b-7b27-4f34-9768-24104b831009 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a7b39a4b-7b27-4f34-9768-24104b831009 img.shogun-image {
  width: 100%;
  
  
  max-width: 2542px;

      
    max-width: 2542px;

  /* 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-a7b39a4b-7b27-4f34-9768-24104b831009 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a7b39a4b-7b27-4f34-9768-24104b831009.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7b39a4b-7b27-4f34-9768-24104b831009.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7b39a4b-7b27-4f34-9768-24104b831009.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-540e02ef-a736-4891-b50b-9dd01f07452a {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-540e02ef-a736-4891-b50b-9dd01f07452a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-540e02ef-a736-4891-b50b-9dd01f07452a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-540e02ef-a736-4891-b50b-9dd01f07452a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-540e02ef-a736-4891-b50b-9dd01f07452a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-540e02ef-a736-4891-b50b-9dd01f07452a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-540e02ef-a736-4891-b50b-9dd01f07452a img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-540e02ef-a736-4891-b50b-9dd01f07452a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-540e02ef-a736-4891-b50b-9dd01f07452a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-540e02ef-a736-4891-b50b-9dd01f07452a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-540e02ef-a736-4891-b50b-9dd01f07452a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-540e02ef-a736-4891-b50b-9dd01f07452a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-540e02ef-a736-4891-b50b-9dd01f07452a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-540e02ef-a736-4891-b50b-9dd01f07452a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-540e02ef-a736-4891-b50b-9dd01f07452a .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-540e02ef-a736-4891-b50b-9dd01f07452a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-540e02ef-a736-4891-b50b-9dd01f07452a img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-540e02ef-a736-4891-b50b-9dd01f07452a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-540e02ef-a736-4891-b50b-9dd01f07452a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-540e02ef-a736-4891-b50b-9dd01f07452a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-540e02ef-a736-4891-b50b-9dd01f07452a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-540e02ef-a736-4891-b50b-9dd01f07452a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-540e02ef-a736-4891-b50b-9dd01f07452a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-540e02ef-a736-4891-b50b-9dd01f07452a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-540e02ef-a736-4891-b50b-9dd01f07452a .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-540e02ef-a736-4891-b50b-9dd01f07452a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-540e02ef-a736-4891-b50b-9dd01f07452a img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-540e02ef-a736-4891-b50b-9dd01f07452a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-540e02ef-a736-4891-b50b-9dd01f07452a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-540e02ef-a736-4891-b50b-9dd01f07452a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-540e02ef-a736-4891-b50b-9dd01f07452a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-540e02ef-a736-4891-b50b-9dd01f07452a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-540e02ef-a736-4891-b50b-9dd01f07452a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-540e02ef-a736-4891-b50b-9dd01f07452a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-540e02ef-a736-4891-b50b-9dd01f07452a .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-540e02ef-a736-4891-b50b-9dd01f07452a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-540e02ef-a736-4891-b50b-9dd01f07452a img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-540e02ef-a736-4891-b50b-9dd01f07452a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-540e02ef-a736-4891-b50b-9dd01f07452a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-540e02ef-a736-4891-b50b-9dd01f07452a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-540e02ef-a736-4891-b50b-9dd01f07452a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-540e02ef-a736-4891-b50b-9dd01f07452a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-540e02ef-a736-4891-b50b-9dd01f07452a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-540e02ef-a736-4891-b50b-9dd01f07452a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-540e02ef-a736-4891-b50b-9dd01f07452a .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-540e02ef-a736-4891-b50b-9dd01f07452a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-540e02ef-a736-4891-b50b-9dd01f07452a img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-540e02ef-a736-4891-b50b-9dd01f07452a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-540e02ef-a736-4891-b50b-9dd01f07452a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-540e02ef-a736-4891-b50b-9dd01f07452a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-540e02ef-a736-4891-b50b-9dd01f07452a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0a91de7b-7423-4af9-b343-ce825a81b0e2 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(247, 209, 23, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}








#s-0a91de7b-7423-4af9-b343-ce825a81b0e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0a91de7b-7423-4af9-b343-ce825a81b0e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-297fa0d2-4bca-4bec-8c00-db82338696ba {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-297fa0d2-4bca-4bec-8c00-db82338696ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-297fa0d2-4bca-4bec-8c00-db82338696ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-297fa0d2-4bca-4bec-8c00-db82338696ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-297fa0d2-4bca-4bec-8c00-db82338696ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fc0025a5-31d8-471e-95c1-812a7d917562 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fc0025a5-31d8-471e-95c1-812a7d917562 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-de58ae33-9554-463e-8428-5cc5612d6770 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}
@media (max-width: 767px){#s-de58ae33-9554-463e-8428-5cc5612d6770 {
  text-align: left;
}
}
#s-de58ae33-9554-463e-8428-5cc5612d6770 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-de58ae33-9554-463e-8428-5cc5612d6770 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-6907a992-a90e-4f67-843c-0c0548857972 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-6907a992-a90e-4f67-843c-0c0548857972 .shg-proportional-font-size,
#s-6907a992-a90e-4f67-843c-0c0548857972 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-999d782d-f337-4ed5-9add-34db3a2115e8 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(229, 229, 229, 1);
border-style: solid;
border-radius: 0px;
}

@media (min-width: 0px) {
[id="s-999d782d-f337-4ed5-9add-34db3a2115e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-999d782d-f337-4ed5-9add-34db3a2115e8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-999d782d-f337-4ed5-9add-34db3a2115e8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-999d782d-f337-4ed5-9add-34db3a2115e8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-999d782d-f337-4ed5-9add-34db3a2115e8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-999d782d-f337-4ed5-9add-34db3a2115e8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-999d782d-f337-4ed5-9add-34db3a2115e8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-910b48da-0365-4959-a91f-c76dd8752f9d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-910b48da-0365-4959-a91f-c76dd8752f9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-910b48da-0365-4959-a91f-c76dd8752f9d {
  cursor: pointer;
}#s-910b48da-0365-4959-a91f-c76dd8752f9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3 .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-dbb58b90-98ac-469a-a2e9-f240d7fc37c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* 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-dbb58b90-98ac-469a-a2e9-f240d7fc37c3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3 .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-dbb58b90-98ac-469a-a2e9-f240d7fc37c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* 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-dbb58b90-98ac-469a-a2e9-f240d7fc37c3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3 .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-dbb58b90-98ac-469a-a2e9-f240d7fc37c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* 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-dbb58b90-98ac-469a-a2e9-f240d7fc37c3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3 .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-dbb58b90-98ac-469a-a2e9-f240d7fc37c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* 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-dbb58b90-98ac-469a-a2e9-f240d7fc37c3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3 .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-dbb58b90-98ac-469a-a2e9-f240d7fc37c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* 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-dbb58b90-98ac-469a-a2e9-f240d7fc37c3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbb58b90-98ac-469a-a2e9-f240d7fc37c3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-96684510-a882-4139-b4ee-ced65680d711 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96684510-a882-4139-b4ee-ced65680d711 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-fcfe61b5-c834-4376-b772-b48b2fe3a969 {
  margin-left: auto;
margin-right: auto;
}

#s-d34b8515-8087-420a-9cce-ab0f7735a5d7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-d34b8515-8087-420a-9cce-ab0f7735a5d7 .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 32px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-d34b8515-8087-420a-9cce-ab0f7735a5d7 .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 32px;
}

#s-d34b8515-8087-420a-9cce-ab0f7735a5d7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2b50e223-80cf-4d21-bb0b-84b64c613f73 {
  margin-left: auto;
margin-right: auto;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(229, 229, 229, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}








#s-2b50e223-80cf-4d21-bb0b-84b64c613f73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b50e223-80cf-4d21-bb0b-84b64c613f73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1c40f7e-439f-498f-9f52-e7e05fc7232e {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1c40f7e-439f-498f-9f52-e7e05fc7232e .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-bf460338-c766-4b0b-b4a6-f3237f40d4c3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-bf460338-c766-4b0b-b4a6-f3237f40d4c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf460338-c766-4b0b-b4a6-f3237f40d4c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bf460338-c766-4b0b-b4a6-f3237f40d4c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf460338-c766-4b0b-b4a6-f3237f40d4c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-70ccc5af-1e03-4c98-9e83-46eeabd13145 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-70ccc5af-1e03-4c98-9e83-46eeabd13145 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-70ccc5af-1e03-4c98-9e83-46eeabd13145 {
  cursor: pointer;
}#s-70ccc5af-1e03-4c98-9e83-46eeabd13145.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9a2099b-ac74-4ec3-b0c6-1069bb503006 {
  margin-left: auto;
margin-right: auto;
max-width: 3203px;
text-align: center;
}

#s-e9a2099b-ac74-4ec3-b0c6-1069bb503006 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e9a2099b-ac74-4ec3-b0c6-1069bb503006-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e9a2099b-ac74-4ec3-b0c6-1069bb503006 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e9a2099b-ac74-4ec3-b0c6-1069bb503006 .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-e9a2099b-ac74-4ec3-b0c6-1069bb503006 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e9a2099b-ac74-4ec3-b0c6-1069bb503006 img.shogun-image {
  width: 100%;
  
  
  max-width: 3203px;

      
    max-width: 3203px;

  /* 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-e9a2099b-ac74-4ec3-b0c6-1069bb503006 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e9a2099b-ac74-4ec3-b0c6-1069bb503006.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9a2099b-ac74-4ec3-b0c6-1069bb503006.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9a2099b-ac74-4ec3-b0c6-1069bb503006.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-e9a2099b-ac74-4ec3-b0c6-1069bb503006 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e9a2099b-ac74-4ec3-b0c6-1069bb503006 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e9a2099b-ac74-4ec3-b0c6-1069bb503006 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-e9a2099b-ac74-4ec3-b0c6-1069bb503006 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e9a2099b-ac74-4ec3-b0c6-1069bb503006-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e9a2099b-ac74-4ec3-b0c6-1069bb503006 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e9a2099b-ac74-4ec3-b0c6-1069bb503006 .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-e9a2099b-ac74-4ec3-b0c6-1069bb503006 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e9a2099b-ac74-4ec3-b0c6-1069bb503006 img.shogun-image {
  width: 100%;
  
  
  max-width: 3203px;

      
    max-width: 3203px;

  /* 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-e9a2099b-ac74-4ec3-b0c6-1069bb503006 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e9a2099b-ac74-4ec3-b0c6-1069bb503006.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9a2099b-ac74-4ec3-b0c6-1069bb503006.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9a2099b-ac74-4ec3-b0c6-1069bb503006.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-e9a2099b-ac74-4ec3-b0c6-1069bb503006 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e9a2099b-ac74-4ec3-b0c6-1069bb503006 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e9a2099b-ac74-4ec3-b0c6-1069bb503006 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-e9a2099b-ac74-4ec3-b0c6-1069bb503006 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e9a2099b-ac74-4ec3-b0c6-1069bb503006-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e9a2099b-ac74-4ec3-b0c6-1069bb503006 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e9a2099b-ac74-4ec3-b0c6-1069bb503006 .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-e9a2099b-ac74-4ec3-b0c6-1069bb503006 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e9a2099b-ac74-4ec3-b0c6-1069bb503006 img.shogun-image {
  width: 100%;
  
  
  max-width: 3203px;

      
    max-width: 3203px;

  /* 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-e9a2099b-ac74-4ec3-b0c6-1069bb503006 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e9a2099b-ac74-4ec3-b0c6-1069bb503006.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9a2099b-ac74-4ec3-b0c6-1069bb503006.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9a2099b-ac74-4ec3-b0c6-1069bb503006.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-e9a2099b-ac74-4ec3-b0c6-1069bb503006 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e9a2099b-ac74-4ec3-b0c6-1069bb503006 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e9a2099b-ac74-4ec3-b0c6-1069bb503006 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-e9a2099b-ac74-4ec3-b0c6-1069bb503006 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e9a2099b-ac74-4ec3-b0c6-1069bb503006-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e9a2099b-ac74-4ec3-b0c6-1069bb503006 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e9a2099b-ac74-4ec3-b0c6-1069bb503006 .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-e9a2099b-ac74-4ec3-b0c6-1069bb503006 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e9a2099b-ac74-4ec3-b0c6-1069bb503006 img.shogun-image {
  width: 100%;
  
  
  max-width: 3203px;

      
    max-width: 3203px;

  /* 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-e9a2099b-ac74-4ec3-b0c6-1069bb503006 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e9a2099b-ac74-4ec3-b0c6-1069bb503006.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9a2099b-ac74-4ec3-b0c6-1069bb503006.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9a2099b-ac74-4ec3-b0c6-1069bb503006.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-e9a2099b-ac74-4ec3-b0c6-1069bb503006 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e9a2099b-ac74-4ec3-b0c6-1069bb503006 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e9a2099b-ac74-4ec3-b0c6-1069bb503006 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-e9a2099b-ac74-4ec3-b0c6-1069bb503006 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e9a2099b-ac74-4ec3-b0c6-1069bb503006-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e9a2099b-ac74-4ec3-b0c6-1069bb503006 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e9a2099b-ac74-4ec3-b0c6-1069bb503006 .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-e9a2099b-ac74-4ec3-b0c6-1069bb503006 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e9a2099b-ac74-4ec3-b0c6-1069bb503006 img.shogun-image {
  width: 100%;
  
  
  max-width: 3203px;

      
    max-width: 3203px;

  /* 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-e9a2099b-ac74-4ec3-b0c6-1069bb503006 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e9a2099b-ac74-4ec3-b0c6-1069bb503006.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9a2099b-ac74-4ec3-b0c6-1069bb503006.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9a2099b-ac74-4ec3-b0c6-1069bb503006.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-e9a2099b-ac74-4ec3-b0c6-1069bb503006 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e9a2099b-ac74-4ec3-b0c6-1069bb503006 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e9a2099b-ac74-4ec3-b0c6-1069bb503006 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-4ef13b4b-38eb-41d4-99e3-990bc1e18ebb {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ef13b4b-38eb-41d4-99e3-990bc1e18ebb .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-a8800194-3172-4189-ae94-bc3e47140fe5 {
  margin-left: auto;
margin-right: auto;
}

#s-1680d04d-34da-4f00-b8cd-a85e912fb4af {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-1680d04d-34da-4f00-b8cd-a85e912fb4af .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 32px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-1680d04d-34da-4f00-b8cd-a85e912fb4af .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 32px;
}

#s-1680d04d-34da-4f00-b8cd-a85e912fb4af .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-efe2f2be-3813-4a39-a2c7-7ff05effe108 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-efe2f2be-3813-4a39-a2c7-7ff05effe108 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-efe2f2be-3813-4a39-a2c7-7ff05effe108 {
  cursor: pointer;
}#s-efe2f2be-3813-4a39-a2c7-7ff05effe108.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c95dd75-57b1-4fd1-b838-577590be2579 {
  margin-left: auto;
margin-right: auto;
max-width: 3119px;
text-align: center;
}

#s-8c95dd75-57b1-4fd1-b838-577590be2579 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8c95dd75-57b1-4fd1-b838-577590be2579-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8c95dd75-57b1-4fd1-b838-577590be2579 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8c95dd75-57b1-4fd1-b838-577590be2579 .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-8c95dd75-57b1-4fd1-b838-577590be2579 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8c95dd75-57b1-4fd1-b838-577590be2579 img.shogun-image {
  width: 100%;
  
  
  max-width: 3119px;

      
    max-width: 3119px;

  /* 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-8c95dd75-57b1-4fd1-b838-577590be2579 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8c95dd75-57b1-4fd1-b838-577590be2579.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c95dd75-57b1-4fd1-b838-577590be2579.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c95dd75-57b1-4fd1-b838-577590be2579.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8c95dd75-57b1-4fd1-b838-577590be2579 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8c95dd75-57b1-4fd1-b838-577590be2579 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8c95dd75-57b1-4fd1-b838-577590be2579 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-8c95dd75-57b1-4fd1-b838-577590be2579 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8c95dd75-57b1-4fd1-b838-577590be2579-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8c95dd75-57b1-4fd1-b838-577590be2579 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8c95dd75-57b1-4fd1-b838-577590be2579 .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-8c95dd75-57b1-4fd1-b838-577590be2579 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8c95dd75-57b1-4fd1-b838-577590be2579 img.shogun-image {
  width: 100%;
  
  
  max-width: 3119px;

      
    max-width: 3119px;

  /* 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-8c95dd75-57b1-4fd1-b838-577590be2579 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8c95dd75-57b1-4fd1-b838-577590be2579.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c95dd75-57b1-4fd1-b838-577590be2579.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c95dd75-57b1-4fd1-b838-577590be2579.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8c95dd75-57b1-4fd1-b838-577590be2579 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8c95dd75-57b1-4fd1-b838-577590be2579 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8c95dd75-57b1-4fd1-b838-577590be2579 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-8c95dd75-57b1-4fd1-b838-577590be2579 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8c95dd75-57b1-4fd1-b838-577590be2579-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8c95dd75-57b1-4fd1-b838-577590be2579 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8c95dd75-57b1-4fd1-b838-577590be2579 .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-8c95dd75-57b1-4fd1-b838-577590be2579 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8c95dd75-57b1-4fd1-b838-577590be2579 img.shogun-image {
  width: 100%;
  
  
  max-width: 3119px;

      
    max-width: 3119px;

  /* 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-8c95dd75-57b1-4fd1-b838-577590be2579 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8c95dd75-57b1-4fd1-b838-577590be2579.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c95dd75-57b1-4fd1-b838-577590be2579.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c95dd75-57b1-4fd1-b838-577590be2579.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8c95dd75-57b1-4fd1-b838-577590be2579 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8c95dd75-57b1-4fd1-b838-577590be2579 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8c95dd75-57b1-4fd1-b838-577590be2579 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-8c95dd75-57b1-4fd1-b838-577590be2579 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8c95dd75-57b1-4fd1-b838-577590be2579-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8c95dd75-57b1-4fd1-b838-577590be2579 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8c95dd75-57b1-4fd1-b838-577590be2579 .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-8c95dd75-57b1-4fd1-b838-577590be2579 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8c95dd75-57b1-4fd1-b838-577590be2579 img.shogun-image {
  width: 100%;
  
  
  max-width: 3119px;

      
    max-width: 3119px;

  /* 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-8c95dd75-57b1-4fd1-b838-577590be2579 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8c95dd75-57b1-4fd1-b838-577590be2579.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c95dd75-57b1-4fd1-b838-577590be2579.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c95dd75-57b1-4fd1-b838-577590be2579.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8c95dd75-57b1-4fd1-b838-577590be2579 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8c95dd75-57b1-4fd1-b838-577590be2579 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8c95dd75-57b1-4fd1-b838-577590be2579 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-8c95dd75-57b1-4fd1-b838-577590be2579 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8c95dd75-57b1-4fd1-b838-577590be2579-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8c95dd75-57b1-4fd1-b838-577590be2579 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8c95dd75-57b1-4fd1-b838-577590be2579 .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-8c95dd75-57b1-4fd1-b838-577590be2579 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8c95dd75-57b1-4fd1-b838-577590be2579 img.shogun-image {
  width: 100%;
  
  
  max-width: 3119px;

      
    max-width: 3119px;

  /* 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-8c95dd75-57b1-4fd1-b838-577590be2579 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8c95dd75-57b1-4fd1-b838-577590be2579.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c95dd75-57b1-4fd1-b838-577590be2579.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c95dd75-57b1-4fd1-b838-577590be2579.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8c95dd75-57b1-4fd1-b838-577590be2579 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8c95dd75-57b1-4fd1-b838-577590be2579 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8c95dd75-57b1-4fd1-b838-577590be2579 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-6f764b5a-dde8-4861-b2d8-f7499cf46ecf {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f764b5a-dde8-4861-b2d8-f7499cf46ecf .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-63f66394-466c-43ca-9ef1-d715cb1ab364 {
  margin-left: auto;
margin-right: auto;
}

#s-3eaf3263-7769-4e32-a458-98b25979f7f9 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-3eaf3263-7769-4e32-a458-98b25979f7f9 .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 32px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-3eaf3263-7769-4e32-a458-98b25979f7f9 .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 32px;
}

#s-3eaf3263-7769-4e32-a458-98b25979f7f9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8f267e1a-c77c-4c42-834e-c5ea309f1284 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}
@media (max-width: 767px){#s-8f267e1a-c77c-4c42-834e-c5ea309f1284 {
  margin-left: 1%;
margin-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-8f267e1a-c77c-4c42-834e-c5ea309f1284"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-8f267e1a-c77c-4c42-834e-c5ea309f1284"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-8f267e1a-c77c-4c42-834e-c5ea309f1284"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-8f267e1a-c77c-4c42-834e-c5ea309f1284"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-1354fb20-946d-4af9-a15e-75f3065963e2 {
  margin-left: auto;
margin-right: auto;
max-width: 4552px;
text-align: center;
}

#s-1354fb20-946d-4af9-a15e-75f3065963e2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1354fb20-946d-4af9-a15e-75f3065963e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1354fb20-946d-4af9-a15e-75f3065963e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1354fb20-946d-4af9-a15e-75f3065963e2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1354fb20-946d-4af9-a15e-75f3065963e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1354fb20-946d-4af9-a15e-75f3065963e2 img.shogun-image {
  width: 100%;
  
  
  max-width: 4552px;

      
    max-width: 4552px;

  /* 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-1354fb20-946d-4af9-a15e-75f3065963e2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1354fb20-946d-4af9-a15e-75f3065963e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1354fb20-946d-4af9-a15e-75f3065963e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1354fb20-946d-4af9-a15e-75f3065963e2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1354fb20-946d-4af9-a15e-75f3065963e2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1354fb20-946d-4af9-a15e-75f3065963e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1354fb20-946d-4af9-a15e-75f3065963e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1354fb20-946d-4af9-a15e-75f3065963e2 .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-1354fb20-946d-4af9-a15e-75f3065963e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1354fb20-946d-4af9-a15e-75f3065963e2 img.shogun-image {
  width: 100%;
  
  
  max-width: 4552px;

      
    max-width: 4552px;

  /* 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-1354fb20-946d-4af9-a15e-75f3065963e2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1354fb20-946d-4af9-a15e-75f3065963e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1354fb20-946d-4af9-a15e-75f3065963e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1354fb20-946d-4af9-a15e-75f3065963e2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1354fb20-946d-4af9-a15e-75f3065963e2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1354fb20-946d-4af9-a15e-75f3065963e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1354fb20-946d-4af9-a15e-75f3065963e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1354fb20-946d-4af9-a15e-75f3065963e2 .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-1354fb20-946d-4af9-a15e-75f3065963e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1354fb20-946d-4af9-a15e-75f3065963e2 img.shogun-image {
  width: 100%;
  
  
  max-width: 4552px;

      
    max-width: 4552px;

  /* 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-1354fb20-946d-4af9-a15e-75f3065963e2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1354fb20-946d-4af9-a15e-75f3065963e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1354fb20-946d-4af9-a15e-75f3065963e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1354fb20-946d-4af9-a15e-75f3065963e2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1354fb20-946d-4af9-a15e-75f3065963e2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1354fb20-946d-4af9-a15e-75f3065963e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1354fb20-946d-4af9-a15e-75f3065963e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1354fb20-946d-4af9-a15e-75f3065963e2 .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-1354fb20-946d-4af9-a15e-75f3065963e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1354fb20-946d-4af9-a15e-75f3065963e2 img.shogun-image {
  width: 100%;
  
  
  max-width: 4552px;

      
    max-width: 4552px;

  /* 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-1354fb20-946d-4af9-a15e-75f3065963e2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1354fb20-946d-4af9-a15e-75f3065963e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1354fb20-946d-4af9-a15e-75f3065963e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1354fb20-946d-4af9-a15e-75f3065963e2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1354fb20-946d-4af9-a15e-75f3065963e2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1354fb20-946d-4af9-a15e-75f3065963e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1354fb20-946d-4af9-a15e-75f3065963e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1354fb20-946d-4af9-a15e-75f3065963e2 .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-1354fb20-946d-4af9-a15e-75f3065963e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1354fb20-946d-4af9-a15e-75f3065963e2 img.shogun-image {
  width: 100%;
  
  
  max-width: 4552px;

      
    max-width: 4552px;

  /* 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-1354fb20-946d-4af9-a15e-75f3065963e2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1354fb20-946d-4af9-a15e-75f3065963e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1354fb20-946d-4af9-a15e-75f3065963e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1354fb20-946d-4af9-a15e-75f3065963e2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6b568310-51ec-496a-b98d-0da85444b9c2 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-6b568310-51ec-496a-b98d-0da85444b9c2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6b568310-51ec-496a-b98d-0da85444b9c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6b568310-51ec-496a-b98d-0da85444b9c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6b568310-51ec-496a-b98d-0da85444b9c2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6b568310-51ec-496a-b98d-0da85444b9c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6b568310-51ec-496a-b98d-0da85444b9c2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-6b568310-51ec-496a-b98d-0da85444b9c2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6b568310-51ec-496a-b98d-0da85444b9c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b568310-51ec-496a-b98d-0da85444b9c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b568310-51ec-496a-b98d-0da85444b9c2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6b568310-51ec-496a-b98d-0da85444b9c2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6b568310-51ec-496a-b98d-0da85444b9c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6b568310-51ec-496a-b98d-0da85444b9c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6b568310-51ec-496a-b98d-0da85444b9c2 .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-6b568310-51ec-496a-b98d-0da85444b9c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6b568310-51ec-496a-b98d-0da85444b9c2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-6b568310-51ec-496a-b98d-0da85444b9c2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6b568310-51ec-496a-b98d-0da85444b9c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b568310-51ec-496a-b98d-0da85444b9c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b568310-51ec-496a-b98d-0da85444b9c2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6b568310-51ec-496a-b98d-0da85444b9c2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6b568310-51ec-496a-b98d-0da85444b9c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6b568310-51ec-496a-b98d-0da85444b9c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6b568310-51ec-496a-b98d-0da85444b9c2 .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-6b568310-51ec-496a-b98d-0da85444b9c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6b568310-51ec-496a-b98d-0da85444b9c2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-6b568310-51ec-496a-b98d-0da85444b9c2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6b568310-51ec-496a-b98d-0da85444b9c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b568310-51ec-496a-b98d-0da85444b9c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b568310-51ec-496a-b98d-0da85444b9c2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6b568310-51ec-496a-b98d-0da85444b9c2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6b568310-51ec-496a-b98d-0da85444b9c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6b568310-51ec-496a-b98d-0da85444b9c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6b568310-51ec-496a-b98d-0da85444b9c2 .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-6b568310-51ec-496a-b98d-0da85444b9c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6b568310-51ec-496a-b98d-0da85444b9c2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-6b568310-51ec-496a-b98d-0da85444b9c2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6b568310-51ec-496a-b98d-0da85444b9c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b568310-51ec-496a-b98d-0da85444b9c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b568310-51ec-496a-b98d-0da85444b9c2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6b568310-51ec-496a-b98d-0da85444b9c2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6b568310-51ec-496a-b98d-0da85444b9c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6b568310-51ec-496a-b98d-0da85444b9c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6b568310-51ec-496a-b98d-0da85444b9c2 .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-6b568310-51ec-496a-b98d-0da85444b9c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6b568310-51ec-496a-b98d-0da85444b9c2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-6b568310-51ec-496a-b98d-0da85444b9c2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6b568310-51ec-496a-b98d-0da85444b9c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b568310-51ec-496a-b98d-0da85444b9c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b568310-51ec-496a-b98d-0da85444b9c2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e {
  margin-left: auto;
margin-right: auto;
max-width: 2542px;
text-align: center;
}

#s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e img.shogun-image {
  width: 100%;
  
  
  max-width: 2542px;

      
    max-width: 2542px;

  /* 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-e8ed47cf-e2db-429f-a876-3a03ad8dea3e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e .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-e8ed47cf-e2db-429f-a876-3a03ad8dea3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e img.shogun-image {
  width: 100%;
  
  
  max-width: 2542px;

      
    max-width: 2542px;

  /* 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-e8ed47cf-e2db-429f-a876-3a03ad8dea3e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e .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-e8ed47cf-e2db-429f-a876-3a03ad8dea3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e img.shogun-image {
  width: 100%;
  
  
  max-width: 2542px;

      
    max-width: 2542px;

  /* 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-e8ed47cf-e2db-429f-a876-3a03ad8dea3e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e .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-e8ed47cf-e2db-429f-a876-3a03ad8dea3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e img.shogun-image {
  width: 100%;
  
  
  max-width: 2542px;

      
    max-width: 2542px;

  /* 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-e8ed47cf-e2db-429f-a876-3a03ad8dea3e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e .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-e8ed47cf-e2db-429f-a876-3a03ad8dea3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e img.shogun-image {
  width: 100%;
  
  
  max-width: 2542px;

      
    max-width: 2542px;

  /* 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-e8ed47cf-e2db-429f-a876-3a03ad8dea3e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8ed47cf-e2db-429f-a876-3a03ad8dea3e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-437a31d1-4581-4974-8f6c-50d80209def3 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-437a31d1-4581-4974-8f6c-50d80209def3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-437a31d1-4581-4974-8f6c-50d80209def3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-437a31d1-4581-4974-8f6c-50d80209def3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-437a31d1-4581-4974-8f6c-50d80209def3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-437a31d1-4581-4974-8f6c-50d80209def3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-437a31d1-4581-4974-8f6c-50d80209def3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-437a31d1-4581-4974-8f6c-50d80209def3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-437a31d1-4581-4974-8f6c-50d80209def3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-437a31d1-4581-4974-8f6c-50d80209def3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-437a31d1-4581-4974-8f6c-50d80209def3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-437a31d1-4581-4974-8f6c-50d80209def3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-437a31d1-4581-4974-8f6c-50d80209def3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-437a31d1-4581-4974-8f6c-50d80209def3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-437a31d1-4581-4974-8f6c-50d80209def3 .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-437a31d1-4581-4974-8f6c-50d80209def3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-437a31d1-4581-4974-8f6c-50d80209def3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-437a31d1-4581-4974-8f6c-50d80209def3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-437a31d1-4581-4974-8f6c-50d80209def3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-437a31d1-4581-4974-8f6c-50d80209def3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-437a31d1-4581-4974-8f6c-50d80209def3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-437a31d1-4581-4974-8f6c-50d80209def3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-437a31d1-4581-4974-8f6c-50d80209def3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-437a31d1-4581-4974-8f6c-50d80209def3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-437a31d1-4581-4974-8f6c-50d80209def3 .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-437a31d1-4581-4974-8f6c-50d80209def3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-437a31d1-4581-4974-8f6c-50d80209def3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-437a31d1-4581-4974-8f6c-50d80209def3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-437a31d1-4581-4974-8f6c-50d80209def3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-437a31d1-4581-4974-8f6c-50d80209def3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-437a31d1-4581-4974-8f6c-50d80209def3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-437a31d1-4581-4974-8f6c-50d80209def3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-437a31d1-4581-4974-8f6c-50d80209def3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-437a31d1-4581-4974-8f6c-50d80209def3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-437a31d1-4581-4974-8f6c-50d80209def3 .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-437a31d1-4581-4974-8f6c-50d80209def3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-437a31d1-4581-4974-8f6c-50d80209def3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-437a31d1-4581-4974-8f6c-50d80209def3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-437a31d1-4581-4974-8f6c-50d80209def3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-437a31d1-4581-4974-8f6c-50d80209def3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-437a31d1-4581-4974-8f6c-50d80209def3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-437a31d1-4581-4974-8f6c-50d80209def3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-437a31d1-4581-4974-8f6c-50d80209def3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-437a31d1-4581-4974-8f6c-50d80209def3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-437a31d1-4581-4974-8f6c-50d80209def3 .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-437a31d1-4581-4974-8f6c-50d80209def3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-437a31d1-4581-4974-8f6c-50d80209def3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-437a31d1-4581-4974-8f6c-50d80209def3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-437a31d1-4581-4974-8f6c-50d80209def3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-437a31d1-4581-4974-8f6c-50d80209def3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-437a31d1-4581-4974-8f6c-50d80209def3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-844971b3-31a6-4c8e-8051-280e3233315d {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(247, 209, 23, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}








#s-844971b3-31a6-4c8e-8051-280e3233315d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-844971b3-31a6-4c8e-8051-280e3233315d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2944a40a-7879-4712-a72c-2e264c66673d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2944a40a-7879-4712-a72c-2e264c66673d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2944a40a-7879-4712-a72c-2e264c66673d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2944a40a-7879-4712-a72c-2e264c66673d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2944a40a-7879-4712-a72c-2e264c66673d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-34431ae6-c773-413e-814a-ad59586a1fa5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-34431ae6-c773-413e-814a-ad59586a1fa5 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-1db4305f-8c6e-4505-841b-74e9066da021 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}
@media (max-width: 767px){#s-1db4305f-8c6e-4505-841b-74e9066da021 {
  text-align: left;
}
}
#s-1db4305f-8c6e-4505-841b-74e9066da021 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-1db4305f-8c6e-4505-841b-74e9066da021 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-feaf0151-8958-4dde-a804-6f80ba4b6a0f {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-feaf0151-8958-4dde-a804-6f80ba4b6a0f .shg-proportional-font-size,
#s-feaf0151-8958-4dde-a804-6f80ba4b6a0f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-65b98e40-5ee0-41bb-930b-c8fee22d4bcf {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(229, 229, 229, 1);
border-style: solid;
border-radius: 0px;
}

@media (min-width: 0px) {
[id="s-65b98e40-5ee0-41bb-930b-c8fee22d4bcf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65b98e40-5ee0-41bb-930b-c8fee22d4bcf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-65b98e40-5ee0-41bb-930b-c8fee22d4bcf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-65b98e40-5ee0-41bb-930b-c8fee22d4bcf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-65b98e40-5ee0-41bb-930b-c8fee22d4bcf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-65b98e40-5ee0-41bb-930b-c8fee22d4bcf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-65b98e40-5ee0-41bb-930b-c8fee22d4bcf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-0ab52862-1035-48d3-bb49-439a7cbde932 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0ab52862-1035-48d3-bb49-439a7cbde932 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0ab52862-1035-48d3-bb49-439a7cbde932 {
  cursor: pointer;
}#s-0ab52862-1035-48d3-bb49-439a7cbde932.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f99b7531-a318-4cf7-b439-b41d1b260c2e {
  margin-left: auto;
margin-right: auto;
max-width: 1240px;
text-align: center;
}

#s-f99b7531-a318-4cf7-b439-b41d1b260c2e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f99b7531-a318-4cf7-b439-b41d1b260c2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f99b7531-a318-4cf7-b439-b41d1b260c2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f99b7531-a318-4cf7-b439-b41d1b260c2e .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-f99b7531-a318-4cf7-b439-b41d1b260c2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f99b7531-a318-4cf7-b439-b41d1b260c2e img.shogun-image {
  width: 100%;
  
  
  max-width: 1240px;

      
    max-width: 1240px;

  /* 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-f99b7531-a318-4cf7-b439-b41d1b260c2e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f99b7531-a318-4cf7-b439-b41d1b260c2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f99b7531-a318-4cf7-b439-b41d1b260c2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f99b7531-a318-4cf7-b439-b41d1b260c2e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f99b7531-a318-4cf7-b439-b41d1b260c2e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f99b7531-a318-4cf7-b439-b41d1b260c2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f99b7531-a318-4cf7-b439-b41d1b260c2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f99b7531-a318-4cf7-b439-b41d1b260c2e .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-f99b7531-a318-4cf7-b439-b41d1b260c2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f99b7531-a318-4cf7-b439-b41d1b260c2e img.shogun-image {
  width: 100%;
  
  
  max-width: 1240px;

      
    max-width: 1240px;

  /* 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-f99b7531-a318-4cf7-b439-b41d1b260c2e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f99b7531-a318-4cf7-b439-b41d1b260c2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f99b7531-a318-4cf7-b439-b41d1b260c2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f99b7531-a318-4cf7-b439-b41d1b260c2e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f99b7531-a318-4cf7-b439-b41d1b260c2e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f99b7531-a318-4cf7-b439-b41d1b260c2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f99b7531-a318-4cf7-b439-b41d1b260c2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f99b7531-a318-4cf7-b439-b41d1b260c2e .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-f99b7531-a318-4cf7-b439-b41d1b260c2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f99b7531-a318-4cf7-b439-b41d1b260c2e img.shogun-image {
  width: 100%;
  
  
  max-width: 1240px;

      
    max-width: 1240px;

  /* 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-f99b7531-a318-4cf7-b439-b41d1b260c2e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f99b7531-a318-4cf7-b439-b41d1b260c2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f99b7531-a318-4cf7-b439-b41d1b260c2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f99b7531-a318-4cf7-b439-b41d1b260c2e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f99b7531-a318-4cf7-b439-b41d1b260c2e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f99b7531-a318-4cf7-b439-b41d1b260c2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f99b7531-a318-4cf7-b439-b41d1b260c2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f99b7531-a318-4cf7-b439-b41d1b260c2e .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-f99b7531-a318-4cf7-b439-b41d1b260c2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f99b7531-a318-4cf7-b439-b41d1b260c2e img.shogun-image {
  width: 100%;
  
  
  max-width: 1240px;

      
    max-width: 1240px;

  /* 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-f99b7531-a318-4cf7-b439-b41d1b260c2e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f99b7531-a318-4cf7-b439-b41d1b260c2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f99b7531-a318-4cf7-b439-b41d1b260c2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f99b7531-a318-4cf7-b439-b41d1b260c2e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f99b7531-a318-4cf7-b439-b41d1b260c2e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f99b7531-a318-4cf7-b439-b41d1b260c2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f99b7531-a318-4cf7-b439-b41d1b260c2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f99b7531-a318-4cf7-b439-b41d1b260c2e .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-f99b7531-a318-4cf7-b439-b41d1b260c2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f99b7531-a318-4cf7-b439-b41d1b260c2e img.shogun-image {
  width: 100%;
  
  
  max-width: 1240px;

      
    max-width: 1240px;

  /* 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-f99b7531-a318-4cf7-b439-b41d1b260c2e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f99b7531-a318-4cf7-b439-b41d1b260c2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f99b7531-a318-4cf7-b439-b41d1b260c2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f99b7531-a318-4cf7-b439-b41d1b260c2e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a986d0ff-765b-4ede-9cb9-cdfd8c710d5c {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a986d0ff-765b-4ede-9cb9-cdfd8c710d5c .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-d69d1350-3182-47ab-a7ff-dc84429259d0 {
  margin-left: auto;
margin-right: auto;
}

#s-ce097398-0dc9-423f-85ab-ba595baf4c3c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ce097398-0dc9-423f-85ab-ba595baf4c3c .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 32px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-ce097398-0dc9-423f-85ab-ba595baf4c3c .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 32px;
}

#s-ce097398-0dc9-423f-85ab-ba595baf4c3c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-85ebda09-0e7d-462e-8942-4693204069f3 {
  margin-left: auto;
margin-right: auto;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(229, 229, 229, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}








#s-85ebda09-0e7d-462e-8942-4693204069f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85ebda09-0e7d-462e-8942-4693204069f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1c5c6bf-57a9-48e9-907c-b358dcb905e7 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1c5c6bf-57a9-48e9-907c-b358dcb905e7 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-1f5ba162-dfc9-49d1-89ea-1e82d0eb441d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1f5ba162-dfc9-49d1-89ea-1e82d0eb441d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f5ba162-dfc9-49d1-89ea-1e82d0eb441d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1f5ba162-dfc9-49d1-89ea-1e82d0eb441d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f5ba162-dfc9-49d1-89ea-1e82d0eb441d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dd7bbac4-2fdc-42fb-9911-aee16055f6f5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-dd7bbac4-2fdc-42fb-9911-aee16055f6f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dd7bbac4-2fdc-42fb-9911-aee16055f6f5 {
  cursor: pointer;
}#s-dd7bbac4-2fdc-42fb-9911-aee16055f6f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8eb67d71-dd23-4535-911f-f89f3be7c401 {
  margin-left: auto;
margin-right: auto;
max-width: 3203px;
text-align: center;
}

#s-8eb67d71-dd23-4535-911f-f89f3be7c401 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8eb67d71-dd23-4535-911f-f89f3be7c401-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8eb67d71-dd23-4535-911f-f89f3be7c401 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8eb67d71-dd23-4535-911f-f89f3be7c401 .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-8eb67d71-dd23-4535-911f-f89f3be7c401 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8eb67d71-dd23-4535-911f-f89f3be7c401 img.shogun-image {
  width: 100%;
  
  
  max-width: 3203px;

      
    max-width: 3203px;

  /* 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-8eb67d71-dd23-4535-911f-f89f3be7c401 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8eb67d71-dd23-4535-911f-f89f3be7c401.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eb67d71-dd23-4535-911f-f89f3be7c401.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eb67d71-dd23-4535-911f-f89f3be7c401.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8eb67d71-dd23-4535-911f-f89f3be7c401 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8eb67d71-dd23-4535-911f-f89f3be7c401 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8eb67d71-dd23-4535-911f-f89f3be7c401 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-8eb67d71-dd23-4535-911f-f89f3be7c401 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8eb67d71-dd23-4535-911f-f89f3be7c401-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8eb67d71-dd23-4535-911f-f89f3be7c401 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8eb67d71-dd23-4535-911f-f89f3be7c401 .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-8eb67d71-dd23-4535-911f-f89f3be7c401 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8eb67d71-dd23-4535-911f-f89f3be7c401 img.shogun-image {
  width: 100%;
  
  
  max-width: 3203px;

      
    max-width: 3203px;

  /* 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-8eb67d71-dd23-4535-911f-f89f3be7c401 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8eb67d71-dd23-4535-911f-f89f3be7c401.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eb67d71-dd23-4535-911f-f89f3be7c401.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eb67d71-dd23-4535-911f-f89f3be7c401.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8eb67d71-dd23-4535-911f-f89f3be7c401 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8eb67d71-dd23-4535-911f-f89f3be7c401 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8eb67d71-dd23-4535-911f-f89f3be7c401 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-8eb67d71-dd23-4535-911f-f89f3be7c401 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8eb67d71-dd23-4535-911f-f89f3be7c401-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8eb67d71-dd23-4535-911f-f89f3be7c401 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8eb67d71-dd23-4535-911f-f89f3be7c401 .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-8eb67d71-dd23-4535-911f-f89f3be7c401 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8eb67d71-dd23-4535-911f-f89f3be7c401 img.shogun-image {
  width: 100%;
  
  
  max-width: 3203px;

      
    max-width: 3203px;

  /* 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-8eb67d71-dd23-4535-911f-f89f3be7c401 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8eb67d71-dd23-4535-911f-f89f3be7c401.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eb67d71-dd23-4535-911f-f89f3be7c401.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eb67d71-dd23-4535-911f-f89f3be7c401.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8eb67d71-dd23-4535-911f-f89f3be7c401 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8eb67d71-dd23-4535-911f-f89f3be7c401 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8eb67d71-dd23-4535-911f-f89f3be7c401 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-8eb67d71-dd23-4535-911f-f89f3be7c401 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8eb67d71-dd23-4535-911f-f89f3be7c401-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8eb67d71-dd23-4535-911f-f89f3be7c401 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8eb67d71-dd23-4535-911f-f89f3be7c401 .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-8eb67d71-dd23-4535-911f-f89f3be7c401 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8eb67d71-dd23-4535-911f-f89f3be7c401 img.shogun-image {
  width: 100%;
  
  
  max-width: 3203px;

      
    max-width: 3203px;

  /* 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-8eb67d71-dd23-4535-911f-f89f3be7c401 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8eb67d71-dd23-4535-911f-f89f3be7c401.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eb67d71-dd23-4535-911f-f89f3be7c401.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eb67d71-dd23-4535-911f-f89f3be7c401.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8eb67d71-dd23-4535-911f-f89f3be7c401 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8eb67d71-dd23-4535-911f-f89f3be7c401 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8eb67d71-dd23-4535-911f-f89f3be7c401 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-8eb67d71-dd23-4535-911f-f89f3be7c401 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8eb67d71-dd23-4535-911f-f89f3be7c401-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8eb67d71-dd23-4535-911f-f89f3be7c401 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8eb67d71-dd23-4535-911f-f89f3be7c401 .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-8eb67d71-dd23-4535-911f-f89f3be7c401 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8eb67d71-dd23-4535-911f-f89f3be7c401 img.shogun-image {
  width: 100%;
  
  
  max-width: 3203px;

      
    max-width: 3203px;

  /* 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-8eb67d71-dd23-4535-911f-f89f3be7c401 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8eb67d71-dd23-4535-911f-f89f3be7c401.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eb67d71-dd23-4535-911f-f89f3be7c401.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eb67d71-dd23-4535-911f-f89f3be7c401.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8eb67d71-dd23-4535-911f-f89f3be7c401 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8eb67d71-dd23-4535-911f-f89f3be7c401 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8eb67d71-dd23-4535-911f-f89f3be7c401 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-21a2f4b8-3e30-4d19-9f34-32508b6218e4 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21a2f4b8-3e30-4d19-9f34-32508b6218e4 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-ec973135-a08e-4e83-94a3-495b74d4d60f {
  margin-left: auto;
margin-right: auto;
}

#s-02a06dd1-ecda-465a-805d-ee292dc3f2e0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-02a06dd1-ecda-465a-805d-ee292dc3f2e0 .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 32px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-02a06dd1-ecda-465a-805d-ee292dc3f2e0 .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 32px;
}

#s-02a06dd1-ecda-465a-805d-ee292dc3f2e0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d924902d-3e51-4043-8f76-262ccd088f60 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d924902d-3e51-4043-8f76-262ccd088f60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d924902d-3e51-4043-8f76-262ccd088f60 {
  cursor: pointer;
}#s-d924902d-3e51-4043-8f76-262ccd088f60.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 {
  margin-left: auto;
margin-right: auto;
max-width: 3073px;
text-align: center;
}

#s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 .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-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 img.shogun-image {
  width: 100%;
  
  
  max-width: 3073px;

      
    max-width: 3073px;

  /* 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-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 .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-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 img.shogun-image {
  width: 100%;
  
  
  max-width: 3073px;

      
    max-width: 3073px;

  /* 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-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 .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-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 img.shogun-image {
  width: 100%;
  
  
  max-width: 3073px;

      
    max-width: 3073px;

  /* 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-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 .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-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 img.shogun-image {
  width: 100%;
  
  
  max-width: 3073px;

      
    max-width: 3073px;

  /* 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-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 .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-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 img.shogun-image {
  width: 100%;
  
  
  max-width: 3073px;

      
    max-width: 3073px;

  /* 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-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8abc1fa6-72b9-4f52-90c2-d7d59db5f253 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-c19c75bb-4d15-45b5-805c-260b3af56cb2 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c19c75bb-4d15-45b5-805c-260b3af56cb2 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-cdb5c244-d822-47df-8ba6-7d7638b2cbe3 {
  margin-left: auto;
margin-right: auto;
}

#s-e6885e0c-a0d8-44cd-ab18-c4d62bb5222f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-e6885e0c-a0d8-44cd-ab18-c4d62bb5222f .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 32px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-e6885e0c-a0d8-44cd-ab18-c4d62bb5222f .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 32px;
}

#s-e6885e0c-a0d8-44cd-ab18-c4d62bb5222f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-302ddf9a-a332-4f7c-af7c-1360f44b835d {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}
@media (max-width: 767px){#s-302ddf9a-a332-4f7c-af7c-1360f44b835d {
  margin-left: 1%;
margin-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-302ddf9a-a332-4f7c-af7c-1360f44b835d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-302ddf9a-a332-4f7c-af7c-1360f44b835d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-302ddf9a-a332-4f7c-af7c-1360f44b835d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-302ddf9a-a332-4f7c-af7c-1360f44b835d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-06c0aca6-731f-4ba2-9dae-d6008f5cade0 {
  margin-left: auto;
margin-right: auto;
max-width: 4552px;
text-align: center;
}

#s-06c0aca6-731f-4ba2-9dae-d6008f5cade0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-06c0aca6-731f-4ba2-9dae-d6008f5cade0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-06c0aca6-731f-4ba2-9dae-d6008f5cade0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-06c0aca6-731f-4ba2-9dae-d6008f5cade0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-06c0aca6-731f-4ba2-9dae-d6008f5cade0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-06c0aca6-731f-4ba2-9dae-d6008f5cade0 img.shogun-image {
  width: 100%;
  
  
  max-width: 4552px;

      
    max-width: 4552px;

  /* 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-06c0aca6-731f-4ba2-9dae-d6008f5cade0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-06c0aca6-731f-4ba2-9dae-d6008f5cade0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06c0aca6-731f-4ba2-9dae-d6008f5cade0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06c0aca6-731f-4ba2-9dae-d6008f5cade0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-06c0aca6-731f-4ba2-9dae-d6008f5cade0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-06c0aca6-731f-4ba2-9dae-d6008f5cade0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-06c0aca6-731f-4ba2-9dae-d6008f5cade0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-06c0aca6-731f-4ba2-9dae-d6008f5cade0 .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-06c0aca6-731f-4ba2-9dae-d6008f5cade0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-06c0aca6-731f-4ba2-9dae-d6008f5cade0 img.shogun-image {
  width: 100%;
  
  
  max-width: 4552px;

      
    max-width: 4552px;

  /* 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-06c0aca6-731f-4ba2-9dae-d6008f5cade0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-06c0aca6-731f-4ba2-9dae-d6008f5cade0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06c0aca6-731f-4ba2-9dae-d6008f5cade0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06c0aca6-731f-4ba2-9dae-d6008f5cade0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-06c0aca6-731f-4ba2-9dae-d6008f5cade0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-06c0aca6-731f-4ba2-9dae-d6008f5cade0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-06c0aca6-731f-4ba2-9dae-d6008f5cade0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-06c0aca6-731f-4ba2-9dae-d6008f5cade0 .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-06c0aca6-731f-4ba2-9dae-d6008f5cade0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-06c0aca6-731f-4ba2-9dae-d6008f5cade0 img.shogun-image {
  width: 100%;
  
  
  max-width: 4552px;

      
    max-width: 4552px;

  /* 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-06c0aca6-731f-4ba2-9dae-d6008f5cade0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-06c0aca6-731f-4ba2-9dae-d6008f5cade0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06c0aca6-731f-4ba2-9dae-d6008f5cade0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06c0aca6-731f-4ba2-9dae-d6008f5cade0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-06c0aca6-731f-4ba2-9dae-d6008f5cade0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-06c0aca6-731f-4ba2-9dae-d6008f5cade0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-06c0aca6-731f-4ba2-9dae-d6008f5cade0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-06c0aca6-731f-4ba2-9dae-d6008f5cade0 .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-06c0aca6-731f-4ba2-9dae-d6008f5cade0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-06c0aca6-731f-4ba2-9dae-d6008f5cade0 img.shogun-image {
  width: 100%;
  
  
  max-width: 4552px;

      
    max-width: 4552px;

  /* 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-06c0aca6-731f-4ba2-9dae-d6008f5cade0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-06c0aca6-731f-4ba2-9dae-d6008f5cade0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06c0aca6-731f-4ba2-9dae-d6008f5cade0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06c0aca6-731f-4ba2-9dae-d6008f5cade0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-06c0aca6-731f-4ba2-9dae-d6008f5cade0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-06c0aca6-731f-4ba2-9dae-d6008f5cade0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-06c0aca6-731f-4ba2-9dae-d6008f5cade0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-06c0aca6-731f-4ba2-9dae-d6008f5cade0 .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-06c0aca6-731f-4ba2-9dae-d6008f5cade0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-06c0aca6-731f-4ba2-9dae-d6008f5cade0 img.shogun-image {
  width: 100%;
  
  
  max-width: 4552px;

      
    max-width: 4552px;

  /* 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-06c0aca6-731f-4ba2-9dae-d6008f5cade0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-06c0aca6-731f-4ba2-9dae-d6008f5cade0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06c0aca6-731f-4ba2-9dae-d6008f5cade0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06c0aca6-731f-4ba2-9dae-d6008f5cade0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-48da1782-e8e3-403c-b766-ac57561423e4 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-48da1782-e8e3-403c-b766-ac57561423e4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-48da1782-e8e3-403c-b766-ac57561423e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-48da1782-e8e3-403c-b766-ac57561423e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-48da1782-e8e3-403c-b766-ac57561423e4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-48da1782-e8e3-403c-b766-ac57561423e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-48da1782-e8e3-403c-b766-ac57561423e4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-48da1782-e8e3-403c-b766-ac57561423e4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-48da1782-e8e3-403c-b766-ac57561423e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48da1782-e8e3-403c-b766-ac57561423e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48da1782-e8e3-403c-b766-ac57561423e4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-48da1782-e8e3-403c-b766-ac57561423e4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-48da1782-e8e3-403c-b766-ac57561423e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-48da1782-e8e3-403c-b766-ac57561423e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-48da1782-e8e3-403c-b766-ac57561423e4 .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-48da1782-e8e3-403c-b766-ac57561423e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-48da1782-e8e3-403c-b766-ac57561423e4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-48da1782-e8e3-403c-b766-ac57561423e4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-48da1782-e8e3-403c-b766-ac57561423e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48da1782-e8e3-403c-b766-ac57561423e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48da1782-e8e3-403c-b766-ac57561423e4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-48da1782-e8e3-403c-b766-ac57561423e4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-48da1782-e8e3-403c-b766-ac57561423e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-48da1782-e8e3-403c-b766-ac57561423e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-48da1782-e8e3-403c-b766-ac57561423e4 .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-48da1782-e8e3-403c-b766-ac57561423e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-48da1782-e8e3-403c-b766-ac57561423e4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-48da1782-e8e3-403c-b766-ac57561423e4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-48da1782-e8e3-403c-b766-ac57561423e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48da1782-e8e3-403c-b766-ac57561423e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48da1782-e8e3-403c-b766-ac57561423e4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-48da1782-e8e3-403c-b766-ac57561423e4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-48da1782-e8e3-403c-b766-ac57561423e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-48da1782-e8e3-403c-b766-ac57561423e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-48da1782-e8e3-403c-b766-ac57561423e4 .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-48da1782-e8e3-403c-b766-ac57561423e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-48da1782-e8e3-403c-b766-ac57561423e4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-48da1782-e8e3-403c-b766-ac57561423e4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-48da1782-e8e3-403c-b766-ac57561423e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48da1782-e8e3-403c-b766-ac57561423e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48da1782-e8e3-403c-b766-ac57561423e4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-48da1782-e8e3-403c-b766-ac57561423e4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-48da1782-e8e3-403c-b766-ac57561423e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-48da1782-e8e3-403c-b766-ac57561423e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-48da1782-e8e3-403c-b766-ac57561423e4 .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-48da1782-e8e3-403c-b766-ac57561423e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-48da1782-e8e3-403c-b766-ac57561423e4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-48da1782-e8e3-403c-b766-ac57561423e4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-48da1782-e8e3-403c-b766-ac57561423e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48da1782-e8e3-403c-b766-ac57561423e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48da1782-e8e3-403c-b766-ac57561423e4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9 .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-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9 .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-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9 .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-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9 .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-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5b5a3fd-7b1d-4524-9e1f-010ebc2bbab9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b53fa87d-ef64-4089-80ae-91b4865523a7 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-b53fa87d-ef64-4089-80ae-91b4865523a7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b53fa87d-ef64-4089-80ae-91b4865523a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b53fa87d-ef64-4089-80ae-91b4865523a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b53fa87d-ef64-4089-80ae-91b4865523a7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b53fa87d-ef64-4089-80ae-91b4865523a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b53fa87d-ef64-4089-80ae-91b4865523a7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-b53fa87d-ef64-4089-80ae-91b4865523a7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b53fa87d-ef64-4089-80ae-91b4865523a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b53fa87d-ef64-4089-80ae-91b4865523a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b53fa87d-ef64-4089-80ae-91b4865523a7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b53fa87d-ef64-4089-80ae-91b4865523a7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b53fa87d-ef64-4089-80ae-91b4865523a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b53fa87d-ef64-4089-80ae-91b4865523a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b53fa87d-ef64-4089-80ae-91b4865523a7 .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-b53fa87d-ef64-4089-80ae-91b4865523a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b53fa87d-ef64-4089-80ae-91b4865523a7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-b53fa87d-ef64-4089-80ae-91b4865523a7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b53fa87d-ef64-4089-80ae-91b4865523a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b53fa87d-ef64-4089-80ae-91b4865523a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b53fa87d-ef64-4089-80ae-91b4865523a7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b53fa87d-ef64-4089-80ae-91b4865523a7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b53fa87d-ef64-4089-80ae-91b4865523a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b53fa87d-ef64-4089-80ae-91b4865523a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b53fa87d-ef64-4089-80ae-91b4865523a7 .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-b53fa87d-ef64-4089-80ae-91b4865523a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b53fa87d-ef64-4089-80ae-91b4865523a7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-b53fa87d-ef64-4089-80ae-91b4865523a7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b53fa87d-ef64-4089-80ae-91b4865523a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b53fa87d-ef64-4089-80ae-91b4865523a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b53fa87d-ef64-4089-80ae-91b4865523a7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b53fa87d-ef64-4089-80ae-91b4865523a7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b53fa87d-ef64-4089-80ae-91b4865523a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b53fa87d-ef64-4089-80ae-91b4865523a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b53fa87d-ef64-4089-80ae-91b4865523a7 .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-b53fa87d-ef64-4089-80ae-91b4865523a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b53fa87d-ef64-4089-80ae-91b4865523a7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-b53fa87d-ef64-4089-80ae-91b4865523a7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b53fa87d-ef64-4089-80ae-91b4865523a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b53fa87d-ef64-4089-80ae-91b4865523a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b53fa87d-ef64-4089-80ae-91b4865523a7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b53fa87d-ef64-4089-80ae-91b4865523a7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b53fa87d-ef64-4089-80ae-91b4865523a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b53fa87d-ef64-4089-80ae-91b4865523a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b53fa87d-ef64-4089-80ae-91b4865523a7 .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-b53fa87d-ef64-4089-80ae-91b4865523a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b53fa87d-ef64-4089-80ae-91b4865523a7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-b53fa87d-ef64-4089-80ae-91b4865523a7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b53fa87d-ef64-4089-80ae-91b4865523a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b53fa87d-ef64-4089-80ae-91b4865523a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b53fa87d-ef64-4089-80ae-91b4865523a7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-93c16804-3766-4b4b-926c-7dedd06d2187 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(247, 209, 23, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}








#s-93c16804-3766-4b4b-926c-7dedd06d2187 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-93c16804-3766-4b4b-926c-7dedd06d2187.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e89901ee-1d32-4565-931f-02150f275ab4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e89901ee-1d32-4565-931f-02150f275ab4 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 52px;
  
  
  
}


@media (max-width: 767px){#s-e89901ee-1d32-4565-931f-02150f275ab4 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-ccd96047-29b4-4a9e-b01e-7393d7d9a2d4 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(229, 229, 229, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}








#s-ccd96047-29b4-4a9e-b01e-7393d7d9a2d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ccd96047-29b4-4a9e-b01e-7393d7d9a2d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c365e02-5197-403d-a6c3-34b044fed021 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4c365e02-5197-403d-a6c3-34b044fed021 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-4c365e02-5197-403d-a6c3-34b044fed021 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-78822029-6211-4860-8b9e-40a42f9007ab {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-78822029-6211-4860-8b9e-40a42f9007ab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-78822029-6211-4860-8b9e-40a42f9007ab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-78822029-6211-4860-8b9e-40a42f9007ab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-78822029-6211-4860-8b9e-40a42f9007ab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-b3814968-75c8-425d-8a3c-d26a9537ff11 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-b3814968-75c8-425d-8a3c-d26a9537ff11 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b3814968-75c8-425d-8a3c-d26a9537ff11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b3814968-75c8-425d-8a3c-d26a9537ff11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b3814968-75c8-425d-8a3c-d26a9537ff11 .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-b3814968-75c8-425d-8a3c-d26a9537ff11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b3814968-75c8-425d-8a3c-d26a9537ff11 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* 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-b3814968-75c8-425d-8a3c-d26a9537ff11 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b3814968-75c8-425d-8a3c-d26a9537ff11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3814968-75c8-425d-8a3c-d26a9537ff11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3814968-75c8-425d-8a3c-d26a9537ff11.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b3814968-75c8-425d-8a3c-d26a9537ff11 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b3814968-75c8-425d-8a3c-d26a9537ff11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b3814968-75c8-425d-8a3c-d26a9537ff11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b3814968-75c8-425d-8a3c-d26a9537ff11 .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-b3814968-75c8-425d-8a3c-d26a9537ff11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b3814968-75c8-425d-8a3c-d26a9537ff11 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* 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-b3814968-75c8-425d-8a3c-d26a9537ff11 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b3814968-75c8-425d-8a3c-d26a9537ff11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3814968-75c8-425d-8a3c-d26a9537ff11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3814968-75c8-425d-8a3c-d26a9537ff11.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b3814968-75c8-425d-8a3c-d26a9537ff11 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b3814968-75c8-425d-8a3c-d26a9537ff11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b3814968-75c8-425d-8a3c-d26a9537ff11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b3814968-75c8-425d-8a3c-d26a9537ff11 .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-b3814968-75c8-425d-8a3c-d26a9537ff11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b3814968-75c8-425d-8a3c-d26a9537ff11 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* 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-b3814968-75c8-425d-8a3c-d26a9537ff11 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b3814968-75c8-425d-8a3c-d26a9537ff11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3814968-75c8-425d-8a3c-d26a9537ff11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3814968-75c8-425d-8a3c-d26a9537ff11.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b3814968-75c8-425d-8a3c-d26a9537ff11 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b3814968-75c8-425d-8a3c-d26a9537ff11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b3814968-75c8-425d-8a3c-d26a9537ff11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b3814968-75c8-425d-8a3c-d26a9537ff11 .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-b3814968-75c8-425d-8a3c-d26a9537ff11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b3814968-75c8-425d-8a3c-d26a9537ff11 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* 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-b3814968-75c8-425d-8a3c-d26a9537ff11 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b3814968-75c8-425d-8a3c-d26a9537ff11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3814968-75c8-425d-8a3c-d26a9537ff11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3814968-75c8-425d-8a3c-d26a9537ff11.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b3814968-75c8-425d-8a3c-d26a9537ff11 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b3814968-75c8-425d-8a3c-d26a9537ff11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b3814968-75c8-425d-8a3c-d26a9537ff11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b3814968-75c8-425d-8a3c-d26a9537ff11 .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-b3814968-75c8-425d-8a3c-d26a9537ff11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b3814968-75c8-425d-8a3c-d26a9537ff11 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* 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-b3814968-75c8-425d-8a3c-d26a9537ff11 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b3814968-75c8-425d-8a3c-d26a9537ff11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3814968-75c8-425d-8a3c-d26a9537ff11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3814968-75c8-425d-8a3c-d26a9537ff11.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f0a780c4-bb79-47a5-8d8c-3d3fe49f220f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f0a780c4-bb79-47a5-8d8c-3d3fe49f220f .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-f0a780c4-bb79-47a5-8d8c-3d3fe49f220f .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc .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-4d1f865d-b5dd-4a90-80fb-ad212aa4accc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-4d1f865d-b5dd-4a90-80fb-ad212aa4accc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc .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-4d1f865d-b5dd-4a90-80fb-ad212aa4accc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-4d1f865d-b5dd-4a90-80fb-ad212aa4accc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc .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-4d1f865d-b5dd-4a90-80fb-ad212aa4accc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-4d1f865d-b5dd-4a90-80fb-ad212aa4accc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc .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-4d1f865d-b5dd-4a90-80fb-ad212aa4accc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-4d1f865d-b5dd-4a90-80fb-ad212aa4accc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc .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-4d1f865d-b5dd-4a90-80fb-ad212aa4accc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-4d1f865d-b5dd-4a90-80fb-ad212aa4accc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d1f865d-b5dd-4a90-80fb-ad212aa4accc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-15790ec9-a651-4719-9951-1b703650980d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-15790ec9-a651-4719-9951-1b703650980d .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-15790ec9-a651-4719-9951-1b703650980d .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-04619e29-0666-4b77-bdd3-b6db72ed556f {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-04619e29-0666-4b77-bdd3-b6db72ed556f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-04619e29-0666-4b77-bdd3-b6db72ed556f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-04619e29-0666-4b77-bdd3-b6db72ed556f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-04619e29-0666-4b77-bdd3-b6db72ed556f .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-04619e29-0666-4b77-bdd3-b6db72ed556f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-04619e29-0666-4b77-bdd3-b6db72ed556f img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-04619e29-0666-4b77-bdd3-b6db72ed556f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-04619e29-0666-4b77-bdd3-b6db72ed556f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04619e29-0666-4b77-bdd3-b6db72ed556f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04619e29-0666-4b77-bdd3-b6db72ed556f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-04619e29-0666-4b77-bdd3-b6db72ed556f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-04619e29-0666-4b77-bdd3-b6db72ed556f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-04619e29-0666-4b77-bdd3-b6db72ed556f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-04619e29-0666-4b77-bdd3-b6db72ed556f .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-04619e29-0666-4b77-bdd3-b6db72ed556f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-04619e29-0666-4b77-bdd3-b6db72ed556f img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-04619e29-0666-4b77-bdd3-b6db72ed556f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-04619e29-0666-4b77-bdd3-b6db72ed556f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04619e29-0666-4b77-bdd3-b6db72ed556f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04619e29-0666-4b77-bdd3-b6db72ed556f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-04619e29-0666-4b77-bdd3-b6db72ed556f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-04619e29-0666-4b77-bdd3-b6db72ed556f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-04619e29-0666-4b77-bdd3-b6db72ed556f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-04619e29-0666-4b77-bdd3-b6db72ed556f .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-04619e29-0666-4b77-bdd3-b6db72ed556f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-04619e29-0666-4b77-bdd3-b6db72ed556f img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-04619e29-0666-4b77-bdd3-b6db72ed556f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-04619e29-0666-4b77-bdd3-b6db72ed556f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04619e29-0666-4b77-bdd3-b6db72ed556f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04619e29-0666-4b77-bdd3-b6db72ed556f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-04619e29-0666-4b77-bdd3-b6db72ed556f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-04619e29-0666-4b77-bdd3-b6db72ed556f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-04619e29-0666-4b77-bdd3-b6db72ed556f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-04619e29-0666-4b77-bdd3-b6db72ed556f .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-04619e29-0666-4b77-bdd3-b6db72ed556f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-04619e29-0666-4b77-bdd3-b6db72ed556f img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-04619e29-0666-4b77-bdd3-b6db72ed556f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-04619e29-0666-4b77-bdd3-b6db72ed556f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04619e29-0666-4b77-bdd3-b6db72ed556f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04619e29-0666-4b77-bdd3-b6db72ed556f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-04619e29-0666-4b77-bdd3-b6db72ed556f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-04619e29-0666-4b77-bdd3-b6db72ed556f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-04619e29-0666-4b77-bdd3-b6db72ed556f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-04619e29-0666-4b77-bdd3-b6db72ed556f .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-04619e29-0666-4b77-bdd3-b6db72ed556f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-04619e29-0666-4b77-bdd3-b6db72ed556f img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-04619e29-0666-4b77-bdd3-b6db72ed556f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-04619e29-0666-4b77-bdd3-b6db72ed556f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04619e29-0666-4b77-bdd3-b6db72ed556f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04619e29-0666-4b77-bdd3-b6db72ed556f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0508c9d0-61e1-4144-8909-0997fd1f6ebd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0508c9d0-61e1-4144-8909-0997fd1f6ebd .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-0508c9d0-61e1-4144-8909-0997fd1f6ebd .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d .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-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d .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-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d .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-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d .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-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d .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-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e3ca80c-9ffb-4d7b-9e64-c3d444c7cd4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2a190f39-c6de-4eb3-ab29-9d45c6a20335 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2a190f39-c6de-4eb3-ab29-9d45c6a20335 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-2a190f39-c6de-4eb3-ab29-9d45c6a20335 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-79df6f16-c346-4b75-b238-682f21148bb5 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-79df6f16-c346-4b75-b238-682f21148bb5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-79df6f16-c346-4b75-b238-682f21148bb5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-79df6f16-c346-4b75-b238-682f21148bb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-79df6f16-c346-4b75-b238-682f21148bb5 .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-79df6f16-c346-4b75-b238-682f21148bb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-79df6f16-c346-4b75-b238-682f21148bb5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-79df6f16-c346-4b75-b238-682f21148bb5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-79df6f16-c346-4b75-b238-682f21148bb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79df6f16-c346-4b75-b238-682f21148bb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79df6f16-c346-4b75-b238-682f21148bb5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-79df6f16-c346-4b75-b238-682f21148bb5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-79df6f16-c346-4b75-b238-682f21148bb5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-79df6f16-c346-4b75-b238-682f21148bb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-79df6f16-c346-4b75-b238-682f21148bb5 .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-79df6f16-c346-4b75-b238-682f21148bb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-79df6f16-c346-4b75-b238-682f21148bb5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-79df6f16-c346-4b75-b238-682f21148bb5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-79df6f16-c346-4b75-b238-682f21148bb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79df6f16-c346-4b75-b238-682f21148bb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79df6f16-c346-4b75-b238-682f21148bb5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-79df6f16-c346-4b75-b238-682f21148bb5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-79df6f16-c346-4b75-b238-682f21148bb5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-79df6f16-c346-4b75-b238-682f21148bb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-79df6f16-c346-4b75-b238-682f21148bb5 .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-79df6f16-c346-4b75-b238-682f21148bb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-79df6f16-c346-4b75-b238-682f21148bb5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-79df6f16-c346-4b75-b238-682f21148bb5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-79df6f16-c346-4b75-b238-682f21148bb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79df6f16-c346-4b75-b238-682f21148bb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79df6f16-c346-4b75-b238-682f21148bb5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-79df6f16-c346-4b75-b238-682f21148bb5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-79df6f16-c346-4b75-b238-682f21148bb5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-79df6f16-c346-4b75-b238-682f21148bb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-79df6f16-c346-4b75-b238-682f21148bb5 .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-79df6f16-c346-4b75-b238-682f21148bb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-79df6f16-c346-4b75-b238-682f21148bb5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-79df6f16-c346-4b75-b238-682f21148bb5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-79df6f16-c346-4b75-b238-682f21148bb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79df6f16-c346-4b75-b238-682f21148bb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79df6f16-c346-4b75-b238-682f21148bb5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-79df6f16-c346-4b75-b238-682f21148bb5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-79df6f16-c346-4b75-b238-682f21148bb5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-79df6f16-c346-4b75-b238-682f21148bb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-79df6f16-c346-4b75-b238-682f21148bb5 .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-79df6f16-c346-4b75-b238-682f21148bb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-79df6f16-c346-4b75-b238-682f21148bb5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-79df6f16-c346-4b75-b238-682f21148bb5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-79df6f16-c346-4b75-b238-682f21148bb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79df6f16-c346-4b75-b238-682f21148bb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79df6f16-c346-4b75-b238-682f21148bb5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9cf64a05-96f9-4210-9bcc-d671e902d77b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9cf64a05-96f9-4210-9bcc-d671e902d77b .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-9cf64a05-96f9-4210-9bcc-d671e902d77b .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-b66ec376-fe0d-4cc2-97c4-421134bed584 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(229, 229, 229, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}








#s-b66ec376-fe0d-4cc2-97c4-421134bed584 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b66ec376-fe0d-4cc2-97c4-421134bed584.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf1814a9-72c4-4d5a-b227-c58edfbc39aa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cf1814a9-72c4-4d5a-b227-c58edfbc39aa .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-cf1814a9-72c4-4d5a-b227-c58edfbc39aa .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-988bdf8f-325e-4a3f-a17a-37944128e754 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-988bdf8f-325e-4a3f-a17a-37944128e754"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-988bdf8f-325e-4a3f-a17a-37944128e754"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-988bdf8f-325e-4a3f-a17a-37944128e754"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-988bdf8f-325e-4a3f-a17a-37944128e754"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0 .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-caa8be27-231f-42d7-a3ce-a6ed922d7bc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-caa8be27-231f-42d7-a3ce-a6ed922d7bc0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0 .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-caa8be27-231f-42d7-a3ce-a6ed922d7bc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-caa8be27-231f-42d7-a3ce-a6ed922d7bc0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0 .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-caa8be27-231f-42d7-a3ce-a6ed922d7bc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-caa8be27-231f-42d7-a3ce-a6ed922d7bc0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0 .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-caa8be27-231f-42d7-a3ce-a6ed922d7bc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-caa8be27-231f-42d7-a3ce-a6ed922d7bc0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0 .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-caa8be27-231f-42d7-a3ce-a6ed922d7bc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-caa8be27-231f-42d7-a3ce-a6ed922d7bc0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-caa8be27-231f-42d7-a3ce-a6ed922d7bc0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c67784e4-d245-4aec-84ae-79a7546737fa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c67784e4-d245-4aec-84ae-79a7546737fa .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-c67784e4-d245-4aec-84ae-79a7546737fa .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-a20092c8-b4ba-435c-bac4-7bf747a90b65 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-a20092c8-b4ba-435c-bac4-7bf747a90b65 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a20092c8-b4ba-435c-bac4-7bf747a90b65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a20092c8-b4ba-435c-bac4-7bf747a90b65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a20092c8-b4ba-435c-bac4-7bf747a90b65 .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-a20092c8-b4ba-435c-bac4-7bf747a90b65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a20092c8-b4ba-435c-bac4-7bf747a90b65 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* 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-a20092c8-b4ba-435c-bac4-7bf747a90b65 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a20092c8-b4ba-435c-bac4-7bf747a90b65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a20092c8-b4ba-435c-bac4-7bf747a90b65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a20092c8-b4ba-435c-bac4-7bf747a90b65.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a20092c8-b4ba-435c-bac4-7bf747a90b65 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a20092c8-b4ba-435c-bac4-7bf747a90b65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a20092c8-b4ba-435c-bac4-7bf747a90b65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a20092c8-b4ba-435c-bac4-7bf747a90b65 .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-a20092c8-b4ba-435c-bac4-7bf747a90b65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a20092c8-b4ba-435c-bac4-7bf747a90b65 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* 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-a20092c8-b4ba-435c-bac4-7bf747a90b65 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a20092c8-b4ba-435c-bac4-7bf747a90b65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a20092c8-b4ba-435c-bac4-7bf747a90b65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a20092c8-b4ba-435c-bac4-7bf747a90b65.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a20092c8-b4ba-435c-bac4-7bf747a90b65 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a20092c8-b4ba-435c-bac4-7bf747a90b65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a20092c8-b4ba-435c-bac4-7bf747a90b65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a20092c8-b4ba-435c-bac4-7bf747a90b65 .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-a20092c8-b4ba-435c-bac4-7bf747a90b65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a20092c8-b4ba-435c-bac4-7bf747a90b65 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* 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-a20092c8-b4ba-435c-bac4-7bf747a90b65 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a20092c8-b4ba-435c-bac4-7bf747a90b65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a20092c8-b4ba-435c-bac4-7bf747a90b65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a20092c8-b4ba-435c-bac4-7bf747a90b65.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a20092c8-b4ba-435c-bac4-7bf747a90b65 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a20092c8-b4ba-435c-bac4-7bf747a90b65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a20092c8-b4ba-435c-bac4-7bf747a90b65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a20092c8-b4ba-435c-bac4-7bf747a90b65 .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-a20092c8-b4ba-435c-bac4-7bf747a90b65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a20092c8-b4ba-435c-bac4-7bf747a90b65 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* 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-a20092c8-b4ba-435c-bac4-7bf747a90b65 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a20092c8-b4ba-435c-bac4-7bf747a90b65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a20092c8-b4ba-435c-bac4-7bf747a90b65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a20092c8-b4ba-435c-bac4-7bf747a90b65.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a20092c8-b4ba-435c-bac4-7bf747a90b65 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a20092c8-b4ba-435c-bac4-7bf747a90b65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a20092c8-b4ba-435c-bac4-7bf747a90b65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a20092c8-b4ba-435c-bac4-7bf747a90b65 .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-a20092c8-b4ba-435c-bac4-7bf747a90b65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a20092c8-b4ba-435c-bac4-7bf747a90b65 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* 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-a20092c8-b4ba-435c-bac4-7bf747a90b65 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a20092c8-b4ba-435c-bac4-7bf747a90b65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a20092c8-b4ba-435c-bac4-7bf747a90b65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a20092c8-b4ba-435c-bac4-7bf747a90b65.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a205fd60-2246-4b7c-a1fe-a2e0c1c2fb4e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a205fd60-2246-4b7c-a1fe-a2e0c1c2fb4e .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-a205fd60-2246-4b7c-a1fe-a2e0c1c2fb4e .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-4aebb53f-61f1-4b2b-9186-15346d96c004 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-4aebb53f-61f1-4b2b-9186-15346d96c004 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4aebb53f-61f1-4b2b-9186-15346d96c004-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4aebb53f-61f1-4b2b-9186-15346d96c004 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4aebb53f-61f1-4b2b-9186-15346d96c004 .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-4aebb53f-61f1-4b2b-9186-15346d96c004 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4aebb53f-61f1-4b2b-9186-15346d96c004 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-4aebb53f-61f1-4b2b-9186-15346d96c004 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4aebb53f-61f1-4b2b-9186-15346d96c004.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aebb53f-61f1-4b2b-9186-15346d96c004.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aebb53f-61f1-4b2b-9186-15346d96c004.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4aebb53f-61f1-4b2b-9186-15346d96c004 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4aebb53f-61f1-4b2b-9186-15346d96c004-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4aebb53f-61f1-4b2b-9186-15346d96c004 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4aebb53f-61f1-4b2b-9186-15346d96c004 .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-4aebb53f-61f1-4b2b-9186-15346d96c004 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4aebb53f-61f1-4b2b-9186-15346d96c004 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-4aebb53f-61f1-4b2b-9186-15346d96c004 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4aebb53f-61f1-4b2b-9186-15346d96c004.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aebb53f-61f1-4b2b-9186-15346d96c004.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aebb53f-61f1-4b2b-9186-15346d96c004.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4aebb53f-61f1-4b2b-9186-15346d96c004 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4aebb53f-61f1-4b2b-9186-15346d96c004-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4aebb53f-61f1-4b2b-9186-15346d96c004 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4aebb53f-61f1-4b2b-9186-15346d96c004 .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-4aebb53f-61f1-4b2b-9186-15346d96c004 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4aebb53f-61f1-4b2b-9186-15346d96c004 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-4aebb53f-61f1-4b2b-9186-15346d96c004 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4aebb53f-61f1-4b2b-9186-15346d96c004.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aebb53f-61f1-4b2b-9186-15346d96c004.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aebb53f-61f1-4b2b-9186-15346d96c004.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4aebb53f-61f1-4b2b-9186-15346d96c004 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4aebb53f-61f1-4b2b-9186-15346d96c004-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4aebb53f-61f1-4b2b-9186-15346d96c004 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4aebb53f-61f1-4b2b-9186-15346d96c004 .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-4aebb53f-61f1-4b2b-9186-15346d96c004 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4aebb53f-61f1-4b2b-9186-15346d96c004 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-4aebb53f-61f1-4b2b-9186-15346d96c004 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4aebb53f-61f1-4b2b-9186-15346d96c004.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aebb53f-61f1-4b2b-9186-15346d96c004.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aebb53f-61f1-4b2b-9186-15346d96c004.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4aebb53f-61f1-4b2b-9186-15346d96c004 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4aebb53f-61f1-4b2b-9186-15346d96c004-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4aebb53f-61f1-4b2b-9186-15346d96c004 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4aebb53f-61f1-4b2b-9186-15346d96c004 .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-4aebb53f-61f1-4b2b-9186-15346d96c004 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4aebb53f-61f1-4b2b-9186-15346d96c004 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-4aebb53f-61f1-4b2b-9186-15346d96c004 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4aebb53f-61f1-4b2b-9186-15346d96c004.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aebb53f-61f1-4b2b-9186-15346d96c004.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aebb53f-61f1-4b2b-9186-15346d96c004.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-eee09cd3-d3b9-46e9-8c07-916386f2c55d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eee09cd3-d3b9-46e9-8c07-916386f2c55d .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-eee09cd3-d3b9-46e9-8c07-916386f2c55d .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-06b9dd45-1667-4520-9719-2cbaf3e25b4f {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-06b9dd45-1667-4520-9719-2cbaf3e25b4f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-06b9dd45-1667-4520-9719-2cbaf3e25b4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-06b9dd45-1667-4520-9719-2cbaf3e25b4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-06b9dd45-1667-4520-9719-2cbaf3e25b4f .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-06b9dd45-1667-4520-9719-2cbaf3e25b4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-06b9dd45-1667-4520-9719-2cbaf3e25b4f img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-06b9dd45-1667-4520-9719-2cbaf3e25b4f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-06b9dd45-1667-4520-9719-2cbaf3e25b4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06b9dd45-1667-4520-9719-2cbaf3e25b4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06b9dd45-1667-4520-9719-2cbaf3e25b4f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-06b9dd45-1667-4520-9719-2cbaf3e25b4f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-06b9dd45-1667-4520-9719-2cbaf3e25b4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-06b9dd45-1667-4520-9719-2cbaf3e25b4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-06b9dd45-1667-4520-9719-2cbaf3e25b4f .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-06b9dd45-1667-4520-9719-2cbaf3e25b4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-06b9dd45-1667-4520-9719-2cbaf3e25b4f img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-06b9dd45-1667-4520-9719-2cbaf3e25b4f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-06b9dd45-1667-4520-9719-2cbaf3e25b4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06b9dd45-1667-4520-9719-2cbaf3e25b4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06b9dd45-1667-4520-9719-2cbaf3e25b4f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-06b9dd45-1667-4520-9719-2cbaf3e25b4f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-06b9dd45-1667-4520-9719-2cbaf3e25b4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-06b9dd45-1667-4520-9719-2cbaf3e25b4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-06b9dd45-1667-4520-9719-2cbaf3e25b4f .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-06b9dd45-1667-4520-9719-2cbaf3e25b4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-06b9dd45-1667-4520-9719-2cbaf3e25b4f img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-06b9dd45-1667-4520-9719-2cbaf3e25b4f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-06b9dd45-1667-4520-9719-2cbaf3e25b4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06b9dd45-1667-4520-9719-2cbaf3e25b4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06b9dd45-1667-4520-9719-2cbaf3e25b4f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-06b9dd45-1667-4520-9719-2cbaf3e25b4f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-06b9dd45-1667-4520-9719-2cbaf3e25b4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-06b9dd45-1667-4520-9719-2cbaf3e25b4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-06b9dd45-1667-4520-9719-2cbaf3e25b4f .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-06b9dd45-1667-4520-9719-2cbaf3e25b4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-06b9dd45-1667-4520-9719-2cbaf3e25b4f img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-06b9dd45-1667-4520-9719-2cbaf3e25b4f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-06b9dd45-1667-4520-9719-2cbaf3e25b4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06b9dd45-1667-4520-9719-2cbaf3e25b4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06b9dd45-1667-4520-9719-2cbaf3e25b4f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-06b9dd45-1667-4520-9719-2cbaf3e25b4f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-06b9dd45-1667-4520-9719-2cbaf3e25b4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-06b9dd45-1667-4520-9719-2cbaf3e25b4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-06b9dd45-1667-4520-9719-2cbaf3e25b4f .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-06b9dd45-1667-4520-9719-2cbaf3e25b4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-06b9dd45-1667-4520-9719-2cbaf3e25b4f img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-06b9dd45-1667-4520-9719-2cbaf3e25b4f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-06b9dd45-1667-4520-9719-2cbaf3e25b4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06b9dd45-1667-4520-9719-2cbaf3e25b4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06b9dd45-1667-4520-9719-2cbaf3e25b4f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-311e27f8-d22a-4f04-9c90-fa197ef65244 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-311e27f8-d22a-4f04-9c90-fa197ef65244 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-311e27f8-d22a-4f04-9c90-fa197ef65244 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-4390f16f-8685-43e7-b368-ecf5bf501eca {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-4390f16f-8685-43e7-b368-ecf5bf501eca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4390f16f-8685-43e7-b368-ecf5bf501eca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4390f16f-8685-43e7-b368-ecf5bf501eca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4390f16f-8685-43e7-b368-ecf5bf501eca .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-4390f16f-8685-43e7-b368-ecf5bf501eca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4390f16f-8685-43e7-b368-ecf5bf501eca img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-4390f16f-8685-43e7-b368-ecf5bf501eca .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4390f16f-8685-43e7-b368-ecf5bf501eca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4390f16f-8685-43e7-b368-ecf5bf501eca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4390f16f-8685-43e7-b368-ecf5bf501eca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4390f16f-8685-43e7-b368-ecf5bf501eca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4390f16f-8685-43e7-b368-ecf5bf501eca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4390f16f-8685-43e7-b368-ecf5bf501eca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4390f16f-8685-43e7-b368-ecf5bf501eca .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-4390f16f-8685-43e7-b368-ecf5bf501eca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4390f16f-8685-43e7-b368-ecf5bf501eca img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-4390f16f-8685-43e7-b368-ecf5bf501eca .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4390f16f-8685-43e7-b368-ecf5bf501eca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4390f16f-8685-43e7-b368-ecf5bf501eca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4390f16f-8685-43e7-b368-ecf5bf501eca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4390f16f-8685-43e7-b368-ecf5bf501eca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4390f16f-8685-43e7-b368-ecf5bf501eca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4390f16f-8685-43e7-b368-ecf5bf501eca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4390f16f-8685-43e7-b368-ecf5bf501eca .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-4390f16f-8685-43e7-b368-ecf5bf501eca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4390f16f-8685-43e7-b368-ecf5bf501eca img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-4390f16f-8685-43e7-b368-ecf5bf501eca .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4390f16f-8685-43e7-b368-ecf5bf501eca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4390f16f-8685-43e7-b368-ecf5bf501eca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4390f16f-8685-43e7-b368-ecf5bf501eca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4390f16f-8685-43e7-b368-ecf5bf501eca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4390f16f-8685-43e7-b368-ecf5bf501eca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4390f16f-8685-43e7-b368-ecf5bf501eca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4390f16f-8685-43e7-b368-ecf5bf501eca .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-4390f16f-8685-43e7-b368-ecf5bf501eca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4390f16f-8685-43e7-b368-ecf5bf501eca img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-4390f16f-8685-43e7-b368-ecf5bf501eca .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4390f16f-8685-43e7-b368-ecf5bf501eca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4390f16f-8685-43e7-b368-ecf5bf501eca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4390f16f-8685-43e7-b368-ecf5bf501eca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4390f16f-8685-43e7-b368-ecf5bf501eca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4390f16f-8685-43e7-b368-ecf5bf501eca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4390f16f-8685-43e7-b368-ecf5bf501eca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4390f16f-8685-43e7-b368-ecf5bf501eca .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-4390f16f-8685-43e7-b368-ecf5bf501eca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4390f16f-8685-43e7-b368-ecf5bf501eca img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-4390f16f-8685-43e7-b368-ecf5bf501eca .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4390f16f-8685-43e7-b368-ecf5bf501eca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4390f16f-8685-43e7-b368-ecf5bf501eca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4390f16f-8685-43e7-b368-ecf5bf501eca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2b5a5bd1-9861-403c-b8f7-eea23557a9c3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b5a5bd1-9861-403c-b8f7-eea23557a9c3 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-2b5a5bd1-9861-403c-b8f7-eea23557a9c3 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-28c0165a-ff11-4687-9bc5-103756b506df {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-28c0165a-ff11-4687-9bc5-103756b506df {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-28c0165a-ff11-4687-9bc5-103756b506df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-28c0165a-ff11-4687-9bc5-103756b506df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-28c0165a-ff11-4687-9bc5-103756b506df .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-28c0165a-ff11-4687-9bc5-103756b506df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-28c0165a-ff11-4687-9bc5-103756b506df img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-28c0165a-ff11-4687-9bc5-103756b506df .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-28c0165a-ff11-4687-9bc5-103756b506df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28c0165a-ff11-4687-9bc5-103756b506df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28c0165a-ff11-4687-9bc5-103756b506df.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-28c0165a-ff11-4687-9bc5-103756b506df {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-28c0165a-ff11-4687-9bc5-103756b506df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-28c0165a-ff11-4687-9bc5-103756b506df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-28c0165a-ff11-4687-9bc5-103756b506df .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-28c0165a-ff11-4687-9bc5-103756b506df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-28c0165a-ff11-4687-9bc5-103756b506df img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-28c0165a-ff11-4687-9bc5-103756b506df .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-28c0165a-ff11-4687-9bc5-103756b506df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28c0165a-ff11-4687-9bc5-103756b506df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28c0165a-ff11-4687-9bc5-103756b506df.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-28c0165a-ff11-4687-9bc5-103756b506df {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-28c0165a-ff11-4687-9bc5-103756b506df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-28c0165a-ff11-4687-9bc5-103756b506df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-28c0165a-ff11-4687-9bc5-103756b506df .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-28c0165a-ff11-4687-9bc5-103756b506df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-28c0165a-ff11-4687-9bc5-103756b506df img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-28c0165a-ff11-4687-9bc5-103756b506df .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-28c0165a-ff11-4687-9bc5-103756b506df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28c0165a-ff11-4687-9bc5-103756b506df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28c0165a-ff11-4687-9bc5-103756b506df.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-28c0165a-ff11-4687-9bc5-103756b506df {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-28c0165a-ff11-4687-9bc5-103756b506df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-28c0165a-ff11-4687-9bc5-103756b506df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-28c0165a-ff11-4687-9bc5-103756b506df .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-28c0165a-ff11-4687-9bc5-103756b506df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-28c0165a-ff11-4687-9bc5-103756b506df img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-28c0165a-ff11-4687-9bc5-103756b506df .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-28c0165a-ff11-4687-9bc5-103756b506df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28c0165a-ff11-4687-9bc5-103756b506df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28c0165a-ff11-4687-9bc5-103756b506df.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-28c0165a-ff11-4687-9bc5-103756b506df {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-28c0165a-ff11-4687-9bc5-103756b506df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-28c0165a-ff11-4687-9bc5-103756b506df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-28c0165a-ff11-4687-9bc5-103756b506df .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-28c0165a-ff11-4687-9bc5-103756b506df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-28c0165a-ff11-4687-9bc5-103756b506df img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-28c0165a-ff11-4687-9bc5-103756b506df .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-28c0165a-ff11-4687-9bc5-103756b506df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28c0165a-ff11-4687-9bc5-103756b506df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28c0165a-ff11-4687-9bc5-103756b506df.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ad7a6ade-5f55-4ba6-8c1d-51c52c534750 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad7a6ade-5f55-4ba6-8c1d-51c52c534750 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-ad7a6ade-5f55-4ba6-8c1d-51c52c534750 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-e49e7280-6d9b-4228-bb48-4c87c81eb842 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(229, 229, 229, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}








#s-e49e7280-6d9b-4228-bb48-4c87c81eb842 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e49e7280-6d9b-4228-bb48-4c87c81eb842.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99c6e5a5-f4af-45d5-bb3e-f359bb577807 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-99c6e5a5-f4af-45d5-bb3e-f359bb577807"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99c6e5a5-f4af-45d5-bb3e-f359bb577807"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-99c6e5a5-f4af-45d5-bb3e-f359bb577807"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-99c6e5a5-f4af-45d5-bb3e-f359bb577807"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7e6a2ca6-a627-4eb3-a5e8-ffe8c18c422a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7e6a2ca6-a627-4eb3-a5e8-ffe8c18c422a .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-9d213b13-c5ee-416c-9ee3-2963870a7bf5 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9d213b13-c5ee-416c-9ee3-2963870a7bf5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9d213b13-c5ee-416c-9ee3-2963870a7bf5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-9d213b13-c5ee-416c-9ee3-2963870a7bf5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d213b13-c5ee-416c-9ee3-2963870a7bf5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-9ec3d16c-ec6c-4cfd-b06c-2265f37e9cf7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9ec3d16c-ec6c-4cfd-b06c-2265f37e9cf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ec3d16c-ec6c-4cfd-b06c-2265f37e9cf7 {
  cursor: pointer;
}#s-9ec3d16c-ec6c-4cfd-b06c-2265f37e9cf7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8d34f93-ba61-4d8e-99bf-511459501198 {
  margin-left: auto;
margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

#s-83f41021-1f11-40c2-ad40-0d4913b6c30a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a {
  max-width:  100%;
}

.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a .shg-image-zoom,
.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a img.shogun-image,
.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a .shg-image-zoom,
.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a {
  max-width:  100%;
}

.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a .shg-image-zoom,
.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a img.shogun-image,
.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a .shg-image-zoom,
.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a {
  max-width:  100%;
}

.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a .shg-image-zoom,
.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a img.shogun-image,
.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a .shg-image-zoom,
.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a {
  max-width:  100%;
}

.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a .shg-image-zoom,
.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a img.shogun-image,
.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a .shg-image-zoom,
.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a {
  max-width:  100%;
}

.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a .shg-image-zoom,
.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a img.shogun-image,
.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a .shg-image-zoom,
.shg-c#s-83f41021-1f11-40c2-ad40-0d4913b6c30a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e7ba190c-16a7-4a1a-8212-6aab1f228da1 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e7ba190c-16a7-4a1a-8212-6aab1f228da1 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-e4007128-1257-44ab-ba2f-34e88ccd828c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-e4007128-1257-44ab-ba2f-34e88ccd828c .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 32px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-e4007128-1257-44ab-ba2f-34e88ccd828c .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 32px;
}

#s-e4007128-1257-44ab-ba2f-34e88ccd828c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4592e2a1-2d4c-4594-b871-1c8dbf451dd1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4592e2a1-2d4c-4594-b871-1c8dbf451dd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4592e2a1-2d4c-4594-b871-1c8dbf451dd1 {
  cursor: pointer;
}#s-4592e2a1-2d4c-4594-b871-1c8dbf451dd1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-afd8dee6-ab3d-4bab-98c0-b8774dcd6fa9 {
  margin-left: auto;
margin-right: auto;
}

#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 {
  max-width:  100%;
}

.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 .shg-image-zoom,
.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 img.shogun-image,
.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 .shg-image-zoom,
.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 {
  max-width:  100%;
}

.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 .shg-image-zoom,
.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 img.shogun-image,
.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 .shg-image-zoom,
.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 {
  max-width:  100%;
}

.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 .shg-image-zoom,
.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 img.shogun-image,
.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 .shg-image-zoom,
.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 {
  max-width:  100%;
}

.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 .shg-image-zoom,
.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 img.shogun-image,
.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 .shg-image-zoom,
.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 {
  max-width:  100%;
}

.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 .shg-image-zoom,
.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 img.shogun-image,
.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 .shg-image-zoom,
.shg-c#s-1be1adb2-f29e-4ea5-9470-a5d843fd8ea1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f9776cad-37f9-43fb-ae36-c4ef52712ea0 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9776cad-37f9-43fb-ae36-c4ef52712ea0 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-e100a08b-dd65-4399-adc9-a53a97c8468a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-e100a08b-dd65-4399-adc9-a53a97c8468a .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 32px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-e100a08b-dd65-4399-adc9-a53a97c8468a .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 32px;
}

#s-e100a08b-dd65-4399-adc9-a53a97c8468a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b38c5a36-b547-4972-988d-fc2db7e1fdc6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b38c5a36-b547-4972-988d-fc2db7e1fdc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b38c5a36-b547-4972-988d-fc2db7e1fdc6 {
  cursor: pointer;
}#s-b38c5a36-b547-4972-988d-fc2db7e1fdc6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ed0d2cc-8de3-474a-b72a-6d65a04607d7 {
  margin-left: auto;
margin-right: auto;
}

#s-d006f6b8-d0da-431c-ac0e-a99987df0522 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 {
  max-width:  100%;
}

.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 .shg-image-zoom,
.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 img.shogun-image,
.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 .shg-image-zoom,
.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 {
  max-width:  100%;
}

.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 .shg-image-zoom,
.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 img.shogun-image,
.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 .shg-image-zoom,
.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 {
  max-width:  100%;
}

.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 .shg-image-zoom,
.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 img.shogun-image,
.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 .shg-image-zoom,
.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 {
  max-width:  100%;
}

.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 .shg-image-zoom,
.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 img.shogun-image,
.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 .shg-image-zoom,
.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 {
  max-width:  100%;
}

.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 .shg-image-zoom,
.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 img.shogun-image,
.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 .shg-image-zoom,
.shg-c#s-d006f6b8-d0da-431c-ac0e-a99987df0522 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f831220b-460b-4c55-8393-cdd18c15d078 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f831220b-460b-4c55-8393-cdd18c15d078 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-f8419391-5016-48c8-ba17-15bb5c26d600 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-f8419391-5016-48c8-ba17-15bb5c26d600 .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 32px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-f8419391-5016-48c8-ba17-15bb5c26d600 .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 32px;
}

#s-f8419391-5016-48c8-ba17-15bb5c26d600 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-56377ed7-5aa3-4129-957d-72388d6cc9ad {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-56377ed7-5aa3-4129-957d-72388d6cc9ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-56377ed7-5aa3-4129-957d-72388d6cc9ad {
  cursor: pointer;
}#s-56377ed7-5aa3-4129-957d-72388d6cc9ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27847e8e-9e28-4416-aa6b-c645f7d8cd28 {
  margin-left: auto;
margin-right: auto;
}

#s-716113b6-90e4-4104-9870-544e0a22618c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c {
  max-width:  100%;
}

.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c .shg-image-zoom,
.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c img.shogun-image,
.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c .shg-image-zoom,
.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c {
  max-width:  100%;
}

.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c .shg-image-zoom,
.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c img.shogun-image,
.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c .shg-image-zoom,
.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c {
  max-width:  100%;
}

.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c .shg-image-zoom,
.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c img.shogun-image,
.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c .shg-image-zoom,
.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c {
  max-width:  100%;
}

.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c .shg-image-zoom,
.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c img.shogun-image,
.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c .shg-image-zoom,
.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c {
  max-width:  100%;
}

.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c .shg-image-zoom,
.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c img.shogun-image,
.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c .shg-image-zoom,
.shg-c#s-716113b6-90e4-4104-9870-544e0a22618c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b1541555-7a35-41d5-8686-8b4c3628b297 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1541555-7a35-41d5-8686-8b4c3628b297 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-ec1dfe48-1f96-445e-bf3f-d1dae47a06ec {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ec1dfe48-1f96-445e-bf3f-d1dae47a06ec .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 32px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-ec1dfe48-1f96-445e-bf3f-d1dae47a06ec .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 32px;
}

#s-ec1dfe48-1f96-445e-bf3f-d1dae47a06ec .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-65866bf2-5fbe-438f-a8b4-555c7dc3cbda {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-65866bf2-5fbe-438f-a8b4-555c7dc3cbda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-65866bf2-5fbe-438f-a8b4-555c7dc3cbda {
  cursor: pointer;
}#s-65866bf2-5fbe-438f-a8b4-555c7dc3cbda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1a69850-e513-442e-80ca-4bdda5c486c5 {
  margin-left: auto;
margin-right: auto;
}

#s-d897a696-182d-47b7-8ae1-028d4857cece {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece {
  max-width:  100%;
}

.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece .shg-image-zoom,
.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece img.shogun-image,
.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece .shg-image-zoom,
.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece {
  max-width:  100%;
}

.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece .shg-image-zoom,
.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece img.shogun-image,
.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece .shg-image-zoom,
.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece {
  max-width:  100%;
}

.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece .shg-image-zoom,
.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece img.shogun-image,
.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece .shg-image-zoom,
.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece {
  max-width:  100%;
}

.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece .shg-image-zoom,
.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece img.shogun-image,
.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece .shg-image-zoom,
.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece {
  max-width:  100%;
}

.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece .shg-image-zoom,
.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece img.shogun-image,
.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece .shg-image-zoom,
.shg-c#s-d897a696-182d-47b7-8ae1-028d4857cece img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fbbc530b-fb93-45b3-a2a7-b86674686724 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fbbc530b-fb93-45b3-a2a7-b86674686724 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-f577251d-5f39-440f-9517-8d64af718350 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-f577251d-5f39-440f-9517-8d64af718350 .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 32px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-f577251d-5f39-440f-9517-8d64af718350 .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 32px;
}

#s-f577251d-5f39-440f-9517-8d64af718350 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3880f098-7c0a-4fb6-ad1c-11314c03ff55 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3880f098-7c0a-4fb6-ad1c-11314c03ff55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3880f098-7c0a-4fb6-ad1c-11314c03ff55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-3880f098-7c0a-4fb6-ad1c-11314c03ff55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-3880f098-7c0a-4fb6-ad1c-11314c03ff55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-15f3333d-10cb-4052-a505-942a194e7398 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-15f3333d-10cb-4052-a505-942a194e7398 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-15f3333d-10cb-4052-a505-942a194e7398.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a23d4104-313d-450f-b19e-6702dc1d8d7f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a23d4104-313d-450f-b19e-6702dc1d8d7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a23d4104-313d-450f-b19e-6702dc1d8d7f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-a23d4104-313d-450f-b19e-6702dc1d8d7f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-a23d4104-313d-450f-b19e-6702dc1d8d7f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-255e906b-0585-47cc-97c4-29cb9e0f6bc4 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-255e906b-0585-47cc-97c4-29cb9e0f6bc4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-255e906b-0585-47cc-97c4-29cb9e0f6bc4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-255e906b-0585-47cc-97c4-29cb9e0f6bc4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-255e906b-0585-47cc-97c4-29cb9e0f6bc4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-255e906b-0585-47cc-97c4-29cb9e0f6bc4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-255e906b-0585-47cc-97c4-29cb9e0f6bc4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-255e906b-0585-47cc-97c4-29cb9e0f6bc4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-255e906b-0585-47cc-97c4-29cb9e0f6bc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-255e906b-0585-47cc-97c4-29cb9e0f6bc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-255e906b-0585-47cc-97c4-29cb9e0f6bc4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-255e906b-0585-47cc-97c4-29cb9e0f6bc4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-255e906b-0585-47cc-97c4-29cb9e0f6bc4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-255e906b-0585-47cc-97c4-29cb9e0f6bc4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-255e906b-0585-47cc-97c4-29cb9e0f6bc4 .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-255e906b-0585-47cc-97c4-29cb9e0f6bc4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-255e906b-0585-47cc-97c4-29cb9e0f6bc4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-255e906b-0585-47cc-97c4-29cb9e0f6bc4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-255e906b-0585-47cc-97c4-29cb9e0f6bc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-255e906b-0585-47cc-97c4-29cb9e0f6bc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-255e906b-0585-47cc-97c4-29cb9e0f6bc4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-255e906b-0585-47cc-97c4-29cb9e0f6bc4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-255e906b-0585-47cc-97c4-29cb9e0f6bc4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-255e906b-0585-47cc-97c4-29cb9e0f6bc4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-255e906b-0585-47cc-97c4-29cb9e0f6bc4 .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-255e906b-0585-47cc-97c4-29cb9e0f6bc4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-255e906b-0585-47cc-97c4-29cb9e0f6bc4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-255e906b-0585-47cc-97c4-29cb9e0f6bc4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-255e906b-0585-47cc-97c4-29cb9e0f6bc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-255e906b-0585-47cc-97c4-29cb9e0f6bc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-255e906b-0585-47cc-97c4-29cb9e0f6bc4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-255e906b-0585-47cc-97c4-29cb9e0f6bc4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-255e906b-0585-47cc-97c4-29cb9e0f6bc4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-255e906b-0585-47cc-97c4-29cb9e0f6bc4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-255e906b-0585-47cc-97c4-29cb9e0f6bc4 .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-255e906b-0585-47cc-97c4-29cb9e0f6bc4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-255e906b-0585-47cc-97c4-29cb9e0f6bc4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-255e906b-0585-47cc-97c4-29cb9e0f6bc4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-255e906b-0585-47cc-97c4-29cb9e0f6bc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-255e906b-0585-47cc-97c4-29cb9e0f6bc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-255e906b-0585-47cc-97c4-29cb9e0f6bc4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-255e906b-0585-47cc-97c4-29cb9e0f6bc4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-255e906b-0585-47cc-97c4-29cb9e0f6bc4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-255e906b-0585-47cc-97c4-29cb9e0f6bc4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-255e906b-0585-47cc-97c4-29cb9e0f6bc4 .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-255e906b-0585-47cc-97c4-29cb9e0f6bc4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-255e906b-0585-47cc-97c4-29cb9e0f6bc4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-255e906b-0585-47cc-97c4-29cb9e0f6bc4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-255e906b-0585-47cc-97c4-29cb9e0f6bc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-255e906b-0585-47cc-97c4-29cb9e0f6bc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-255e906b-0585-47cc-97c4-29cb9e0f6bc4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-fbd58574-10ee-47b6-ab99-168204eff726 {
  margin-left: auto;
margin-right: auto;
max-width: 788px;
text-align: center;
}

#s-fbd58574-10ee-47b6-ab99-168204eff726 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fbd58574-10ee-47b6-ab99-168204eff726-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fbd58574-10ee-47b6-ab99-168204eff726 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fbd58574-10ee-47b6-ab99-168204eff726 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fbd58574-10ee-47b6-ab99-168204eff726 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fbd58574-10ee-47b6-ab99-168204eff726 img.shogun-image {
  width: 100%;
  
  
  max-width: 788px;

      
    max-width: 788px;

  /* 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-fbd58574-10ee-47b6-ab99-168204eff726 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fbd58574-10ee-47b6-ab99-168204eff726.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbd58574-10ee-47b6-ab99-168204eff726.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbd58574-10ee-47b6-ab99-168204eff726.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-fbd58574-10ee-47b6-ab99-168204eff726 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fbd58574-10ee-47b6-ab99-168204eff726-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fbd58574-10ee-47b6-ab99-168204eff726 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fbd58574-10ee-47b6-ab99-168204eff726 .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-fbd58574-10ee-47b6-ab99-168204eff726 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fbd58574-10ee-47b6-ab99-168204eff726 img.shogun-image {
  width: 100%;
  
  
  max-width: 788px;

      
    max-width: 788px;

  /* 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-fbd58574-10ee-47b6-ab99-168204eff726 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fbd58574-10ee-47b6-ab99-168204eff726.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbd58574-10ee-47b6-ab99-168204eff726.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbd58574-10ee-47b6-ab99-168204eff726.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-fbd58574-10ee-47b6-ab99-168204eff726 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fbd58574-10ee-47b6-ab99-168204eff726-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fbd58574-10ee-47b6-ab99-168204eff726 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fbd58574-10ee-47b6-ab99-168204eff726 .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-fbd58574-10ee-47b6-ab99-168204eff726 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fbd58574-10ee-47b6-ab99-168204eff726 img.shogun-image {
  width: 100%;
  
  
  max-width: 788px;

      
    max-width: 788px;

  /* 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-fbd58574-10ee-47b6-ab99-168204eff726 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fbd58574-10ee-47b6-ab99-168204eff726.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbd58574-10ee-47b6-ab99-168204eff726.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbd58574-10ee-47b6-ab99-168204eff726.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-fbd58574-10ee-47b6-ab99-168204eff726 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fbd58574-10ee-47b6-ab99-168204eff726-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fbd58574-10ee-47b6-ab99-168204eff726 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fbd58574-10ee-47b6-ab99-168204eff726 .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-fbd58574-10ee-47b6-ab99-168204eff726 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fbd58574-10ee-47b6-ab99-168204eff726 img.shogun-image {
  width: 100%;
  
  
  max-width: 788px;

      
    max-width: 788px;

  /* 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-fbd58574-10ee-47b6-ab99-168204eff726 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fbd58574-10ee-47b6-ab99-168204eff726.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbd58574-10ee-47b6-ab99-168204eff726.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbd58574-10ee-47b6-ab99-168204eff726.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-fbd58574-10ee-47b6-ab99-168204eff726 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fbd58574-10ee-47b6-ab99-168204eff726-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fbd58574-10ee-47b6-ab99-168204eff726 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fbd58574-10ee-47b6-ab99-168204eff726 .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-fbd58574-10ee-47b6-ab99-168204eff726 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fbd58574-10ee-47b6-ab99-168204eff726 img.shogun-image {
  width: 100%;
  
  
  max-width: 788px;

      
    max-width: 788px;

  /* 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-fbd58574-10ee-47b6-ab99-168204eff726 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fbd58574-10ee-47b6-ab99-168204eff726.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbd58574-10ee-47b6-ab99-168204eff726.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbd58574-10ee-47b6-ab99-168204eff726.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0dfe292f-ed78-4816-83f7-01be0e89e7a9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0dfe292f-ed78-4816-83f7-01be0e89e7a9 .shogun-heading-component h3 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  
  
  
  
}



#s-79a691cf-b021-49c9-bb6d-684744817982 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-79a691cf-b021-49c9-bb6d-684744817982 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79a691cf-b021-49c9-bb6d-684744817982.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37b82fb8-d8a5-434d-9890-874a99f7b7e0 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-37b82fb8-d8a5-434d-9890-874a99f7b7e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37b82fb8-d8a5-434d-9890-874a99f7b7e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-37b82fb8-d8a5-434d-9890-874a99f7b7e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-37b82fb8-d8a5-434d-9890-874a99f7b7e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-5e45978b-e710-4f48-8ca1-6806e9a45bfe {
  margin-left: auto;
margin-right: auto;
max-width: 4552px;
text-align: center;
}

#s-5e45978b-e710-4f48-8ca1-6806e9a45bfe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5e45978b-e710-4f48-8ca1-6806e9a45bfe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5e45978b-e710-4f48-8ca1-6806e9a45bfe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5e45978b-e710-4f48-8ca1-6806e9a45bfe .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5e45978b-e710-4f48-8ca1-6806e9a45bfe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5e45978b-e710-4f48-8ca1-6806e9a45bfe img.shogun-image {
  width: 100%;
  
  
  max-width: 4552px;

      
    max-width: 4552px;

  /* 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-5e45978b-e710-4f48-8ca1-6806e9a45bfe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5e45978b-e710-4f48-8ca1-6806e9a45bfe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e45978b-e710-4f48-8ca1-6806e9a45bfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e45978b-e710-4f48-8ca1-6806e9a45bfe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5e45978b-e710-4f48-8ca1-6806e9a45bfe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5e45978b-e710-4f48-8ca1-6806e9a45bfe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5e45978b-e710-4f48-8ca1-6806e9a45bfe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5e45978b-e710-4f48-8ca1-6806e9a45bfe .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-5e45978b-e710-4f48-8ca1-6806e9a45bfe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5e45978b-e710-4f48-8ca1-6806e9a45bfe img.shogun-image {
  width: 100%;
  
  
  max-width: 4552px;

      
    max-width: 4552px;

  /* 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-5e45978b-e710-4f48-8ca1-6806e9a45bfe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5e45978b-e710-4f48-8ca1-6806e9a45bfe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e45978b-e710-4f48-8ca1-6806e9a45bfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e45978b-e710-4f48-8ca1-6806e9a45bfe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5e45978b-e710-4f48-8ca1-6806e9a45bfe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5e45978b-e710-4f48-8ca1-6806e9a45bfe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5e45978b-e710-4f48-8ca1-6806e9a45bfe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5e45978b-e710-4f48-8ca1-6806e9a45bfe .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-5e45978b-e710-4f48-8ca1-6806e9a45bfe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5e45978b-e710-4f48-8ca1-6806e9a45bfe img.shogun-image {
  width: 100%;
  
  
  max-width: 4552px;

      
    max-width: 4552px;

  /* 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-5e45978b-e710-4f48-8ca1-6806e9a45bfe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5e45978b-e710-4f48-8ca1-6806e9a45bfe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e45978b-e710-4f48-8ca1-6806e9a45bfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e45978b-e710-4f48-8ca1-6806e9a45bfe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5e45978b-e710-4f48-8ca1-6806e9a45bfe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5e45978b-e710-4f48-8ca1-6806e9a45bfe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5e45978b-e710-4f48-8ca1-6806e9a45bfe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5e45978b-e710-4f48-8ca1-6806e9a45bfe .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-5e45978b-e710-4f48-8ca1-6806e9a45bfe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5e45978b-e710-4f48-8ca1-6806e9a45bfe img.shogun-image {
  width: 100%;
  
  
  max-width: 4552px;

      
    max-width: 4552px;

  /* 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-5e45978b-e710-4f48-8ca1-6806e9a45bfe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5e45978b-e710-4f48-8ca1-6806e9a45bfe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e45978b-e710-4f48-8ca1-6806e9a45bfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e45978b-e710-4f48-8ca1-6806e9a45bfe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5e45978b-e710-4f48-8ca1-6806e9a45bfe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5e45978b-e710-4f48-8ca1-6806e9a45bfe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5e45978b-e710-4f48-8ca1-6806e9a45bfe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5e45978b-e710-4f48-8ca1-6806e9a45bfe .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-5e45978b-e710-4f48-8ca1-6806e9a45bfe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5e45978b-e710-4f48-8ca1-6806e9a45bfe img.shogun-image {
  width: 100%;
  
  
  max-width: 4552px;

      
    max-width: 4552px;

  /* 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-5e45978b-e710-4f48-8ca1-6806e9a45bfe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5e45978b-e710-4f48-8ca1-6806e9a45bfe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e45978b-e710-4f48-8ca1-6806e9a45bfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e45978b-e710-4f48-8ca1-6806e9a45bfe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2 .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-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2 .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-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2 .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-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2 .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-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* 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-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c72adeb-d9b5-44ac-a680-cc2e2b108ff2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
/*
  $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;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}