.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-4911402a-6e0d-42b9-9ca9-cdf48ae4dc3d {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 550px;
background-position: center top;
}

#s-4911402a-6e0d-42b9-9ca9-cdf48ae4dc3d {
  background-image: url(https://i.shgcdn.com/f3d016df-d84b-4664-bbbd-6c0ba7663183/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4911402a-6e0d-42b9-9ca9-cdf48ae4dc3d {
  background-image: url(https://i.shgcdn.com/f3d016df-d84b-4664-bbbd-6c0ba7663183/-/resize/480x/);
}
#s-4911402a-6e0d-42b9-9ca9-cdf48ae4dc3d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4911402a-6e0d-42b9-9ca9-cdf48ae4dc3d {
  background-image: url(https://i.shgcdn.com/f3d016df-d84b-4664-bbbd-6c0ba7663183/-/resize/960x/);
}
#s-4911402a-6e0d-42b9-9ca9-cdf48ae4dc3d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4911402a-6e0d-42b9-9ca9-cdf48ae4dc3d {
  background-image: url(https://i.shgcdn.com/f3d016df-d84b-4664-bbbd-6c0ba7663183/-/resize/768x/);
}
#s-4911402a-6e0d-42b9-9ca9-cdf48ae4dc3d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4911402a-6e0d-42b9-9ca9-cdf48ae4dc3d {
  background-image: url(https://i.shgcdn.com/f3d016df-d84b-4664-bbbd-6c0ba7663183/-/resize/1536x/);
}
#s-4911402a-6e0d-42b9-9ca9-cdf48ae4dc3d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4911402a-6e0d-42b9-9ca9-cdf48ae4dc3d {
  background-image: url(https://i.shgcdn.com/f3d016df-d84b-4664-bbbd-6c0ba7663183/-/resize/1024x/);
}
#s-4911402a-6e0d-42b9-9ca9-cdf48ae4dc3d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4911402a-6e0d-42b9-9ca9-cdf48ae4dc3d {
  background-image: url(https://i.shgcdn.com/f3d016df-d84b-4664-bbbd-6c0ba7663183/-/resize/2048x/);
}
#s-4911402a-6e0d-42b9-9ca9-cdf48ae4dc3d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4911402a-6e0d-42b9-9ca9-cdf48ae4dc3d {
  background-image: url(https://i.shgcdn.com/f3d016df-d84b-4664-bbbd-6c0ba7663183/-/resize/1200x/);
}
#s-4911402a-6e0d-42b9-9ca9-cdf48ae4dc3d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4911402a-6e0d-42b9-9ca9-cdf48ae4dc3d {
  background-image: url(https://i.shgcdn.com/f3d016df-d84b-4664-bbbd-6c0ba7663183/-/resize/2048x/);
}
#s-4911402a-6e0d-42b9-9ca9-cdf48ae4dc3d.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-4911402a-6e0d-42b9-9ca9-cdf48ae4dc3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4911402a-6e0d-42b9-9ca9-cdf48ae4dc3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000000;
  font-family: "Poppins";
  text-transform: none;
  font-weight: 600;
  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-37bc49c1-6612-460c-972e-880b475e5ad5 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-37bc49c1-6612-460c-972e-880b475e5ad5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: center;
}


@media (max-width: 767px){#s-37bc49c1-6612-460c-972e-880b475e5ad5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: center;
}


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

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

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

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

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

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

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

.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: 300;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(146, 146, 146, 1);
  font-family: "Poppins";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  color: rgba(146, 146, 146, 1);
  font-family: "Poppins";
  font-weight: 300;
}

#s-de4c432f-9412-4aaa-97e5-751bb12a73e2 {
  margin-bottom: 20px;
}

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

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

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

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

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

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-85be432c-4d88-4613-873e-cd5225dfd1f8 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-85be432c-4d88-4613-873e-cd5225dfd1f8 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-85be432c-4d88-4613-873e-cd5225dfd1f8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85be432c-4d88-4613-873e-cd5225dfd1f8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-85be432c-4d88-4613-873e-cd5225dfd1f8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85be432c-4d88-4613-873e-cd5225dfd1f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85be432c-4d88-4613-873e-cd5225dfd1f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85be432c-4d88-4613-873e-cd5225dfd1f8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-85be432c-4d88-4613-873e-cd5225dfd1f8.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-85be432c-4d88-4613-873e-cd5225dfd1f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-85be432c-4d88-4613-873e-cd5225dfd1f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85be432c-4d88-4613-873e-cd5225dfd1f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85be432c-4d88-4613-873e-cd5225dfd1f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85be432c-4d88-4613-873e-cd5225dfd1f8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85be432c-4d88-4613-873e-cd5225dfd1f8.shogun-image-container {
      position: relative;
    }

    .s-85be432c-4d88-4613-873e-cd5225dfd1f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85be432c-4d88-4613-873e-cd5225dfd1f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85be432c-4d88-4613-873e-cd5225dfd1f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 200px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-85be432c-4d88-4613-873e-cd5225dfd1f8 {
  
  
  
  
}

#s-85be432c-4d88-4613-873e-cd5225dfd1f8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85be432c-4d88-4613-873e-cd5225dfd1f8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-85be432c-4d88-4613-873e-cd5225dfd1f8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85be432c-4d88-4613-873e-cd5225dfd1f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85be432c-4d88-4613-873e-cd5225dfd1f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85be432c-4d88-4613-873e-cd5225dfd1f8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-85be432c-4d88-4613-873e-cd5225dfd1f8.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-85be432c-4d88-4613-873e-cd5225dfd1f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-85be432c-4d88-4613-873e-cd5225dfd1f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85be432c-4d88-4613-873e-cd5225dfd1f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85be432c-4d88-4613-873e-cd5225dfd1f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85be432c-4d88-4613-873e-cd5225dfd1f8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85be432c-4d88-4613-873e-cd5225dfd1f8.shogun-image-container {
      position: relative;
    }

    .s-85be432c-4d88-4613-873e-cd5225dfd1f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85be432c-4d88-4613-873e-cd5225dfd1f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85be432c-4d88-4613-873e-cd5225dfd1f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-85be432c-4d88-4613-873e-cd5225dfd1f8 {
  
  
  
  
}

#s-85be432c-4d88-4613-873e-cd5225dfd1f8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85be432c-4d88-4613-873e-cd5225dfd1f8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-85be432c-4d88-4613-873e-cd5225dfd1f8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85be432c-4d88-4613-873e-cd5225dfd1f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85be432c-4d88-4613-873e-cd5225dfd1f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85be432c-4d88-4613-873e-cd5225dfd1f8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-85be432c-4d88-4613-873e-cd5225dfd1f8.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-85be432c-4d88-4613-873e-cd5225dfd1f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-85be432c-4d88-4613-873e-cd5225dfd1f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85be432c-4d88-4613-873e-cd5225dfd1f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85be432c-4d88-4613-873e-cd5225dfd1f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85be432c-4d88-4613-873e-cd5225dfd1f8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85be432c-4d88-4613-873e-cd5225dfd1f8.shogun-image-container {
      position: relative;
    }

    .s-85be432c-4d88-4613-873e-cd5225dfd1f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85be432c-4d88-4613-873e-cd5225dfd1f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85be432c-4d88-4613-873e-cd5225dfd1f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-85be432c-4d88-4613-873e-cd5225dfd1f8 {
  
  
  
  
}

#s-85be432c-4d88-4613-873e-cd5225dfd1f8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85be432c-4d88-4613-873e-cd5225dfd1f8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-85be432c-4d88-4613-873e-cd5225dfd1f8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85be432c-4d88-4613-873e-cd5225dfd1f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85be432c-4d88-4613-873e-cd5225dfd1f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85be432c-4d88-4613-873e-cd5225dfd1f8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-85be432c-4d88-4613-873e-cd5225dfd1f8.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-85be432c-4d88-4613-873e-cd5225dfd1f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-85be432c-4d88-4613-873e-cd5225dfd1f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85be432c-4d88-4613-873e-cd5225dfd1f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85be432c-4d88-4613-873e-cd5225dfd1f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85be432c-4d88-4613-873e-cd5225dfd1f8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85be432c-4d88-4613-873e-cd5225dfd1f8.shogun-image-container {
      position: relative;
    }

    .s-85be432c-4d88-4613-873e-cd5225dfd1f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85be432c-4d88-4613-873e-cd5225dfd1f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85be432c-4d88-4613-873e-cd5225dfd1f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 200px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-85be432c-4d88-4613-873e-cd5225dfd1f8 {
  
  
  
  
}

#s-85be432c-4d88-4613-873e-cd5225dfd1f8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85be432c-4d88-4613-873e-cd5225dfd1f8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-85be432c-4d88-4613-873e-cd5225dfd1f8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85be432c-4d88-4613-873e-cd5225dfd1f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85be432c-4d88-4613-873e-cd5225dfd1f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85be432c-4d88-4613-873e-cd5225dfd1f8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-85be432c-4d88-4613-873e-cd5225dfd1f8.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-85be432c-4d88-4613-873e-cd5225dfd1f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-85be432c-4d88-4613-873e-cd5225dfd1f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85be432c-4d88-4613-873e-cd5225dfd1f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85be432c-4d88-4613-873e-cd5225dfd1f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85be432c-4d88-4613-873e-cd5225dfd1f8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85be432c-4d88-4613-873e-cd5225dfd1f8.shogun-image-container {
      position: relative;
    }

    .s-85be432c-4d88-4613-873e-cd5225dfd1f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85be432c-4d88-4613-873e-cd5225dfd1f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85be432c-4d88-4613-873e-cd5225dfd1f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 200px;
    }
  }

}
#s-887ee366-6165-4468-a9a5-776b07569944 {
  margin-bottom: 20px;
}

#s-ffb7e22e-857c-4f31-9d49-658d7fdc4cc6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ffb7e22e-857c-4f31-9d49-658d7fdc4cc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ffb7e22e-857c-4f31-9d49-658d7fdc4cc6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9a5e062-e793-448d-a95c-fa7f4a66d141 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d9a5e062-e793-448d-a95c-fa7f4a66d141 .shogun-heading-component h2 {
  color: rgba(205, 28, 74, 1);
  font-weight:  normal ;
  font-family: "LEMON MILK";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}


@media (max-width: 767px){#s-d9a5e062-e793-448d-a95c-fa7f4a66d141 .shogun-heading-component h2 {
  color: rgba(205, 28, 74, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 0px;
  
}


}
#s-5e363514-0f86-4709-9631-45d5657781e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e363514-0f86-4709-9631-45d5657781e1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "LEMON MILK";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}



#s-4f598daf-98ea-4ca3-b6c8-7c0383e63ab5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-4f598daf-98ea-4ca3-b6c8-7c0383e63ab5 {
  margin-left: 7%;
margin-right: 7%;
}
}
#s-4f598daf-98ea-4ca3-b6c8-7c0383e63ab5 .shogun-heading-component h1 {
  color: rgba(157, 155, 155, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}


@media (max-width: 767px){#s-4f598daf-98ea-4ca3-b6c8-7c0383e63ab5 .shogun-heading-component h1 {
  color: rgba(155, 157, 157, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0px;
  
}


}
#s-3d7d9fe5-1901-4d79-9795-bba04bc108e7 {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 1);
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
min-height: 50px;
max-width: 100%;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-3d7d9fe5-1901-4d79-9795-bba04bc108e7 {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
max-width: 90%;
background-color: rgba(42, 42, 42, 1);
}
}







#s-3d7d9fe5-1901-4d79-9795-bba04bc108e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3d7d9fe5-1901-4d79-9795-bba04bc108e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5706434a-fd32-4ff2-a78c-85b936115785 {
  margin-left: auto;
margin-right: auto;
min-height: 100px;
background-color: rgba(0, 0, 0, 1);
}








#s-5706434a-fd32-4ff2-a78c-85b936115785 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5706434a-fd32-4ff2-a78c-85b936115785.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f067c154-a599-4e2a-a2bf-2d4e7e65046b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f067c154-a599-4e2a-a2bf-2d4e7e65046b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f067c154-a599-4e2a-a2bf-2d4e7e65046b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f530048-99a7-4d2f-a4da-041eff9284d7 {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 1);
margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-5f530048-99a7-4d2f-a4da-041eff9284d7 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 20px;
padding-bottom: 20px;
}
}
#s-5f530048-99a7-4d2f-a4da-041eff9284d7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "LEMON MILK";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-5f530048-99a7-4d2f-a4da-041eff9284d7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  
  
}


}
#s-e7a377c4-55de-4e46-bcc2-6e11c0033356 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-e7a377c4-55de-4e46-bcc2-6e11c0033356 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 20px;
padding-bottom: 20px;
}
}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

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

