.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-98950167-f967-44f2-b770-ee2dc23aac29 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}

#s-98950167-f967-44f2-b770-ee2dc23aac29 {
  background-image: url(https://i.shgcdn.com/6a377e41-9fec-4ecb-8b18-94792628bbe7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-98950167-f967-44f2-b770-ee2dc23aac29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-98950167-f967-44f2-b770-ee2dc23aac29.shg-box.shg-c {
  justify-content: flex-start;
}

#s-208cae91-c305-41af-9495-9f4fa35f1d63 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-208cae91-c305-41af-9495-9f4fa35f1d63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-208cae91-c305-41af-9495-9f4fa35f1d63.shg-box.shg-c {
  justify-content: center;
}

.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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-c7c1d888-0d7b-4c28-8713-0e91df949825 {
  margin-left: auto;
margin-right: auto;
max-width: 2946px;
aspect-ratio: 2946/1308;
text-align: center;
}
@media (max-width: 767px){#s-c7c1d888-0d7b-4c28-8713-0e91df949825 {
  display: none;
}
#s-c7c1d888-0d7b-4c28-8713-0e91df949825, #wrap-s-c7c1d888-0d7b-4c28-8713-0e91df949825 { display: none !important; }}


.shg-image-margin-container-s-c7c1d888-0d7b-4c28-8713-0e91df949825 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c7c1d888-0d7b-4c28-8713-0e91df949825 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7c1d888-0d7b-4c28-8713-0e91df949825 .shg-image-content-wrapper {
      aspect-ratio: 2946/1308;
      width: 100%;
      height: 100%;
    }

    #s-c7c1d888-0d7b-4c28-8713-0e91df949825 .shogun-image-link {
      aspect-ratio: 2946/1308;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7c1d888-0d7b-4c28-8713-0e91df949825 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7c1d888-0d7b-4c28-8713-0e91df949825.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7c1d888-0d7b-4c28-8713-0e91df949825 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7c1d888-0d7b-4c28-8713-0e91df949825.shogun-image {
    
    
  }


.s-c7c1d888-0d7b-4c28-8713-0e91df949825 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7c1d888-0d7b-4c28-8713-0e91df949825.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7c1d888-0d7b-4c28-8713-0e91df949825.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7c1d888-0d7b-4c28-8713-0e91df949825.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7c1d888-0d7b-4c28-8713-0e91df949825 {
      --shg-aspect-ratio: calc(2946/1308); 
    }

    .s-c7c1d888-0d7b-4c28-8713-0e91df949825.shogun-image-container {
      position: relative;
    }

    .s-c7c1d888-0d7b-4c28-8713-0e91df949825.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7c1d888-0d7b-4c28-8713-0e91df949825.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7c1d888-0d7b-4c28-8713-0e91df949825 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c7c1d888-0d7b-4c28-8713-0e91df949825 {
  
  
  
  
}

#s-c7c1d888-0d7b-4c28-8713-0e91df949825 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7c1d888-0d7b-4c28-8713-0e91df949825 .shg-image-content-wrapper {
      aspect-ratio: 2946/1308;
      width: 100%;
      height: 100%;
    }

    #s-c7c1d888-0d7b-4c28-8713-0e91df949825 .shogun-image-link {
      aspect-ratio: 2946/1308;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7c1d888-0d7b-4c28-8713-0e91df949825 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7c1d888-0d7b-4c28-8713-0e91df949825.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7c1d888-0d7b-4c28-8713-0e91df949825 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7c1d888-0d7b-4c28-8713-0e91df949825.shogun-image {
    
    
  }


.s-c7c1d888-0d7b-4c28-8713-0e91df949825 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7c1d888-0d7b-4c28-8713-0e91df949825.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7c1d888-0d7b-4c28-8713-0e91df949825.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7c1d888-0d7b-4c28-8713-0e91df949825.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7c1d888-0d7b-4c28-8713-0e91df949825 {
      --shg-aspect-ratio: calc(2946/1308); 
    }

    .s-c7c1d888-0d7b-4c28-8713-0e91df949825.shogun-image-container {
      position: relative;
    }

    .s-c7c1d888-0d7b-4c28-8713-0e91df949825.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7c1d888-0d7b-4c28-8713-0e91df949825.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7c1d888-0d7b-4c28-8713-0e91df949825 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c7c1d888-0d7b-4c28-8713-0e91df949825 {
  
  
  
  
}

#s-c7c1d888-0d7b-4c28-8713-0e91df949825 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7c1d888-0d7b-4c28-8713-0e91df949825 .shg-image-content-wrapper {
      aspect-ratio: 2946/1308;
      width: 100%;
      height: 100%;
    }

    #s-c7c1d888-0d7b-4c28-8713-0e91df949825 .shogun-image-link {
      aspect-ratio: 2946/1308;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7c1d888-0d7b-4c28-8713-0e91df949825 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7c1d888-0d7b-4c28-8713-0e91df949825.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7c1d888-0d7b-4c28-8713-0e91df949825 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7c1d888-0d7b-4c28-8713-0e91df949825.shogun-image {
    
    
  }


.s-c7c1d888-0d7b-4c28-8713-0e91df949825 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7c1d888-0d7b-4c28-8713-0e91df949825.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7c1d888-0d7b-4c28-8713-0e91df949825.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7c1d888-0d7b-4c28-8713-0e91df949825.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7c1d888-0d7b-4c28-8713-0e91df949825 {
      --shg-aspect-ratio: calc(2946/1308); 
    }

    .s-c7c1d888-0d7b-4c28-8713-0e91df949825.shogun-image-container {
      position: relative;
    }

    .s-c7c1d888-0d7b-4c28-8713-0e91df949825.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7c1d888-0d7b-4c28-8713-0e91df949825.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7c1d888-0d7b-4c28-8713-0e91df949825 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c7c1d888-0d7b-4c28-8713-0e91df949825 {
  
  
  
  
}

#s-c7c1d888-0d7b-4c28-8713-0e91df949825 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7c1d888-0d7b-4c28-8713-0e91df949825 .shg-image-content-wrapper {
      aspect-ratio: 2946/1308;
      width: 100%;
      height: 100%;
    }

    #s-c7c1d888-0d7b-4c28-8713-0e91df949825 .shogun-image-link {
      aspect-ratio: 2946/1308;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7c1d888-0d7b-4c28-8713-0e91df949825 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7c1d888-0d7b-4c28-8713-0e91df949825.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7c1d888-0d7b-4c28-8713-0e91df949825 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7c1d888-0d7b-4c28-8713-0e91df949825.shogun-image {
    
    
  }


.s-c7c1d888-0d7b-4c28-8713-0e91df949825 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7c1d888-0d7b-4c28-8713-0e91df949825.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7c1d888-0d7b-4c28-8713-0e91df949825.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7c1d888-0d7b-4c28-8713-0e91df949825.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7c1d888-0d7b-4c28-8713-0e91df949825 {
      --shg-aspect-ratio: calc(2946/1308); 
    }

    .s-c7c1d888-0d7b-4c28-8713-0e91df949825.shogun-image-container {
      position: relative;
    }

    .s-c7c1d888-0d7b-4c28-8713-0e91df949825.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7c1d888-0d7b-4c28-8713-0e91df949825.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7c1d888-0d7b-4c28-8713-0e91df949825 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c7c1d888-0d7b-4c28-8713-0e91df949825 {
  
  
  
  
}

#s-c7c1d888-0d7b-4c28-8713-0e91df949825 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7c1d888-0d7b-4c28-8713-0e91df949825 .shg-image-content-wrapper {
      aspect-ratio: 2946/1308;
      width: 100%;
      height: 100%;
    }

    #s-c7c1d888-0d7b-4c28-8713-0e91df949825 .shogun-image-link {
      aspect-ratio: 2946/1308;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7c1d888-0d7b-4c28-8713-0e91df949825 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7c1d888-0d7b-4c28-8713-0e91df949825.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7c1d888-0d7b-4c28-8713-0e91df949825 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7c1d888-0d7b-4c28-8713-0e91df949825.shogun-image {
    
    
  }


.s-c7c1d888-0d7b-4c28-8713-0e91df949825 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7c1d888-0d7b-4c28-8713-0e91df949825.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7c1d888-0d7b-4c28-8713-0e91df949825.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7c1d888-0d7b-4c28-8713-0e91df949825.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7c1d888-0d7b-4c28-8713-0e91df949825 {
      --shg-aspect-ratio: calc(2946/1308); 
    }

    .s-c7c1d888-0d7b-4c28-8713-0e91df949825.shogun-image-container {
      position: relative;
    }

    .s-c7c1d888-0d7b-4c28-8713-0e91df949825.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7c1d888-0d7b-4c28-8713-0e91df949825.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7c1d888-0d7b-4c28-8713-0e91df949825 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-09a489fb-59c5-4283-8382-b331ca4b6710 {
  margin-left: auto;
margin-right: auto;
min-height: 100%;
max-width: 4500px;
aspect-ratio: 4500/8000;
text-align: center;
}
@media (min-width: 1200px){#s-09a489fb-59c5-4283-8382-b331ca4b6710 {
  display: none;
}
#s-09a489fb-59c5-4283-8382-b331ca4b6710, #wrap-s-09a489fb-59c5-4283-8382-b331ca4b6710 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-09a489fb-59c5-4283-8382-b331ca4b6710 {
  display: none;
}
#s-09a489fb-59c5-4283-8382-b331ca4b6710, #wrap-s-09a489fb-59c5-4283-8382-b331ca4b6710 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-09a489fb-59c5-4283-8382-b331ca4b6710 {
  display: none;
}
#s-09a489fb-59c5-4283-8382-b331ca4b6710, #wrap-s-09a489fb-59c5-4283-8382-b331ca4b6710 { display: none !important; }}


.shg-image-margin-container-s-09a489fb-59c5-4283-8382-b331ca4b6710 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-09a489fb-59c5-4283-8382-b331ca4b6710 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09a489fb-59c5-4283-8382-b331ca4b6710 .shg-image-content-wrapper {
      aspect-ratio: 4500/8000;
      width: 100%;
      height: 100%;
    }

    #s-09a489fb-59c5-4283-8382-b331ca4b6710 .shogun-image-link {
      aspect-ratio: 4500/8000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09a489fb-59c5-4283-8382-b331ca4b6710 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09a489fb-59c5-4283-8382-b331ca4b6710.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09a489fb-59c5-4283-8382-b331ca4b6710 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-09a489fb-59c5-4283-8382-b331ca4b6710.shogun-image {
    
    
  }


.s-09a489fb-59c5-4283-8382-b331ca4b6710 .shogun-image-content {
  
    align-items: center;
  
}

.s-09a489fb-59c5-4283-8382-b331ca4b6710.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09a489fb-59c5-4283-8382-b331ca4b6710.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09a489fb-59c5-4283-8382-b331ca4b6710.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-09a489fb-59c5-4283-8382-b331ca4b6710 {
      --shg-aspect-ratio: calc(4500/8000); 
    }

    .s-09a489fb-59c5-4283-8382-b331ca4b6710.shogun-image-container {
      position: relative;
    }

    .s-09a489fb-59c5-4283-8382-b331ca4b6710.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09a489fb-59c5-4283-8382-b331ca4b6710.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09a489fb-59c5-4283-8382-b331ca4b6710 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-09a489fb-59c5-4283-8382-b331ca4b6710 {
  
  
  
  
}

#s-09a489fb-59c5-4283-8382-b331ca4b6710 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09a489fb-59c5-4283-8382-b331ca4b6710 .shg-image-content-wrapper {
      aspect-ratio: 4500/8000;
      width: 100%;
      height: 100%;
    }

    #s-09a489fb-59c5-4283-8382-b331ca4b6710 .shogun-image-link {
      aspect-ratio: 4500/8000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09a489fb-59c5-4283-8382-b331ca4b6710 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09a489fb-59c5-4283-8382-b331ca4b6710.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09a489fb-59c5-4283-8382-b331ca4b6710 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-09a489fb-59c5-4283-8382-b331ca4b6710.shogun-image {
    
    
  }


.s-09a489fb-59c5-4283-8382-b331ca4b6710 .shogun-image-content {
  
    align-items: center;
  
}

.s-09a489fb-59c5-4283-8382-b331ca4b6710.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09a489fb-59c5-4283-8382-b331ca4b6710.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09a489fb-59c5-4283-8382-b331ca4b6710.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-09a489fb-59c5-4283-8382-b331ca4b6710 {
      --shg-aspect-ratio: calc(4500/8000); 
    }

    .s-09a489fb-59c5-4283-8382-b331ca4b6710.shogun-image-container {
      position: relative;
    }

    .s-09a489fb-59c5-4283-8382-b331ca4b6710.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09a489fb-59c5-4283-8382-b331ca4b6710.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09a489fb-59c5-4283-8382-b331ca4b6710 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-09a489fb-59c5-4283-8382-b331ca4b6710 {
  
  
  
  
}

#s-09a489fb-59c5-4283-8382-b331ca4b6710 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09a489fb-59c5-4283-8382-b331ca4b6710 .shg-image-content-wrapper {
      aspect-ratio: 4500/8000;
      width: 100%;
      height: 100%;
    }

    #s-09a489fb-59c5-4283-8382-b331ca4b6710 .shogun-image-link {
      aspect-ratio: 4500/8000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09a489fb-59c5-4283-8382-b331ca4b6710 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09a489fb-59c5-4283-8382-b331ca4b6710.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09a489fb-59c5-4283-8382-b331ca4b6710 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-09a489fb-59c5-4283-8382-b331ca4b6710.shogun-image {
    
    
  }


.s-09a489fb-59c5-4283-8382-b331ca4b6710 .shogun-image-content {
  
    align-items: center;
  
}

.s-09a489fb-59c5-4283-8382-b331ca4b6710.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09a489fb-59c5-4283-8382-b331ca4b6710.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09a489fb-59c5-4283-8382-b331ca4b6710.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-09a489fb-59c5-4283-8382-b331ca4b6710 {
      --shg-aspect-ratio: calc(4500/8000); 
    }

    .s-09a489fb-59c5-4283-8382-b331ca4b6710.shogun-image-container {
      position: relative;
    }

    .s-09a489fb-59c5-4283-8382-b331ca4b6710.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09a489fb-59c5-4283-8382-b331ca4b6710.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09a489fb-59c5-4283-8382-b331ca4b6710 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-09a489fb-59c5-4283-8382-b331ca4b6710 {
  
  
  
  
}

#s-09a489fb-59c5-4283-8382-b331ca4b6710 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09a489fb-59c5-4283-8382-b331ca4b6710 .shg-image-content-wrapper {
      aspect-ratio: 4500/8000;
      width: 100%;
      height: 100%;
    }

    #s-09a489fb-59c5-4283-8382-b331ca4b6710 .shogun-image-link {
      aspect-ratio: 4500/8000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09a489fb-59c5-4283-8382-b331ca4b6710 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09a489fb-59c5-4283-8382-b331ca4b6710.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09a489fb-59c5-4283-8382-b331ca4b6710 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-09a489fb-59c5-4283-8382-b331ca4b6710.shogun-image {
    
    
  }


.s-09a489fb-59c5-4283-8382-b331ca4b6710 .shogun-image-content {
  
    align-items: center;
  
}

.s-09a489fb-59c5-4283-8382-b331ca4b6710.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09a489fb-59c5-4283-8382-b331ca4b6710.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09a489fb-59c5-4283-8382-b331ca4b6710.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-09a489fb-59c5-4283-8382-b331ca4b6710 {
      --shg-aspect-ratio: calc(4500/8000); 
    }

    .s-09a489fb-59c5-4283-8382-b331ca4b6710.shogun-image-container {
      position: relative;
    }

    .s-09a489fb-59c5-4283-8382-b331ca4b6710.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09a489fb-59c5-4283-8382-b331ca4b6710.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09a489fb-59c5-4283-8382-b331ca4b6710 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-09a489fb-59c5-4283-8382-b331ca4b6710 {
  
  
  
  
}

#s-09a489fb-59c5-4283-8382-b331ca4b6710 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09a489fb-59c5-4283-8382-b331ca4b6710 .shg-image-content-wrapper {
      aspect-ratio: 4500/8000;
      width: 100%;
      height: 100%;
    }

    #s-09a489fb-59c5-4283-8382-b331ca4b6710 .shogun-image-link {
      aspect-ratio: 4500/8000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09a489fb-59c5-4283-8382-b331ca4b6710 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09a489fb-59c5-4283-8382-b331ca4b6710.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09a489fb-59c5-4283-8382-b331ca4b6710 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-09a489fb-59c5-4283-8382-b331ca4b6710.shogun-image {
    
    
  }


.s-09a489fb-59c5-4283-8382-b331ca4b6710 .shogun-image-content {
  
    align-items: center;
  
}

.s-09a489fb-59c5-4283-8382-b331ca4b6710.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09a489fb-59c5-4283-8382-b331ca4b6710.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09a489fb-59c5-4283-8382-b331ca4b6710.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-09a489fb-59c5-4283-8382-b331ca4b6710 {
      --shg-aspect-ratio: calc(4500/8000); 
    }

    .s-09a489fb-59c5-4283-8382-b331ca4b6710.shogun-image-container {
      position: relative;
    }

    .s-09a489fb-59c5-4283-8382-b331ca4b6710.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09a489fb-59c5-4283-8382-b331ca4b6710.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09a489fb-59c5-4283-8382-b331ca4b6710 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
.shogun-image-container {
  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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-7dd184cd-16ba-4047-91c7-a4de5333ff81 {
  padding-top: 0px;
padding-left: 50px;
padding-bottom: 0px;
padding-right: 50px;
max-width: 10002607px;
aspect-ratio: 2479/303;
text-align: center;
background-color: rgba(255, 239, 250, 1);
}





  #s-7dd184cd-16ba-4047-91c7-a4de5333ff81 img.shogun-image,
  #s-7dd184cd-16ba-4047-91c7-a4de5333ff81 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7dd184cd-16ba-4047-91c7-a4de5333ff81 {
    width: 100%;
    height: auto;
  }



  #s-7dd184cd-16ba-4047-91c7-a4de5333ff81 img.shogun-image {
    

    
    
    
  }


#s-7dd184cd-16ba-4047-91c7-a4de5333ff81 .shogun-image-content {
  
    align-items: center;
  
}

#s-40144823-d603-4b7c-8dd9-557f8395ff2e {
  min-height: 50px;
background-color: rgba(255, 238, 249, 1);
}








#s-40144823-d603-4b7c-8dd9-557f8395ff2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-40144823-d603-4b7c-8dd9-557f8395ff2e.shg-box.shg-c {
  justify-content: center;
}

.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: 0 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-cffc0e87-2bf2-49a1-9d6e-2645a05e042a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cffc0e87-2bf2-49a1-9d6e-2645a05e042a {
  display: none;
}
#s-cffc0e87-2bf2-49a1-9d6e-2645a05e042a, #wrap-s-cffc0e87-2bf2-49a1-9d6e-2645a05e042a { display: none !important; }}@media (max-width: 767px){#s-cffc0e87-2bf2-49a1-9d6e-2645a05e042a {
  display: none;
}
#s-cffc0e87-2bf2-49a1-9d6e-2645a05e042a, #wrap-s-cffc0e87-2bf2-49a1-9d6e-2645a05e042a { display: none !important; }}
#slider-v3-s-cffc0e87-2bf2-49a1-9d6e-2645a05e042a {
  --swiper-pagination-color: rgba(252, 120, 212, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(252, 120, 212, 1) !important;

  
}

#slider-v3-s-cffc0e87-2bf2-49a1-9d6e-2645a05e042a > .swiper-button-prev,
#slider-v3-s-cffc0e87-2bf2-49a1-9d6e-2645a05e042a > .swiper-button-next {
  
}

& > .swiper-button-prev {
  
}

& > .swiper-button-next {
  }


#slider-v3-s-cffc0e87-2bf2-49a1-9d6e-2645a05e042a > .swiper-button-next svg,
#slider-v3-s-cffc0e87-2bf2-49a1-9d6e-2645a05e042a > .swiper-button-prev svg {
  fill: rgba(252, 120, 212, 1) !important;
}

#s-e2dfe5d2-515a-43e1-a2f8-34fbae132c74 {
  margin-left: auto;
margin-right: auto;
}

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

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

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

.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-bb61b570-dbce-4cf4-bfa5-d2f032bbc03c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-bb61b570-dbce-4cf4-bfa5-d2f032bbc03c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb61b570-dbce-4cf4-bfa5-d2f032bbc03c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-bb61b570-dbce-4cf4-bfa5-d2f032bbc03c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb61b570-dbce-4cf4-bfa5-d2f032bbc03c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-bb61b570-dbce-4cf4-bfa5-d2f032bbc03c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb61b570-dbce-4cf4-bfa5-d2f032bbc03c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-bb61b570-dbce-4cf4-bfa5-d2f032bbc03c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb61b570-dbce-4cf4-bfa5-d2f032bbc03c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-bb61b570-dbce-4cf4-bfa5-d2f032bbc03c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb61b570-dbce-4cf4-bfa5-d2f032bbc03c img.shogun-image {
  width: 100%;
  height: auto;
}





  .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;
  
  
  text-transform: none;
  
  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-513c1b7b-3adf-4d68-bf37-0f3f400d62b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-513c1b7b-3adf-4d68-bf37-0f3f400d62b0 {
  display: none;
}
#s-513c1b7b-3adf-4d68-bf37-0f3f400d62b0, #wrap-s-513c1b7b-3adf-4d68-bf37-0f3f400d62b0 { display: none !important; }}
#s-513c1b7b-3adf-4d68-bf37-0f3f400d62b0 .shg-product-title-component h1 {
  color: rgba(255, 106, 205, 1);
  
  font-family: Black Ground;
  
  font-size: 15px;
  
  
  
}
@media (max-width: 767px){#s-513c1b7b-3adf-4d68-bf37-0f3f400d62b0 .shg-product-title-component h1 {
  color: rgba(255, 106, 205, 1);
  
  font-family: Black Ground;
  
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0px;
  
}
}
#s-e25d4c63-eb23-4847-9f77-0d3a052ff844 {
  margin-left: auto;
margin-right: auto;
}

#s-cc9e7698-65bc-4fc8-8f19-7ee726913b44 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-cc9e7698-65bc-4fc8-8f19-7ee726913b44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc9e7698-65bc-4fc8-8f19-7ee726913b44 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-cc9e7698-65bc-4fc8-8f19-7ee726913b44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc9e7698-65bc-4fc8-8f19-7ee726913b44 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-cc9e7698-65bc-4fc8-8f19-7ee726913b44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc9e7698-65bc-4fc8-8f19-7ee726913b44 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-cc9e7698-65bc-4fc8-8f19-7ee726913b44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc9e7698-65bc-4fc8-8f19-7ee726913b44 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-cc9e7698-65bc-4fc8-8f19-7ee726913b44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc9e7698-65bc-4fc8-8f19-7ee726913b44 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-664f7d2f-9710-459d-9df9-1a7abbfec006 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-664f7d2f-9710-459d-9df9-1a7abbfec006 {
  display: none;
}
#s-664f7d2f-9710-459d-9df9-1a7abbfec006, #wrap-s-664f7d2f-9710-459d-9df9-1a7abbfec006 { display: none !important; }}
#s-664f7d2f-9710-459d-9df9-1a7abbfec006 .shg-product-title-component h1 {
  color: rgba(255, 106, 205, 1);
  
  font-family: Black Ground;
  
  font-size: 15px;
  
  
  
}
@media (max-width: 767px){#s-664f7d2f-9710-459d-9df9-1a7abbfec006 .shg-product-title-component h1 {
  color: rgba(255, 106, 205, 1);
  
  font-family: Black Ground;
  
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0px;
  
}
}
#s-6e290f6b-b471-4e9a-a132-58dce12810b3 {
  margin-left: auto;
margin-right: auto;
}

#s-6cc9e843-131b-4773-8bf2-cfb2a15f1b47 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-6cc9e843-131b-4773-8bf2-cfb2a15f1b47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cc9e843-131b-4773-8bf2-cfb2a15f1b47 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-6cc9e843-131b-4773-8bf2-cfb2a15f1b47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cc9e843-131b-4773-8bf2-cfb2a15f1b47 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-6cc9e843-131b-4773-8bf2-cfb2a15f1b47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cc9e843-131b-4773-8bf2-cfb2a15f1b47 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-6cc9e843-131b-4773-8bf2-cfb2a15f1b47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cc9e843-131b-4773-8bf2-cfb2a15f1b47 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-6cc9e843-131b-4773-8bf2-cfb2a15f1b47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cc9e843-131b-4773-8bf2-cfb2a15f1b47 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8639dfb3-5c14-488a-a2fb-2850daa91cc2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8639dfb3-5c14-488a-a2fb-2850daa91cc2 {
  display: none;
}
#s-8639dfb3-5c14-488a-a2fb-2850daa91cc2, #wrap-s-8639dfb3-5c14-488a-a2fb-2850daa91cc2 { display: none !important; }}
#s-8639dfb3-5c14-488a-a2fb-2850daa91cc2 .shg-product-title-component h1 {
  color: rgba(255, 106, 205, 1);
  
  font-family: Black Ground;
  
  font-size: 15px;
  
  
  
}
@media (max-width: 767px){#s-8639dfb3-5c14-488a-a2fb-2850daa91cc2 .shg-product-title-component h1 {
  color: rgba(255, 106, 205, 1);
  
  font-family: Black Ground;
  
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0px;
  
}
}
#s-f3d4ea22-2d8c-4965-937f-be7398b5d7bd {
  margin-left: auto;
margin-right: auto;
}

#s-8b7b0a94-b123-4452-81bc-078d0c5c48fc {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-8b7b0a94-b123-4452-81bc-078d0c5c48fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b7b0a94-b123-4452-81bc-078d0c5c48fc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-8b7b0a94-b123-4452-81bc-078d0c5c48fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b7b0a94-b123-4452-81bc-078d0c5c48fc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8b7b0a94-b123-4452-81bc-078d0c5c48fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b7b0a94-b123-4452-81bc-078d0c5c48fc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8b7b0a94-b123-4452-81bc-078d0c5c48fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b7b0a94-b123-4452-81bc-078d0c5c48fc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-8b7b0a94-b123-4452-81bc-078d0c5c48fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b7b0a94-b123-4452-81bc-078d0c5c48fc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5ff82792-8c22-43f6-b50e-c25eb5a3dd31 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5ff82792-8c22-43f6-b50e-c25eb5a3dd31 {
  display: none;
}
#s-5ff82792-8c22-43f6-b50e-c25eb5a3dd31, #wrap-s-5ff82792-8c22-43f6-b50e-c25eb5a3dd31 { display: none !important; }}
#s-5ff82792-8c22-43f6-b50e-c25eb5a3dd31 .shg-product-title-component h1 {
  color: rgba(255, 106, 205, 1);
  
  font-family: Black Ground;
  
  font-size: 15px;
  
  
  
}
@media (max-width: 767px){#s-5ff82792-8c22-43f6-b50e-c25eb5a3dd31 .shg-product-title-component h1 {
  color: rgba(255, 106, 205, 1);
  
  font-family: Black Ground;
  
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0px;
  
}
}
#s-f03badf0-2136-4e29-bdf3-24d9f0c947d3 {
  margin-left: auto;
margin-right: auto;
}