#s-b22fd960-8c45-4d3a-888d-cfe6c30b7de5 {
  margin-left: 8%;
margin-right: 8%;
padding-top: 2%;
padding-bottom: 5%;
}
@media (max-width: 767px){#s-b22fd960-8c45-4d3a-888d-cfe6c30b7de5 {
  padding-left: 1%;
padding-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-b22fd960-8c45-4d3a-888d-cfe6c30b7de5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b22fd960-8c45-4d3a-888d-cfe6c30b7de5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-b22fd960-8c45-4d3a-888d-cfe6c30b7de5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-b22fd960-8c45-4d3a-888d-cfe6c30b7de5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-71107783-c01c-466c-b328-fc2581759bcb {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(255, 255, 255, 0.5);
border-style: solid;
border-radius: 30px;
min-height: 50px;
}








#s-71107783-c01c-466c-b328-fc2581759bcb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-71107783-c01c-466c-b328-fc2581759bcb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2fc269b4-190e-4f1f-a411-53adf386ea08 {
  margin-left: auto;
margin-right: auto;
}

#s-2fc269b4-190e-4f1f-a411-53adf386ea08 .shogun-icon-wrapper {
  text-align: center;
}


#s-2fc269b4-190e-4f1f-a411-53adf386ea08 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(255, 255, 255, 1);
}

#s-1468ac90-4e7f-4206-8825-dbf2a2406df9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
text-align: center;
}

#s-1468ac90-4e7f-4206-8825-dbf2a2406df9 .shogun-heading-component h1 {
  color: rgba(172, 227, 59, 1);
  font-weight:  normal ;
  font-family: "LEMON MILK";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-1468ac90-4e7f-4206-8825-dbf2a2406df9 .shogun-heading-component h1 {
  color: rgba(172, 227, 59, 1);
  font-weight:  normal ;
  font-family: "LEMON MILK";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1468ac90-4e7f-4206-8825-dbf2a2406df9 .shogun-heading-component h1 {
  color: rgba(172, 227, 59, 1);
  font-weight:  normal ;
  font-family: "LEMON MILK";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-1468ac90-4e7f-4206-8825-dbf2a2406df9 .shogun-heading-component h1 {
  color: rgba(172, 227, 59, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-1a747026-edd5-4015-b74e-aa54a31ae89d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
text-align: center;
}

#s-1a747026-edd5-4015-b74e-aa54a31ae89d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "LEMON MILK";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-1a747026-edd5-4015-b74e-aa54a31ae89d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "LEMON MILK";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1a747026-edd5-4015-b74e-aa54a31ae89d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "LEMON MILK";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-1a747026-edd5-4015-b74e-aa54a31ae89d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


}
#s-d7e480ea-17cb-4b02-8e67-223f02c2c1b5 {
  margin-left: auto;
margin-right: auto;
}

#s-982d9910-b124-4f22-8af7-fe96955b81d8 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.5);
border-style: solid;
border-radius: 30px;
min-height: 50px;
}








#s-982d9910-b124-4f22-8af7-fe96955b81d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-982d9910-b124-4f22-8af7-fe96955b81d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f7f5867-7611-473d-a990-17211b968893 {
  margin-left: auto;
margin-right: auto;
}

#s-1f7f5867-7611-473d-a990-17211b968893 .shogun-icon-wrapper {
  text-align: center;
}


#s-1f7f5867-7611-473d-a990-17211b968893 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(255, 255, 255, 1);
}

#s-4c4d5dd5-6f42-4656-98d1-e29ce69c98f5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4c4d5dd5-6f42-4656-98d1-e29ce69c98f5 .shogun-heading-component h1 {
  color: rgba(172, 227, 59, 1);
  font-weight:  normal ;
  font-family: "LEMON MILK";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-4c4d5dd5-6f42-4656-98d1-e29ce69c98f5 .shogun-heading-component h1 {
  color: rgba(172, 227, 59, 1);
  font-weight:  normal ;
  font-family: "LEMON MILK";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4c4d5dd5-6f42-4656-98d1-e29ce69c98f5 .shogun-heading-component h1 {
  color: rgba(172, 227, 59, 1);
  font-weight:  normal ;
  font-family: "LEMON MILK";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-4c4d5dd5-6f42-4656-98d1-e29ce69c98f5 .shogun-heading-component h1 {
  color: rgba(172, 227, 59, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-9827ce7b-9e53-4466-afc4-d9c5db7fd267 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9827ce7b-9e53-4466-afc4-d9c5db7fd267 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "LEMON MILK";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-9827ce7b-9e53-4466-afc4-d9c5db7fd267 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "LEMON MILK";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9827ce7b-9e53-4466-afc4-d9c5db7fd267 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "LEMON MILK";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-9827ce7b-9e53-4466-afc4-d9c5db7fd267 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


}
#s-44ab4828-85d5-4421-8bb7-5940f2616d89 {
  margin-left: auto;
margin-right: auto;
}

#s-a1616488-54a7-48c4-a12b-3cf85049cfa8 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.5);
border-style: solid;
border-radius: 30px;
min-height: 50px;
}








#s-a1616488-54a7-48c4-a12b-3cf85049cfa8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a1616488-54a7-48c4-a12b-3cf85049cfa8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-666f8729-cdce-460f-8eee-c7f9b49bc9e6 {
  margin-left: auto;
margin-right: auto;
}

#s-666f8729-cdce-460f-8eee-c7f9b49bc9e6 .shogun-icon-wrapper {
  text-align: center;
}


#s-666f8729-cdce-460f-8eee-c7f9b49bc9e6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(255, 255, 255, 1);
}

#s-5917b3f0-41ec-4e87-a38e-b88c1dae5f0f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5917b3f0-41ec-4e87-a38e-b88c1dae5f0f .shogun-heading-component h1 {
  color: rgba(172, 227, 59, 1);
  font-weight:  normal ;
  font-family: "LEMON MILK";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-5917b3f0-41ec-4e87-a38e-b88c1dae5f0f .shogun-heading-component h1 {
  color: rgba(172, 227, 59, 1);
  font-weight:  normal ;
  font-family: "LEMON MILK";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5917b3f0-41ec-4e87-a38e-b88c1dae5f0f .shogun-heading-component h1 {
  color: rgba(172, 227, 59, 1);
  font-weight:  normal ;
  font-family: "LEMON MILK";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-5917b3f0-41ec-4e87-a38e-b88c1dae5f0f .shogun-heading-component h1 {
  color: rgba(172, 227, 59, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


}
#s-ddbcb895-a471-4549-a570-1a7e28eb82a6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ddbcb895-a471-4549-a570-1a7e28eb82a6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "LEMON MILK";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-ddbcb895-a471-4549-a570-1a7e28eb82a6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "LEMON MILK";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ddbcb895-a471-4549-a570-1a7e28eb82a6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "LEMON MILK";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-ddbcb895-a471-4549-a570-1a7e28eb82a6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


}
#s-646196d7-6b75-42b7-8173-ff37a85f054f {
  margin-left: auto;
margin-right: auto;
}

#s-668e52ec-84dd-4160-b718-8cb26e855e2a {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}








#s-668e52ec-84dd-4160-b718-8cb26e855e2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-668e52ec-84dd-4160-b718-8cb26e855e2a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2272b85c-85d8-4847-82d2-780c7fa8d822 {
  margin-top: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-2272b85c-85d8-4847-82d2-780c7fa8d822 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-2272b85c-85d8-4847-82d2-780c7fa8d822 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 20px;
padding-bottom: 20px;
}
}
#s-2272b85c-85d8-4847-82d2-780c7fa8d822 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-2272b85c-85d8-4847-82d2-780c7fa8d822 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "LEMON MILK";
  font-style:  normal ;
  
  line-height: 1.2em;
  
  
}


}
#s-b2f0181d-daa7-4023-b118-885c10dd14b5 {
  margin-left: 5%;
margin-right: 5%;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-root {
  display: grid;
  column-gap: 10px;
  row-gap: 20px;
}

.shg-default-column-count-2 {
  grid-template-columns: repeat(2, 1fr);
}

.shg-default-column-count-3 {
  grid-template-columns: repeat(3, 1fr);
}

.shg-default-column-count-4 {
  grid-template-columns: repeat(4, 1fr);
}

.shg-default-column-count-5 {
  grid-template-columns: repeat(5, 1fr);
}

.shg-default-column-count-6 {
  grid-template-columns: repeat(6, 1fr);
}

.shg-category-grid .shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

@media (max-width: 767px) {
  .shg-category-root.stacked {
    display: block;
  }
}

/* Swiper CSS - Duplicated from SliderV3 base.css */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
  * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 {
  margin-left: 10%;
margin-right: 10%;
}

#s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}

#slider-v3-s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 > .swiper-button-prev,
#slider-v3-s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 > .swiper-button-next {
  
}

#slider-v3-s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 > .swiper-button-prev svg,
#slider-v3-s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  bottom: 0;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 1200px){#s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}

#slider-v3-s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 > .swiper-button-prev,
#slider-v3-s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 > .swiper-button-next {
  
}

#slider-v3-s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 > .swiper-button-prev svg,
#slider-v3-s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  bottom: 0;
  align-items: center;
  gap: 8px !important;
}
}@media (max-width: 767px){#s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}

#slider-v3-s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 > .swiper-button-prev,
#slider-v3-s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 > .swiper-button-next {
  
}

#slider-v3-s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 > .swiper-button-prev svg,
#slider-v3-s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-ecaa928e-88a1-4a17-99ae-9174a6c69be1 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  bottom: 0;
  align-items: center;
  gap: 8px !important;
}
}
#s-0916a0f7-5ef7-42e9-be10-425bc1a918dc {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
}

.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-4f824f5d-9181-4295-9a9f-03861cb92108 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}


.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 {
  max-width:  100%;
}

.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 .shg-image-zoom,
.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 img.shogun-image,
.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 .shg-image-zoom,
.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 {
  max-width:  100%;
}

.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 .shg-image-zoom,
.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 img.shogun-image,
.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 .shg-image-zoom,
.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 {
  max-width:  100%;
}

.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 .shg-image-zoom,
.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 img.shogun-image,
.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 .shg-image-zoom,
.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 {
  max-width:  100%;
}

.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 .shg-image-zoom,
.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 img.shogun-image,
.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 .shg-image-zoom,
.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 {
  max-width:  100%;
}

.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 .shg-image-zoom,
.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 img.shogun-image,
.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 .shg-image-zoom,
.shg-c#s-4f824f5d-9181-4295-9a9f-03861cb92108 img.shogun-image {
  aspect-ratio: 16:9;
}



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

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

#s-2b951e0e-741c-4e10-b6e3-9a34a1e2ed82 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-2b951e0e-741c-4e10-b6e3-9a34a1e2ed82 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-2b951e0e-741c-4e10-b6e3-9a34a1e2ed82 .shg-product-title-component h3 {
  
  
  
  
  font-size: 14px;
  line-height: 1.5em;
  
  
}

#s-c45d216d-54ab-452f-8083-159d6e4d185a {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: center;
}

#s-c45d216d-54ab-452f-8083-159d6e4d185a .shg-product-sold-out {
  display: none;
  color: rgba(205, 28, 74, 1);
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-c45d216d-54ab-452f-8083-159d6e4d185a .shg-product-price {
  color: rgba(205, 28, 74, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-c45d216d-54ab-452f-8083-159d6e4d185a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-825caae9-d78c-4824-bb2f-f8c6f11d1a6c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-825caae9-d78c-4824-bb2f-f8c6f11d1a6c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-825caae9-d78c-4824-bb2f-f8c6f11d1a6c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-825caae9-d78c-4824-bb2f-f8c6f11d1a6c {
  margin-top: 20px;
margin-bottom: 20px;
}
#s-825caae9-d78c-4824-bb2f-f8c6f11d1a6c:hover {background-color: rgba(205, 28, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}


#s-825caae9-d78c-4824-bb2f-f8c6f11d1a6c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-825caae9-d78c-4824-bb2f-f8c6f11d1a6c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-825caae9-d78c-4824-bb2f-f8c6f11d1a6c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-825caae9-d78c-4824-bb2f-f8c6f11d1a6c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){

#s-825caae9-d78c-4824-bb2f-f8c6f11d1a6c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-825caae9-d78c-4824-bb2f-f8c6f11d1a6c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-825caae9-d78c-4824-bb2f-f8c6f11d1a6c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-825caae9-d78c-4824-bb2f-f8c6f11d1a6c.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  
  color: rgba(247, 5, 5, 1);
}


}
#s-06de805f-44e9-4f0b-b2a3-c4dddc6e1f28 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
}