#s-4fe8ddb2-565d-4dba-bd6a-583ff8d58a98 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-4fe8ddb2-565d-4dba-bd6a-583ff8d58a98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fe8ddb2-565d-4dba-bd6a-583ff8d58a98 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-4fe8ddb2-565d-4dba-bd6a-583ff8d58a98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fe8ddb2-565d-4dba-bd6a-583ff8d58a98 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4fe8ddb2-565d-4dba-bd6a-583ff8d58a98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fe8ddb2-565d-4dba-bd6a-583ff8d58a98 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4fe8ddb2-565d-4dba-bd6a-583ff8d58a98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fe8ddb2-565d-4dba-bd6a-583ff8d58a98 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-4fe8ddb2-565d-4dba-bd6a-583ff8d58a98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fe8ddb2-565d-4dba-bd6a-583ff8d58a98 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-548efce0-332d-4053-920e-90593619fe03 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-548efce0-332d-4053-920e-90593619fe03 {
  display: none;
}
#s-548efce0-332d-4053-920e-90593619fe03, #wrap-s-548efce0-332d-4053-920e-90593619fe03 { display: none !important; }}
#s-548efce0-332d-4053-920e-90593619fe03 .shg-product-title-component h1 {
  color: rgba(255, 106, 205, 1);
  
  font-family: Black Ground;
  
  font-size: 15px;
  
  
  
}
@media (max-width: 767px){#s-548efce0-332d-4053-920e-90593619fe03 .shg-product-title-component h1 {
  color: rgba(255, 106, 205, 1);
  
  font-family: Black Ground;
  
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0px;
  
}
}
.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 {
  
  
}

.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-27cd6fae-869a-4554-b7a0-036542a98033 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(252, 244, 76, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-27cd6fae-869a-4554-b7a0-036542a98033:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-27cd6fae-869a-4554-b7a0-036542a98033:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-27cd6fae-869a-4554-b7a0-036542a98033-root {
    text-align: center;
  }


#s-27cd6fae-869a-4554-b7a0-036542a98033.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-27cd6fae-869a-4554-b7a0-036542a98033-root {
    text-align: center;
  }


#s-27cd6fae-869a-4554-b7a0-036542a98033.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-27cd6fae-869a-4554-b7a0-036542a98033-root {
    text-align: center;
  }


#s-27cd6fae-869a-4554-b7a0-036542a98033.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-27cd6fae-869a-4554-b7a0-036542a98033-root {
    text-align: center;
  }


#s-27cd6fae-869a-4554-b7a0-036542a98033.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-27cd6fae-869a-4554-b7a0-036542a98033-root {
    text-align: center;
  }


#s-27cd6fae-869a-4554-b7a0-036542a98033.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}
#s-9cfaef59-5391-4a87-b349-e39781b0ed2b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(252, 244, 76, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-9cfaef59-5391-4a87-b349-e39781b0ed2b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9cfaef59-5391-4a87-b349-e39781b0ed2b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9cfaef59-5391-4a87-b349-e39781b0ed2b-root {
    text-align: center;
  }


#s-9cfaef59-5391-4a87-b349-e39781b0ed2b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9cfaef59-5391-4a87-b349-e39781b0ed2b-root {
    text-align: center;
  }


#s-9cfaef59-5391-4a87-b349-e39781b0ed2b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9cfaef59-5391-4a87-b349-e39781b0ed2b-root {
    text-align: center;
  }


#s-9cfaef59-5391-4a87-b349-e39781b0ed2b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9cfaef59-5391-4a87-b349-e39781b0ed2b-root {
    text-align: center;
  }


#s-9cfaef59-5391-4a87-b349-e39781b0ed2b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9cfaef59-5391-4a87-b349-e39781b0ed2b-root {
    text-align: center;
  }


#s-9cfaef59-5391-4a87-b349-e39781b0ed2b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}
#s-1ddf85f7-d478-4fa4-a4ca-469494c069a5 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(252, 244, 76, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-1ddf85f7-d478-4fa4-a4ca-469494c069a5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1ddf85f7-d478-4fa4-a4ca-469494c069a5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1ddf85f7-d478-4fa4-a4ca-469494c069a5-root {
    text-align: center;
  }


#s-1ddf85f7-d478-4fa4-a4ca-469494c069a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1ddf85f7-d478-4fa4-a4ca-469494c069a5-root {
    text-align: center;
  }


#s-1ddf85f7-d478-4fa4-a4ca-469494c069a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1ddf85f7-d478-4fa4-a4ca-469494c069a5-root {
    text-align: center;
  }


#s-1ddf85f7-d478-4fa4-a4ca-469494c069a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1ddf85f7-d478-4fa4-a4ca-469494c069a5-root {
    text-align: center;
  }


#s-1ddf85f7-d478-4fa4-a4ca-469494c069a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1ddf85f7-d478-4fa4-a4ca-469494c069a5-root {
    text-align: center;
  }


#s-1ddf85f7-d478-4fa4-a4ca-469494c069a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}
#s-4886ccf0-6a89-4ac7-8b30-e555d8170bda {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(252, 244, 76, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-4886ccf0-6a89-4ac7-8b30-e555d8170bda:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4886ccf0-6a89-4ac7-8b30-e555d8170bda:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4886ccf0-6a89-4ac7-8b30-e555d8170bda-root {
    text-align: center;
  }


#s-4886ccf0-6a89-4ac7-8b30-e555d8170bda.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4886ccf0-6a89-4ac7-8b30-e555d8170bda-root {
    text-align: center;
  }


#s-4886ccf0-6a89-4ac7-8b30-e555d8170bda.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4886ccf0-6a89-4ac7-8b30-e555d8170bda-root {
    text-align: center;
  }


#s-4886ccf0-6a89-4ac7-8b30-e555d8170bda.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4886ccf0-6a89-4ac7-8b30-e555d8170bda-root {
    text-align: center;
  }


#s-4886ccf0-6a89-4ac7-8b30-e555d8170bda.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4886ccf0-6a89-4ac7-8b30-e555d8170bda-root {
    text-align: center;
  }


#s-4886ccf0-6a89-4ac7-8b30-e555d8170bda.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}
#s-0ab13a70-a6f2-4122-acfc-2a020543f964 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(252, 244, 76, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-0ab13a70-a6f2-4122-acfc-2a020543f964:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0ab13a70-a6f2-4122-acfc-2a020543f964:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0ab13a70-a6f2-4122-acfc-2a020543f964-root {
    text-align: center;
  }


#s-0ab13a70-a6f2-4122-acfc-2a020543f964.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0ab13a70-a6f2-4122-acfc-2a020543f964-root {
    text-align: center;
  }


#s-0ab13a70-a6f2-4122-acfc-2a020543f964.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0ab13a70-a6f2-4122-acfc-2a020543f964-root {
    text-align: center;
  }


#s-0ab13a70-a6f2-4122-acfc-2a020543f964.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0ab13a70-a6f2-4122-acfc-2a020543f964-root {
    text-align: center;
  }


#s-0ab13a70-a6f2-4122-acfc-2a020543f964.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0ab13a70-a6f2-4122-acfc-2a020543f964-root {
    text-align: center;
  }


#s-0ab13a70-a6f2-4122-acfc-2a020543f964.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}
#s-c684f119-fd2f-4ee6-a0a3-06fe31b948c8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-c684f119-fd2f-4ee6-a0a3-06fe31b948c8 {
  display: none;
}
#s-c684f119-fd2f-4ee6-a0a3-06fe31b948c8, #wrap-s-c684f119-fd2f-4ee6-a0a3-06fe31b948c8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c684f119-fd2f-4ee6-a0a3-06fe31b948c8 {
  display: none;
}
#s-c684f119-fd2f-4ee6-a0a3-06fe31b948c8, #wrap-s-c684f119-fd2f-4ee6-a0a3-06fe31b948c8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c684f119-fd2f-4ee6-a0a3-06fe31b948c8 {
  
}
}@media (max-width: 767px){#s-c684f119-fd2f-4ee6-a0a3-06fe31b948c8 {
  
}
}
#slider-v3-s-c684f119-fd2f-4ee6-a0a3-06fe31b948c8 {
  --swiper-pagination-color: rgba(252, 120, 212, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(252, 120, 212, 1) !important;

  
}

#slider-v3-s-c684f119-fd2f-4ee6-a0a3-06fe31b948c8 > .swiper-button-prev,
#slider-v3-s-c684f119-fd2f-4ee6-a0a3-06fe31b948c8 > .swiper-button-next {
  
}

& > .swiper-button-prev {
  
}

& > .swiper-button-next {
  }


#slider-v3-s-c684f119-fd2f-4ee6-a0a3-06fe31b948c8 > .swiper-button-next svg,
#slider-v3-s-c684f119-fd2f-4ee6-a0a3-06fe31b948c8 > .swiper-button-prev svg {
  fill: rgba(252, 120, 212, 1) !important;
}

#s-4f1c815d-6fe3-44f6-964c-942f98dc1b60 {
  margin-left: auto;
margin-right: auto;
}

#s-403b01fe-91cd-4e02-ba75-f2ba3cdd975b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-403b01fe-91cd-4e02-ba75-f2ba3cdd975b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-403b01fe-91cd-4e02-ba75-f2ba3cdd975b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-403b01fe-91cd-4e02-ba75-f2ba3cdd975b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-403b01fe-91cd-4e02-ba75-f2ba3cdd975b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-403b01fe-91cd-4e02-ba75-f2ba3cdd975b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-403b01fe-91cd-4e02-ba75-f2ba3cdd975b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-403b01fe-91cd-4e02-ba75-f2ba3cdd975b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-403b01fe-91cd-4e02-ba75-f2ba3cdd975b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-403b01fe-91cd-4e02-ba75-f2ba3cdd975b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-403b01fe-91cd-4e02-ba75-f2ba3cdd975b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-251cf7f8-6ffd-4250-ac6c-dfa5ade6fd77 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-251cf7f8-6ffd-4250-ac6c-dfa5ade6fd77 {
  display: none;
}
#s-251cf7f8-6ffd-4250-ac6c-dfa5ade6fd77, #wrap-s-251cf7f8-6ffd-4250-ac6c-dfa5ade6fd77 { display: none !important; }}
#s-251cf7f8-6ffd-4250-ac6c-dfa5ade6fd77 .shg-product-title-component h1 {
  color: rgba(255, 106, 205, 1);
  
  font-family: Black Ground;
  
  font-size: 18px;
  
  
  
}
@media (max-width: 767px){#s-251cf7f8-6ffd-4250-ac6c-dfa5ade6fd77 .shg-product-title-component h1 {
  color: rgba(255, 106, 205, 1);
  
  font-family: Black Ground;
  
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  
}
}
#s-aa132a8e-03ca-488b-b1f7-45078673cf61 {
  margin-left: auto;
margin-right: auto;
}

#s-ee0007e8-8c5e-46f8-9775-c3b1cbf07d39 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ee0007e8-8c5e-46f8-9775-c3b1cbf07d39 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee0007e8-8c5e-46f8-9775-c3b1cbf07d39 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-ee0007e8-8c5e-46f8-9775-c3b1cbf07d39 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee0007e8-8c5e-46f8-9775-c3b1cbf07d39 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ee0007e8-8c5e-46f8-9775-c3b1cbf07d39 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee0007e8-8c5e-46f8-9775-c3b1cbf07d39 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ee0007e8-8c5e-46f8-9775-c3b1cbf07d39 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee0007e8-8c5e-46f8-9775-c3b1cbf07d39 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-ee0007e8-8c5e-46f8-9775-c3b1cbf07d39 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee0007e8-8c5e-46f8-9775-c3b1cbf07d39 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fb687211-d032-4d39-952f-7faf0eb7fc6f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fb687211-d032-4d39-952f-7faf0eb7fc6f {
  display: none;
}
#s-fb687211-d032-4d39-952f-7faf0eb7fc6f, #wrap-s-fb687211-d032-4d39-952f-7faf0eb7fc6f { display: none !important; }}
#s-fb687211-d032-4d39-952f-7faf0eb7fc6f .shg-product-title-component h1 {
  color: rgba(255, 106, 205, 1);
  
  font-family: Black Ground;
  
  font-size: 15px;
  
  
  
}
@media (max-width: 767px){#s-fb687211-d032-4d39-952f-7faf0eb7fc6f .shg-product-title-component h1 {
  color: rgba(255, 106, 205, 1);
  
  font-family: Black Ground;
  
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0px;
  
}
}
#s-93278647-dd45-4139-bd32-52ed9a0a713a {
  margin-left: auto;
margin-right: auto;
}

#s-3f627a0d-33b8-4d0a-896e-208cd3f96600 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-3f627a0d-33b8-4d0a-896e-208cd3f96600 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f627a0d-33b8-4d0a-896e-208cd3f96600 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-3f627a0d-33b8-4d0a-896e-208cd3f96600 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f627a0d-33b8-4d0a-896e-208cd3f96600 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3f627a0d-33b8-4d0a-896e-208cd3f96600 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f627a0d-33b8-4d0a-896e-208cd3f96600 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3f627a0d-33b8-4d0a-896e-208cd3f96600 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f627a0d-33b8-4d0a-896e-208cd3f96600 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-3f627a0d-33b8-4d0a-896e-208cd3f96600 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f627a0d-33b8-4d0a-896e-208cd3f96600 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-537f0323-a55b-4435-9017-8cc6a9ae9e4c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-537f0323-a55b-4435-9017-8cc6a9ae9e4c {
  display: none;
}
#s-537f0323-a55b-4435-9017-8cc6a9ae9e4c, #wrap-s-537f0323-a55b-4435-9017-8cc6a9ae9e4c { display: none !important; }}
#s-537f0323-a55b-4435-9017-8cc6a9ae9e4c .shg-product-title-component h1 {
  color: rgba(255, 106, 205, 1);
  
  font-family: Black Ground;
  
  font-size: 15px;
  
  
  
}
@media (max-width: 767px){#s-537f0323-a55b-4435-9017-8cc6a9ae9e4c .shg-product-title-component h1 {
  color: rgba(255, 106, 205, 1);
  
  font-family: Black Ground;
  
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0px;
  
}
}
#s-9e017982-7a88-45dd-9338-604f065ca02d {
  margin-left: auto;
margin-right: auto;
}

#s-025fa936-d40e-400b-afe4-ffd4da457f5a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-025fa936-d40e-400b-afe4-ffd4da457f5a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-025fa936-d40e-400b-afe4-ffd4da457f5a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-025fa936-d40e-400b-afe4-ffd4da457f5a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-025fa936-d40e-400b-afe4-ffd4da457f5a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-025fa936-d40e-400b-afe4-ffd4da457f5a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-025fa936-d40e-400b-afe4-ffd4da457f5a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-025fa936-d40e-400b-afe4-ffd4da457f5a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-025fa936-d40e-400b-afe4-ffd4da457f5a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-025fa936-d40e-400b-afe4-ffd4da457f5a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-025fa936-d40e-400b-afe4-ffd4da457f5a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4bd6d3ee-6c94-4294-87e7-81d53efa1caf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4bd6d3ee-6c94-4294-87e7-81d53efa1caf {
  display: none;
}
#s-4bd6d3ee-6c94-4294-87e7-81d53efa1caf, #wrap-s-4bd6d3ee-6c94-4294-87e7-81d53efa1caf { display: none !important; }}
#s-4bd6d3ee-6c94-4294-87e7-81d53efa1caf .shg-product-title-component h1 {
  color: rgba(255, 106, 205, 1);
  
  font-family: Black Ground;
  
  font-size: 15px;
  
  
  
}
@media (max-width: 767px){#s-4bd6d3ee-6c94-4294-87e7-81d53efa1caf .shg-product-title-component h1 {
  color: rgba(255, 106, 205, 1);
  
  font-family: Black Ground;
  
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0px;
  
}
}
#s-4ee020f1-fcac-4a9a-912f-5218bfb1fd7e {
  margin-left: auto;
margin-right: auto;
}

#s-add95b10-2800-4bf3-857c-ef563df13406 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-add95b10-2800-4bf3-857c-ef563df13406 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-add95b10-2800-4bf3-857c-ef563df13406 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-add95b10-2800-4bf3-857c-ef563df13406 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-add95b10-2800-4bf3-857c-ef563df13406 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-add95b10-2800-4bf3-857c-ef563df13406 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-add95b10-2800-4bf3-857c-ef563df13406 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-add95b10-2800-4bf3-857c-ef563df13406 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-add95b10-2800-4bf3-857c-ef563df13406 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-add95b10-2800-4bf3-857c-ef563df13406 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-add95b10-2800-4bf3-857c-ef563df13406 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0ffe9ae8-53de-4abd-8d59-3275767bcfd0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0ffe9ae8-53de-4abd-8d59-3275767bcfd0 {
  display: none;
}
#s-0ffe9ae8-53de-4abd-8d59-3275767bcfd0, #wrap-s-0ffe9ae8-53de-4abd-8d59-3275767bcfd0 { display: none !important; }}
#s-0ffe9ae8-53de-4abd-8d59-3275767bcfd0 .shg-product-title-component h1 {
  color: rgba(255, 106, 205, 1);
  
  font-family: Black Ground;
  
  font-size: 15px;
  
  
  
}
@media (max-width: 767px){#s-0ffe9ae8-53de-4abd-8d59-3275767bcfd0 .shg-product-title-component h1 {
  color: rgba(255, 106, 205, 1);
  
  font-family: Black Ground;
  
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0px;
  
}
}
#s-172a8ec1-7863-4ea0-9a01-afcba122e54a {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(252, 244, 76, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-172a8ec1-7863-4ea0-9a01-afcba122e54a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-172a8ec1-7863-4ea0-9a01-afcba122e54a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-172a8ec1-7863-4ea0-9a01-afcba122e54a-root {
    text-align: center;
  }


#s-172a8ec1-7863-4ea0-9a01-afcba122e54a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-172a8ec1-7863-4ea0-9a01-afcba122e54a-root {
    text-align: center;
  }


#s-172a8ec1-7863-4ea0-9a01-afcba122e54a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-172a8ec1-7863-4ea0-9a01-afcba122e54a-root {
    text-align: center;
  }


#s-172a8ec1-7863-4ea0-9a01-afcba122e54a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-172a8ec1-7863-4ea0-9a01-afcba122e54a-root {
    text-align: center;
  }


#s-172a8ec1-7863-4ea0-9a01-afcba122e54a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-172a8ec1-7863-4ea0-9a01-afcba122e54a-root {
    text-align: center;
  }


#s-172a8ec1-7863-4ea0-9a01-afcba122e54a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}
#s-d59d3024-4669-4dc1-8052-b564105fac02 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(252, 244, 76, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-d59d3024-4669-4dc1-8052-b564105fac02:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d59d3024-4669-4dc1-8052-b564105fac02:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d59d3024-4669-4dc1-8052-b564105fac02-root {
    text-align: center;
  }


#s-d59d3024-4669-4dc1-8052-b564105fac02.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d59d3024-4669-4dc1-8052-b564105fac02-root {
    text-align: center;
  }


#s-d59d3024-4669-4dc1-8052-b564105fac02.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d59d3024-4669-4dc1-8052-b564105fac02-root {
    text-align: center;
  }


#s-d59d3024-4669-4dc1-8052-b564105fac02.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d59d3024-4669-4dc1-8052-b564105fac02-root {
    text-align: center;
  }


#s-d59d3024-4669-4dc1-8052-b564105fac02.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d59d3024-4669-4dc1-8052-b564105fac02-root {
    text-align: center;
  }


#s-d59d3024-4669-4dc1-8052-b564105fac02.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}
#s-f83a18b2-0490-4b81-9968-0c93427e07c2 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(252, 244, 76, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-f83a18b2-0490-4b81-9968-0c93427e07c2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f83a18b2-0490-4b81-9968-0c93427e07c2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f83a18b2-0490-4b81-9968-0c93427e07c2-root {
    text-align: center;
  }


#s-f83a18b2-0490-4b81-9968-0c93427e07c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f83a18b2-0490-4b81-9968-0c93427e07c2-root {
    text-align: center;
  }


#s-f83a18b2-0490-4b81-9968-0c93427e07c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f83a18b2-0490-4b81-9968-0c93427e07c2-root {
    text-align: center;
  }


#s-f83a18b2-0490-4b81-9968-0c93427e07c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f83a18b2-0490-4b81-9968-0c93427e07c2-root {
    text-align: center;
  }


#s-f83a18b2-0490-4b81-9968-0c93427e07c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f83a18b2-0490-4b81-9968-0c93427e07c2-root {
    text-align: center;
  }


#s-f83a18b2-0490-4b81-9968-0c93427e07c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}
#s-698b7bb8-81a9-4a32-b510-23d32009a4d9 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(252, 244, 76, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-698b7bb8-81a9-4a32-b510-23d32009a4d9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-698b7bb8-81a9-4a32-b510-23d32009a4d9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-698b7bb8-81a9-4a32-b510-23d32009a4d9-root {
    text-align: center;
  }


#s-698b7bb8-81a9-4a32-b510-23d32009a4d9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-698b7bb8-81a9-4a32-b510-23d32009a4d9-root {
    text-align: center;
  }


#s-698b7bb8-81a9-4a32-b510-23d32009a4d9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-698b7bb8-81a9-4a32-b510-23d32009a4d9-root {
    text-align: center;
  }


#s-698b7bb8-81a9-4a32-b510-23d32009a4d9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-698b7bb8-81a9-4a32-b510-23d32009a4d9-root {
    text-align: center;
  }


#s-698b7bb8-81a9-4a32-b510-23d32009a4d9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-698b7bb8-81a9-4a32-b510-23d32009a4d9-root {
    text-align: center;
  }


#s-698b7bb8-81a9-4a32-b510-23d32009a4d9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}
#s-56fd0fb3-cb86-4c4f-9b76-7ac0750600bc {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(252, 244, 76, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-56fd0fb3-cb86-4c4f-9b76-7ac0750600bc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-56fd0fb3-cb86-4c4f-9b76-7ac0750600bc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-56fd0fb3-cb86-4c4f-9b76-7ac0750600bc-root {
    text-align: center;
  }


#s-56fd0fb3-cb86-4c4f-9b76-7ac0750600bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-56fd0fb3-cb86-4c4f-9b76-7ac0750600bc-root {
    text-align: center;
  }


#s-56fd0fb3-cb86-4c4f-9b76-7ac0750600bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-56fd0fb3-cb86-4c4f-9b76-7ac0750600bc-root {
    text-align: center;
  }


#s-56fd0fb3-cb86-4c4f-9b76-7ac0750600bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-56fd0fb3-cb86-4c4f-9b76-7ac0750600bc-root {
    text-align: center;
  }


#s-56fd0fb3-cb86-4c4f-9b76-7ac0750600bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-56fd0fb3-cb86-4c4f-9b76-7ac0750600bc-root {
    text-align: center;
  }


#s-56fd0fb3-cb86-4c4f-9b76-7ac0750600bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}
#s-5a4748fc-38c0-46ec-99b4-2704f9d1ccf3 {
  padding-top: 0px;
padding-left: 50px;
padding-bottom: 0px;
padding-right: 50px;
max-width: 10002607px;
aspect-ratio: 3000/501;
text-align: center;
background-color: rgba(255, 239, 250, 1);
}





  #s-5a4748fc-38c0-46ec-99b4-2704f9d1ccf3 img.shogun-image,
  #s-5a4748fc-38c0-46ec-99b4-2704f9d1ccf3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5a4748fc-38c0-46ec-99b4-2704f9d1ccf3 {
    width: 100%;
    height: auto;
  }



  #s-5a4748fc-38c0-46ec-99b4-2704f9d1ccf3 img.shogun-image {
    

    
    
    
  }


#s-5a4748fc-38c0-46ec-99b4-2704f9d1ccf3 .shogun-image-content {
  
    align-items: center;
  
}

#s-d3e16865-d9d4-4d9d-b08f-374a098d0a0d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-d3e16865-d9d4-4d9d-b08f-374a098d0a0d {
  display: none;
}
#s-d3e16865-d9d4-4d9d-b08f-374a098d0a0d, #wrap-s-d3e16865-d9d4-4d9d-b08f-374a098d0a0d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d3e16865-d9d4-4d9d-b08f-374a098d0a0d {
  display: none;
}
#s-d3e16865-d9d4-4d9d-b08f-374a098d0a0d, #wrap-s-d3e16865-d9d4-4d9d-b08f-374a098d0a0d { display: none !important; }}
#slider-v3-s-d3e16865-d9d4-4d9d-b08f-374a098d0a0d {
  --swiper-pagination-color: rgba(252, 120, 212, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(252, 120, 212, 1) !important;

  
}

#slider-v3-s-d3e16865-d9d4-4d9d-b08f-374a098d0a0d > .swiper-button-prev,
#slider-v3-s-d3e16865-d9d4-4d9d-b08f-374a098d0a0d > .swiper-button-next {
  
}

& > .swiper-button-prev {
  
}

& > .swiper-button-next {
  }


#slider-v3-s-d3e16865-d9d4-4d9d-b08f-374a098d0a0d > .swiper-button-next svg,
#slider-v3-s-d3e16865-d9d4-4d9d-b08f-374a098d0a0d > .swiper-button-prev svg {
  fill: rgba(252, 120, 212, 1) !important;
}

#s-d09c17a9-98a3-4e63-87e4-cc7df5b7be83 {
  margin-left: auto;
margin-right: auto;
}

#s-1e0586cf-3808-4eee-9eb2-28bfbb699ca4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-1e0586cf-3808-4eee-9eb2-28bfbb699ca4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e0586cf-3808-4eee-9eb2-28bfbb699ca4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-1e0586cf-3808-4eee-9eb2-28bfbb699ca4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e0586cf-3808-4eee-9eb2-28bfbb699ca4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-1e0586cf-3808-4eee-9eb2-28bfbb699ca4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e0586cf-3808-4eee-9eb2-28bfbb699ca4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-1e0586cf-3808-4eee-9eb2-28bfbb699ca4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e0586cf-3808-4eee-9eb2-28bfbb699ca4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-1e0586cf-3808-4eee-9eb2-28bfbb699ca4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e0586cf-3808-4eee-9eb2-28bfbb699ca4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8a695269-6ca4-437a-aaac-6bdc54f5a0de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8a695269-6ca4-437a-aaac-6bdc54f5a0de {
  display: none;
}
#s-8a695269-6ca4-437a-aaac-6bdc54f5a0de, #wrap-s-8a695269-6ca4-437a-aaac-6bdc54f5a0de { display: none !important; }}
#s-8a695269-6ca4-437a-aaac-6bdc54f5a0de .shg-product-title-component h1 {
  color: rgba(255, 106, 205, 1);
  
  font-family: Black Ground;
  
  font-size: 15px;
  
  
  
}
@media (max-width: 767px){#s-8a695269-6ca4-437a-aaac-6bdc54f5a0de .shg-product-title-component h1 {
  color: rgba(255, 106, 205, 1);
  
  font-family: Black Ground;
  
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0px;
  
}
}
#s-7b6f2bce-43ac-4aea-a1cd-b2026e202e54 {
  margin-left: auto;
margin-right: auto;
}

#s-e237e1f2-6e05-4e05-a6c4-775172d7b8c5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e237e1f2-6e05-4e05-a6c4-775172d7b8c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e237e1f2-6e05-4e05-a6c4-775172d7b8c5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-e237e1f2-6e05-4e05-a6c4-775172d7b8c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e237e1f2-6e05-4e05-a6c4-775172d7b8c5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e237e1f2-6e05-4e05-a6c4-775172d7b8c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e237e1f2-6e05-4e05-a6c4-775172d7b8c5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e237e1f2-6e05-4e05-a6c4-775172d7b8c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e237e1f2-6e05-4e05-a6c4-775172d7b8c5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-e237e1f2-6e05-4e05-a6c4-775172d7b8c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e237e1f2-6e05-4e05-a6c4-775172d7b8c5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-703e66f2-f777-45eb-a2eb-bc6c796058a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-703e66f2-f777-45eb-a2eb-bc6c796058a5 {
  display: none;
}
#s-703e66f2-f777-45eb-a2eb-bc6c796058a5, #wrap-s-703e66f2-f777-45eb-a2eb-bc6c796058a5 { display: none !important; }}
#s-703e66f2-f777-45eb-a2eb-bc6c796058a5 .shg-product-title-component h1 {
  color: rgba(255, 106, 205, 1);
  
  font-family: Black Ground;
  
  font-size: 15px;
  
  
  
}
@media (max-width: 767px){#s-703e66f2-f777-45eb-a2eb-bc6c796058a5 .shg-product-title-component h1 {
  color: rgba(255, 106, 205, 1);
  
  font-family: Black Ground;
  
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0px;
  
}
}
#s-33efdd69-7c8c-4204-b53a-3c08183599d1 {
  margin-left: auto;