#s-46260c74-1e29-49b8-b418-25f40b01b223 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}


.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 {
  max-width:  100%;
}

.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 .shg-image-zoom,
.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 img.shogun-image,
.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 .shg-image-zoom,
.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 {
  max-width:  100%;
}

.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 .shg-image-zoom,
.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 img.shogun-image,
.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 .shg-image-zoom,
.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 {
  max-width:  100%;
}

.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 .shg-image-zoom,
.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 img.shogun-image,
.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 .shg-image-zoom,
.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 {
  max-width:  100%;
}

.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 .shg-image-zoom,
.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 img.shogun-image,
.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 .shg-image-zoom,
.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 {
  max-width:  100%;
}

.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 .shg-image-zoom,
.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 img.shogun-image,
.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 .shg-image-zoom,
.shg-c#s-46260c74-1e29-49b8-b418-25f40b01b223 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3905661e-2b03-4a2c-a23f-aef35082cff4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-3905661e-2b03-4a2c-a23f-aef35082cff4 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-3905661e-2b03-4a2c-a23f-aef35082cff4 .shg-product-title-component h3 {
  
  
  
  
  font-size: 14px;
  line-height: 1.5em;
  
  
}

#s-4c1102c9-c9a0-4201-b0e6-f5632e678049 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: center;
}

#s-4c1102c9-c9a0-4201-b0e6-f5632e678049 .shg-product-sold-out {
  display: none;
  color: rgba(205, 28, 74, 1);
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-4c1102c9-c9a0-4201-b0e6-f5632e678049 .shg-product-price {
  color: rgba(205, 28, 74, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-4c1102c9-c9a0-4201-b0e6-f5632e678049 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-54f6ea2b-3aee-4672-8f75-97526f70c98e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-54f6ea2b-3aee-4672-8f75-97526f70c98e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-54f6ea2b-3aee-4672-8f75-97526f70c98e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-54f6ea2b-3aee-4672-8f75-97526f70c98e {
  margin-top: 20px;
margin-bottom: 20px;
}
#s-54f6ea2b-3aee-4672-8f75-97526f70c98e:hover {background-color: rgba(205, 28, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}


#s-54f6ea2b-3aee-4672-8f75-97526f70c98e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-54f6ea2b-3aee-4672-8f75-97526f70c98e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-54f6ea2b-3aee-4672-8f75-97526f70c98e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-54f6ea2b-3aee-4672-8f75-97526f70c98e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){

#s-54f6ea2b-3aee-4672-8f75-97526f70c98e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-54f6ea2b-3aee-4672-8f75-97526f70c98e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-54f6ea2b-3aee-4672-8f75-97526f70c98e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-54f6ea2b-3aee-4672-8f75-97526f70c98e.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  
  color: rgba(247, 5, 5, 1);
}


}
#s-20aa5ac0-152e-4dc8-a9d4-033f4f8aba25 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
}

#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}


.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 {
  max-width:  100%;
}

.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 .shg-image-zoom,
.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 img.shogun-image,
.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 .shg-image-zoom,
.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 {
  max-width:  100%;
}

.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 .shg-image-zoom,
.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 img.shogun-image,
.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 .shg-image-zoom,
.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 {
  max-width:  100%;
}

.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 .shg-image-zoom,
.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 img.shogun-image,
.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 .shg-image-zoom,
.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 {
  max-width:  100%;
}

.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 .shg-image-zoom,
.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 img.shogun-image,
.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 .shg-image-zoom,
.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 {
  max-width:  100%;
}

.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 .shg-image-zoom,
.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 img.shogun-image,
.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 .shg-image-zoom,
.shg-c#s-31eb0010-b56b-4f21-82eb-3dc05989ffb7 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9cdde05f-0eb8-4f70-995b-d8ed65a9172c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-9cdde05f-0eb8-4f70-995b-d8ed65a9172c {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-9cdde05f-0eb8-4f70-995b-d8ed65a9172c .shg-product-title-component h3 {
  
  
  
  
  font-size: 14px;
  line-height: 1.5em;
  
  
}

#s-8620b1be-eed6-4ad1-8038-248a5f08ef94 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: center;
}

#s-8620b1be-eed6-4ad1-8038-248a5f08ef94 .shg-product-sold-out {
  display: none;
  color: rgba(205, 28, 74, 1);
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-8620b1be-eed6-4ad1-8038-248a5f08ef94 .shg-product-price {
  color: rgba(205, 28, 74, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-8620b1be-eed6-4ad1-8038-248a5f08ef94 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3efdcb07-d4be-4f97-8ce1-39f67ebed95a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3efdcb07-d4be-4f97-8ce1-39f67ebed95a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3efdcb07-d4be-4f97-8ce1-39f67ebed95a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3efdcb07-d4be-4f97-8ce1-39f67ebed95a {
  margin-top: 20px;
margin-bottom: 20px;
}
#s-3efdcb07-d4be-4f97-8ce1-39f67ebed95a:hover {background-color: rgba(205, 28, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}


#s-3efdcb07-d4be-4f97-8ce1-39f67ebed95a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3efdcb07-d4be-4f97-8ce1-39f67ebed95a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3efdcb07-d4be-4f97-8ce1-39f67ebed95a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3efdcb07-d4be-4f97-8ce1-39f67ebed95a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){

#s-3efdcb07-d4be-4f97-8ce1-39f67ebed95a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3efdcb07-d4be-4f97-8ce1-39f67ebed95a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3efdcb07-d4be-4f97-8ce1-39f67ebed95a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-3efdcb07-d4be-4f97-8ce1-39f67ebed95a.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  
  color: rgba(247, 5, 5, 1);
}


}
#s-e4234ccb-6273-4a46-abc9-9b81f5a57ff0 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
}

#s-c6413f81-2385-489f-b317-ccd7560970b5 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}


.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 {
  max-width:  100%;
}

.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 .shg-image-zoom,
.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 img.shogun-image,
.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 .shg-image-zoom,
.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 {
  max-width:  100%;
}

.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 .shg-image-zoom,
.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 img.shogun-image,
.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 .shg-image-zoom,
.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 {
  max-width:  100%;
}

.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 .shg-image-zoom,
.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 img.shogun-image,
.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 .shg-image-zoom,
.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 {
  max-width:  100%;
}

.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 .shg-image-zoom,
.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 img.shogun-image,
.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 .shg-image-zoom,
.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 {
  max-width:  100%;
}

.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 .shg-image-zoom,
.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 img.shogun-image,
.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 .shg-image-zoom,
.shg-c#s-c6413f81-2385-489f-b317-ccd7560970b5 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ccf086c0-ee3b-4035-b738-76bef69b23a7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-ccf086c0-ee3b-4035-b738-76bef69b23a7 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-ccf086c0-ee3b-4035-b738-76bef69b23a7 .shg-product-title-component h3 {
  
  
  
  
  font-size: 14px;
  line-height: 1.5em;
  
  
}

#s-15e30c5b-89d6-48b0-afcd-91d9552ffafd {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: center;
}

#s-15e30c5b-89d6-48b0-afcd-91d9552ffafd .shg-product-sold-out {
  display: none;
  color: rgba(205, 28, 74, 1);
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-15e30c5b-89d6-48b0-afcd-91d9552ffafd .shg-product-price {
  color: rgba(205, 28, 74, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-15e30c5b-89d6-48b0-afcd-91d9552ffafd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f324b605-c4ab-4e78-929a-32ca0daae3ee {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f324b605-c4ab-4e78-929a-32ca0daae3ee:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f324b605-c4ab-4e78-929a-32ca0daae3ee:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f324b605-c4ab-4e78-929a-32ca0daae3ee {
  margin-top: 20px;
margin-bottom: 20px;
}
#s-f324b605-c4ab-4e78-929a-32ca0daae3ee:hover {background-color: rgba(205, 28, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}


#s-f324b605-c4ab-4e78-929a-32ca0daae3ee {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f324b605-c4ab-4e78-929a-32ca0daae3ee.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f324b605-c4ab-4e78-929a-32ca0daae3ee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f324b605-c4ab-4e78-929a-32ca0daae3ee.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){

#s-f324b605-c4ab-4e78-929a-32ca0daae3ee {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f324b605-c4ab-4e78-929a-32ca0daae3ee.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f324b605-c4ab-4e78-929a-32ca0daae3ee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-f324b605-c4ab-4e78-929a-32ca0daae3ee.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  
  color: rgba(247, 5, 5, 1);
}


}
#s-2c205595-08ed-4d55-bf91-beb49b52d710 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
}

#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}


.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 {
  max-width:  100%;
}

.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 .shg-image-zoom,
.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 img.shogun-image,
.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 .shg-image-zoom,
.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 {
  max-width:  100%;
}

.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 .shg-image-zoom,
.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 img.shogun-image,
.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 .shg-image-zoom,
.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 {
  max-width:  100%;
}

.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 .shg-image-zoom,
.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 img.shogun-image,
.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 .shg-image-zoom,
.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 {
  max-width:  100%;
}

.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 .shg-image-zoom,
.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 img.shogun-image,
.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 .shg-image-zoom,
.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 {
  max-width:  100%;
}

.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 .shg-image-zoom,
.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 img.shogun-image,
.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 .shg-image-zoom,
.shg-c#s-8bdcf1cf-4a97-4f8a-b48e-7a51ad3f06e8 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-89b70b88-d601-4603-96d5-611f98c61eb5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-89b70b88-d601-4603-96d5-611f98c61eb5 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-89b70b88-d601-4603-96d5-611f98c61eb5 .shg-product-title-component h3 {
  
  
  
  
  font-size: 14px;
  line-height: 1.5em;
  
  
}

#s-e568b62d-3e62-4f7b-ab2c-d36e72138629 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: center;
}

#s-e568b62d-3e62-4f7b-ab2c-d36e72138629 .shg-product-sold-out {
  display: none;
  color: rgba(205, 28, 74, 1);
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-e568b62d-3e62-4f7b-ab2c-d36e72138629 .shg-product-price {
  color: rgba(205, 28, 74, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-e568b62d-3e62-4f7b-ab2c-d36e72138629 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-79ecaf77-ba1c-4a4c-bfca-85bbf385b875 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-79ecaf77-ba1c-4a4c-bfca-85bbf385b875:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-79ecaf77-ba1c-4a4c-bfca-85bbf385b875:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-79ecaf77-ba1c-4a4c-bfca-85bbf385b875 {
  margin-top: 20px;
margin-bottom: 20px;
}
#s-79ecaf77-ba1c-4a4c-bfca-85bbf385b875:hover {background-color: rgba(205, 28, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}


#s-79ecaf77-ba1c-4a4c-bfca-85bbf385b875 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79ecaf77-ba1c-4a4c-bfca-85bbf385b875.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79ecaf77-ba1c-4a4c-bfca-85bbf385b875.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-79ecaf77-ba1c-4a4c-bfca-85bbf385b875.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){

#s-79ecaf77-ba1c-4a4c-bfca-85bbf385b875 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79ecaf77-ba1c-4a4c-bfca-85bbf385b875.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79ecaf77-ba1c-4a4c-bfca-85bbf385b875.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-79ecaf77-ba1c-4a4c-bfca-85bbf385b875.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  
  color: rgba(247, 5, 5, 1);
}


}
#s-1289b748-e150-431c-8ea0-c318bddad080 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
}

#s-15ea6fbf-54d0-448a-a520-75532898b62e {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}


.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e {
  max-width:  100%;
}

.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e .shg-image-zoom,
.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e img.shogun-image,
.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e .shg-image-zoom,
.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e {
  max-width:  100%;
}

.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e .shg-image-zoom,
.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e img.shogun-image,
.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e .shg-image-zoom,
.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e {
  max-width:  100%;
}

.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e .shg-image-zoom,
.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e img.shogun-image,
.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e .shg-image-zoom,
.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e {
  max-width:  100%;
}

.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e .shg-image-zoom,
.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e img.shogun-image,
.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e .shg-image-zoom,
.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e {
  max-width:  100%;
}

.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e .shg-image-zoom,
.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e img.shogun-image,
.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e .shg-image-zoom,
.shg-c#s-15ea6fbf-54d0-448a-a520-75532898b62e img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-795f5a7c-8349-4b58-ac8c-3fb44cd52979 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-795f5a7c-8349-4b58-ac8c-3fb44cd52979 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-795f5a7c-8349-4b58-ac8c-3fb44cd52979 .shg-product-title-component h3 {
  
  
  
  
  font-size: 14px;
  line-height: 1.5em;
  
  
}