margin-right: auto;
}

#s-e3cfe676-2de2-4397-a4f4-d94b2681e918 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e3cfe676-2de2-4397-a4f4-d94b2681e918 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3cfe676-2de2-4397-a4f4-d94b2681e918 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-e3cfe676-2de2-4397-a4f4-d94b2681e918 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3cfe676-2de2-4397-a4f4-d94b2681e918 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e3cfe676-2de2-4397-a4f4-d94b2681e918 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3cfe676-2de2-4397-a4f4-d94b2681e918 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e3cfe676-2de2-4397-a4f4-d94b2681e918 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3cfe676-2de2-4397-a4f4-d94b2681e918 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-e3cfe676-2de2-4397-a4f4-d94b2681e918 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3cfe676-2de2-4397-a4f4-d94b2681e918 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b3df1998-ccc5-4d1e-b3e4-bc88290ac6b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b3df1998-ccc5-4d1e-b3e4-bc88290ac6b2 {
  display: none;
}
#s-b3df1998-ccc5-4d1e-b3e4-bc88290ac6b2, #wrap-s-b3df1998-ccc5-4d1e-b3e4-bc88290ac6b2 { display: none !important; }}
#s-b3df1998-ccc5-4d1e-b3e4-bc88290ac6b2 .shg-product-title-component h1 {
  color: rgba(255, 106, 205, 1);
  
  font-family: Black Ground;
  
  font-size: 15px;
  
  
  
}
@media (max-width: 767px){#s-b3df1998-ccc5-4d1e-b3e4-bc88290ac6b2 .shg-product-title-component h1 {
  color: rgba(255, 106, 205, 1);
  
  font-family: Black Ground;
  
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0px;
  
}
}
#s-6310424f-5056-4d12-8866-cd201956af00 {
  margin-left: auto;
margin-right: auto;
}

#s-f0de1cac-abf0-4a25-94b5-0288737d83ac {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-f0de1cac-abf0-4a25-94b5-0288737d83ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0de1cac-abf0-4a25-94b5-0288737d83ac img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-f0de1cac-abf0-4a25-94b5-0288737d83ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0de1cac-abf0-4a25-94b5-0288737d83ac img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f0de1cac-abf0-4a25-94b5-0288737d83ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0de1cac-abf0-4a25-94b5-0288737d83ac img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f0de1cac-abf0-4a25-94b5-0288737d83ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0de1cac-abf0-4a25-94b5-0288737d83ac img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-f0de1cac-abf0-4a25-94b5-0288737d83ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0de1cac-abf0-4a25-94b5-0288737d83ac img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9f40d486-38e2-4f36-90e2-f2c505a090cd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9f40d486-38e2-4f36-90e2-f2c505a090cd {
  display: none;
}
#s-9f40d486-38e2-4f36-90e2-f2c505a090cd, #wrap-s-9f40d486-38e2-4f36-90e2-f2c505a090cd { display: none !important; }}
#s-9f40d486-38e2-4f36-90e2-f2c505a090cd .shg-product-title-component h1 {
  color: rgba(255, 106, 205, 1);
  
  font-family: Black Ground;
  
  font-size: 15px;
  
  
  
}
@media (max-width: 767px){#s-9f40d486-38e2-4f36-90e2-f2c505a090cd .shg-product-title-component h1 {
  color: rgba(255, 106, 205, 1);
  
  font-family: Black Ground;
  
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0px;
  
}
}
#s-afb1524a-6ff3-4f01-ae0c-a806129bbeef {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(252, 244, 76, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-afb1524a-6ff3-4f01-ae0c-a806129bbeef:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-afb1524a-6ff3-4f01-ae0c-a806129bbeef:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-afb1524a-6ff3-4f01-ae0c-a806129bbeef-root {
    text-align: center;
  }


#s-afb1524a-6ff3-4f01-ae0c-a806129bbeef.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-afb1524a-6ff3-4f01-ae0c-a806129bbeef-root {
    text-align: center;
  }


#s-afb1524a-6ff3-4f01-ae0c-a806129bbeef.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-afb1524a-6ff3-4f01-ae0c-a806129bbeef-root {
    text-align: center;
  }


#s-afb1524a-6ff3-4f01-ae0c-a806129bbeef.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-afb1524a-6ff3-4f01-ae0c-a806129bbeef-root {
    text-align: center;
  }


#s-afb1524a-6ff3-4f01-ae0c-a806129bbeef.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-afb1524a-6ff3-4f01-ae0c-a806129bbeef-root {
    text-align: center;
  }


#s-afb1524a-6ff3-4f01-ae0c-a806129bbeef.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}
#s-0eaf0a4a-8236-4a89-8d99-740656897214 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(252, 244, 76, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-0eaf0a4a-8236-4a89-8d99-740656897214:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0eaf0a4a-8236-4a89-8d99-740656897214:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0eaf0a4a-8236-4a89-8d99-740656897214-root {
    text-align: center;
  }


#s-0eaf0a4a-8236-4a89-8d99-740656897214.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0eaf0a4a-8236-4a89-8d99-740656897214-root {
    text-align: center;
  }


#s-0eaf0a4a-8236-4a89-8d99-740656897214.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0eaf0a4a-8236-4a89-8d99-740656897214-root {
    text-align: center;
  }


#s-0eaf0a4a-8236-4a89-8d99-740656897214.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0eaf0a4a-8236-4a89-8d99-740656897214-root {
    text-align: center;
  }


#s-0eaf0a4a-8236-4a89-8d99-740656897214.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0eaf0a4a-8236-4a89-8d99-740656897214-root {
    text-align: center;
  }


#s-0eaf0a4a-8236-4a89-8d99-740656897214.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}
#s-3a4efc22-de3f-4493-b9be-1c011a840cd9 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(252, 244, 76, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-3a4efc22-de3f-4493-b9be-1c011a840cd9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3a4efc22-de3f-4493-b9be-1c011a840cd9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3a4efc22-de3f-4493-b9be-1c011a840cd9-root {
    text-align: center;
  }


#s-3a4efc22-de3f-4493-b9be-1c011a840cd9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3a4efc22-de3f-4493-b9be-1c011a840cd9-root {
    text-align: center;
  }


#s-3a4efc22-de3f-4493-b9be-1c011a840cd9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3a4efc22-de3f-4493-b9be-1c011a840cd9-root {
    text-align: center;
  }


#s-3a4efc22-de3f-4493-b9be-1c011a840cd9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3a4efc22-de3f-4493-b9be-1c011a840cd9-root {
    text-align: center;
  }


#s-3a4efc22-de3f-4493-b9be-1c011a840cd9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3a4efc22-de3f-4493-b9be-1c011a840cd9-root {
    text-align: center;
  }


#s-3a4efc22-de3f-4493-b9be-1c011a840cd9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}
#s-08000984-317c-446f-b327-3ef0a2bc5b01 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(252, 244, 76, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-08000984-317c-446f-b327-3ef0a2bc5b01:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-08000984-317c-446f-b327-3ef0a2bc5b01:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-08000984-317c-446f-b327-3ef0a2bc5b01-root {
    text-align: center;
  }


#s-08000984-317c-446f-b327-3ef0a2bc5b01.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-08000984-317c-446f-b327-3ef0a2bc5b01-root {
    text-align: center;
  }


#s-08000984-317c-446f-b327-3ef0a2bc5b01.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-08000984-317c-446f-b327-3ef0a2bc5b01-root {
    text-align: center;
  }


#s-08000984-317c-446f-b327-3ef0a2bc5b01.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-08000984-317c-446f-b327-3ef0a2bc5b01-root {
    text-align: center;
  }


#s-08000984-317c-446f-b327-3ef0a2bc5b01.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-08000984-317c-446f-b327-3ef0a2bc5b01-root {
    text-align: center;
  }


#s-08000984-317c-446f-b327-3ef0a2bc5b01.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}
#s-604eddee-08cc-4e9b-ada2-dbd3919f7152 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-604eddee-08cc-4e9b-ada2-dbd3919f7152 {
  display: none;
}
#s-604eddee-08cc-4e9b-ada2-dbd3919f7152, #wrap-s-604eddee-08cc-4e9b-ada2-dbd3919f7152 { display: none !important; }}@media (max-width: 767px){#s-604eddee-08cc-4e9b-ada2-dbd3919f7152 {
  display: none;
}
#s-604eddee-08cc-4e9b-ada2-dbd3919f7152, #wrap-s-604eddee-08cc-4e9b-ada2-dbd3919f7152 { display: none !important; }}
#slider-v3-s-604eddee-08cc-4e9b-ada2-dbd3919f7152 {
  --swiper-pagination-color: rgba(252, 120, 212, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(252, 120, 212, 1) !important;

  
}

#slider-v3-s-604eddee-08cc-4e9b-ada2-dbd3919f7152 > .swiper-button-prev,
#slider-v3-s-604eddee-08cc-4e9b-ada2-dbd3919f7152 > .swiper-button-next {
  
}

& > .swiper-button-prev {
  
}

& > .swiper-button-next {
  }


#slider-v3-s-604eddee-08cc-4e9b-ada2-dbd3919f7152 > .swiper-button-next svg,
#slider-v3-s-604eddee-08cc-4e9b-ada2-dbd3919f7152 > .swiper-button-prev svg {
  fill: rgba(252, 120, 212, 1) !important;
}

#s-6b98ee8c-b50f-44a3-b951-c85b3b549486 {
  margin-left: auto;
margin-right: auto;
}

#s-3100f925-9736-4fd1-8c69-0dedf18ee751 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-3100f925-9736-4fd1-8c69-0dedf18ee751 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3100f925-9736-4fd1-8c69-0dedf18ee751 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-3100f925-9736-4fd1-8c69-0dedf18ee751 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3100f925-9736-4fd1-8c69-0dedf18ee751 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3100f925-9736-4fd1-8c69-0dedf18ee751 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3100f925-9736-4fd1-8c69-0dedf18ee751 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3100f925-9736-4fd1-8c69-0dedf18ee751 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3100f925-9736-4fd1-8c69-0dedf18ee751 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-3100f925-9736-4fd1-8c69-0dedf18ee751 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3100f925-9736-4fd1-8c69-0dedf18ee751 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d4f54f73-168f-4657-ad76-eab8bd9ab3e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d4f54f73-168f-4657-ad76-eab8bd9ab3e0 {
  display: none;
}
#s-d4f54f73-168f-4657-ad76-eab8bd9ab3e0, #wrap-s-d4f54f73-168f-4657-ad76-eab8bd9ab3e0 { display: none !important; }}
#s-d4f54f73-168f-4657-ad76-eab8bd9ab3e0 .shg-product-title-component h1 {
  color: rgba(255, 106, 205, 1);
  
  font-family: Black Ground;
  
  font-size: 15px;
  
  
  
}
@media (max-width: 767px){#s-d4f54f73-168f-4657-ad76-eab8bd9ab3e0 .shg-product-title-component h1 {
  color: rgba(255, 106, 205, 1);
  
  font-family: Black Ground;
  
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0px;
  
}
}
#s-d2f0c9e8-9aa6-43a0-b4ef-b0b3bb7e013f {
  margin-left: auto;
margin-right: auto;
}

#s-3ac6e3da-3bbf-4593-aac5-6ad15a1e84cf {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-3ac6e3da-3bbf-4593-aac5-6ad15a1e84cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ac6e3da-3bbf-4593-aac5-6ad15a1e84cf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-3ac6e3da-3bbf-4593-aac5-6ad15a1e84cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ac6e3da-3bbf-4593-aac5-6ad15a1e84cf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3ac6e3da-3bbf-4593-aac5-6ad15a1e84cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ac6e3da-3bbf-4593-aac5-6ad15a1e84cf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3ac6e3da-3bbf-4593-aac5-6ad15a1e84cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ac6e3da-3bbf-4593-aac5-6ad15a1e84cf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-3ac6e3da-3bbf-4593-aac5-6ad15a1e84cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ac6e3da-3bbf-4593-aac5-6ad15a1e84cf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-336860ab-7c57-4a04-9ed8-832863f930ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-336860ab-7c57-4a04-9ed8-832863f930ad {
  display: none;
}
#s-336860ab-7c57-4a04-9ed8-832863f930ad, #wrap-s-336860ab-7c57-4a04-9ed8-832863f930ad { display: none !important; }}
#s-336860ab-7c57-4a04-9ed8-832863f930ad .shg-product-title-component h1 {
  color: rgba(255, 106, 205, 1);
  
  font-family: Black Ground;
  
  font-size: 15px;
  
  
  
}
@media (max-width: 767px){#s-336860ab-7c57-4a04-9ed8-832863f930ad .shg-product-title-component h1 {
  color: rgba(255, 106, 205, 1);
  
  font-family: Black Ground;
  
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0px;
  
}
}
#s-099d935b-c30e-4717-b098-a6be22751319 {
  margin-left: auto;
margin-right: auto;
}

#s-88d7d132-0841-48e5-8fe2-d51957e644a2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-88d7d132-0841-48e5-8fe2-d51957e644a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88d7d132-0841-48e5-8fe2-d51957e644a2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-88d7d132-0841-48e5-8fe2-d51957e644a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88d7d132-0841-48e5-8fe2-d51957e644a2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-88d7d132-0841-48e5-8fe2-d51957e644a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88d7d132-0841-48e5-8fe2-d51957e644a2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-88d7d132-0841-48e5-8fe2-d51957e644a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88d7d132-0841-48e5-8fe2-d51957e644a2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-88d7d132-0841-48e5-8fe2-d51957e644a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88d7d132-0841-48e5-8fe2-d51957e644a2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-43e3a8c1-7781-4e43-8231-ec36b119df17 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-43e3a8c1-7781-4e43-8231-ec36b119df17 {
  display: none;
}
#s-43e3a8c1-7781-4e43-8231-ec36b119df17, #wrap-s-43e3a8c1-7781-4e43-8231-ec36b119df17 { display: none !important; }}
#s-43e3a8c1-7781-4e43-8231-ec36b119df17 .shg-product-title-component h1 {
  color: rgba(255, 106, 205, 1);
  
  font-family: Black Ground;
  
  font-size: 15px;
  
  
  
}
@media (max-width: 767px){#s-43e3a8c1-7781-4e43-8231-ec36b119df17 .shg-product-title-component h1 {
  color: rgba(255, 106, 205, 1);
  
  font-family: Black Ground;
  
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0px;
  
}
}
#s-128476ab-f526-4207-bcf7-b0fa3bef3f7b {
  margin-left: auto;