#s-7128c36b-ca32-47ab-bdf1-635d097f187f {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: center;
}

#s-7128c36b-ca32-47ab-bdf1-635d097f187f .shg-product-sold-out {
  display: none;
  color: rgba(205, 28, 74, 1);
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-7128c36b-ca32-47ab-bdf1-635d097f187f .shg-product-price {
  color: rgba(205, 28, 74, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-7128c36b-ca32-47ab-bdf1-635d097f187f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7c5f5de0-b720-46b2-8651-e56b828dc8cb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7c5f5de0-b720-46b2-8651-e56b828dc8cb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7c5f5de0-b720-46b2-8651-e56b828dc8cb:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7c5f5de0-b720-46b2-8651-e56b828dc8cb {
  margin-top: 20px;
margin-bottom: 20px;
}
#s-7c5f5de0-b720-46b2-8651-e56b828dc8cb:hover {background-color: rgba(205, 28, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}


#s-7c5f5de0-b720-46b2-8651-e56b828dc8cb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7c5f5de0-b720-46b2-8651-e56b828dc8cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7c5f5de0-b720-46b2-8651-e56b828dc8cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7c5f5de0-b720-46b2-8651-e56b828dc8cb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){

#s-7c5f5de0-b720-46b2-8651-e56b828dc8cb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7c5f5de0-b720-46b2-8651-e56b828dc8cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7c5f5de0-b720-46b2-8651-e56b828dc8cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-7c5f5de0-b720-46b2-8651-e56b828dc8cb.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  
  color: rgba(247, 5, 5, 1);
}


}
#s-78162abc-6fa7-4a0b-9d9b-f061e4ba93c1 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
}

#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}


.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a {
  max-width:  100%;
}

.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a .shg-image-zoom,
.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a img.shogun-image,
.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a .shg-image-zoom,
.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a {
  max-width:  100%;
}

.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a .shg-image-zoom,
.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a img.shogun-image,
.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a .shg-image-zoom,
.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a {
  max-width:  100%;
}

.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a .shg-image-zoom,
.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a img.shogun-image,
.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a .shg-image-zoom,
.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a {
  max-width:  100%;
}

.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a .shg-image-zoom,
.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a img.shogun-image,
.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a .shg-image-zoom,
.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a {
  max-width:  100%;
}

.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a .shg-image-zoom,
.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a img.shogun-image,
.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a .shg-image-zoom,
.shg-c#s-20aba20d-eb50-4fb6-81d7-59ac8c401d7a img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a6dbe280-9d35-4643-b265-9a98f4518432 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a6dbe280-9d35-4643-b265-9a98f4518432 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-a6dbe280-9d35-4643-b265-9a98f4518432 .shg-product-title-component h3 {
  
  
  
  
  font-size: 14px;
  line-height: 1.5em;
  
  
}

#s-9ecf9695-4d44-4a75-aecc-c5e6de6b257b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: center;
}

#s-9ecf9695-4d44-4a75-aecc-c5e6de6b257b .shg-product-sold-out {
  display: none;
  color: rgba(205, 28, 74, 1);
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-9ecf9695-4d44-4a75-aecc-c5e6de6b257b .shg-product-price {
  color: rgba(205, 28, 74, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-9ecf9695-4d44-4a75-aecc-c5e6de6b257b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7a634a66-2c72-4964-a483-1cdf13310f47 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7a634a66-2c72-4964-a483-1cdf13310f47:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7a634a66-2c72-4964-a483-1cdf13310f47:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7a634a66-2c72-4964-a483-1cdf13310f47 {
  margin-top: 20px;
margin-bottom: 20px;
}
#s-7a634a66-2c72-4964-a483-1cdf13310f47:hover {background-color: rgba(205, 28, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}


#s-7a634a66-2c72-4964-a483-1cdf13310f47 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a634a66-2c72-4964-a483-1cdf13310f47.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a634a66-2c72-4964-a483-1cdf13310f47.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7a634a66-2c72-4964-a483-1cdf13310f47.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){

#s-7a634a66-2c72-4964-a483-1cdf13310f47 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a634a66-2c72-4964-a483-1cdf13310f47.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a634a66-2c72-4964-a483-1cdf13310f47.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-7a634a66-2c72-4964-a483-1cdf13310f47.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  
  color: rgba(247, 5, 5, 1);
}


}
#s-a2a7ef6a-130d-4d0f-b8a9-e6fac941887e {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
}

#s-07436f55-22b1-4136-8249-e05210cb6212 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}


.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 {
  max-width:  100%;
}

.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 .shg-image-zoom,
.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 img.shogun-image,
.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 .shg-image-zoom,
.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 {
  max-width:  100%;
}

.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 .shg-image-zoom,
.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 img.shogun-image,
.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 .shg-image-zoom,
.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 {
  max-width:  100%;
}

.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 .shg-image-zoom,
.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 img.shogun-image,
.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 .shg-image-zoom,
.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 {
  max-width:  100%;
}

.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 .shg-image-zoom,
.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 img.shogun-image,
.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 .shg-image-zoom,
.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 {
  max-width:  100%;
}

.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 .shg-image-zoom,
.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 img.shogun-image,
.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 .shg-image-zoom,
.shg-c#s-07436f55-22b1-4136-8249-e05210cb6212 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0dd55da2-abe1-4f29-9afd-10aa7c0dbb2f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-0dd55da2-abe1-4f29-9afd-10aa7c0dbb2f {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-0dd55da2-abe1-4f29-9afd-10aa7c0dbb2f .shg-product-title-component h3 {
  
  
  
  
  font-size: 14px;
  line-height: 1.5em;
  
  
}

#s-6f175902-b5e6-45d9-99ec-c7fc59d7480e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: center;
}

#s-6f175902-b5e6-45d9-99ec-c7fc59d7480e .shg-product-sold-out {
  display: none;
  color: rgba(205, 28, 74, 1);
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-6f175902-b5e6-45d9-99ec-c7fc59d7480e .shg-product-price {
  color: rgba(205, 28, 74, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-6f175902-b5e6-45d9-99ec-c7fc59d7480e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6ffe5bb3-e30e-4111-9b60-1af26c1e3e2b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6ffe5bb3-e30e-4111-9b60-1af26c1e3e2b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6ffe5bb3-e30e-4111-9b60-1af26c1e3e2b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6ffe5bb3-e30e-4111-9b60-1af26c1e3e2b {
  margin-top: 20px;
margin-bottom: 20px;
}
#s-6ffe5bb3-e30e-4111-9b60-1af26c1e3e2b:hover {background-color: rgba(205, 28, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}


#s-6ffe5bb3-e30e-4111-9b60-1af26c1e3e2b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6ffe5bb3-e30e-4111-9b60-1af26c1e3e2b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6ffe5bb3-e30e-4111-9b60-1af26c1e3e2b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6ffe5bb3-e30e-4111-9b60-1af26c1e3e2b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){

#s-6ffe5bb3-e30e-4111-9b60-1af26c1e3e2b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6ffe5bb3-e30e-4111-9b60-1af26c1e3e2b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6ffe5bb3-e30e-4111-9b60-1af26c1e3e2b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-6ffe5bb3-e30e-4111-9b60-1af26c1e3e2b.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  
  color: rgba(247, 5, 5, 1);
}


}
#s-d7a2b5f1-c16a-4cfa-bbfb-0755aba5ffa7 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
}

#s-5a779caa-dc3b-492f-88e3-886512f6b46c {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}


.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c {
  max-width:  100%;
}

.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c .shg-image-zoom,
.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c img.shogun-image,
.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c .shg-image-zoom,
.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c {
  max-width:  100%;
}

.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c .shg-image-zoom,
.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c img.shogun-image,
.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c .shg-image-zoom,
.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c {
  max-width:  100%;
}

.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c .shg-image-zoom,
.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c img.shogun-image,
.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c .shg-image-zoom,
.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c {
  max-width:  100%;
}

.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c .shg-image-zoom,
.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c img.shogun-image,
.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c .shg-image-zoom,
.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c {
  max-width:  100%;
}

.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c .shg-image-zoom,
.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c img.shogun-image,
.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c .shg-image-zoom,
.shg-c#s-5a779caa-dc3b-492f-88e3-886512f6b46c img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-beb9725d-054f-434e-8468-63b0acb61d72 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-beb9725d-054f-434e-8468-63b0acb61d72 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-beb9725d-054f-434e-8468-63b0acb61d72 .shg-product-title-component h3 {
  
  
  
  
  font-size: 14px;
  line-height: 1.5em;
  
  
}

#s-61140a2d-3e59-4389-8ec9-006e79b9d1f9 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: center;
}

#s-61140a2d-3e59-4389-8ec9-006e79b9d1f9 .shg-product-sold-out {
  display: none;
  color: rgba(205, 28, 74, 1);
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-61140a2d-3e59-4389-8ec9-006e79b9d1f9 .shg-product-price {
  color: rgba(205, 28, 74, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-61140a2d-3e59-4389-8ec9-006e79b9d1f9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cef67a41-2938-4efa-94ef-04419cab2dbc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-cef67a41-2938-4efa-94ef-04419cab2dbc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cef67a41-2938-4efa-94ef-04419cab2dbc:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-cef67a41-2938-4efa-94ef-04419cab2dbc {
  margin-top: 20px;
margin-bottom: 20px;
}
#s-cef67a41-2938-4efa-94ef-04419cab2dbc:hover {background-color: rgba(205, 28, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}


#s-cef67a41-2938-4efa-94ef-04419cab2dbc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cef67a41-2938-4efa-94ef-04419cab2dbc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cef67a41-2938-4efa-94ef-04419cab2dbc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cef67a41-2938-4efa-94ef-04419cab2dbc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){

#s-cef67a41-2938-4efa-94ef-04419cab2dbc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cef67a41-2938-4efa-94ef-04419cab2dbc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cef67a41-2938-4efa-94ef-04419cab2dbc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-cef67a41-2938-4efa-94ef-04419cab2dbc.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  
  color: rgba(247, 5, 5, 1);
}


}
#s-465395f7-6f10-49ee-96b1-b39f8d2c5cd0 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
}

#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}


.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 {
  max-width:  100%;
}

.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 .shg-image-zoom,
.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 img.shogun-image,
.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 .shg-image-zoom,
.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 {
  max-width:  100%;
}

.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 .shg-image-zoom,
.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 img.shogun-image,
.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 .shg-image-zoom,
.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 {
  max-width:  100%;
}

.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 .shg-image-zoom,
.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 img.shogun-image,
.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 .shg-image-zoom,
.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 {
  max-width:  100%;
}

.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 .shg-image-zoom,
.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 img.shogun-image,
.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 .shg-image-zoom,
.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 {
  max-width:  100%;
}

.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 .shg-image-zoom,
.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 img.shogun-image,
.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 .shg-image-zoom,
.shg-c#s-1e24ff5f-a1df-4554-91f7-e99b8a04aec9 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d5dd8691-a85c-4aa5-9343-0db3bde441e5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d5dd8691-a85c-4aa5-9343-0db3bde441e5 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-d5dd8691-a85c-4aa5-9343-0db3bde441e5 .shg-product-title-component h3 {
  
  
  
  
  font-size: 14px;
  line-height: 1.5em;
  
  
}

#s-a174daef-d1d1-4918-bc4b-739c3d77f2a9 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: center;
}

#s-a174daef-d1d1-4918-bc4b-739c3d77f2a9 .shg-product-sold-out {
  display: none;
  color: rgba(205, 28, 74, 1);
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-a174daef-d1d1-4918-bc4b-739c3d77f2a9 .shg-product-price {
  color: rgba(205, 28, 74, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-a174daef-d1d1-4918-bc4b-739c3d77f2a9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-aeb8f008-f0cc-4ae8-a6db-a35f6d463263 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-aeb8f008-f0cc-4ae8-a6db-a35f6d463263:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aeb8f008-f0cc-4ae8-a6db-a35f6d463263:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-aeb8f008-f0cc-4ae8-a6db-a35f6d463263 {
  margin-top: 20px;
margin-bottom: 20px;
}
#s-aeb8f008-f0cc-4ae8-a6db-a35f6d463263:hover {background-color: rgba(205, 28, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}


#s-aeb8f008-f0cc-4ae8-a6db-a35f6d463263 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aeb8f008-f0cc-4ae8-a6db-a35f6d463263.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aeb8f008-f0cc-4ae8-a6db-a35f6d463263.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-aeb8f008-f0cc-4ae8-a6db-a35f6d463263.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){

#s-aeb8f008-f0cc-4ae8-a6db-a35f6d463263 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aeb8f008-f0cc-4ae8-a6db-a35f6d463263.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aeb8f008-f0cc-4ae8-a6db-a35f6d463263.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-aeb8f008-f0cc-4ae8-a6db-a35f6d463263.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  
  color: rgba(247, 5, 5, 1);
}


}
#s-2bd5b214-33ea-4236-a60d-243d1977cd48 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
}