margin-right: auto;
}

#s-1267eaa5-1b72-41c1-8df0-7b63bc5208ac {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-1267eaa5-1b72-41c1-8df0-7b63bc5208ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1267eaa5-1b72-41c1-8df0-7b63bc5208ac img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-1267eaa5-1b72-41c1-8df0-7b63bc5208ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1267eaa5-1b72-41c1-8df0-7b63bc5208ac img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-1267eaa5-1b72-41c1-8df0-7b63bc5208ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1267eaa5-1b72-41c1-8df0-7b63bc5208ac img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-1267eaa5-1b72-41c1-8df0-7b63bc5208ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1267eaa5-1b72-41c1-8df0-7b63bc5208ac img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-1267eaa5-1b72-41c1-8df0-7b63bc5208ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1267eaa5-1b72-41c1-8df0-7b63bc5208ac img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ea1f5590-e8f1-4456-a525-88a51dc003b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ea1f5590-e8f1-4456-a525-88a51dc003b0 {
  display: none;
}
#s-ea1f5590-e8f1-4456-a525-88a51dc003b0, #wrap-s-ea1f5590-e8f1-4456-a525-88a51dc003b0 { display: none !important; }}
#s-ea1f5590-e8f1-4456-a525-88a51dc003b0 .shg-product-title-component h1 {
  color: rgba(255, 106, 205, 1);
  
  font-family: Black Ground;
  
  font-size: 15px;
  
  
  
}
@media (max-width: 767px){#s-ea1f5590-e8f1-4456-a525-88a51dc003b0 .shg-product-title-component h1 {
  color: rgba(255, 106, 205, 1);
  
  font-family: Black Ground;
  
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0px;
  
}
}
#s-7da778e2-0e89-4896-9374-7791552e7c08 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(252, 244, 76, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-7da778e2-0e89-4896-9374-7791552e7c08:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7da778e2-0e89-4896-9374-7791552e7c08:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7da778e2-0e89-4896-9374-7791552e7c08-root {
    text-align: center;
  }


#s-7da778e2-0e89-4896-9374-7791552e7c08.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7da778e2-0e89-4896-9374-7791552e7c08-root {
    text-align: center;
  }


#s-7da778e2-0e89-4896-9374-7791552e7c08.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7da778e2-0e89-4896-9374-7791552e7c08-root {
    text-align: center;
  }


#s-7da778e2-0e89-4896-9374-7791552e7c08.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7da778e2-0e89-4896-9374-7791552e7c08-root {
    text-align: center;
  }


#s-7da778e2-0e89-4896-9374-7791552e7c08.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7da778e2-0e89-4896-9374-7791552e7c08-root {
    text-align: center;
  }


#s-7da778e2-0e89-4896-9374-7791552e7c08.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}
#s-78018002-e32c-44ca-af30-bdfa8549047f {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(252, 244, 76, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-78018002-e32c-44ca-af30-bdfa8549047f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-78018002-e32c-44ca-af30-bdfa8549047f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-78018002-e32c-44ca-af30-bdfa8549047f-root {
    text-align: center;
  }


#s-78018002-e32c-44ca-af30-bdfa8549047f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-78018002-e32c-44ca-af30-bdfa8549047f-root {
    text-align: center;
  }


#s-78018002-e32c-44ca-af30-bdfa8549047f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-78018002-e32c-44ca-af30-bdfa8549047f-root {
    text-align: center;
  }


#s-78018002-e32c-44ca-af30-bdfa8549047f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-78018002-e32c-44ca-af30-bdfa8549047f-root {
    text-align: center;
  }


#s-78018002-e32c-44ca-af30-bdfa8549047f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-78018002-e32c-44ca-af30-bdfa8549047f-root {
    text-align: center;
  }


#s-78018002-e32c-44ca-af30-bdfa8549047f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}
#s-59a2f78c-3c72-4d34-b5b5-54b409e46253 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(252, 244, 76, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-59a2f78c-3c72-4d34-b5b5-54b409e46253:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-59a2f78c-3c72-4d34-b5b5-54b409e46253:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-59a2f78c-3c72-4d34-b5b5-54b409e46253-root {
    text-align: center;
  }


#s-59a2f78c-3c72-4d34-b5b5-54b409e46253.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-59a2f78c-3c72-4d34-b5b5-54b409e46253-root {
    text-align: center;
  }


#s-59a2f78c-3c72-4d34-b5b5-54b409e46253.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-59a2f78c-3c72-4d34-b5b5-54b409e46253-root {
    text-align: center;
  }


#s-59a2f78c-3c72-4d34-b5b5-54b409e46253.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-59a2f78c-3c72-4d34-b5b5-54b409e46253-root {
    text-align: center;
  }


#s-59a2f78c-3c72-4d34-b5b5-54b409e46253.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-59a2f78c-3c72-4d34-b5b5-54b409e46253-root {
    text-align: center;
  }


#s-59a2f78c-3c72-4d34-b5b5-54b409e46253.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}
#s-b7735a87-7bfc-40fa-8522-40f48f6d68e7 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(252, 244, 76, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-b7735a87-7bfc-40fa-8522-40f48f6d68e7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b7735a87-7bfc-40fa-8522-40f48f6d68e7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b7735a87-7bfc-40fa-8522-40f48f6d68e7-root {
    text-align: center;
  }


#s-b7735a87-7bfc-40fa-8522-40f48f6d68e7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b7735a87-7bfc-40fa-8522-40f48f6d68e7-root {
    text-align: center;
  }


#s-b7735a87-7bfc-40fa-8522-40f48f6d68e7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b7735a87-7bfc-40fa-8522-40f48f6d68e7-root {
    text-align: center;
  }


#s-b7735a87-7bfc-40fa-8522-40f48f6d68e7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b7735a87-7bfc-40fa-8522-40f48f6d68e7-root {
    text-align: center;
  }


#s-b7735a87-7bfc-40fa-8522-40f48f6d68e7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b7735a87-7bfc-40fa-8522-40f48f6d68e7-root {
    text-align: center;
  }


#s-b7735a87-7bfc-40fa-8522-40f48f6d68e7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Black Ground;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

@media (max-width: 767px){#s-c55e5e30-bc4b-4391-9267-58aaa985cc99 {
  display: none;
}
#s-c55e5e30-bc4b-4391-9267-58aaa985cc99, #wrap-s-c55e5e30-bc4b-4391-9267-58aaa985cc99 { display: none !important; }}
#s-c55e5e30-bc4b-4391-9267-58aaa985cc99 hr {
  border-top: 1px solid rgba(209, 195, 204, 1);
}

#s-6f167a42-d090-493d-b0ae-1b6d1d795315 {
  min-height: 50px;
}








#s-6f167a42-d090-493d-b0ae-1b6d1d795315 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6f167a42-d090-493d-b0ae-1b6d1d795315.shg-box.shg-c {
  justify-content: center;
}

#s-16e1a768-56e8-4a85-9e78-64740a1f31cb {
  padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
text-align: center;
}
@media (max-width: 767px){#s-16e1a768-56e8-4a85-9e78-64740a1f31cb {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}
}






  #s-16e1a768-56e8-4a85-9e78-64740a1f31cb img.shogun-image {
    

    
    
    
  }


#s-16e1a768-56e8-4a85-9e78-64740a1f31cb .shogun-image-content {
  
    align-items: center;
  
}

#s-5e05bd78-dcc7-4e6e-a59f-637cbcc667b2 {
  text-align: center;
}

#s-bfeb5383-c151-4114-834d-dfe6bd34f8ba {
  text-align: center;
}

#s-a6fb49a6-50df-4642-9dbb-c0eabf3ee461 {
  text-align: left;
}

#s-a85a0a44-68c0-4043-820e-442350c1f39f {
  text-align: left;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-66dded74-6117-4565-90a0-f71c0374d6dc {
  margin-left: auto;
margin-right: auto;
}

#s-31746b92-6eac-4d90-a959-6e5d3426d276 hr {
  border-top: 1px solid rgba(209, 195, 204, 1);
}

#s-840d3294-7de8-4eb2-a485-46eca66b8ac3 {
  padding-left: 120px;
padding-right: 120px;
text-align: center;
background-color: rgba(255, 238, 249, 1);
}
@media (max-width: 767px){#s-840d3294-7de8-4eb2-a485-46eca66b8ac3 {
  padding-left: 50px;
padding-right: 50px;
}
}






  #s-840d3294-7de8-4eb2-a485-46eca66b8ac3 img.shogun-image {
    

    
    
    
  }


#s-840d3294-7de8-4eb2-a485-46eca66b8ac3 .shogun-image-content {
  
    align-items: 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 {
  
  
  
}

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

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

.shg-theme-text-content p {
  
  
  
}

#s-a81bb84f-a782-484f-b283-727ea5d107e5 {
  margin-top: 10px;
margin-bottom: 10px;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

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

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

@media (min-width: 0px) {
[id="s-9957d037-711f-4551-b453-098698962c0b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9957d037-711f-4551-b453-098698962c0b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-9957d037-711f-4551-b453-098698962c0b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-9957d037-711f-4551-b453-098698962c0b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-907beee3-33ff-4db2-a31c-bce599ba537e {
  margin-left: 0px;
margin-right: 0px;
padding-right: 20px;
text-align: center;
}







  #s-907beee3-33ff-4db2-a31c-bce599ba537e img.shogun-image {
    

    
    
    
  }


#s-907beee3-33ff-4db2-a31c-bce599ba537e .shogun-image-content {
  
    align-items: center;
  
}

#s-bba519d2-1a4b-4e06-ba55-de4cdec04004 {
  text-align: center;
}







  #s-bba519d2-1a4b-4e06-ba55-de4cdec04004 img.shogun-image {
    

    
    
    
  }


#s-bba519d2-1a4b-4e06-ba55-de4cdec04004 .shogun-image-content {
  
    align-items: center;
  
}

#s-b6805f5c-191c-405d-9fef-c1d61f9bb552 {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-2097f73e-bd2c-4d0a-99c3-cf419ae2024d {
  min-height: 50px;
background-color: rgba(245, 255, 225, 1);
}








#s-2097f73e-bd2c-4d0a-99c3-cf419ae2024d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2097f73e-bd2c-4d0a-99c3-cf419ae2024d.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5f05487a-6e5f-46c1-9188-b694d0cabfde"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f05487a-6e5f-46c1-9188-b694d0cabfde"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5f05487a-6e5f-46c1-9188-b694d0cabfde"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f05487a-6e5f-46c1-9188-b694d0cabfde"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d073ea49-12a1-455a-bd29-6e5e5e73ec12 {
  padding-top: 30px;
padding-left: 150px;
padding-bottom: 0px;
padding-right: 150px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d073ea49-12a1-455a-bd29-6e5e5e73ec12 {
  padding-left: 100px;
padding-right: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d073ea49-12a1-455a-bd29-6e5e5e73ec12 {
  padding-left: 70px;
padding-right: 70px;
}
}@media (max-width: 767px){#s-d073ea49-12a1-455a-bd29-6e5e5e73ec12 {
  padding-left: 100px;
padding-right: 100px;
}
}






  #s-d073ea49-12a1-455a-bd29-6e5e5e73ec12 img.shogun-image {
    

    
    
    
  }


#s-d073ea49-12a1-455a-bd29-6e5e5e73ec12 .shogun-image-content {
  
    align-items: center;
  
}

#s-59e24301-bc9d-4fa6-a12f-e718eb717499 {
  padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
text-align: center;
}







  #s-59e24301-bc9d-4fa6-a12f-e718eb717499 img.shogun-image {
    

    
    
    
  }


#s-59e24301-bc9d-4fa6-a12f-e718eb717499 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3424cfe-f671-4a7c-9bdf-d22e5248e386 {
  padding-top: 20px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
}

#s-39a94ce3-0be8-4b0b-bc97-f97a59b5e9d4 {
  margin-top: 14px;
margin-left: 32%;
margin-bottom: 14px;
margin-right: 32%;
padding-left: 26px;
padding-right: 26px;
text-align: center;
}







  #s-39a94ce3-0be8-4b0b-bc97-f97a59b5e9d4 img.shogun-image {
    

    
    
    
  }


#s-39a94ce3-0be8-4b0b-bc97-f97a59b5e9d4 .shogun-image-content {
  
    align-items: center;
  
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-c20f8fbd-df91-48c4-9f4a-9ec5f0e8e3ae {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 400px;
}

#s-c20f8fbd-df91-48c4-9f4a-9ec5f0e8e3ae .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-c20f8fbd-df91-48c4-9f4a-9ec5f0e8e3ae .shg-sld-nav-button.shg-sld-left,
#s-c20f8fbd-df91-48c4-9f4a-9ec5f0e8e3ae .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-e72123b3-980a-48c1-925a-bf31b49ac673"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e72123b3-980a-48c1-925a-bf31b49ac673"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

}

@media (min-width: 992px) {
[id="s-e72123b3-980a-48c1-925a-bf31b49ac673"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-e72123b3-980a-48c1-925a-bf31b49ac673"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

}

#s-faffb964-0752-4c91-805b-d25c26910532 {
  margin-top: 72px;
margin-bottom: 72px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
max-width: 1142px;
aspect-ratio: 1142/600;
text-align: center;
}
@media (max-width: 767px){#s-faffb964-0752-4c91-805b-d25c26910532 {
  margin-top: 11px;
margin-bottom: 11px;
max-width: 140px;
}
}


.shg-image-margin-container-s-faffb964-0752-4c91-805b-d25c26910532 {
  
  
  margin-top: 72px;
  margin-bottom: 72px;
}

#s-faffb964-0752-4c91-805b-d25c26910532 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-faffb964-0752-4c91-805b-d25c26910532 .shg-image-content-wrapper {
      aspect-ratio: 1142/600;
      width: 100%;
      height: 100%;
    }

    #s-faffb964-0752-4c91-805b-d25c26910532 .shogun-image-link {
      aspect-ratio: 1142/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-faffb964-0752-4c91-805b-d25c26910532 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-faffb964-0752-4c91-805b-d25c26910532.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-faffb964-0752-4c91-805b-d25c26910532 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-faffb964-0752-4c91-805b-d25c26910532.shogun-image {
    
    
  }


.s-faffb964-0752-4c91-805b-d25c26910532 .shogun-image-content {
  
    align-items: center;
  
}

.s-faffb964-0752-4c91-805b-d25c26910532.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faffb964-0752-4c91-805b-d25c26910532.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faffb964-0752-4c91-805b-d25c26910532.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-faffb964-0752-4c91-805b-d25c26910532 {
      --shg-aspect-ratio: calc(1142/600); 
    }

    .s-faffb964-0752-4c91-805b-d25c26910532.shogun-image-container {
      position: relative;
    }

    .s-faffb964-0752-4c91-805b-d25c26910532.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-faffb964-0752-4c91-805b-d25c26910532.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-faffb964-0752-4c91-805b-d25c26910532 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-faffb964-0752-4c91-805b-d25c26910532 {
  
  
  
  
}

#s-faffb964-0752-4c91-805b-d25c26910532 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-faffb964-0752-4c91-805b-d25c26910532 .shg-image-content-wrapper {
      aspect-ratio: 1142/600;
      width: 100%;
      height: 100%;
    }

    #s-faffb964-0752-4c91-805b-d25c26910532 .shogun-image-link {
      aspect-ratio: 1142/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-faffb964-0752-4c91-805b-d25c26910532 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-faffb964-0752-4c91-805b-d25c26910532.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-faffb964-0752-4c91-805b-d25c26910532 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-faffb964-0752-4c91-805b-d25c26910532.shogun-image {
    
    
  }


.s-faffb964-0752-4c91-805b-d25c26910532 .shogun-image-content {
  
    align-items: center;
  
}

.s-faffb964-0752-4c91-805b-d25c26910532.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faffb964-0752-4c91-805b-d25c26910532.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faffb964-0752-4c91-805b-d25c26910532.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-faffb964-0752-4c91-805b-d25c26910532 {
      --shg-aspect-ratio: calc(1142/600); 
    }

    .s-faffb964-0752-4c91-805b-d25c26910532.shogun-image-container {
      position: relative;
    }

    .s-faffb964-0752-4c91-805b-d25c26910532.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-faffb964-0752-4c91-805b-d25c26910532.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-faffb964-0752-4c91-805b-d25c26910532 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-faffb964-0752-4c91-805b-d25c26910532 {
  
  
  
  
}

#s-faffb964-0752-4c91-805b-d25c26910532 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-faffb964-0752-4c91-805b-d25c26910532 .shg-image-content-wrapper {
      aspect-ratio: 1142/600;
      width: 100%;
      height: 100%;
    }

    #s-faffb964-0752-4c91-805b-d25c26910532 .shogun-image-link {
      aspect-ratio: 1142/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-faffb964-0752-4c91-805b-d25c26910532 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-faffb964-0752-4c91-805b-d25c26910532.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-faffb964-0752-4c91-805b-d25c26910532 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-faffb964-0752-4c91-805b-d25c26910532.shogun-image {
    
    
  }


.s-faffb964-0752-4c91-805b-d25c26910532 .shogun-image-content {
  
    align-items: center;
  
}

.s-faffb964-0752-4c91-805b-d25c26910532.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faffb964-0752-4c91-805b-d25c26910532.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faffb964-0752-4c91-805b-d25c26910532.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-faffb964-0752-4c91-805b-d25c26910532 {
      --shg-aspect-ratio: calc(1142/600); 
    }

    .s-faffb964-0752-4c91-805b-d25c26910532.shogun-image-container {
      position: relative;
    }

    .s-faffb964-0752-4c91-805b-d25c26910532.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-faffb964-0752-4c91-805b-d25c26910532.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-faffb964-0752-4c91-805b-d25c26910532 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-faffb964-0752-4c91-805b-d25c26910532 {
  
  
  
  
}

#s-faffb964-0752-4c91-805b-d25c26910532 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-faffb964-0752-4c91-805b-d25c26910532 .shg-image-content-wrapper {
      aspect-ratio: 1142/600;
      width: 100%;
      height: 100%;
    }

    #s-faffb964-0752-4c91-805b-d25c26910532 .shogun-image-link {
      aspect-ratio: 1142/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-faffb964-0752-4c91-805b-d25c26910532 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-faffb964-0752-4c91-805b-d25c26910532.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-faffb964-0752-4c91-805b-d25c26910532 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-faffb964-0752-4c91-805b-d25c26910532.shogun-image {
    
    
  }


.s-faffb964-0752-4c91-805b-d25c26910532 .shogun-image-content {
  
    align-items: center;
  
}

.s-faffb964-0752-4c91-805b-d25c26910532.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faffb964-0752-4c91-805b-d25c26910532.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faffb964-0752-4c91-805b-d25c26910532.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-faffb964-0752-4c91-805b-d25c26910532 {
      --shg-aspect-ratio: calc(1142/600); 
    }

    .s-faffb964-0752-4c91-805b-d25c26910532.shogun-image-container {
      position: relative;
    }

    .s-faffb964-0752-4c91-805b-d25c26910532.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-faffb964-0752-4c91-805b-d25c26910532.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-faffb964-0752-4c91-805b-d25c26910532 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-faffb964-0752-4c91-805b-d25c26910532 {
  
  
  margin-top: 11px;
  margin-bottom: 11px;
}

#s-faffb964-0752-4c91-805b-d25c26910532 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-faffb964-0752-4c91-805b-d25c26910532 .shg-image-content-wrapper {
      aspect-ratio: 1142/600;
      width: 100%;
      height: 100%;
    }

    #s-faffb964-0752-4c91-805b-d25c26910532 .shogun-image-link {
      aspect-ratio: 1142/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-faffb964-0752-4c91-805b-d25c26910532 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-faffb964-0752-4c91-805b-d25c26910532.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-faffb964-0752-4c91-805b-d25c26910532 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-faffb964-0752-4c91-805b-d25c26910532.shogun-image {
    
    
  }


.s-faffb964-0752-4c91-805b-d25c26910532 .shogun-image-content {
  
    align-items: center;
  
}

.s-faffb964-0752-4c91-805b-d25c26910532.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faffb964-0752-4c91-805b-d25c26910532.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faffb964-0752-4c91-805b-d25c26910532.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-faffb964-0752-4c91-805b-d25c26910532 {
      --shg-aspect-ratio: calc(1142/600); 
    }

    .s-faffb964-0752-4c91-805b-d25c26910532.shogun-image-container {
      position: relative;
    }

    .s-faffb964-0752-4c91-805b-d25c26910532.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-faffb964-0752-4c91-805b-d25c26910532.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-faffb964-0752-4c91-805b-d25c26910532 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 70px;
padding-bottom: 70px;
min-height: 1px;
text-align: center;
}
@media (max-width: 767px){#s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 0px;
padding-left: 1%;
padding-bottom: 0px;
padding-right: 1%;
min-height: 0px;
max-width: 150px;
}
}


.shg-image-margin-container-s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9 {
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9 {
  margin: 0 !important;
}





  img.s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9.shogun-image {
    
    
  }


.s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9 {
  
  
  
  
}

#s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9 {
  margin: 0 !important;
}





  img.s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9.shogun-image {
    
    
  }


.s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9 {
  
  
  
  
}

#s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9 {
  margin: 0 !important;
}





  img.s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9.shogun-image {
    
    
  }


.s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9 {
  
  
  
  
}

#s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9 {
  margin: 0 !important;
}





  img.s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9.shogun-image {
    
    
  }


.s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9 {
  
  
  margin-top: 50px;
  margin-bottom: 50px;
}

#s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9 {
  margin: 0 !important;
}





  img.s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9.shogun-image {
    
    
  }


.s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52d5fce6-0ca6-4037-98df-d26dbfb1c3d9.shogun-image {
  box-sizing: border-box;
}




}
#s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2 {
  text-align: center;
}
@media (min-width: 1200px){#s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2 {
  padding-top: 70px;
padding-bottom: 70px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2 {
  margin-top: 70px;
margin-bottom: 70px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2 {
  padding-top: 70px;
padding-bottom: 70px;
}
}@media (max-width: 767px){#s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2 {
  margin-top: -12px;
margin-bottom: -12px;
padding-top: 50px;
padding-bottom: 50px;
max-width: 100px;
}
}


.shg-image-margin-container-s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2 {
  
  
  
  
}

#s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2 {
  margin: 0 !important;
}





  img.s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2.shogun-image {
    
    
  }


.s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2 {
  
  
  
  
}

#s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2 {
  margin: 0 !important;
}





  img.s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2.shogun-image {
    
    
  }


.s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2 {
  
  
  margin-top: 70px;
  margin-bottom: 70px;
}

#s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2 {
  margin: 0 !important;
}





  img.s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2.shogun-image {
    
    
  }


.s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2 {
  
  
  
  
}

#s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2 {
  margin: 0 !important;
}





  img.s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2.shogun-image {
    
    
  }


.s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2 {
  
  
  margin-top: -12px;
  margin-bottom: -12px;
}

#s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2 {
  margin: 0 !important;
}





  img.s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2.shogun-image {
    
    
  }


.s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81a1a3d7-5c4f-4d1f-a54e-3aa1fa1240f2.shogun-image {
  box-sizing: border-box;
}




}
#s-4b7cccd3-92ee-4d26-ad7b-130b04f32986 {
  min-height: 10px;
}

@media (min-width: 0px) {
[id="s-4b7cccd3-92ee-4d26-ad7b-130b04f32986"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-4b7cccd3-92ee-4d26-ad7b-130b04f32986"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 75.0px);
}

}

@media (min-width: 992px) {
[id="s-4b7cccd3-92ee-4d26-ad7b-130b04f32986"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 75.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b7cccd3-92ee-4d26-ad7b-130b04f32986"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 75.0px);
}

}

#s-a5fb89b1-0663-4219-8b74-bd6517ddcf7f {
  margin-top: 50px;
margin-bottom: 50px;
text-align: center;
}



.shg-image-margin-container-s-a5fb89b1-0663-4219-8b74-bd6517ddcf7f {
  
  
  margin-top: 50px;
  margin-bottom: 50px;
}

#s-a5fb89b1-0663-4219-8b74-bd6517ddcf7f {
  margin: 0 !important;
}





  img.s-a5fb89b1-0663-4219-8b74-bd6517ddcf7f.shogun-image {
    
    
  }


.s-a5fb89b1-0663-4219-8b74-bd6517ddcf7f .shogun-image-content {
  
    align-items: center;
  
}

.s-a5fb89b1-0663-4219-8b74-bd6517ddcf7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5fb89b1-0663-4219-8b74-bd6517ddcf7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5fb89b1-0663-4219-8b74-bd6517ddcf7f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-a5fb89b1-0663-4219-8b74-bd6517ddcf7f {
  
  
  
  
}

#s-a5fb89b1-0663-4219-8b74-bd6517ddcf7f {
  margin: 0 !important;
}





  img.s-a5fb89b1-0663-4219-8b74-bd6517ddcf7f.shogun-image {
    
    
  }


.s-a5fb89b1-0663-4219-8b74-bd6517ddcf7f .shogun-image-content {
  
    align-items: center;
  
}

.s-a5fb89b1-0663-4219-8b74-bd6517ddcf7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5fb89b1-0663-4219-8b74-bd6517ddcf7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5fb89b1-0663-4219-8b74-bd6517ddcf7f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a5fb89b1-0663-4219-8b74-bd6517ddcf7f {
  
  
  
  
}

#s-a5fb89b1-0663-4219-8b74-bd6517ddcf7f {
  margin: 0 !important;
}





  img.s-a5fb89b1-0663-4219-8b74-bd6517ddcf7f.shogun-image {
    
    
  }


.s-a5fb89b1-0663-4219-8b74-bd6517ddcf7f .shogun-image-content {
  
    align-items: center;
  
}

.s-a5fb89b1-0663-4219-8b74-bd6517ddcf7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5fb89b1-0663-4219-8b74-bd6517ddcf7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5fb89b1-0663-4219-8b74-bd6517ddcf7f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a5fb89b1-0663-4219-8b74-bd6517ddcf7f {
  
  
  
  
}

#s-a5fb89b1-0663-4219-8b74-bd6517ddcf7f {
  margin: 0 !important;
}





  img.s-a5fb89b1-0663-4219-8b74-bd6517ddcf7f.shogun-image {
    
    
  }


.s-a5fb89b1-0663-4219-8b74-bd6517ddcf7f .shogun-image-content {
  
    align-items: center;
  
}

.s-a5fb89b1-0663-4219-8b74-bd6517ddcf7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5fb89b1-0663-4219-8b74-bd6517ddcf7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5fb89b1-0663-4219-8b74-bd6517ddcf7f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a5fb89b1-0663-4219-8b74-bd6517ddcf7f {
  
  
  
  
}

#s-a5fb89b1-0663-4219-8b74-bd6517ddcf7f {
  margin: 0 !important;
}





  img.s-a5fb89b1-0663-4219-8b74-bd6517ddcf7f.shogun-image {
    
    
  }


.s-a5fb89b1-0663-4219-8b74-bd6517ddcf7f .shogun-image-content {
  
    align-items: center;
  
}