#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}


.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 {
  max-width:  100%;
}

.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 .shg-image-zoom,
.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 img.shogun-image,
.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 .shg-image-zoom,
.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 {
  max-width:  100%;
}

.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 .shg-image-zoom,
.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 img.shogun-image,
.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 .shg-image-zoom,
.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 {
  max-width:  100%;
}

.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 .shg-image-zoom,
.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 img.shogun-image,
.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 .shg-image-zoom,
.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 {
  max-width:  100%;
}

.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 .shg-image-zoom,
.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 img.shogun-image,
.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 .shg-image-zoom,
.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 {
  max-width:  100%;
}

.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 .shg-image-zoom,
.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 img.shogun-image,
.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 .shg-image-zoom,
.shg-c#s-5992e4cd-35be-4c24-97fe-22464dcad7f7 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f6e3924f-c729-4f6f-8cb3-ee5e0aabc31d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-f6e3924f-c729-4f6f-8cb3-ee5e0aabc31d {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-f6e3924f-c729-4f6f-8cb3-ee5e0aabc31d .shg-product-title-component h3 {
  
  
  
  
  font-size: 14px;
  line-height: 1.5em;
  
  
}

#s-4c68cdbe-8669-42e5-8eba-9e630d49fa66 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: center;
}

#s-4c68cdbe-8669-42e5-8eba-9e630d49fa66 .shg-product-sold-out {
  display: none;
  color: rgba(205, 28, 74, 1);
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-4c68cdbe-8669-42e5-8eba-9e630d49fa66 .shg-product-price {
  color: rgba(205, 28, 74, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-4c68cdbe-8669-42e5-8eba-9e630d49fa66 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8da5c281-7de0-4289-807c-77ac3f15d2a8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8da5c281-7de0-4289-807c-77ac3f15d2a8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8da5c281-7de0-4289-807c-77ac3f15d2a8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-8da5c281-7de0-4289-807c-77ac3f15d2a8 {
  margin-top: 20px;
margin-bottom: 20px;
}
#s-8da5c281-7de0-4289-807c-77ac3f15d2a8:hover {background-color: rgba(205, 28, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}


#s-8da5c281-7de0-4289-807c-77ac3f15d2a8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8da5c281-7de0-4289-807c-77ac3f15d2a8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8da5c281-7de0-4289-807c-77ac3f15d2a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8da5c281-7de0-4289-807c-77ac3f15d2a8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){

#s-8da5c281-7de0-4289-807c-77ac3f15d2a8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8da5c281-7de0-4289-807c-77ac3f15d2a8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8da5c281-7de0-4289-807c-77ac3f15d2a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-8da5c281-7de0-4289-807c-77ac3f15d2a8.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  
  color: rgba(247, 5, 5, 1);
}


}
#s-156f1dd2-9a80-4ec1-a134-78145cd9d4a6 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
}

#s-6dda7cf1-418f-4beb-9572-f578421b03ea {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}


.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea {
  max-width:  100%;
}

.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea .shg-image-zoom,
.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea img.shogun-image,
.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea .shg-image-zoom,
.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea {
  max-width:  100%;
}

.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea .shg-image-zoom,
.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea img.shogun-image,
.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea .shg-image-zoom,
.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea {
  max-width:  100%;
}

.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea .shg-image-zoom,
.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea img.shogun-image,
.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea .shg-image-zoom,
.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea {
  max-width:  100%;
}

.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea .shg-image-zoom,
.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea img.shogun-image,
.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea .shg-image-zoom,
.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea {
  max-width:  100%;
}

.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea .shg-image-zoom,
.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea img.shogun-image,
.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea .shg-image-zoom,
.shg-c#s-6dda7cf1-418f-4beb-9572-f578421b03ea img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9fd4e384-e0fd-4559-8d1f-995c107ff59d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-9fd4e384-e0fd-4559-8d1f-995c107ff59d {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-9fd4e384-e0fd-4559-8d1f-995c107ff59d .shg-product-title-component h3 {
  
  
  
  
  font-size: 14px;
  line-height: 1.5em;
  
  
}

#s-cee5d2fe-c529-4948-a3d4-3f2a7e861124 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: center;
}

#s-cee5d2fe-c529-4948-a3d4-3f2a7e861124 .shg-product-sold-out {
  display: none;
  color: rgba(205, 28, 74, 1);
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-cee5d2fe-c529-4948-a3d4-3f2a7e861124 .shg-product-price {
  color: rgba(205, 28, 74, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-cee5d2fe-c529-4948-a3d4-3f2a7e861124 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-846ff0d5-e02c-4ef4-9d1f-d8d1ab7cb006 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-846ff0d5-e02c-4ef4-9d1f-d8d1ab7cb006:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-846ff0d5-e02c-4ef4-9d1f-d8d1ab7cb006:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-846ff0d5-e02c-4ef4-9d1f-d8d1ab7cb006 {
  margin-top: 20px;
margin-bottom: 20px;
}
#s-846ff0d5-e02c-4ef4-9d1f-d8d1ab7cb006:hover {background-color: rgba(205, 28, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}


#s-846ff0d5-e02c-4ef4-9d1f-d8d1ab7cb006 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-846ff0d5-e02c-4ef4-9d1f-d8d1ab7cb006.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-846ff0d5-e02c-4ef4-9d1f-d8d1ab7cb006.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-846ff0d5-e02c-4ef4-9d1f-d8d1ab7cb006.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){

#s-846ff0d5-e02c-4ef4-9d1f-d8d1ab7cb006 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-846ff0d5-e02c-4ef4-9d1f-d8d1ab7cb006.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-846ff0d5-e02c-4ef4-9d1f-d8d1ab7cb006.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-846ff0d5-e02c-4ef4-9d1f-d8d1ab7cb006.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  
  color: rgba(247, 5, 5, 1);
}


}
#s-33d05122-b47b-4707-89d3-526f4d955c44 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
}

#s-0ed5e459-08af-4cc0-9483-19f5ef48201c {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}


.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c {
  max-width:  100%;
}

.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c .shg-image-zoom,
.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c img.shogun-image,
.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c .shg-image-zoom,
.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c {
  max-width:  100%;
}

.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c .shg-image-zoom,
.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c img.shogun-image,
.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c .shg-image-zoom,
.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c {
  max-width:  100%;
}

.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c .shg-image-zoom,
.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c img.shogun-image,
.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c .shg-image-zoom,
.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c {
  max-width:  100%;
}

.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c .shg-image-zoom,
.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c img.shogun-image,
.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c .shg-image-zoom,
.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c {
  max-width:  100%;
}

.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c .shg-image-zoom,
.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c img.shogun-image,
.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c .shg-image-zoom,
.shg-c#s-0ed5e459-08af-4cc0-9483-19f5ef48201c img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d1c518e9-79cc-4e2a-8b9f-7b59066229fc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d1c518e9-79cc-4e2a-8b9f-7b59066229fc {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-d1c518e9-79cc-4e2a-8b9f-7b59066229fc .shg-product-title-component h3 {
  
  
  
  
  font-size: 14px;
  line-height: 1.5em;
  
  
}

#s-4c62950d-f309-42ef-87ab-e9e68edaf133 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: center;
}

#s-4c62950d-f309-42ef-87ab-e9e68edaf133 .shg-product-sold-out {
  display: none;
  color: rgba(205, 28, 74, 1);
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-4c62950d-f309-42ef-87ab-e9e68edaf133 .shg-product-price {
  color: rgba(205, 28, 74, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-4c62950d-f309-42ef-87ab-e9e68edaf133 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a9e8eee5-f64f-4be3-9c91-b4076d09302e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a9e8eee5-f64f-4be3-9c91-b4076d09302e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a9e8eee5-f64f-4be3-9c91-b4076d09302e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a9e8eee5-f64f-4be3-9c91-b4076d09302e {
  margin-top: 20px;
margin-bottom: 20px;
}
#s-a9e8eee5-f64f-4be3-9c91-b4076d09302e:hover {background-color: rgba(205, 28, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}


#s-a9e8eee5-f64f-4be3-9c91-b4076d09302e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a9e8eee5-f64f-4be3-9c91-b4076d09302e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a9e8eee5-f64f-4be3-9c91-b4076d09302e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a9e8eee5-f64f-4be3-9c91-b4076d09302e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){

#s-a9e8eee5-f64f-4be3-9c91-b4076d09302e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a9e8eee5-f64f-4be3-9c91-b4076d09302e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a9e8eee5-f64f-4be3-9c91-b4076d09302e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-a9e8eee5-f64f-4be3-9c91-b4076d09302e.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  
  color: rgba(247, 5, 5, 1);
}


}
#s-ac4c4778-0324-4e64-80cc-38fee3042b98 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
}

#s-b647e611-9495-4c7a-8876-a2811d6ca1bf {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}


.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf {
  max-width:  100%;
}

.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf .shg-image-zoom,
.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf img.shogun-image,
.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf .shg-image-zoom,
.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf {
  max-width:  100%;
}

.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf .shg-image-zoom,
.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf img.shogun-image,
.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf .shg-image-zoom,
.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf {
  max-width:  100%;
}

.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf .shg-image-zoom,
.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf img.shogun-image,
.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf .shg-image-zoom,
.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf {
  max-width:  100%;
}

.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf .shg-image-zoom,
.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf img.shogun-image,
.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf .shg-image-zoom,
.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf {
  max-width:  100%;
}

.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf .shg-image-zoom,
.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf img.shogun-image,
.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf .shg-image-zoom,
.shg-c#s-b647e611-9495-4c7a-8876-a2811d6ca1bf img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-15a36aca-ed7b-4e57-8e58-9695cb55b9e5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-15a36aca-ed7b-4e57-8e58-9695cb55b9e5 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-15a36aca-ed7b-4e57-8e58-9695cb55b9e5 .shg-product-title-component h3 {
  
  
  
  
  font-size: 14px;
  line-height: 1.5em;
  
  
}

#s-b8c966b9-4923-4ce6-9f2a-afd6181fa75c {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: center;
}

#s-b8c966b9-4923-4ce6-9f2a-afd6181fa75c .shg-product-sold-out {
  display: none;
  color: rgba(205, 28, 74, 1);
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-b8c966b9-4923-4ce6-9f2a-afd6181fa75c .shg-product-price {
  color: rgba(205, 28, 74, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-b8c966b9-4923-4ce6-9f2a-afd6181fa75c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3099f9aa-cebf-4bb7-a2aa-7706c3f80988 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3099f9aa-cebf-4bb7-a2aa-7706c3f80988:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3099f9aa-cebf-4bb7-a2aa-7706c3f80988:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3099f9aa-cebf-4bb7-a2aa-7706c3f80988 {
  margin-top: 20px;
margin-bottom: 20px;
}
#s-3099f9aa-cebf-4bb7-a2aa-7706c3f80988:hover {background-color: rgba(205, 28, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}


#s-3099f9aa-cebf-4bb7-a2aa-7706c3f80988 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3099f9aa-cebf-4bb7-a2aa-7706c3f80988.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3099f9aa-cebf-4bb7-a2aa-7706c3f80988.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3099f9aa-cebf-4bb7-a2aa-7706c3f80988.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){

#s-3099f9aa-cebf-4bb7-a2aa-7706c3f80988 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3099f9aa-cebf-4bb7-a2aa-7706c3f80988.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3099f9aa-cebf-4bb7-a2aa-7706c3f80988.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-3099f9aa-cebf-4bb7-a2aa-7706c3f80988.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  
  color: rgba(247, 5, 5, 1);
}


}
#s-00e64778-30a8-4283-8892-d9e53bfa869b {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
}

#s-b18471f6-d16d-4407-839a-179b3f98faae {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}


.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae {
  max-width:  100%;
}

.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae .shg-image-zoom,
.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae img.shogun-image,
.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae .shg-image-zoom,
.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae {
  max-width:  100%;
}

.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae .shg-image-zoom,
.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae img.shogun-image,
.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae .shg-image-zoom,
.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae {
  max-width:  100%;
}

.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae .shg-image-zoom,
.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae img.shogun-image,
.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae .shg-image-zoom,
.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae {
  max-width:  100%;
}

.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae .shg-image-zoom,
.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae img.shogun-image,
.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae .shg-image-zoom,
.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae {
  max-width:  100%;
}

.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae .shg-image-zoom,
.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae img.shogun-image,
.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae .shg-image-zoom,
.shg-c#s-b18471f6-d16d-4407-839a-179b3f98faae img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-64e0763a-1013-4af1-9ab8-74b11ae7bb78 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-64e0763a-1013-4af1-9ab8-74b11ae7bb78 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-64e0763a-1013-4af1-9ab8-74b11ae7bb78 .shg-product-title-component h3 {
  
  
  
  
  font-size: 14px;
  line-height: 1.5em;
  
  
}

#s-1d0ca872-1549-4f5c-bb3c-deab96dc4cf5 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: center;
}

#s-1d0ca872-1549-4f5c-bb3c-deab96dc4cf5 .shg-product-sold-out {
  display: none;
  color: rgba(205, 28, 74, 1);
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-1d0ca872-1549-4f5c-bb3c-deab96dc4cf5 .shg-product-price {
  color: rgba(205, 28, 74, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-1d0ca872-1549-4f5c-bb3c-deab96dc4cf5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e099a607-4814-4e09-86aa-87b4a4bfa0ff {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e099a607-4814-4e09-86aa-87b4a4bfa0ff:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e099a607-4814-4e09-86aa-87b4a4bfa0ff:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e099a607-4814-4e09-86aa-87b4a4bfa0ff {
  margin-top: 20px;
margin-bottom: 20px;
}
#s-e099a607-4814-4e09-86aa-87b4a4bfa0ff:hover {background-color: rgba(205, 28, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}


#s-e099a607-4814-4e09-86aa-87b4a4bfa0ff {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e099a607-4814-4e09-86aa-87b4a4bfa0ff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e099a607-4814-4e09-86aa-87b4a4bfa0ff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e099a607-4814-4e09-86aa-87b4a4bfa0ff.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){

#s-e099a607-4814-4e09-86aa-87b4a4bfa0ff {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e099a607-4814-4e09-86aa-87b4a4bfa0ff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e099a607-4814-4e09-86aa-87b4a4bfa0ff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-e099a607-4814-4e09-86aa-87b4a4bfa0ff.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  
  color: rgba(247, 5, 5, 1);
}


}
#s-89ddd3e0-b0b2-4524-baf6-51ca910d3b4c {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
}

#s-b8bdc979-1450-42f5-83e5-c460cd934556 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}


.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 {
  max-width:  100%;
}

.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 .shg-image-zoom,
.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 img.shogun-image,
.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 .shg-image-zoom,
.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 {
  max-width:  100%;
}

.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 .shg-image-zoom,
.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 img.shogun-image,
.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 .shg-image-zoom,
.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 {
  max-width:  100%;
}

.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 .shg-image-zoom,
.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 img.shogun-image,
.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 .shg-image-zoom,
.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 {
  max-width:  100%;
}

.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 .shg-image-zoom,
.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 img.shogun-image,
.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 .shg-image-zoom,
.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 {
  max-width:  100%;
}

.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 .shg-image-zoom,
.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 img.shogun-image {
  max-width: 800px !important;
  min-height: 100px !important;
}

.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 img.shogun-image,
.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 .shg-image-zoom,
.shg-c#s-b8bdc979-1450-42f5-83e5-c460cd934556 img.shogun-image {
  aspect-ratio: 16:9;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b297c7df-eea1-4cef-b278-ddda5a8b8e39 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-b297c7df-eea1-4cef-b278-ddda5a8b8e39 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-b297c7df-eea1-4cef-b278-ddda5a8b8e39 .shg-product-title-component h3 {
  
  
  
  
  font-size: 14px;
  line-height: 1.5em;
  
  
}

#s-d41f2653-1a17-4998-9307-6d7ac615ddd5 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: center;
}

#s-d41f2653-1a17-4998-9307-6d7ac615ddd5 .shg-product-sold-out {
  display: none;
  color: rgba(205, 28, 74, 1);
  font-size: 18px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-d41f2653-1a17-4998-9307-6d7ac615ddd5 .shg-product-price {
  color: rgba(205, 28, 74, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-d41f2653-1a17-4998-9307-6d7ac615ddd5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b17c9771-a3f9-4b80-9c44-2705a91603f8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b17c9771-a3f9-4b80-9c44-2705a91603f8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b17c9771-a3f9-4b80-9c44-2705a91603f8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b17c9771-a3f9-4b80-9c44-2705a91603f8 {
  margin-top: 20px;
margin-bottom: 20px;
}
#s-b17c9771-a3f9-4b80-9c44-2705a91603f8:hover {background-color: rgba(205, 28, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}


#s-b17c9771-a3f9-4b80-9c44-2705a91603f8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b17c9771-a3f9-4b80-9c44-2705a91603f8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b17c9771-a3f9-4b80-9c44-2705a91603f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b17c9771-a3f9-4b80-9c44-2705a91603f8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){

#s-b17c9771-a3f9-4b80-9c44-2705a91603f8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b17c9771-a3f9-4b80-9c44-2705a91603f8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b17c9771-a3f9-4b80-9c44-2705a91603f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-b17c9771-a3f9-4b80-9c44-2705a91603f8.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Poppins;
  
  
  color: rgba(247, 5, 5, 1);
}


}
#s-044c0a86-7a59-4b15-9cde-eaf67f05829f {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-044c0a86-7a59-4b15-9cde-eaf67f05829f {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-044c0a86-7a59-4b15-9cde-eaf67f05829f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-044c0a86-7a59-4b15-9cde-eaf67f05829f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5750967-70c0-4195-bbf5-a6a354b73385 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f5750967-70c0-4195-bbf5-a6a354b73385"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5750967-70c0-4195-bbf5-a6a354b73385"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f5750967-70c0-4195-bbf5-a6a354b73385"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5750967-70c0-4195-bbf5-a6a354b73385"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2356aa4a-55c8-406d-aebc-4c7ee72d8c05 {
  margin-top: 30px;
margin-left: 5%;
margin-right: 5%;
}

#s-fa77263e-735f-4c4d-a98b-72dbdf3a44cd {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fa77263e-735f-4c4d-a98b-72dbdf3a44cd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



#s-0c17a502-2e09-4759-b593-528d45673dbf {
  margin-left: 5%;
margin-right: 5%;
}

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

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

.shg-btn-text {
  font-weight: 300;
  font-family: "Poppins";
}

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

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

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

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

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

#s-0ac32abe-8e7b-42a8-9840-9f94f63c2913 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(205, 28, 74, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0ac32abe-8e7b-42a8-9840-9f94f63c2913:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-0ac32abe-8e7b-42a8-9840-9f94f63c2913:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0ac32abe-8e7b-42a8-9840-9f94f63c2913-root {
    text-align: left;
  }


#s-0ac32abe-8e7b-42a8-9840-9f94f63c2913.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0ac32abe-8e7b-42a8-9840-9f94f63c2913-root {
    text-align: left;
  }


#s-0ac32abe-8e7b-42a8-9840-9f94f63c2913.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0ac32abe-8e7b-42a8-9840-9f94f63c2913-root {
    text-align: left;
  }


#s-0ac32abe-8e7b-42a8-9840-9f94f63c2913.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0ac32abe-8e7b-42a8-9840-9f94f63c2913-root {
    text-align: left;
  }


#s-0ac32abe-8e7b-42a8-9840-9f94f63c2913.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0ac32abe-8e7b-42a8-9840-9f94f63c2913-root {
    text-align: left;
  }


#s-0ac32abe-8e7b-42a8-9840-9f94f63c2913.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-7c17794f-d917-4683-9d5f-5e45d04b4649 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 700px;
aspect-ratio: 700/400;
text-align: center;
}



.shg-image-margin-container-s-7c17794f-d917-4683-9d5f-5e45d04b4649 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  
}

#s-7c17794f-d917-4683-9d5f-5e45d04b4649 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c17794f-d917-4683-9d5f-5e45d04b4649 .shg-image-content-wrapper {
      aspect-ratio: 700/400;
      min-width: 100%;
      height: auto;
    }

    #s-7c17794f-d917-4683-9d5f-5e45d04b4649 .shogun-image-link {
      aspect-ratio: 700/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c17794f-d917-4683-9d5f-5e45d04b4649 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c17794f-d917-4683-9d5f-5e45d04b4649.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c17794f-d917-4683-9d5f-5e45d04b4649 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 700px;
  }



  img.s-7c17794f-d917-4683-9d5f-5e45d04b4649.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-7c17794f-d917-4683-9d5f-5e45d04b4649 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c17794f-d917-4683-9d5f-5e45d04b4649.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c17794f-d917-4683-9d5f-5e45d04b4649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c17794f-d917-4683-9d5f-5e45d04b4649.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c17794f-d917-4683-9d5f-5e45d04b4649 {
      --shg-aspect-ratio: calc(700/400); 
    }

    .s-7c17794f-d917-4683-9d5f-5e45d04b4649.shogun-image-container {
      position: relative;
    }

    .s-7c17794f-d917-4683-9d5f-5e45d04b4649.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c17794f-d917-4683-9d5f-5e45d04b4649.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c17794f-d917-4683-9d5f-5e45d04b4649 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 700px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7c17794f-d917-4683-9d5f-5e45d04b4649 {
  
  
  
  
}

#s-7c17794f-d917-4683-9d5f-5e45d04b4649 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c17794f-d917-4683-9d5f-5e45d04b4649 .shg-image-content-wrapper {
      aspect-ratio: 700/400;
      min-width: 100%;
      height: auto;
    }

    #s-7c17794f-d917-4683-9d5f-5e45d04b4649 .shogun-image-link {
      aspect-ratio: 700/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c17794f-d917-4683-9d5f-5e45d04b4649 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c17794f-d917-4683-9d5f-5e45d04b4649.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c17794f-d917-4683-9d5f-5e45d04b4649 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 700px;
  }



  img.s-7c17794f-d917-4683-9d5f-5e45d04b4649.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-7c17794f-d917-4683-9d5f-5e45d04b4649 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c17794f-d917-4683-9d5f-5e45d04b4649.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c17794f-d917-4683-9d5f-5e45d04b4649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c17794f-d917-4683-9d5f-5e45d04b4649.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c17794f-d917-4683-9d5f-5e45d04b4649 {
      --shg-aspect-ratio: calc(700/400); 
    }

    .s-7c17794f-d917-4683-9d5f-5e45d04b4649.shogun-image-container {
      position: relative;
    }

    .s-7c17794f-d917-4683-9d5f-5e45d04b4649.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c17794f-d917-4683-9d5f-5e45d04b4649.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c17794f-d917-4683-9d5f-5e45d04b4649 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-7c17794f-d917-4683-9d5f-5e45d04b4649 {
  
  
  
  
}

#s-7c17794f-d917-4683-9d5f-5e45d04b4649 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c17794f-d917-4683-9d5f-5e45d04b4649 .shg-image-content-wrapper {
      aspect-ratio: 700/400;
      min-width: 100%;
      height: auto;
    }

    #s-7c17794f-d917-4683-9d5f-5e45d04b4649 .shogun-image-link {
      aspect-ratio: 700/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c17794f-d917-4683-9d5f-5e45d04b4649 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c17794f-d917-4683-9d5f-5e45d04b4649.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c17794f-d917-4683-9d5f-5e45d04b4649 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 700px;
  }



  img.s-7c17794f-d917-4683-9d5f-5e45d04b4649.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-7c17794f-d917-4683-9d5f-5e45d04b4649 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c17794f-d917-4683-9d5f-5e45d04b4649.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c17794f-d917-4683-9d5f-5e45d04b4649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c17794f-d917-4683-9d5f-5e45d04b4649.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c17794f-d917-4683-9d5f-5e45d04b4649 {
      --shg-aspect-ratio: calc(700/400); 
    }

    .s-7c17794f-d917-4683-9d5f-5e45d04b4649.shogun-image-container {
      position: relative;
    }

    .s-7c17794f-d917-4683-9d5f-5e45d04b4649.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c17794f-d917-4683-9d5f-5e45d04b4649.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c17794f-d917-4683-9d5f-5e45d04b4649 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-7c17794f-d917-4683-9d5f-5e45d04b4649 {
  
  
  
  
}