.s-a5fb89b1-0663-4219-8b74-bd6517ddcf7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5fb89b1-0663-4219-8b74-bd6517ddcf7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5fb89b1-0663-4219-8b74-bd6517ddcf7f.shogun-image {
  box-sizing: border-box;
}




}
#s-c3adadf4-3d93-4586-afef-cd0ad37dfde8 {
  padding-top: 120px;
padding-bottom: 120px;
text-align: center;
}



.shg-image-margin-container-s-c3adadf4-3d93-4586-afef-cd0ad37dfde8 {
  
  
  
  
}

#s-c3adadf4-3d93-4586-afef-cd0ad37dfde8 {
  margin: 0 !important;
}





  img.s-c3adadf4-3d93-4586-afef-cd0ad37dfde8.shogun-image {
    
    
  }


.s-c3adadf4-3d93-4586-afef-cd0ad37dfde8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c3adadf4-3d93-4586-afef-cd0ad37dfde8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3adadf4-3d93-4586-afef-cd0ad37dfde8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3adadf4-3d93-4586-afef-cd0ad37dfde8.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-c3adadf4-3d93-4586-afef-cd0ad37dfde8 {
  
  
  
  
}

#s-c3adadf4-3d93-4586-afef-cd0ad37dfde8 {
  margin: 0 !important;
}





  img.s-c3adadf4-3d93-4586-afef-cd0ad37dfde8.shogun-image {
    
    
  }


.s-c3adadf4-3d93-4586-afef-cd0ad37dfde8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c3adadf4-3d93-4586-afef-cd0ad37dfde8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3adadf4-3d93-4586-afef-cd0ad37dfde8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3adadf4-3d93-4586-afef-cd0ad37dfde8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-c3adadf4-3d93-4586-afef-cd0ad37dfde8 {
  
  
  
  
}

#s-c3adadf4-3d93-4586-afef-cd0ad37dfde8 {
  margin: 0 !important;
}





  img.s-c3adadf4-3d93-4586-afef-cd0ad37dfde8.shogun-image {
    
    
  }


.s-c3adadf4-3d93-4586-afef-cd0ad37dfde8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c3adadf4-3d93-4586-afef-cd0ad37dfde8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3adadf4-3d93-4586-afef-cd0ad37dfde8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3adadf4-3d93-4586-afef-cd0ad37dfde8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-c3adadf4-3d93-4586-afef-cd0ad37dfde8 {
  
  
  
  
}

#s-c3adadf4-3d93-4586-afef-cd0ad37dfde8 {
  margin: 0 !important;
}





  img.s-c3adadf4-3d93-4586-afef-cd0ad37dfde8.shogun-image {
    
    
  }


.s-c3adadf4-3d93-4586-afef-cd0ad37dfde8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c3adadf4-3d93-4586-afef-cd0ad37dfde8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3adadf4-3d93-4586-afef-cd0ad37dfde8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3adadf4-3d93-4586-afef-cd0ad37dfde8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-c3adadf4-3d93-4586-afef-cd0ad37dfde8 {
  
  
  
  
}

#s-c3adadf4-3d93-4586-afef-cd0ad37dfde8 {
  margin: 0 !important;
}





  img.s-c3adadf4-3d93-4586-afef-cd0ad37dfde8.shogun-image {
    
    
  }


.s-c3adadf4-3d93-4586-afef-cd0ad37dfde8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c3adadf4-3d93-4586-afef-cd0ad37dfde8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3adadf4-3d93-4586-afef-cd0ad37dfde8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3adadf4-3d93-4586-afef-cd0ad37dfde8.shogun-image {
  box-sizing: border-box;
}




}
#s-baba4655-6b28-4896-9a72-8f9ba441abcb {
  margin-top: 50px;
margin-bottom: 50px;
text-align: center;
}



.shg-image-margin-container-s-baba4655-6b28-4896-9a72-8f9ba441abcb {
  
  
  margin-top: 50px;
  margin-bottom: 50px;
}

#s-baba4655-6b28-4896-9a72-8f9ba441abcb {
  margin: 0 !important;
}





  img.s-baba4655-6b28-4896-9a72-8f9ba441abcb.shogun-image {
    
    
  }


.s-baba4655-6b28-4896-9a72-8f9ba441abcb .shogun-image-content {
  
    align-items: center;
  
}

.s-baba4655-6b28-4896-9a72-8f9ba441abcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baba4655-6b28-4896-9a72-8f9ba441abcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baba4655-6b28-4896-9a72-8f9ba441abcb.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-baba4655-6b28-4896-9a72-8f9ba441abcb {
  
  
  
  
}

#s-baba4655-6b28-4896-9a72-8f9ba441abcb {
  margin: 0 !important;
}





  img.s-baba4655-6b28-4896-9a72-8f9ba441abcb.shogun-image {
    
    
  }


.s-baba4655-6b28-4896-9a72-8f9ba441abcb .shogun-image-content {
  
    align-items: center;
  
}

.s-baba4655-6b28-4896-9a72-8f9ba441abcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baba4655-6b28-4896-9a72-8f9ba441abcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baba4655-6b28-4896-9a72-8f9ba441abcb.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-baba4655-6b28-4896-9a72-8f9ba441abcb {
  
  
  
  
}

#s-baba4655-6b28-4896-9a72-8f9ba441abcb {
  margin: 0 !important;
}





  img.s-baba4655-6b28-4896-9a72-8f9ba441abcb.shogun-image {
    
    
  }


.s-baba4655-6b28-4896-9a72-8f9ba441abcb .shogun-image-content {
  
    align-items: center;
  
}

.s-baba4655-6b28-4896-9a72-8f9ba441abcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baba4655-6b28-4896-9a72-8f9ba441abcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baba4655-6b28-4896-9a72-8f9ba441abcb.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-baba4655-6b28-4896-9a72-8f9ba441abcb {
  
  
  
  
}

#s-baba4655-6b28-4896-9a72-8f9ba441abcb {
  margin: 0 !important;
}





  img.s-baba4655-6b28-4896-9a72-8f9ba441abcb.shogun-image {
    
    
  }


.s-baba4655-6b28-4896-9a72-8f9ba441abcb .shogun-image-content {
  
    align-items: center;
  
}

.s-baba4655-6b28-4896-9a72-8f9ba441abcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baba4655-6b28-4896-9a72-8f9ba441abcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baba4655-6b28-4896-9a72-8f9ba441abcb.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-baba4655-6b28-4896-9a72-8f9ba441abcb {
  
  
  
  
}

#s-baba4655-6b28-4896-9a72-8f9ba441abcb {
  margin: 0 !important;
}





  img.s-baba4655-6b28-4896-9a72-8f9ba441abcb.shogun-image {
    
    
  }


.s-baba4655-6b28-4896-9a72-8f9ba441abcb .shogun-image-content {
  
    align-items: center;
  
}

.s-baba4655-6b28-4896-9a72-8f9ba441abcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baba4655-6b28-4896-9a72-8f9ba441abcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baba4655-6b28-4896-9a72-8f9ba441abcb.shogun-image {
  box-sizing: border-box;
}




}
#s-e52bb6f3-a106-42f3-bf56-26184d511be2 {
  margin-top: 100px;
margin-bottom: 100px;
text-align: center;
}



.shg-image-margin-container-s-e52bb6f3-a106-42f3-bf56-26184d511be2 {
  
  
  margin-top: 100px;
  margin-bottom: 100px;
}

#s-e52bb6f3-a106-42f3-bf56-26184d511be2 {
  margin: 0 !important;
}





  img.s-e52bb6f3-a106-42f3-bf56-26184d511be2.shogun-image {
    
    
  }


.s-e52bb6f3-a106-42f3-bf56-26184d511be2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e52bb6f3-a106-42f3-bf56-26184d511be2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e52bb6f3-a106-42f3-bf56-26184d511be2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e52bb6f3-a106-42f3-bf56-26184d511be2.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-e52bb6f3-a106-42f3-bf56-26184d511be2 {
  
  
  
  
}

#s-e52bb6f3-a106-42f3-bf56-26184d511be2 {
  margin: 0 !important;
}





  img.s-e52bb6f3-a106-42f3-bf56-26184d511be2.shogun-image {
    
    
  }


.s-e52bb6f3-a106-42f3-bf56-26184d511be2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e52bb6f3-a106-42f3-bf56-26184d511be2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e52bb6f3-a106-42f3-bf56-26184d511be2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e52bb6f3-a106-42f3-bf56-26184d511be2.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e52bb6f3-a106-42f3-bf56-26184d511be2 {
  
  
  
  
}

#s-e52bb6f3-a106-42f3-bf56-26184d511be2 {
  margin: 0 !important;
}





  img.s-e52bb6f3-a106-42f3-bf56-26184d511be2.shogun-image {
    
    
  }


.s-e52bb6f3-a106-42f3-bf56-26184d511be2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e52bb6f3-a106-42f3-bf56-26184d511be2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e52bb6f3-a106-42f3-bf56-26184d511be2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e52bb6f3-a106-42f3-bf56-26184d511be2.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e52bb6f3-a106-42f3-bf56-26184d511be2 {
  
  
  
  
}

#s-e52bb6f3-a106-42f3-bf56-26184d511be2 {
  margin: 0 !important;
}





  img.s-e52bb6f3-a106-42f3-bf56-26184d511be2.shogun-image {
    
    
  }


.s-e52bb6f3-a106-42f3-bf56-26184d511be2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e52bb6f3-a106-42f3-bf56-26184d511be2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e52bb6f3-a106-42f3-bf56-26184d511be2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e52bb6f3-a106-42f3-bf56-26184d511be2.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e52bb6f3-a106-42f3-bf56-26184d511be2 {
  
  
  
  
}

#s-e52bb6f3-a106-42f3-bf56-26184d511be2 {
  margin: 0 !important;
}





  img.s-e52bb6f3-a106-42f3-bf56-26184d511be2.shogun-image {
    
    
  }


.s-e52bb6f3-a106-42f3-bf56-26184d511be2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e52bb6f3-a106-42f3-bf56-26184d511be2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e52bb6f3-a106-42f3-bf56-26184d511be2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e52bb6f3-a106-42f3-bf56-26184d511be2.shogun-image {
  box-sizing: border-box;
}




}
#s-92e40fa0-099f-4871-9237-3bab395d0b32 {
  min-height: 50px;
}








#s-92e40fa0-099f-4871-9237-3bab395d0b32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-92e40fa0-099f-4871-9237-3bab395d0b32.shg-box.shg-c {
  justify-content: center;
}

#s-013e9589-dfac-4d0f-ae08-f44c3b787aae {
  padding-top: 30px;
padding-left: 200px;
padding-bottom: 30px;
padding-right: 200px;
text-align: center;
}
@media (max-width: 767px){#s-013e9589-dfac-4d0f-ae08-f44c3b787aae {
  padding-left: 50px;
padding-right: 50px;
}
}






  #s-013e9589-dfac-4d0f-ae08-f44c3b787aae img.shogun-image {
    

    
    
    
  }


#s-013e9589-dfac-4d0f-ae08-f44c3b787aae .shogun-image-content {
  
    align-items: center;
  
}

#s-52a79dcd-1e5b-4fb6-8fca-e290138578b7 {
  padding-left: 70px;
padding-right: 70px;
}
@media (min-width: 1200px){#s-52a79dcd-1e5b-4fb6-8fca-e290138578b7 {
  padding-left: 300px;
padding-right: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-52a79dcd-1e5b-4fb6-8fca-e290138578b7 {
  padding-left: 300px;
padding-right: 300px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-52a79dcd-1e5b-4fb6-8fca-e290138578b7 {
  padding-left: 100px;
padding-right: 100px;
}
}
@media (min-width: 0px) {
[id="s-52a79dcd-1e5b-4fb6-8fca-e290138578b7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-52a79dcd-1e5b-4fb6-8fca-e290138578b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-52a79dcd-1e5b-4fb6-8fca-e290138578b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-52a79dcd-1e5b-4fb6-8fca-e290138578b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-39fe281e-f7ca-412d-8c3c-a21cd19934ac {
  padding-left: 0%;
padding-right: 0%;
text-align: center;
}







  #s-39fe281e-f7ca-412d-8c3c-a21cd19934ac img.shogun-image {
    

    
    
    
  }


#s-39fe281e-f7ca-412d-8c3c-a21cd19934ac .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-358785a3-e436-4e3e-aa03-bdbfcbbfd0a7 {
  padding-left: 0%;
padding-right: 0%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-358785a3-e436-4e3e-aa03-bdbfcbbfd0a7 {
  padding-left: 12%;
padding-right: 12%;
}
}@media (max-width: 767px){#s-358785a3-e436-4e3e-aa03-bdbfcbbfd0a7 {
  padding-left: 7%;
padding-right: 7%;
}
}






  #s-358785a3-e436-4e3e-aa03-bdbfcbbfd0a7 img.shogun-image {
    

    
    
    
  }


#s-358785a3-e436-4e3e-aa03-bdbfcbbfd0a7 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-f46fb804-58eb-4531-b113-66667b255e3f {
  min-height: 50px;
}








#s-f46fb804-58eb-4531-b113-66667b255e3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f46fb804-58eb-4531-b113-66667b255e3f.shg-box.shg-c {
  justify-content: center;
}

#s-c2de5250-3c8b-46e1-98a0-4e072d44cf2a {
  text-align: left;
}

#s-002c2721-2c5b-481c-acf7-0143bdf5f909 {
  min-height: 50px;
}








#s-002c2721-2c5b-481c-acf7-0143bdf5f909 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-002c2721-2c5b-481c-acf7-0143bdf5f909.shg-box.shg-c {
  justify-content: center;
}

.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
  aspect-ratio: inherit;
}

.shg-ig-posts-image-square {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.shg-ig-square-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

@supports not (aspect-ratio: 1/1) {
  .shg-ig-square-wrapper {
    padding: calc((1 / (1 / 1)) * 100%) 0 0;
    position: relative;
  }

  .shg-ig-square-wrapper > .shg-ig-posts-image-square {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    height: 100%;
  }
}

#s-a93b685a-1138-47f3-84ce-004ff6447be8 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