#s-7c17794f-d917-4683-9d5f-5e45d04b4649 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c17794f-d917-4683-9d5f-5e45d04b4649 .shg-image-content-wrapper {
      aspect-ratio: 700/400;
      min-width: 100%;
      height: auto;
    }

    #s-7c17794f-d917-4683-9d5f-5e45d04b4649 .shogun-image-link {
      aspect-ratio: 700/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c17794f-d917-4683-9d5f-5e45d04b4649 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c17794f-d917-4683-9d5f-5e45d04b4649.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c17794f-d917-4683-9d5f-5e45d04b4649 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 700px;
  }



  img.s-7c17794f-d917-4683-9d5f-5e45d04b4649.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-7c17794f-d917-4683-9d5f-5e45d04b4649 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c17794f-d917-4683-9d5f-5e45d04b4649.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c17794f-d917-4683-9d5f-5e45d04b4649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c17794f-d917-4683-9d5f-5e45d04b4649.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c17794f-d917-4683-9d5f-5e45d04b4649 {
      --shg-aspect-ratio: calc(700/400); 
    }

    .s-7c17794f-d917-4683-9d5f-5e45d04b4649.shogun-image-container {
      position: relative;
    }

    .s-7c17794f-d917-4683-9d5f-5e45d04b4649.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c17794f-d917-4683-9d5f-5e45d04b4649.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c17794f-d917-4683-9d5f-5e45d04b4649 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 700px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-7c17794f-d917-4683-9d5f-5e45d04b4649 {
  
  
  
  
}

#s-7c17794f-d917-4683-9d5f-5e45d04b4649 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c17794f-d917-4683-9d5f-5e45d04b4649 .shg-image-content-wrapper {
      aspect-ratio: 700/400;
      min-width: 100%;
      height: auto;
    }

    #s-7c17794f-d917-4683-9d5f-5e45d04b4649 .shogun-image-link {
      aspect-ratio: 700/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c17794f-d917-4683-9d5f-5e45d04b4649 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c17794f-d917-4683-9d5f-5e45d04b4649.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c17794f-d917-4683-9d5f-5e45d04b4649 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 700px;
  }



  img.s-7c17794f-d917-4683-9d5f-5e45d04b4649.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-7c17794f-d917-4683-9d5f-5e45d04b4649 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c17794f-d917-4683-9d5f-5e45d04b4649.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c17794f-d917-4683-9d5f-5e45d04b4649.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c17794f-d917-4683-9d5f-5e45d04b4649.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c17794f-d917-4683-9d5f-5e45d04b4649 {
      --shg-aspect-ratio: calc(700/400); 
    }

    .s-7c17794f-d917-4683-9d5f-5e45d04b4649.shogun-image-container {
      position: relative;
    }

    .s-7c17794f-d917-4683-9d5f-5e45d04b4649.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c17794f-d917-4683-9d5f-5e45d04b4649.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c17794f-d917-4683-9d5f-5e45d04b4649 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 700px;
    }
  }

}
#s-48a8ad2a-9ec8-494f-bf56-bdece6f0bd57 {
  padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 50px;
}








#s-48a8ad2a-9ec8-494f-bf56-bdece6f0bd57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-48a8ad2a-9ec8-494f-bf56-bdece6f0bd57.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c9dacf8-c04d-45c6-9c4f-3e857ea28ecf {
  margin-left: 5%;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c9dacf8-c04d-45c6-9c4f-3e857ea28ecf .shogun-heading-component h2 {
  color: rgba(43, 63, 88, 1);
  font-weight:  normal ;
  font-family: "PT Serif Caption";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.2em;
  
  
}


@media (min-width: 1200px){#s-6c9dacf8-c04d-45c6-9c4f-3e857ea28ecf .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  
  
}


}@media (max-width: 767px){#s-6c9dacf8-c04d-45c6-9c4f-3e857ea28ecf .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "LEMON MILK";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  
  
}


}
#s-8ecaae3c-f0d5-404d-89eb-b60d36eb3c6c {
  margin-left: 5%;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-64f8dfad-98b9-4702-ba20-23518d12bbe5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64f8dfad-98b9-4702-ba20-23518d12bbe5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-64f8dfad-98b9-4702-ba20-23518d12bbe5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-64f8dfad-98b9-4702-ba20-23518d12bbe5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-ac73b3d3-0b98-4260-86e3-4c5f88efb5ee {
  max-width: 1080px;
text-align: center;
}



.shg-image-margin-container-s-ac73b3d3-0b98-4260-86e3-4c5f88efb5ee {
  
  
  
  
}

#s-ac73b3d3-0b98-4260-86e3-4c5f88efb5ee {
  margin: 0 !important;
}





  img.s-ac73b3d3-0b98-4260-86e3-4c5f88efb5ee.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-ac73b3d3-0b98-4260-86e3-4c5f88efb5ee .shogun-image-content {
  
    align-items: center;
  
}

.s-ac73b3d3-0b98-4260-86e3-4c5f88efb5ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac73b3d3-0b98-4260-86e3-4c5f88efb5ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac73b3d3-0b98-4260-86e3-4c5f88efb5ee.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ac73b3d3-0b98-4260-86e3-4c5f88efb5ee {
  
  
  
  
}

#s-ac73b3d3-0b98-4260-86e3-4c5f88efb5ee {
  margin: 0 !important;
}





  img.s-ac73b3d3-0b98-4260-86e3-4c5f88efb5ee.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-ac73b3d3-0b98-4260-86e3-4c5f88efb5ee .shogun-image-content {
  
    align-items: center;
  
}

.s-ac73b3d3-0b98-4260-86e3-4c5f88efb5ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac73b3d3-0b98-4260-86e3-4c5f88efb5ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac73b3d3-0b98-4260-86e3-4c5f88efb5ee.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-ac73b3d3-0b98-4260-86e3-4c5f88efb5ee {
  
  
  
  
}

#s-ac73b3d3-0b98-4260-86e3-4c5f88efb5ee {
  margin: 0 !important;
}





  img.s-ac73b3d3-0b98-4260-86e3-4c5f88efb5ee.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-ac73b3d3-0b98-4260-86e3-4c5f88efb5ee .shogun-image-content {
  
    align-items: center;
  
}

.s-ac73b3d3-0b98-4260-86e3-4c5f88efb5ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac73b3d3-0b98-4260-86e3-4c5f88efb5ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac73b3d3-0b98-4260-86e3-4c5f88efb5ee.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-ac73b3d3-0b98-4260-86e3-4c5f88efb5ee {
  
  
  
  
}

#s-ac73b3d3-0b98-4260-86e3-4c5f88efb5ee {
  margin: 0 !important;
}





  img.s-ac73b3d3-0b98-4260-86e3-4c5f88efb5ee.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-ac73b3d3-0b98-4260-86e3-4c5f88efb5ee .shogun-image-content {
  
    align-items: center;
  
}

.s-ac73b3d3-0b98-4260-86e3-4c5f88efb5ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac73b3d3-0b98-4260-86e3-4c5f88efb5ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac73b3d3-0b98-4260-86e3-4c5f88efb5ee.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-ac73b3d3-0b98-4260-86e3-4c5f88efb5ee {
  
  
  
  
}

#s-ac73b3d3-0b98-4260-86e3-4c5f88efb5ee {
  margin: 0 !important;
}





  img.s-ac73b3d3-0b98-4260-86e3-4c5f88efb5ee.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-ac73b3d3-0b98-4260-86e3-4c5f88efb5ee .shogun-image-content {
  
    align-items: center;
  
}

.s-ac73b3d3-0b98-4260-86e3-4c5f88efb5ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac73b3d3-0b98-4260-86e3-4c5f88efb5ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac73b3d3-0b98-4260-86e3-4c5f88efb5ee.shogun-image {
  box-sizing: border-box;
}




}
#s-e6cb7480-fb50-46b9-bc43-60d15f9d963b {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-e6cb7480-fb50-46b9-bc43-60d15f9d963b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e6cb7480-fb50-46b9-bc43-60d15f9d963b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6cb7480-fb50-46b9-bc43-60d15f9d963b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e6cb7480-fb50-46b9-bc43-60d15f9d963b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6cb7480-fb50-46b9-bc43-60d15f9d963b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6cb7480-fb50-46b9-bc43-60d15f9d963b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e6cb7480-fb50-46b9-bc43-60d15f9d963b .shogun-image-content {
  
    align-items: center;
  
}

.s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6cb7480-fb50-46b9-bc43-60d15f9d963b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shogun-image-container {
      position: relative;
    }

    .s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6cb7480-fb50-46b9-bc43-60d15f9d963b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1080px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e6cb7480-fb50-46b9-bc43-60d15f9d963b {
  
  
  
  
}

#s-e6cb7480-fb50-46b9-bc43-60d15f9d963b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6cb7480-fb50-46b9-bc43-60d15f9d963b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e6cb7480-fb50-46b9-bc43-60d15f9d963b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6cb7480-fb50-46b9-bc43-60d15f9d963b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6cb7480-fb50-46b9-bc43-60d15f9d963b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e6cb7480-fb50-46b9-bc43-60d15f9d963b .shogun-image-content {
  
    align-items: center;
  
}

.s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6cb7480-fb50-46b9-bc43-60d15f9d963b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shogun-image-container {
      position: relative;
    }

    .s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6cb7480-fb50-46b9-bc43-60d15f9d963b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-e6cb7480-fb50-46b9-bc43-60d15f9d963b {
  
  
  
  
}

#s-e6cb7480-fb50-46b9-bc43-60d15f9d963b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6cb7480-fb50-46b9-bc43-60d15f9d963b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e6cb7480-fb50-46b9-bc43-60d15f9d963b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6cb7480-fb50-46b9-bc43-60d15f9d963b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6cb7480-fb50-46b9-bc43-60d15f9d963b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e6cb7480-fb50-46b9-bc43-60d15f9d963b .shogun-image-content {
  
    align-items: center;
  
}

.s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6cb7480-fb50-46b9-bc43-60d15f9d963b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shogun-image-container {
      position: relative;
    }

    .s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6cb7480-fb50-46b9-bc43-60d15f9d963b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-e6cb7480-fb50-46b9-bc43-60d15f9d963b {
  
  
  
  
}

#s-e6cb7480-fb50-46b9-bc43-60d15f9d963b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6cb7480-fb50-46b9-bc43-60d15f9d963b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e6cb7480-fb50-46b9-bc43-60d15f9d963b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6cb7480-fb50-46b9-bc43-60d15f9d963b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6cb7480-fb50-46b9-bc43-60d15f9d963b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e6cb7480-fb50-46b9-bc43-60d15f9d963b .shogun-image-content {
  
    align-items: center;
  
}

.s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6cb7480-fb50-46b9-bc43-60d15f9d963b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shogun-image-container {
      position: relative;
    }

    .s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6cb7480-fb50-46b9-bc43-60d15f9d963b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1080px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-e6cb7480-fb50-46b9-bc43-60d15f9d963b {
  
  
  
  
}

#s-e6cb7480-fb50-46b9-bc43-60d15f9d963b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6cb7480-fb50-46b9-bc43-60d15f9d963b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e6cb7480-fb50-46b9-bc43-60d15f9d963b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6cb7480-fb50-46b9-bc43-60d15f9d963b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6cb7480-fb50-46b9-bc43-60d15f9d963b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e6cb7480-fb50-46b9-bc43-60d15f9d963b .shogun-image-content {
  
    align-items: center;
  
}

.s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6cb7480-fb50-46b9-bc43-60d15f9d963b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shogun-image-container {
      position: relative;
    }

    .s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6cb7480-fb50-46b9-bc43-60d15f9d963b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6cb7480-fb50-46b9-bc43-60d15f9d963b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1080px;
    }
  }

}
#s-1cd87603-5bfb-448f-88e0-31c9377d3a53 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-1cd87603-5bfb-448f-88e0-31c9377d3a53 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1cd87603-5bfb-448f-88e0-31c9377d3a53 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cd87603-5bfb-448f-88e0-31c9377d3a53 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1cd87603-5bfb-448f-88e0-31c9377d3a53 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cd87603-5bfb-448f-88e0-31c9377d3a53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cd87603-5bfb-448f-88e0-31c9377d3a53 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-1cd87603-5bfb-448f-88e0-31c9377d3a53 .shogun-image-content {
  
    align-items: center;
  
}

.s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1cd87603-5bfb-448f-88e0-31c9377d3a53 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shogun-image-container {
      position: relative;
    }

    .s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cd87603-5bfb-448f-88e0-31c9377d3a53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1080px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1cd87603-5bfb-448f-88e0-31c9377d3a53 {
  
  
  
  
}

#s-1cd87603-5bfb-448f-88e0-31c9377d3a53 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cd87603-5bfb-448f-88e0-31c9377d3a53 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1cd87603-5bfb-448f-88e0-31c9377d3a53 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cd87603-5bfb-448f-88e0-31c9377d3a53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cd87603-5bfb-448f-88e0-31c9377d3a53 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-1cd87603-5bfb-448f-88e0-31c9377d3a53 .shogun-image-content {
  
    align-items: center;
  
}

.s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1cd87603-5bfb-448f-88e0-31c9377d3a53 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shogun-image-container {
      position: relative;
    }

    .s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cd87603-5bfb-448f-88e0-31c9377d3a53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-1cd87603-5bfb-448f-88e0-31c9377d3a53 {
  
  
  
  
}

#s-1cd87603-5bfb-448f-88e0-31c9377d3a53 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cd87603-5bfb-448f-88e0-31c9377d3a53 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1cd87603-5bfb-448f-88e0-31c9377d3a53 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cd87603-5bfb-448f-88e0-31c9377d3a53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cd87603-5bfb-448f-88e0-31c9377d3a53 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-1cd87603-5bfb-448f-88e0-31c9377d3a53 .shogun-image-content {
  
    align-items: center;
  
}

.s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1cd87603-5bfb-448f-88e0-31c9377d3a53 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shogun-image-container {
      position: relative;
    }

    .s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cd87603-5bfb-448f-88e0-31c9377d3a53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-1cd87603-5bfb-448f-88e0-31c9377d3a53 {
  
  
  
  
}

#s-1cd87603-5bfb-448f-88e0-31c9377d3a53 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cd87603-5bfb-448f-88e0-31c9377d3a53 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1cd87603-5bfb-448f-88e0-31c9377d3a53 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cd87603-5bfb-448f-88e0-31c9377d3a53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cd87603-5bfb-448f-88e0-31c9377d3a53 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-1cd87603-5bfb-448f-88e0-31c9377d3a53 .shogun-image-content {
  
    align-items: center;
  
}

.s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1cd87603-5bfb-448f-88e0-31c9377d3a53 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shogun-image-container {
      position: relative;
    }

    .s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cd87603-5bfb-448f-88e0-31c9377d3a53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1080px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-1cd87603-5bfb-448f-88e0-31c9377d3a53 {
  
  
  
  
}

#s-1cd87603-5bfb-448f-88e0-31c9377d3a53 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cd87603-5bfb-448f-88e0-31c9377d3a53 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1cd87603-5bfb-448f-88e0-31c9377d3a53 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cd87603-5bfb-448f-88e0-31c9377d3a53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cd87603-5bfb-448f-88e0-31c9377d3a53 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-1cd87603-5bfb-448f-88e0-31c9377d3a53 .shogun-image-content {
  
    align-items: center;
  
}

.s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1cd87603-5bfb-448f-88e0-31c9377d3a53 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shogun-image-container {
      position: relative;
    }

    .s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cd87603-5bfb-448f-88e0-31c9377d3a53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cd87603-5bfb-448f-88e0-31c9377d3a53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1080px;
    }
  }

}
#s-a9568d64-75b4-4e5f-8f95-3dae0729165f {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-a9568d64-75b4-4e5f-8f95-3dae0729165f {
  
  
  
  
}

#s-a9568d64-75b4-4e5f-8f95-3dae0729165f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9568d64-75b4-4e5f-8f95-3dae0729165f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a9568d64-75b4-4e5f-8f95-3dae0729165f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9568d64-75b4-4e5f-8f95-3dae0729165f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9568d64-75b4-4e5f-8f95-3dae0729165f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-a9568d64-75b4-4e5f-8f95-3dae0729165f .shogun-image-content {
  
    align-items: center;
  
}

.s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9568d64-75b4-4e5f-8f95-3dae0729165f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shogun-image-container {
      position: relative;
    }

    .s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9568d64-75b4-4e5f-8f95-3dae0729165f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1080px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a9568d64-75b4-4e5f-8f95-3dae0729165f {
  
  
  
  
}

#s-a9568d64-75b4-4e5f-8f95-3dae0729165f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9568d64-75b4-4e5f-8f95-3dae0729165f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a9568d64-75b4-4e5f-8f95-3dae0729165f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9568d64-75b4-4e5f-8f95-3dae0729165f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9568d64-75b4-4e5f-8f95-3dae0729165f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-a9568d64-75b4-4e5f-8f95-3dae0729165f .shogun-image-content {
  
    align-items: center;
  
}

.s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9568d64-75b4-4e5f-8f95-3dae0729165f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shogun-image-container {
      position: relative;
    }

    .s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9568d64-75b4-4e5f-8f95-3dae0729165f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-a9568d64-75b4-4e5f-8f95-3dae0729165f {
  
  
  
  
}

#s-a9568d64-75b4-4e5f-8f95-3dae0729165f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9568d64-75b4-4e5f-8f95-3dae0729165f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a9568d64-75b4-4e5f-8f95-3dae0729165f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9568d64-75b4-4e5f-8f95-3dae0729165f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9568d64-75b4-4e5f-8f95-3dae0729165f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-a9568d64-75b4-4e5f-8f95-3dae0729165f .shogun-image-content {
  
    align-items: center;
  
}

.s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9568d64-75b4-4e5f-8f95-3dae0729165f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shogun-image-container {
      position: relative;
    }

    .s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9568d64-75b4-4e5f-8f95-3dae0729165f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-a9568d64-75b4-4e5f-8f95-3dae0729165f {
  
  
  
  
}

#s-a9568d64-75b4-4e5f-8f95-3dae0729165f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9568d64-75b4-4e5f-8f95-3dae0729165f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a9568d64-75b4-4e5f-8f95-3dae0729165f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9568d64-75b4-4e5f-8f95-3dae0729165f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9568d64-75b4-4e5f-8f95-3dae0729165f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-a9568d64-75b4-4e5f-8f95-3dae0729165f .shogun-image-content {
  
    align-items: center;
  
}

.s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9568d64-75b4-4e5f-8f95-3dae0729165f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shogun-image-container {
      position: relative;
    }

    .s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9568d64-75b4-4e5f-8f95-3dae0729165f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1080px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-a9568d64-75b4-4e5f-8f95-3dae0729165f {
  
  
  
  
}

#s-a9568d64-75b4-4e5f-8f95-3dae0729165f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9568d64-75b4-4e5f-8f95-3dae0729165f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a9568d64-75b4-4e5f-8f95-3dae0729165f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9568d64-75b4-4e5f-8f95-3dae0729165f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9568d64-75b4-4e5f-8f95-3dae0729165f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-a9568d64-75b4-4e5f-8f95-3dae0729165f .shogun-image-content {
  
    align-items: center;
  
}

.s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9568d64-75b4-4e5f-8f95-3dae0729165f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shogun-image-container {
      position: relative;
    }

    .s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9568d64-75b4-4e5f-8f95-3dae0729165f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9568d64-75b4-4e5f-8f95-3dae0729165f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1080px;
    }
  }

}
#s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 {
  margin-left: auto;
margin-right: auto;
max-width: 1024px;
aspect-ratio: 1024/300;
text-align: center;
}



.shg-image-margin-container-s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 .shg-image-content-wrapper {
      aspect-ratio: 1024/300;
      min-width: 100%;
      height: auto;
    }

    #s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 .shogun-image-link {
      aspect-ratio: 1024/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1024px;
  }



  img.s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 {
      --shg-aspect-ratio: calc(1024/300); 
    }

    .s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shogun-image-container {
      position: relative;
    }

    .s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1024px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 {
  
  
  
  
}

#s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 .shg-image-content-wrapper {
      aspect-ratio: 1024/300;
      min-width: 100%;
      height: auto;
    }

    #s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 .shogun-image-link {
      aspect-ratio: 1024/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1024px;
  }



  img.s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 {
      --shg-aspect-ratio: calc(1024/300); 
    }

    .s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shogun-image-container {
      position: relative;
    }

    .s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 {
  
  
  
  
}

#s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 .shg-image-content-wrapper {
      aspect-ratio: 1024/300;
      min-width: 100%;
      height: auto;
    }

    #s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 .shogun-image-link {
      aspect-ratio: 1024/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1024px;
  }



  img.s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 {
      --shg-aspect-ratio: calc(1024/300); 
    }

    .s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shogun-image-container {
      position: relative;
    }

    .s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 {
  
  
  
  
}

#s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 .shg-image-content-wrapper {
      aspect-ratio: 1024/300;
      min-width: 100%;
      height: auto;
    }

    #s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 .shogun-image-link {
      aspect-ratio: 1024/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1024px;
  }



  img.s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 {
      --shg-aspect-ratio: calc(1024/300); 
    }

    .s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shogun-image-container {
      position: relative;
    }

    .s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1024px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 {
  
  
  
  
}

#s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 .shg-image-content-wrapper {
      aspect-ratio: 1024/300;
      min-width: 100%;
      height: auto;
    }

    #s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 .shogun-image-link {
      aspect-ratio: 1024/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1024px;
  }



  img.s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 {
      --shg-aspect-ratio: calc(1024/300); 
    }

    .s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shogun-image-container {
      position: relative;
    }

    .s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5edbde4-5f05-4e12-a3eb-f5bce71321a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1024px;
    }
  }

}
#s-f7c0b8a0-0014-439f-8ffc-2910a2b37128 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-f7c0b8a0-0014-439f-8ffc-2910a2b37128 {
  margin-left: 10%;
margin-right: 10%;
}
}







#s-f7c0b8a0-0014-439f-8ffc-2910a2b37128 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f7c0b8a0-0014-439f-8ffc-2910a2b37128.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64bbb248-759a-4077-96bf-df049ccce762 {
  margin-top: 50px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-64bbb248-759a-4077-96bf-df049ccce762 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-64bbb248-759a-4077-96bf-df049ccce762 {
  margin-top: 30px;
}
}
#s-64bbb248-759a-4077-96bf-df049ccce762 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-64bbb248-759a-4077-96bf-df049ccce762 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "LEMON MILK";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  
  
}


}
#s-a4682041-1c3a-41c7-8443-318559f1b285 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-a4682041-1c3a-41c7-8443-318559f1b285 {
  margin-top: 30px;
margin-bottom: 50px;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-f96f3be1-8ef6-421b-be2a-11ed1405cb39 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}

#s-f96f3be1-8ef6-421b-be2a-11ed1405cb39 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-75233864-ed43-46a3-9457-944184e57882 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 5px;
margin-right: 5px;
padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 200px;
background-position: center center;
}








#s-75233864-ed43-46a3-9457-944184e57882 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-75233864-ed43-46a3-9457-944184e57882.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-29a83c96-a432-44b6-8146-22dcd7236aa1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29a83c96-a432-44b6-8146-22dcd7236aa1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-29a83c96-a432-44b6-8146-22dcd7236aa1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-29a83c96-a432-44b6-8146-22dcd7236aa1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-29a83c96-a432-44b6-8146-22dcd7236aa1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-29a83c96-a432-44b6-8146-22dcd7236aa1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-29a83c96-a432-44b6-8146-22dcd7236aa1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-3ce7c271-3923-43cc-a082-997b07add66d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3ce7c271-3923-43cc-a082-997b07add66d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-3ce7c271-3923-43cc-a082-997b07add66d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "LEMON MILK";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  
  
}


}
#s-da54eb33-6ecf-4eec-81e0-ccd79abca3f9 {
  margin-bottom: 30px;
}

#s-da54eb33-6ecf-4eec-81e0-ccd79abca3f9 .shogun-icon-wrapper {
  text-align: left;
}


#s-da54eb33-6ecf-4eec-81e0-ccd79abca3f9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(255, 255, 255, 1);
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-47fdef86-d50f-43b9-9ee0-da378de26cd1 {
  margin-bottom: 50px;
}

#s-47fdef86-d50f-43b9-9ee0-da378de26cd1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-47fdef86-d50f-43b9-9ee0-da378de26cd1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 14px;
}

#s-47fdef86-d50f-43b9-9ee0-da378de26cd1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-47fdef86-d50f-43b9-9ee0-da378de26cd1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(251, 247, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-47fdef86-d50f-43b9-9ee0-da378de26cd1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 600;
  
  font-size: 16px;
}

#s-47fdef86-d50f-43b9-9ee0-da378de26cd1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-ca84d04e-82da-495a-9677-f6a83e691309 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-5d7e41f1-1b0e-494a-9b28-4d69564e8f5e {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-5296cbf7-4c7e-4b4b-94ac-cfbfa900b6c3 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-e0fed838-b5b4-4564-ae84-5517f0236137 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-5803820a-4dde-4508-b04c-b23a30cf4367 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

/*
  $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}