.no-bundle-message {
    max-width: 750px;
    margin: 1em auto;
    white-space: pre-wrap;
    color: #dd0b0b;
    padding-right:20px;
    padding-left:20px;
}

.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-1cd3f1ed-6adc-4083-b134-22304c7a29d0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(247, 245, 247, 1);
}








#s-1cd3f1ed-6adc-4083-b134-22304c7a29d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1cd3f1ed-6adc-4083-b134-22304c7a29d0.shg-box.shg-c {
  justify-content: center;
}

#s-0abf01c4-bda7-464a-bb5a-70a45fa8e049 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 540px;
background-color: rgba(255, 255, 255, 1);
}








#s-0abf01c4-bda7-464a-bb5a-70a45fa8e049 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0abf01c4-bda7-464a-bb5a-70a45fa8e049.shg-box.shg-c {
  justify-content: center;
}

#s-93cd1dd4-c944-4117-bdf7-aed0012dd40f {
  margin-left: auto;
margin-right: auto;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(252, 242, 246, 0.5);
}








#s-93cd1dd4-c944-4117-bdf7-aed0012dd40f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-93cd1dd4-c944-4117-bdf7-aed0012dd40f.shg-box.shg-c {
  justify-content: center;
}

#s-d6e199e0-2ea3-4d9c-a1e1-7392df00b9ba {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d6e199e0-2ea3-4d9c-a1e1-7392df00b9ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d6e199e0-2ea3-4d9c-a1e1-7392df00b9ba.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-221edb0d-d325-421b-ab11-61e643eaec67 {
  margin-left: auto;
margin-right: auto;
max-width: 7635px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-221edb0d-d325-421b-ab11-61e643eaec67 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-221edb0d-d325-421b-ab11-61e643eaec67 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-221edb0d-d325-421b-ab11-61e643eaec67 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-221edb0d-d325-421b-ab11-61e643eaec67 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-221edb0d-d325-421b-ab11-61e643eaec67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-221edb0d-d325-421b-ab11-61e643eaec67.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-221edb0d-d325-421b-ab11-61e643eaec67 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-221edb0d-d325-421b-ab11-61e643eaec67.shogun-image {
    
    
  }


.s-221edb0d-d325-421b-ab11-61e643eaec67 .shogun-image-content {
  
    align-items: center;
  
}

.s-221edb0d-d325-421b-ab11-61e643eaec67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-221edb0d-d325-421b-ab11-61e643eaec67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-221edb0d-d325-421b-ab11-61e643eaec67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-221edb0d-d325-421b-ab11-61e643eaec67 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-221edb0d-d325-421b-ab11-61e643eaec67.shogun-image-container {
      position: relative;
    }

    .s-221edb0d-d325-421b-ab11-61e643eaec67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-221edb0d-d325-421b-ab11-61e643eaec67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-221edb0d-d325-421b-ab11-61e643eaec67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-221edb0d-d325-421b-ab11-61e643eaec67 {
  
  
  
  
}

#s-221edb0d-d325-421b-ab11-61e643eaec67 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-221edb0d-d325-421b-ab11-61e643eaec67 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-221edb0d-d325-421b-ab11-61e643eaec67 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-221edb0d-d325-421b-ab11-61e643eaec67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-221edb0d-d325-421b-ab11-61e643eaec67.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-221edb0d-d325-421b-ab11-61e643eaec67 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-221edb0d-d325-421b-ab11-61e643eaec67.shogun-image {
    
    
  }


.s-221edb0d-d325-421b-ab11-61e643eaec67 .shogun-image-content {
  
    align-items: center;
  
}

.s-221edb0d-d325-421b-ab11-61e643eaec67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-221edb0d-d325-421b-ab11-61e643eaec67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-221edb0d-d325-421b-ab11-61e643eaec67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-221edb0d-d325-421b-ab11-61e643eaec67 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-221edb0d-d325-421b-ab11-61e643eaec67.shogun-image-container {
      position: relative;
    }

    .s-221edb0d-d325-421b-ab11-61e643eaec67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-221edb0d-d325-421b-ab11-61e643eaec67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-221edb0d-d325-421b-ab11-61e643eaec67 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-221edb0d-d325-421b-ab11-61e643eaec67 {
  
  
  
  
}

#s-221edb0d-d325-421b-ab11-61e643eaec67 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-221edb0d-d325-421b-ab11-61e643eaec67 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-221edb0d-d325-421b-ab11-61e643eaec67 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-221edb0d-d325-421b-ab11-61e643eaec67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-221edb0d-d325-421b-ab11-61e643eaec67.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-221edb0d-d325-421b-ab11-61e643eaec67 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-221edb0d-d325-421b-ab11-61e643eaec67.shogun-image {
    
    
  }


.s-221edb0d-d325-421b-ab11-61e643eaec67 .shogun-image-content {
  
    align-items: center;
  
}

.s-221edb0d-d325-421b-ab11-61e643eaec67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-221edb0d-d325-421b-ab11-61e643eaec67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-221edb0d-d325-421b-ab11-61e643eaec67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-221edb0d-d325-421b-ab11-61e643eaec67 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-221edb0d-d325-421b-ab11-61e643eaec67.shogun-image-container {
      position: relative;
    }

    .s-221edb0d-d325-421b-ab11-61e643eaec67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-221edb0d-d325-421b-ab11-61e643eaec67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-221edb0d-d325-421b-ab11-61e643eaec67 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-221edb0d-d325-421b-ab11-61e643eaec67 {
  
  
  
  
}

#s-221edb0d-d325-421b-ab11-61e643eaec67 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-221edb0d-d325-421b-ab11-61e643eaec67 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-221edb0d-d325-421b-ab11-61e643eaec67 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-221edb0d-d325-421b-ab11-61e643eaec67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-221edb0d-d325-421b-ab11-61e643eaec67.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-221edb0d-d325-421b-ab11-61e643eaec67 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-221edb0d-d325-421b-ab11-61e643eaec67.shogun-image {
    
    
  }


.s-221edb0d-d325-421b-ab11-61e643eaec67 .shogun-image-content {
  
    align-items: center;
  
}

.s-221edb0d-d325-421b-ab11-61e643eaec67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-221edb0d-d325-421b-ab11-61e643eaec67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-221edb0d-d325-421b-ab11-61e643eaec67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-221edb0d-d325-421b-ab11-61e643eaec67 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-221edb0d-d325-421b-ab11-61e643eaec67.shogun-image-container {
      position: relative;
    }

    .s-221edb0d-d325-421b-ab11-61e643eaec67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-221edb0d-d325-421b-ab11-61e643eaec67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-221edb0d-d325-421b-ab11-61e643eaec67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-221edb0d-d325-421b-ab11-61e643eaec67 {
  
  
  
  
}

#s-221edb0d-d325-421b-ab11-61e643eaec67 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-221edb0d-d325-421b-ab11-61e643eaec67 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-221edb0d-d325-421b-ab11-61e643eaec67 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-221edb0d-d325-421b-ab11-61e643eaec67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-221edb0d-d325-421b-ab11-61e643eaec67.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-221edb0d-d325-421b-ab11-61e643eaec67 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-221edb0d-d325-421b-ab11-61e643eaec67.shogun-image {
    
    
  }


.s-221edb0d-d325-421b-ab11-61e643eaec67 .shogun-image-content {
  
    align-items: center;
  
}

.s-221edb0d-d325-421b-ab11-61e643eaec67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-221edb0d-d325-421b-ab11-61e643eaec67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-221edb0d-d325-421b-ab11-61e643eaec67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-221edb0d-d325-421b-ab11-61e643eaec67 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-221edb0d-d325-421b-ab11-61e643eaec67.shogun-image-container {
      position: relative;
    }

    .s-221edb0d-d325-421b-ab11-61e643eaec67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-221edb0d-d325-421b-ab11-61e643eaec67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-221edb0d-d325-421b-ab11-61e643eaec67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-2659e803-bc60-4446-889e-ddc9e5fd4668 {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
aspect-ratio: 468/144;
text-align: center;
}



.shg-image-margin-container-s-2659e803-bc60-4446-889e-ddc9e5fd4668 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2659e803-bc60-4446-889e-ddc9e5fd4668 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2659e803-bc60-4446-889e-ddc9e5fd4668 .shg-image-content-wrapper {
      aspect-ratio: 468/144;
      width: 100%;
      height: 100%;
    }

    #s-2659e803-bc60-4446-889e-ddc9e5fd4668 .shogun-image-link {
      aspect-ratio: 468/144;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2659e803-bc60-4446-889e-ddc9e5fd4668 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2659e803-bc60-4446-889e-ddc9e5fd4668.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2659e803-bc60-4446-889e-ddc9e5fd4668 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2659e803-bc60-4446-889e-ddc9e5fd4668.shogun-image {
    
    
  }


.s-2659e803-bc60-4446-889e-ddc9e5fd4668 .shogun-image-content {
  
    align-items: center;
  
}

.s-2659e803-bc60-4446-889e-ddc9e5fd4668.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2659e803-bc60-4446-889e-ddc9e5fd4668.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2659e803-bc60-4446-889e-ddc9e5fd4668.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2659e803-bc60-4446-889e-ddc9e5fd4668 {
      --shg-aspect-ratio: calc(468/144); 
    }

    .s-2659e803-bc60-4446-889e-ddc9e5fd4668.shogun-image-container {
      position: relative;
    }

    .s-2659e803-bc60-4446-889e-ddc9e5fd4668.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2659e803-bc60-4446-889e-ddc9e5fd4668.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2659e803-bc60-4446-889e-ddc9e5fd4668 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2659e803-bc60-4446-889e-ddc9e5fd4668 {
  
  
  
  
}

#s-2659e803-bc60-4446-889e-ddc9e5fd4668 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2659e803-bc60-4446-889e-ddc9e5fd4668 .shg-image-content-wrapper {
      aspect-ratio: 468/144;
      width: 100%;
      height: 100%;
    }

    #s-2659e803-bc60-4446-889e-ddc9e5fd4668 .shogun-image-link {
      aspect-ratio: 468/144;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2659e803-bc60-4446-889e-ddc9e5fd4668 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2659e803-bc60-4446-889e-ddc9e5fd4668.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2659e803-bc60-4446-889e-ddc9e5fd4668 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2659e803-bc60-4446-889e-ddc9e5fd4668.shogun-image {
    
    
  }


.s-2659e803-bc60-4446-889e-ddc9e5fd4668 .shogun-image-content {
  
    align-items: center;
  
}

.s-2659e803-bc60-4446-889e-ddc9e5fd4668.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2659e803-bc60-4446-889e-ddc9e5fd4668.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2659e803-bc60-4446-889e-ddc9e5fd4668.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2659e803-bc60-4446-889e-ddc9e5fd4668 {
      --shg-aspect-ratio: calc(468/144); 
    }

    .s-2659e803-bc60-4446-889e-ddc9e5fd4668.shogun-image-container {
      position: relative;
    }

    .s-2659e803-bc60-4446-889e-ddc9e5fd4668.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2659e803-bc60-4446-889e-ddc9e5fd4668.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2659e803-bc60-4446-889e-ddc9e5fd4668 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-2659e803-bc60-4446-889e-ddc9e5fd4668 {
  
  
  
  
}

#s-2659e803-bc60-4446-889e-ddc9e5fd4668 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2659e803-bc60-4446-889e-ddc9e5fd4668 .shg-image-content-wrapper {
      aspect-ratio: 468/144;
      width: 100%;
      height: 100%;
    }

    #s-2659e803-bc60-4446-889e-ddc9e5fd4668 .shogun-image-link {
      aspect-ratio: 468/144;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2659e803-bc60-4446-889e-ddc9e5fd4668 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2659e803-bc60-4446-889e-ddc9e5fd4668.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2659e803-bc60-4446-889e-ddc9e5fd4668 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2659e803-bc60-4446-889e-ddc9e5fd4668.shogun-image {
    
    
  }


.s-2659e803-bc60-4446-889e-ddc9e5fd4668 .shogun-image-content {
  
    align-items: center;
  
}

.s-2659e803-bc60-4446-889e-ddc9e5fd4668.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2659e803-bc60-4446-889e-ddc9e5fd4668.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2659e803-bc60-4446-889e-ddc9e5fd4668.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2659e803-bc60-4446-889e-ddc9e5fd4668 {
      --shg-aspect-ratio: calc(468/144); 
    }

    .s-2659e803-bc60-4446-889e-ddc9e5fd4668.shogun-image-container {
      position: relative;
    }

    .s-2659e803-bc60-4446-889e-ddc9e5fd4668.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2659e803-bc60-4446-889e-ddc9e5fd4668.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2659e803-bc60-4446-889e-ddc9e5fd4668 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-2659e803-bc60-4446-889e-ddc9e5fd4668 {
  
  
  
  
}

#s-2659e803-bc60-4446-889e-ddc9e5fd4668 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2659e803-bc60-4446-889e-ddc9e5fd4668 .shg-image-content-wrapper {
      aspect-ratio: 468/144;
      width: 100%;
      height: 100%;
    }

    #s-2659e803-bc60-4446-889e-ddc9e5fd4668 .shogun-image-link {
      aspect-ratio: 468/144;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2659e803-bc60-4446-889e-ddc9e5fd4668 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2659e803-bc60-4446-889e-ddc9e5fd4668.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2659e803-bc60-4446-889e-ddc9e5fd4668 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2659e803-bc60-4446-889e-ddc9e5fd4668.shogun-image {
    
    
  }


.s-2659e803-bc60-4446-889e-ddc9e5fd4668 .shogun-image-content {
  
    align-items: center;
  
}

.s-2659e803-bc60-4446-889e-ddc9e5fd4668.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2659e803-bc60-4446-889e-ddc9e5fd4668.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2659e803-bc60-4446-889e-ddc9e5fd4668.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2659e803-bc60-4446-889e-ddc9e5fd4668 {
      --shg-aspect-ratio: calc(468/144); 
    }

    .s-2659e803-bc60-4446-889e-ddc9e5fd4668.shogun-image-container {
      position: relative;
    }

    .s-2659e803-bc60-4446-889e-ddc9e5fd4668.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2659e803-bc60-4446-889e-ddc9e5fd4668.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2659e803-bc60-4446-889e-ddc9e5fd4668 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2659e803-bc60-4446-889e-ddc9e5fd4668 {
  
  
  
  
}

#s-2659e803-bc60-4446-889e-ddc9e5fd4668 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2659e803-bc60-4446-889e-ddc9e5fd4668 .shg-image-content-wrapper {
      aspect-ratio: 468/144;
      width: 100%;
      height: 100%;
    }

    #s-2659e803-bc60-4446-889e-ddc9e5fd4668 .shogun-image-link {
      aspect-ratio: 468/144;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2659e803-bc60-4446-889e-ddc9e5fd4668 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2659e803-bc60-4446-889e-ddc9e5fd4668.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2659e803-bc60-4446-889e-ddc9e5fd4668 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2659e803-bc60-4446-889e-ddc9e5fd4668.shogun-image {
    
    
  }


.s-2659e803-bc60-4446-889e-ddc9e5fd4668 .shogun-image-content {
  
    align-items: center;
  
}

.s-2659e803-bc60-4446-889e-ddc9e5fd4668.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2659e803-bc60-4446-889e-ddc9e5fd4668.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2659e803-bc60-4446-889e-ddc9e5fd4668.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2659e803-bc60-4446-889e-ddc9e5fd4668 {
      --shg-aspect-ratio: calc(468/144); 
    }

    .s-2659e803-bc60-4446-889e-ddc9e5fd4668.shogun-image-container {
      position: relative;
    }

    .s-2659e803-bc60-4446-889e-ddc9e5fd4668.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2659e803-bc60-4446-889e-ddc9e5fd4668.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2659e803-bc60-4446-889e-ddc9e5fd4668 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
.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-55cc73d9-2b5b-4945-ab67-6b9549c4e731 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 75px;
margin-right: auto;
}

#s-7ba47b5b-0327-432c-800a-63fb0e30b659 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
text-align: left;
}

#s-64a1964f-fd36-4cdc-96a0-ff128db054a2 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 0px;
text-align: left;
}

#s-e52d96e7-0a04-4ee1-b4e6-037632a4f552 {
  margin-left: 20px;
margin-right: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-e52d96e7-0a04-4ee1-b4e6-037632a4f552 {
  margin-top: 10px;
margin-bottom: 0px;
display: none;
}
#s-e52d96e7-0a04-4ee1-b4e6-037632a4f552, #wrap-s-e52d96e7-0a04-4ee1-b4e6-037632a4f552 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e52d96e7-0a04-4ee1-b4e6-037632a4f552 {
  margin-top: 10px;
margin-bottom: 0px;
display: none;
}
#s-e52d96e7-0a04-4ee1-b4e6-037632a4f552, #wrap-s-e52d96e7-0a04-4ee1-b4e6-037632a4f552 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e52d96e7-0a04-4ee1-b4e6-037632a4f552 {
  margin-top: 10px;
margin-bottom: 0px;
display: none;
}
#s-e52d96e7-0a04-4ee1-b4e6-037632a4f552, #wrap-s-e52d96e7-0a04-4ee1-b4e6-037632a4f552 { display: none !important; }}@media (max-width: 767px){#s-e52d96e7-0a04-4ee1-b4e6-037632a4f552 {
  display: none;
}
#s-e52d96e7-0a04-4ee1-b4e6-037632a4f552, #wrap-s-e52d96e7-0a04-4ee1-b4e6-037632a4f552 { display: none !important; }}







#s-e52d96e7-0a04-4ee1-b4e6-037632a4f552 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e52d96e7-0a04-4ee1-b4e6-037632a4f552.shg-box.shg-c {
  justify-content: center;
}

#s-1355eabd-ab23-4211-b090-cdfe2db29bb5 {
  margin-left: auto;
margin-right: auto;
}

#s-be770aba-72e0-4962-828d-97a5d73f20ef {
  margin-top: 0px;
margin-bottom: 5px;
}

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

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

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

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

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

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

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

#s-e703e200-ec53-4ab9-a8bf-1fb32d7b986c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(206, 88, 124, 1);
border-style: solid;
border-radius: 30px;
max-width: 300px;
background-color: rgba(206, 88, 124, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e703e200-ec53-4ab9-a8bf-1fb32d7b986c:hover {background-color: rgba(206, 88, 124, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e703e200-ec53-4ab9-a8bf-1fb32d7b986c:active {background-color: rgba(206, 88, 124, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-e703e200-ec53-4ab9-a8bf-1fb32d7b986c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e703e200-ec53-4ab9-a8bf-1fb32d7b986c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e703e200-ec53-4ab9-a8bf-1fb32d7b986c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e703e200-ec53-4ab9-a8bf-1fb32d7b986c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-648bea48-cf5b-4efa-b315-87ef1d454a13 {
  margin-top: 10px;
margin-left: 40px;
margin-right: 40px;
}
@media (min-width: 1200px){#s-648bea48-cf5b-4efa-b315-87ef1d454a13 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-648bea48-cf5b-4efa-b315-87ef1d454a13 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-648bea48-cf5b-4efa-b315-87ef1d454a13 {
  
}
}@media (max-width: 767px){#s-648bea48-cf5b-4efa-b315-87ef1d454a13 {
  
}
}
#s-998693d1-51bc-455c-b768-642d3385fecc {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
min-height: 50px;
}








#s-998693d1-51bc-455c-b768-642d3385fecc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-998693d1-51bc-455c-b768-642d3385fecc.shg-box.shg-c {
  justify-content: center;
}

#s-d2878fb0-5fb9-4a9f-a62a-76a0dcbcbce7 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-c722ebc2-885c-463c-a508-67ec3c624048 {
  margin-top: 0px;
margin-left: 20px;
margin-right: 20px;
}

#s-abf7034f-9d87-4e08-a046-e0c57d512481 {
  margin-top: 15px;
margin-left: 0px;
margin-right: 40px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(252, 242, 246, 1);
}








#s-abf7034f-9d87-4e08-a046-e0c57d512481 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-abf7034f-9d87-4e08-a046-e0c57d512481.shg-box.shg-c {
  justify-content: center;
}

#s-864fa569-c0a9-4102-8744-ddc778998e9e {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 35px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
text-align: left;
}

#s-409b712a-33a2-4f73-8088-030bc55c15d9 {
  margin-top: -35px;
margin-left: 90px;
margin-right: 20px;
max-width: 1200px;
aspect-ratio: 4/3;
text-align: center;
}



.shg-image-margin-container-s-409b712a-33a2-4f73-8088-030bc55c15d9 {
  margin-left: 90px;
  margin-right: 20px;
  margin-top: -35px;
  
}

#s-409b712a-33a2-4f73-8088-030bc55c15d9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-409b712a-33a2-4f73-8088-030bc55c15d9 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      width: 100%;
      height: 100%;
    }

    #s-409b712a-33a2-4f73-8088-030bc55c15d9 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-409b712a-33a2-4f73-8088-030bc55c15d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-409b712a-33a2-4f73-8088-030bc55c15d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-409b712a-33a2-4f73-8088-030bc55c15d9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-409b712a-33a2-4f73-8088-030bc55c15d9.shogun-image {
    
    
  }


.s-409b712a-33a2-4f73-8088-030bc55c15d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-409b712a-33a2-4f73-8088-030bc55c15d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-409b712a-33a2-4f73-8088-030bc55c15d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-409b712a-33a2-4f73-8088-030bc55c15d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-409b712a-33a2-4f73-8088-030bc55c15d9 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-409b712a-33a2-4f73-8088-030bc55c15d9.shogun-image-container {
      position: relative;
    }

    .s-409b712a-33a2-4f73-8088-030bc55c15d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-409b712a-33a2-4f73-8088-030bc55c15d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-409b712a-33a2-4f73-8088-030bc55c15d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-409b712a-33a2-4f73-8088-030bc55c15d9 {
  
  
  
  
}

#s-409b712a-33a2-4f73-8088-030bc55c15d9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-409b712a-33a2-4f73-8088-030bc55c15d9 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      width: 100%;
      height: 100%;
    }

    #s-409b712a-33a2-4f73-8088-030bc55c15d9 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-409b712a-33a2-4f73-8088-030bc55c15d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-409b712a-33a2-4f73-8088-030bc55c15d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-409b712a-33a2-4f73-8088-030bc55c15d9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-409b712a-33a2-4f73-8088-030bc55c15d9.shogun-image {
    
    
  }


.s-409b712a-33a2-4f73-8088-030bc55c15d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-409b712a-33a2-4f73-8088-030bc55c15d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-409b712a-33a2-4f73-8088-030bc55c15d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-409b712a-33a2-4f73-8088-030bc55c15d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-409b712a-33a2-4f73-8088-030bc55c15d9 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-409b712a-33a2-4f73-8088-030bc55c15d9.shogun-image-container {
      position: relative;
    }

    .s-409b712a-33a2-4f73-8088-030bc55c15d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-409b712a-33a2-4f73-8088-030bc55c15d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-409b712a-33a2-4f73-8088-030bc55c15d9 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-409b712a-33a2-4f73-8088-030bc55c15d9 {
  
  
  
  
}

#s-409b712a-33a2-4f73-8088-030bc55c15d9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-409b712a-33a2-4f73-8088-030bc55c15d9 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      width: 100%;
      height: 100%;
    }

    #s-409b712a-33a2-4f73-8088-030bc55c15d9 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-409b712a-33a2-4f73-8088-030bc55c15d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-409b712a-33a2-4f73-8088-030bc55c15d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-409b712a-33a2-4f73-8088-030bc55c15d9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-409b712a-33a2-4f73-8088-030bc55c15d9.shogun-image {
    
    
  }


.s-409b712a-33a2-4f73-8088-030bc55c15d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-409b712a-33a2-4f73-8088-030bc55c15d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-409b712a-33a2-4f73-8088-030bc55c15d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-409b712a-33a2-4f73-8088-030bc55c15d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-409b712a-33a2-4f73-8088-030bc55c15d9 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-409b712a-33a2-4f73-8088-030bc55c15d9.shogun-image-container {
      position: relative;
    }

    .s-409b712a-33a2-4f73-8088-030bc55c15d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-409b712a-33a2-4f73-8088-030bc55c15d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-409b712a-33a2-4f73-8088-030bc55c15d9 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-409b712a-33a2-4f73-8088-030bc55c15d9 {
  
  
  
  
}

#s-409b712a-33a2-4f73-8088-030bc55c15d9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-409b712a-33a2-4f73-8088-030bc55c15d9 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      width: 100%;
      height: 100%;
    }

    #s-409b712a-33a2-4f73-8088-030bc55c15d9 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-409b712a-33a2-4f73-8088-030bc55c15d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-409b712a-33a2-4f73-8088-030bc55c15d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-409b712a-33a2-4f73-8088-030bc55c15d9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-409b712a-33a2-4f73-8088-030bc55c15d9.shogun-image {
    
    
  }


.s-409b712a-33a2-4f73-8088-030bc55c15d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-409b712a-33a2-4f73-8088-030bc55c15d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-409b712a-33a2-4f73-8088-030bc55c15d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-409b712a-33a2-4f73-8088-030bc55c15d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-409b712a-33a2-4f73-8088-030bc55c15d9 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-409b712a-33a2-4f73-8088-030bc55c15d9.shogun-image-container {
      position: relative;
    }

    .s-409b712a-33a2-4f73-8088-030bc55c15d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-409b712a-33a2-4f73-8088-030bc55c15d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-409b712a-33a2-4f73-8088-030bc55c15d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-409b712a-33a2-4f73-8088-030bc55c15d9 {
  
  
  
  
}

#s-409b712a-33a2-4f73-8088-030bc55c15d9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-409b712a-33a2-4f73-8088-030bc55c15d9 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      width: 100%;
      height: 100%;
    }

    #s-409b712a-33a2-4f73-8088-030bc55c15d9 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-409b712a-33a2-4f73-8088-030bc55c15d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-409b712a-33a2-4f73-8088-030bc55c15d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-409b712a-33a2-4f73-8088-030bc55c15d9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-409b712a-33a2-4f73-8088-030bc55c15d9.shogun-image {
    
    
  }


.s-409b712a-33a2-4f73-8088-030bc55c15d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-409b712a-33a2-4f73-8088-030bc55c15d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-409b712a-33a2-4f73-8088-030bc55c15d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-409b712a-33a2-4f73-8088-030bc55c15d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-409b712a-33a2-4f73-8088-030bc55c15d9 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-409b712a-33a2-4f73-8088-030bc55c15d9.shogun-image-container {
      position: relative;
    }

    .s-409b712a-33a2-4f73-8088-030bc55c15d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-409b712a-33a2-4f73-8088-030bc55c15d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-409b712a-33a2-4f73-8088-030bc55c15d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f542fcb9-ca6e-4dd2-ab04-061a7c6598be {
  margin-top: 5px;
margin-left: 90px;
margin-right: 20px;
}

#s-a6ca9e76-3876-499b-99e8-df509c360c80 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-a6ca9e76-3876-499b-99e8-df509c360c80 {
  display: none;
}
#s-a6ca9e76-3876-499b-99e8-df509c360c80, #wrap-s-a6ca9e76-3876-499b-99e8-df509c360c80 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6ca9e76-3876-499b-99e8-df509c360c80 {
  display: none;
}
#s-a6ca9e76-3876-499b-99e8-df509c360c80, #wrap-s-a6ca9e76-3876-499b-99e8-df509c360c80 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a6ca9e76-3876-499b-99e8-df509c360c80 {
  display: none;
}
#s-a6ca9e76-3876-499b-99e8-df509c360c80, #wrap-s-a6ca9e76-3876-499b-99e8-df509c360c80 { display: none !important; }}@media (max-width: 767px){#s-a6ca9e76-3876-499b-99e8-df509c360c80 {
  display: none;
}
#s-a6ca9e76-3876-499b-99e8-df509c360c80, #wrap-s-a6ca9e76-3876-499b-99e8-df509c360c80 { display: none !important; }}
#s-da63338d-4180-43cf-8277-58d3614813ce {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
text-align: left;
}

#s-510a7278-7799-40e1-bdf6-1c239c855b8d {
  margin-top: 50px;
margin-left: 20px;
margin-bottom: 5px;
margin-right: 20px;
}

#s-8d61a46d-4a84-40a1-bf2c-047de8eec0ee {
  margin-top: 0px;
margin-left: 20px;
margin-right: 20px;
}

#s-41b85255-000e-4eaf-9ca2-0a4402762bca {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
}

#s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 {
  margin-top: 10px;
margin-left: 30px;
margin-right: 30px;
max-width: 3306px;
aspect-ratio: 3306/1656;
text-align: center;
}



.shg-image-margin-container-s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 10px;
  
}

#s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 .shg-image-content-wrapper {
      aspect-ratio: 3306/1656;
      width: 100%;
      height: 100%;
    }

    #s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 .shogun-image-link {
      aspect-ratio: 3306/1656;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shogun-image {
    
    
  }


.s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 {
      --shg-aspect-ratio: calc(3306/1656); 
    }

    .s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shogun-image-container {
      position: relative;
    }

    .s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 {
  
  
  
  
}

#s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 .shg-image-content-wrapper {
      aspect-ratio: 3306/1656;
      width: 100%;
      height: 100%;
    }

    #s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 .shogun-image-link {
      aspect-ratio: 3306/1656;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shogun-image {
    
    
  }


.s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 {
      --shg-aspect-ratio: calc(3306/1656); 
    }

    .s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shogun-image-container {
      position: relative;
    }

    .s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 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-ccc1ecdc-1b63-4852-962f-b960de08eaa6 {
  
  
  
  
}

#s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 .shg-image-content-wrapper {
      aspect-ratio: 3306/1656;
      width: 100%;
      height: 100%;
    }

    #s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 .shogun-image-link {
      aspect-ratio: 3306/1656;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shogun-image {
    
    
  }


.s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 {
      --shg-aspect-ratio: calc(3306/1656); 
    }

    .s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shogun-image-container {
      position: relative;
    }

    .s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 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-ccc1ecdc-1b63-4852-962f-b960de08eaa6 {
  
  
  
  
}

#s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 .shg-image-content-wrapper {
      aspect-ratio: 3306/1656;
      width: 100%;
      height: 100%;
    }

    #s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 .shogun-image-link {
      aspect-ratio: 3306/1656;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shogun-image {
    
    
  }


.s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 {
      --shg-aspect-ratio: calc(3306/1656); 
    }

    .s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shogun-image-container {
      position: relative;
    }

    .s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 {
  
  
  
  
}

#s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 .shg-image-content-wrapper {
      aspect-ratio: 3306/1656;
      width: 100%;
      height: 100%;
    }

    #s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 .shogun-image-link {
      aspect-ratio: 3306/1656;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shogun-image {
    
    
  }


.s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 {
      --shg-aspect-ratio: calc(3306/1656); 
    }

    .s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shogun-image-container {
      position: relative;
    }

    .s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ccc1ecdc-1b63-4852-962f-b960de08eaa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ccc1ecdc-1b63-4852-962f-b960de08eaa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-fbd0bd48-182c-4c34-adc9-52555a1959c2 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 15px;
max-width: 3306px;
aspect-ratio: 3306/1656;
text-align: center;
}



.shg-image-margin-container-s-fbd0bd48-182c-4c34-adc9-52555a1959c2 {
  margin-left: 30px;
  margin-right: 30px;
  
  
}

#s-fbd0bd48-182c-4c34-adc9-52555a1959c2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fbd0bd48-182c-4c34-adc9-52555a1959c2 .shg-image-content-wrapper {
      aspect-ratio: 3306/1656;
      width: 100%;
      height: 100%;
    }

    #s-fbd0bd48-182c-4c34-adc9-52555a1959c2 .shogun-image-link {
      aspect-ratio: 3306/1656;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fbd0bd48-182c-4c34-adc9-52555a1959c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fbd0bd48-182c-4c34-adc9-52555a1959c2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shogun-image {
    
    
  }


.s-fbd0bd48-182c-4c34-adc9-52555a1959c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fbd0bd48-182c-4c34-adc9-52555a1959c2 {
      --shg-aspect-ratio: calc(3306/1656); 
    }

    .s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shogun-image-container {
      position: relative;
    }

    .s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fbd0bd48-182c-4c34-adc9-52555a1959c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-fbd0bd48-182c-4c34-adc9-52555a1959c2 {
  
  
  
  
}

#s-fbd0bd48-182c-4c34-adc9-52555a1959c2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fbd0bd48-182c-4c34-adc9-52555a1959c2 .shg-image-content-wrapper {
      aspect-ratio: 3306/1656;
      width: 100%;
      height: 100%;
    }

    #s-fbd0bd48-182c-4c34-adc9-52555a1959c2 .shogun-image-link {
      aspect-ratio: 3306/1656;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fbd0bd48-182c-4c34-adc9-52555a1959c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fbd0bd48-182c-4c34-adc9-52555a1959c2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shogun-image {
    
    
  }


.s-fbd0bd48-182c-4c34-adc9-52555a1959c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fbd0bd48-182c-4c34-adc9-52555a1959c2 {
      --shg-aspect-ratio: calc(3306/1656); 
    }

    .s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shogun-image-container {
      position: relative;
    }

    .s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fbd0bd48-182c-4c34-adc9-52555a1959c2 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-fbd0bd48-182c-4c34-adc9-52555a1959c2 {
  
  
  
  
}

#s-fbd0bd48-182c-4c34-adc9-52555a1959c2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fbd0bd48-182c-4c34-adc9-52555a1959c2 .shg-image-content-wrapper {
      aspect-ratio: 3306/1656;
      width: 100%;
      height: 100%;
    }

    #s-fbd0bd48-182c-4c34-adc9-52555a1959c2 .shogun-image-link {
      aspect-ratio: 3306/1656;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fbd0bd48-182c-4c34-adc9-52555a1959c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fbd0bd48-182c-4c34-adc9-52555a1959c2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shogun-image {
    
    
  }


.s-fbd0bd48-182c-4c34-adc9-52555a1959c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fbd0bd48-182c-4c34-adc9-52555a1959c2 {
      --shg-aspect-ratio: calc(3306/1656); 
    }

    .s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shogun-image-container {
      position: relative;
    }

    .s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fbd0bd48-182c-4c34-adc9-52555a1959c2 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-fbd0bd48-182c-4c34-adc9-52555a1959c2 {
  
  
  
  
}

#s-fbd0bd48-182c-4c34-adc9-52555a1959c2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fbd0bd48-182c-4c34-adc9-52555a1959c2 .shg-image-content-wrapper {
      aspect-ratio: 3306/1656;
      width: 100%;
      height: 100%;
    }

    #s-fbd0bd48-182c-4c34-adc9-52555a1959c2 .shogun-image-link {
      aspect-ratio: 3306/1656;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fbd0bd48-182c-4c34-adc9-52555a1959c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fbd0bd48-182c-4c34-adc9-52555a1959c2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shogun-image {
    
    
  }


.s-fbd0bd48-182c-4c34-adc9-52555a1959c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fbd0bd48-182c-4c34-adc9-52555a1959c2 {
      --shg-aspect-ratio: calc(3306/1656); 
    }

    .s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shogun-image-container {
      position: relative;
    }

    .s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fbd0bd48-182c-4c34-adc9-52555a1959c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-fbd0bd48-182c-4c34-adc9-52555a1959c2 {
  
  
  
  
}

#s-fbd0bd48-182c-4c34-adc9-52555a1959c2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fbd0bd48-182c-4c34-adc9-52555a1959c2 .shg-image-content-wrapper {
      aspect-ratio: 3306/1656;
      width: 100%;
      height: 100%;
    }

    #s-fbd0bd48-182c-4c34-adc9-52555a1959c2 .shogun-image-link {
      aspect-ratio: 3306/1656;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fbd0bd48-182c-4c34-adc9-52555a1959c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fbd0bd48-182c-4c34-adc9-52555a1959c2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shogun-image {
    
    
  }


.s-fbd0bd48-182c-4c34-adc9-52555a1959c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fbd0bd48-182c-4c34-adc9-52555a1959c2 {
      --shg-aspect-ratio: calc(3306/1656); 
    }

    .s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shogun-image-container {
      position: relative;
    }

    .s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fbd0bd48-182c-4c34-adc9-52555a1959c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fbd0bd48-182c-4c34-adc9-52555a1959c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
.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-139c1dbf-3ba4-4382-8afe-524da18fab11 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-139c1dbf-3ba4-4382-8afe-524da18fab11 {
  display: none;
}
#s-139c1dbf-3ba4-4382-8afe-524da18fab11, #wrap-s-139c1dbf-3ba4-4382-8afe-524da18fab11 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-139c1dbf-3ba4-4382-8afe-524da18fab11 {
  display: none;
}
#s-139c1dbf-3ba4-4382-8afe-524da18fab11, #wrap-s-139c1dbf-3ba4-4382-8afe-524da18fab11 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-139c1dbf-3ba4-4382-8afe-524da18fab11 {
  display: none;
}
#s-139c1dbf-3ba4-4382-8afe-524da18fab11, #wrap-s-139c1dbf-3ba4-4382-8afe-524da18fab11 { display: none !important; }}@media (max-width: 767px){#s-139c1dbf-3ba4-4382-8afe-524da18fab11 {
  display: none;
}
#s-139c1dbf-3ba4-4382-8afe-524da18fab11, #wrap-s-139c1dbf-3ba4-4382-8afe-524da18fab11 { display: none !important; }}
#slider-v3-s-139c1dbf-3ba4-4382-8afe-524da18fab11 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;

  
}

#slider-v3-s-139c1dbf-3ba4-4382-8afe-524da18fab11 > .swiper-button-prev,
#slider-v3-s-139c1dbf-3ba4-4382-8afe-524da18fab11 > .swiper-button-next {
  
}

& > .swiper-button-prev {
  
}

& > .swiper-button-next {
  }


#slider-v3-s-139c1dbf-3ba4-4382-8afe-524da18fab11 > .swiper-button-next svg,
#slider-v3-s-139c1dbf-3ba4-4382-8afe-524da18fab11 > .swiper-button-prev svg {
  fill: rgba(113, 113, 113, 1) !important;
}

#s-1dd60c92-0b70-44d4-8b09-8db008962c5b {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1080/541;
text-align: center;
}



.shg-image-margin-container-s-1dd60c92-0b70-44d4-8b09-8db008962c5b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1dd60c92-0b70-44d4-8b09-8db008962c5b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1dd60c92-0b70-44d4-8b09-8db008962c5b .shg-image-content-wrapper {
      aspect-ratio: 1080/541;
      width: 100%;
      height: 100%;
    }

    #s-1dd60c92-0b70-44d4-8b09-8db008962c5b .shogun-image-link {
      aspect-ratio: 1080/541;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1dd60c92-0b70-44d4-8b09-8db008962c5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1dd60c92-0b70-44d4-8b09-8db008962c5b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shogun-image {
    
    
  }


.s-1dd60c92-0b70-44d4-8b09-8db008962c5b .shogun-image-content {
  
    align-items: center;
  
}

.s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1dd60c92-0b70-44d4-8b09-8db008962c5b {
      --shg-aspect-ratio: calc(1080/541); 
    }

    .s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shogun-image-container {
      position: relative;
    }

    .s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1dd60c92-0b70-44d4-8b09-8db008962c5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1dd60c92-0b70-44d4-8b09-8db008962c5b {
  
  
  
  
}

#s-1dd60c92-0b70-44d4-8b09-8db008962c5b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1dd60c92-0b70-44d4-8b09-8db008962c5b .shg-image-content-wrapper {
      aspect-ratio: 1080/541;
      width: 100%;
      height: 100%;
    }

    #s-1dd60c92-0b70-44d4-8b09-8db008962c5b .shogun-image-link {
      aspect-ratio: 1080/541;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1dd60c92-0b70-44d4-8b09-8db008962c5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1dd60c92-0b70-44d4-8b09-8db008962c5b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shogun-image {
    
    
  }


.s-1dd60c92-0b70-44d4-8b09-8db008962c5b .shogun-image-content {
  
    align-items: center;
  
}

.s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1dd60c92-0b70-44d4-8b09-8db008962c5b {
      --shg-aspect-ratio: calc(1080/541); 
    }

    .s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shogun-image-container {
      position: relative;
    }

    .s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1dd60c92-0b70-44d4-8b09-8db008962c5b 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-1dd60c92-0b70-44d4-8b09-8db008962c5b {
  
  
  
  
}

#s-1dd60c92-0b70-44d4-8b09-8db008962c5b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1dd60c92-0b70-44d4-8b09-8db008962c5b .shg-image-content-wrapper {
      aspect-ratio: 1080/541;
      width: 100%;
      height: 100%;
    }

    #s-1dd60c92-0b70-44d4-8b09-8db008962c5b .shogun-image-link {
      aspect-ratio: 1080/541;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1dd60c92-0b70-44d4-8b09-8db008962c5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1dd60c92-0b70-44d4-8b09-8db008962c5b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shogun-image {
    
    
  }


.s-1dd60c92-0b70-44d4-8b09-8db008962c5b .shogun-image-content {
  
    align-items: center;
  
}

.s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1dd60c92-0b70-44d4-8b09-8db008962c5b {
      --shg-aspect-ratio: calc(1080/541); 
    }

    .s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shogun-image-container {
      position: relative;
    }

    .s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1dd60c92-0b70-44d4-8b09-8db008962c5b 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-1dd60c92-0b70-44d4-8b09-8db008962c5b {
  
  
  
  
}

#s-1dd60c92-0b70-44d4-8b09-8db008962c5b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1dd60c92-0b70-44d4-8b09-8db008962c5b .shg-image-content-wrapper {
      aspect-ratio: 1080/541;
      width: 100%;
      height: 100%;
    }

    #s-1dd60c92-0b70-44d4-8b09-8db008962c5b .shogun-image-link {
      aspect-ratio: 1080/541;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1dd60c92-0b70-44d4-8b09-8db008962c5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1dd60c92-0b70-44d4-8b09-8db008962c5b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shogun-image {
    
    
  }


.s-1dd60c92-0b70-44d4-8b09-8db008962c5b .shogun-image-content {
  
    align-items: center;
  
}

.s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1dd60c92-0b70-44d4-8b09-8db008962c5b {
      --shg-aspect-ratio: calc(1080/541); 
    }

    .s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shogun-image-container {
      position: relative;
    }

    .s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1dd60c92-0b70-44d4-8b09-8db008962c5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1dd60c92-0b70-44d4-8b09-8db008962c5b {
  
  
  
  
}

#s-1dd60c92-0b70-44d4-8b09-8db008962c5b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1dd60c92-0b70-44d4-8b09-8db008962c5b .shg-image-content-wrapper {
      aspect-ratio: 1080/541;
      width: 100%;
      height: 100%;
    }

    #s-1dd60c92-0b70-44d4-8b09-8db008962c5b .shogun-image-link {
      aspect-ratio: 1080/541;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1dd60c92-0b70-44d4-8b09-8db008962c5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1dd60c92-0b70-44d4-8b09-8db008962c5b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shogun-image {
    
    
  }


.s-1dd60c92-0b70-44d4-8b09-8db008962c5b .shogun-image-content {
  
    align-items: center;
  
}

.s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1dd60c92-0b70-44d4-8b09-8db008962c5b {
      --shg-aspect-ratio: calc(1080/541); 
    }

    .s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shogun-image-container {
      position: relative;
    }

    .s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1dd60c92-0b70-44d4-8b09-8db008962c5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1dd60c92-0b70-44d4-8b09-8db008962c5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1080/541;
text-align: center;
}



.shg-image-margin-container-s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d .shg-image-content-wrapper {
      aspect-ratio: 1080/541;
      width: 100%;
      height: 100%;
    }

    #s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d .shogun-image-link {
      aspect-ratio: 1080/541;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shogun-image {
    
    
  }


.s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d .shogun-image-content {
  
    align-items: center;
  
}

.s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d {
      --shg-aspect-ratio: calc(1080/541); 
    }

    .s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shogun-image-container {
      position: relative;
    }

    .s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d {
  
  
  
  
}

#s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d .shg-image-content-wrapper {
      aspect-ratio: 1080/541;
      width: 100%;
      height: 100%;
    }

    #s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d .shogun-image-link {
      aspect-ratio: 1080/541;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shogun-image {
    
    
  }


.s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d .shogun-image-content {
  
    align-items: center;
  
}

.s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d {
      --shg-aspect-ratio: calc(1080/541); 
    }

    .s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shogun-image-container {
      position: relative;
    }

    .s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d 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-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d {
  
  
  
  
}

#s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d .shg-image-content-wrapper {
      aspect-ratio: 1080/541;
      width: 100%;
      height: 100%;
    }

    #s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d .shogun-image-link {
      aspect-ratio: 1080/541;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shogun-image {
    
    
  }


.s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d .shogun-image-content {
  
    align-items: center;
  
}

.s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d {
      --shg-aspect-ratio: calc(1080/541); 
    }

    .s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shogun-image-container {
      position: relative;
    }

    .s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d 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-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d {
  
  
  
  
}

#s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d .shg-image-content-wrapper {
      aspect-ratio: 1080/541;
      width: 100%;
      height: 100%;
    }

    #s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d .shogun-image-link {
      aspect-ratio: 1080/541;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shogun-image {
    
    
  }


.s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d .shogun-image-content {
  
    align-items: center;
  
}

.s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d {
      --shg-aspect-ratio: calc(1080/541); 
    }

    .s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shogun-image-container {
      position: relative;
    }

    .s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d {
  
  
  
  
}

#s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d .shg-image-content-wrapper {
      aspect-ratio: 1080/541;
      width: 100%;
      height: 100%;
    }

    #s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d .shogun-image-link {
      aspect-ratio: 1080/541;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shogun-image {
    
    
  }


.s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d .shogun-image-content {
  
    align-items: center;
  
}

.s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d {
      --shg-aspect-ratio: calc(1080/541); 
    }

    .s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shogun-image-container {
      position: relative;
    }

    .s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b84b0f8-536c-41ac-b9e0-1a1b19b9e19d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-15970182-d528-4d48-b06d-3ec9d84fab58 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1080/541;
text-align: center;
}



.shg-image-margin-container-s-15970182-d528-4d48-b06d-3ec9d84fab58 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-15970182-d528-4d48-b06d-3ec9d84fab58 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15970182-d528-4d48-b06d-3ec9d84fab58 .shg-image-content-wrapper {
      aspect-ratio: 1080/541;
      width: 100%;
      height: 100%;
    }

    #s-15970182-d528-4d48-b06d-3ec9d84fab58 .shogun-image-link {
      aspect-ratio: 1080/541;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15970182-d528-4d48-b06d-3ec9d84fab58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15970182-d528-4d48-b06d-3ec9d84fab58.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15970182-d528-4d48-b06d-3ec9d84fab58 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-15970182-d528-4d48-b06d-3ec9d84fab58.shogun-image {
    
    
  }


.s-15970182-d528-4d48-b06d-3ec9d84fab58 .shogun-image-content {
  
    align-items: center;
  
}

.s-15970182-d528-4d48-b06d-3ec9d84fab58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15970182-d528-4d48-b06d-3ec9d84fab58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15970182-d528-4d48-b06d-3ec9d84fab58.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15970182-d528-4d48-b06d-3ec9d84fab58 {
      --shg-aspect-ratio: calc(1080/541); 
    }

    .s-15970182-d528-4d48-b06d-3ec9d84fab58.shogun-image-container {
      position: relative;
    }

    .s-15970182-d528-4d48-b06d-3ec9d84fab58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15970182-d528-4d48-b06d-3ec9d84fab58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15970182-d528-4d48-b06d-3ec9d84fab58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-15970182-d528-4d48-b06d-3ec9d84fab58 {
  
  
  
  
}

#s-15970182-d528-4d48-b06d-3ec9d84fab58 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15970182-d528-4d48-b06d-3ec9d84fab58 .shg-image-content-wrapper {
      aspect-ratio: 1080/541;
      width: 100%;
      height: 100%;
    }

    #s-15970182-d528-4d48-b06d-3ec9d84fab58 .shogun-image-link {
      aspect-ratio: 1080/541;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15970182-d528-4d48-b06d-3ec9d84fab58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15970182-d528-4d48-b06d-3ec9d84fab58.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15970182-d528-4d48-b06d-3ec9d84fab58 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-15970182-d528-4d48-b06d-3ec9d84fab58.shogun-image {
    
    
  }


.s-15970182-d528-4d48-b06d-3ec9d84fab58 .shogun-image-content {
  
    align-items: center;
  
}

.s-15970182-d528-4d48-b06d-3ec9d84fab58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15970182-d528-4d48-b06d-3ec9d84fab58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15970182-d528-4d48-b06d-3ec9d84fab58.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15970182-d528-4d48-b06d-3ec9d84fab58 {
      --shg-aspect-ratio: calc(1080/541); 
    }

    .s-15970182-d528-4d48-b06d-3ec9d84fab58.shogun-image-container {
      position: relative;
    }

    .s-15970182-d528-4d48-b06d-3ec9d84fab58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15970182-d528-4d48-b06d-3ec9d84fab58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15970182-d528-4d48-b06d-3ec9d84fab58 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-15970182-d528-4d48-b06d-3ec9d84fab58 {
  
  
  
  
}

#s-15970182-d528-4d48-b06d-3ec9d84fab58 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15970182-d528-4d48-b06d-3ec9d84fab58 .shg-image-content-wrapper {
      aspect-ratio: 1080/541;
      width: 100%;
      height: 100%;
    }

    #s-15970182-d528-4d48-b06d-3ec9d84fab58 .shogun-image-link {
      aspect-ratio: 1080/541;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15970182-d528-4d48-b06d-3ec9d84fab58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15970182-d528-4d48-b06d-3ec9d84fab58.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15970182-d528-4d48-b06d-3ec9d84fab58 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-15970182-d528-4d48-b06d-3ec9d84fab58.shogun-image {
    
    
  }


.s-15970182-d528-4d48-b06d-3ec9d84fab58 .shogun-image-content {
  
    align-items: center;
  
}

.s-15970182-d528-4d48-b06d-3ec9d84fab58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15970182-d528-4d48-b06d-3ec9d84fab58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15970182-d528-4d48-b06d-3ec9d84fab58.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15970182-d528-4d48-b06d-3ec9d84fab58 {
      --shg-aspect-ratio: calc(1080/541); 
    }

    .s-15970182-d528-4d48-b06d-3ec9d84fab58.shogun-image-container {
      position: relative;
    }

    .s-15970182-d528-4d48-b06d-3ec9d84fab58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15970182-d528-4d48-b06d-3ec9d84fab58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15970182-d528-4d48-b06d-3ec9d84fab58 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-15970182-d528-4d48-b06d-3ec9d84fab58 {
  
  
  
  
}

#s-15970182-d528-4d48-b06d-3ec9d84fab58 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15970182-d528-4d48-b06d-3ec9d84fab58 .shg-image-content-wrapper {
      aspect-ratio: 1080/541;
      width: 100%;
      height: 100%;
    }

    #s-15970182-d528-4d48-b06d-3ec9d84fab58 .shogun-image-link {
      aspect-ratio: 1080/541;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15970182-d528-4d48-b06d-3ec9d84fab58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15970182-d528-4d48-b06d-3ec9d84fab58.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15970182-d528-4d48-b06d-3ec9d84fab58 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-15970182-d528-4d48-b06d-3ec9d84fab58.shogun-image {
    
    
  }


.s-15970182-d528-4d48-b06d-3ec9d84fab58 .shogun-image-content {
  
    align-items: center;
  
}

.s-15970182-d528-4d48-b06d-3ec9d84fab58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15970182-d528-4d48-b06d-3ec9d84fab58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15970182-d528-4d48-b06d-3ec9d84fab58.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15970182-d528-4d48-b06d-3ec9d84fab58 {
      --shg-aspect-ratio: calc(1080/541); 
    }

    .s-15970182-d528-4d48-b06d-3ec9d84fab58.shogun-image-container {
      position: relative;
    }

    .s-15970182-d528-4d48-b06d-3ec9d84fab58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15970182-d528-4d48-b06d-3ec9d84fab58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15970182-d528-4d48-b06d-3ec9d84fab58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-15970182-d528-4d48-b06d-3ec9d84fab58 {
  
  
  
  
}

#s-15970182-d528-4d48-b06d-3ec9d84fab58 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15970182-d528-4d48-b06d-3ec9d84fab58 .shg-image-content-wrapper {
      aspect-ratio: 1080/541;
      width: 100%;
      height: 100%;
    }

    #s-15970182-d528-4d48-b06d-3ec9d84fab58 .shogun-image-link {
      aspect-ratio: 1080/541;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15970182-d528-4d48-b06d-3ec9d84fab58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15970182-d528-4d48-b06d-3ec9d84fab58.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15970182-d528-4d48-b06d-3ec9d84fab58 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-15970182-d528-4d48-b06d-3ec9d84fab58.shogun-image {
    
    
  }


.s-15970182-d528-4d48-b06d-3ec9d84fab58 .shogun-image-content {
  
    align-items: center;
  
}

.s-15970182-d528-4d48-b06d-3ec9d84fab58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15970182-d528-4d48-b06d-3ec9d84fab58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15970182-d528-4d48-b06d-3ec9d84fab58.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15970182-d528-4d48-b06d-3ec9d84fab58 {
      --shg-aspect-ratio: calc(1080/541); 
    }

    .s-15970182-d528-4d48-b06d-3ec9d84fab58.shogun-image-container {
      position: relative;
    }

    .s-15970182-d528-4d48-b06d-3ec9d84fab58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15970182-d528-4d48-b06d-3ec9d84fab58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15970182-d528-4d48-b06d-3ec9d84fab58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-58dd1044-e6a4-4929-9dc0-42f1faa106eb {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
text-align: left;
}

#s-c5a5070c-8be6-4c85-ae55-574c2b51f70e {
  margin-top: 35px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c5a5070c-8be6-4c85-ae55-574c2b51f70e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c5a5070c-8be6-4c85-ae55-574c2b51f70e.shg-box.shg-c {
  justify-content: center;
}

#s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 {
  margin-left: 20px;
margin-bottom: 0px;
margin-right: 100px;
max-width: 1200px;
aspect-ratio: 4/3;
text-align: center;
}



.shg-image-margin-container-s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 {
  margin-left: 20px;
  margin-right: 100px;
  
  margin-bottom: 0px;
}

#s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      width: 100%;
      height: 100%;
    }

    #s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shogun-image {
    
    
  }


.s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shogun-image-container {
      position: relative;
    }

    .s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 {
  
  
  
  
}

#s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      width: 100%;
      height: 100%;
    }

    #s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shogun-image {
    
    
  }


.s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shogun-image-container {
      position: relative;
    }

    .s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 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-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 {
  
  
  
  
}

#s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      width: 100%;
      height: 100%;
    }

    #s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shogun-image {
    
    
  }


.s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shogun-image-container {
      position: relative;
    }

    .s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 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-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 {
  
  
  
  
}

#s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      width: 100%;
      height: 100%;
    }

    #s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shogun-image {
    
    
  }


.s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shogun-image-container {
      position: relative;
    }

    .s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 {
  
  
  
  
}

#s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      width: 100%;
      height: 100%;
    }

    #s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shogun-image {
    
    
  }


.s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shogun-image-container {
      position: relative;
    }

    .s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bd7f21a-feba-4ae6-aaba-70f46afbf1c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-2a80f4c0-7f0d-4a9a-b31e-613b21777b19 {
  margin-top: -50px;
margin-left: 40px;
margin-right: 0px;
padding-top: 50px;
padding-bottom: 45px;
min-height: 50px;
background-color: rgba(252, 242, 246, 1);
}








#s-2a80f4c0-7f0d-4a9a-b31e-613b21777b19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2a80f4c0-7f0d-4a9a-b31e-613b21777b19.shg-box.shg-c {
  justify-content: center;
}

#s-c3091fba-e952-47a8-b24b-7adf199d676e {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
}

#s-440f4bac-92d1-443f-8aa5-c81e92c66a5d {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
text-align: left;
}

#s-5e6c28a3-d6c8-431c-a7a6-8c01da3085d8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-5e6c28a3-d6c8-431c-a7a6-8c01da3085d8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5e6c28a3-d6c8-431c-a7a6-8c01da3085d8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5e6c28a3-d6c8-431c-a7a6-8c01da3085d8 {
  
}
}@media (max-width: 767px){#s-5e6c28a3-d6c8-431c-a7a6-8c01da3085d8 {
  
}
}







#s-5e6c28a3-d6c8-431c-a7a6-8c01da3085d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e6c28a3-d6c8-431c-a7a6-8c01da3085d8.shg-box.shg-c {
  justify-content: center;
}

#s-b7373277-472e-4261-8cb2-e869c8442cc9 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
}

#s-ae17f30c-7165-404b-acf9-7d81ddfc3306 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-ae17f30c-7165-404b-acf9-7d81ddfc3306 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ae17f30c-7165-404b-acf9-7d81ddfc3306.shg-box.shg-c {
  justify-content: center;
}

#s-da859a97-c72b-40a4-8d1a-0d1de77dc949 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
}








#s-da859a97-c72b-40a4-8d1a-0d1de77dc949 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da859a97-c72b-40a4-8d1a-0d1de77dc949.shg-box.shg-c {
  justify-content: center;
}

#s-64ce7647-73e0-493c-be36-eba230a3fd60 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-fa09f09c-969d-45df-9f48-4448c9f3e6ee {
  margin-top: 0px;
margin-left: 20px;
margin-right: 20px;
}

#s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 20px;
  
}

#s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shogun-image {
    
    
  }


.s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd .shogun-image-content {
  
    align-items: center;
  
}

.s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shogun-image-container {
      position: relative;
    }

    .s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd {
  
  
  
  
}

#s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shogun-image {
    
    
  }


.s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd .shogun-image-content {
  
    align-items: center;
  
}

.s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shogun-image-container {
      position: relative;
    }

    .s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd 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-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd {
  
  
  
  
}

#s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shogun-image {
    
    
  }


.s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd .shogun-image-content {
  
    align-items: center;
  
}

.s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shogun-image-container {
      position: relative;
    }

    .s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd 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-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd {
  
  
  
  
}

#s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shogun-image {
    
    
  }


.s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd .shogun-image-content {
  
    align-items: center;
  
}

.s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shogun-image-container {
      position: relative;
    }

    .s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd {
  
  
  
  
}

#s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shogun-image {
    
    
  }


.s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd .shogun-image-content {
  
    align-items: center;
  
}

.s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shogun-image-container {
      position: relative;
    }

    .s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e22b6457-d18b-4fa6-ab57-dd7beefd2bdd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-25969d82-afb4-487c-ae22-f59f2ad9deb7 {
  margin-top: 35px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
text-align: left;
}

#s-961ead70-b155-4d5d-bbd9-1c3267304f76 {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-961ead70-b155-4d5d-bbd9-1c3267304f76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-961ead70-b155-4d5d-bbd9-1c3267304f76.shg-box.shg-c {
  justify-content: center;
}

#s-e4193812-cd72-41c4-8996-50ef9b3c9aa2 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-685e4519-4fdd-4a05-86d0-1a05f515430e {
  margin-top: 0px;
margin-left: 20px;
margin-right: 20px;
}

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

#s-3e1cf82e-3361-4dba-8602-aa1e8d4e6169 {
  margin-top: 15px;
margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-3e1cf82e-3361-4dba-8602-aa1e8d4e6169"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-3e1cf82e-3361-4dba-8602-aa1e8d4e6169"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-3e1cf82e-3361-4dba-8602-aa1e8d4e6169"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-3e1cf82e-3361-4dba-8602-aa1e8d4e6169"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-f5bcaad7-1787-4546-b151-ed547a55af5d {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-f5bcaad7-1787-4546-b151-ed547a55af5d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f5bcaad7-1787-4546-b151-ed547a55af5d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5bcaad7-1787-4546-b151-ed547a55af5d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f5bcaad7-1787-4546-b151-ed547a55af5d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5bcaad7-1787-4546-b151-ed547a55af5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5bcaad7-1787-4546-b151-ed547a55af5d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5bcaad7-1787-4546-b151-ed547a55af5d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f5bcaad7-1787-4546-b151-ed547a55af5d.shogun-image {
    
    
  }


.s-f5bcaad7-1787-4546-b151-ed547a55af5d .shogun-image-content {
  
    align-items: center;
  
}

.s-f5bcaad7-1787-4546-b151-ed547a55af5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5bcaad7-1787-4546-b151-ed547a55af5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5bcaad7-1787-4546-b151-ed547a55af5d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5bcaad7-1787-4546-b151-ed547a55af5d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5bcaad7-1787-4546-b151-ed547a55af5d.shogun-image-container {
      position: relative;
    }

    .s-f5bcaad7-1787-4546-b151-ed547a55af5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5bcaad7-1787-4546-b151-ed547a55af5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5bcaad7-1787-4546-b151-ed547a55af5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f5bcaad7-1787-4546-b151-ed547a55af5d {
  
  
  
  
}

#s-f5bcaad7-1787-4546-b151-ed547a55af5d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5bcaad7-1787-4546-b151-ed547a55af5d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f5bcaad7-1787-4546-b151-ed547a55af5d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5bcaad7-1787-4546-b151-ed547a55af5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5bcaad7-1787-4546-b151-ed547a55af5d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5bcaad7-1787-4546-b151-ed547a55af5d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f5bcaad7-1787-4546-b151-ed547a55af5d.shogun-image {
    
    
  }


.s-f5bcaad7-1787-4546-b151-ed547a55af5d .shogun-image-content {
  
    align-items: center;
  
}

.s-f5bcaad7-1787-4546-b151-ed547a55af5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5bcaad7-1787-4546-b151-ed547a55af5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5bcaad7-1787-4546-b151-ed547a55af5d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5bcaad7-1787-4546-b151-ed547a55af5d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5bcaad7-1787-4546-b151-ed547a55af5d.shogun-image-container {
      position: relative;
    }

    .s-f5bcaad7-1787-4546-b151-ed547a55af5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5bcaad7-1787-4546-b151-ed547a55af5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5bcaad7-1787-4546-b151-ed547a55af5d 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-f5bcaad7-1787-4546-b151-ed547a55af5d {
  
  
  
  
}

#s-f5bcaad7-1787-4546-b151-ed547a55af5d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5bcaad7-1787-4546-b151-ed547a55af5d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f5bcaad7-1787-4546-b151-ed547a55af5d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5bcaad7-1787-4546-b151-ed547a55af5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5bcaad7-1787-4546-b151-ed547a55af5d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5bcaad7-1787-4546-b151-ed547a55af5d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f5bcaad7-1787-4546-b151-ed547a55af5d.shogun-image {
    
    
  }


.s-f5bcaad7-1787-4546-b151-ed547a55af5d .shogun-image-content {
  
    align-items: center;
  
}

.s-f5bcaad7-1787-4546-b151-ed547a55af5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5bcaad7-1787-4546-b151-ed547a55af5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5bcaad7-1787-4546-b151-ed547a55af5d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5bcaad7-1787-4546-b151-ed547a55af5d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5bcaad7-1787-4546-b151-ed547a55af5d.shogun-image-container {
      position: relative;
    }

    .s-f5bcaad7-1787-4546-b151-ed547a55af5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5bcaad7-1787-4546-b151-ed547a55af5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5bcaad7-1787-4546-b151-ed547a55af5d 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-f5bcaad7-1787-4546-b151-ed547a55af5d {
  
  
  
  
}

#s-f5bcaad7-1787-4546-b151-ed547a55af5d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5bcaad7-1787-4546-b151-ed547a55af5d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f5bcaad7-1787-4546-b151-ed547a55af5d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5bcaad7-1787-4546-b151-ed547a55af5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5bcaad7-1787-4546-b151-ed547a55af5d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5bcaad7-1787-4546-b151-ed547a55af5d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f5bcaad7-1787-4546-b151-ed547a55af5d.shogun-image {
    
    
  }


.s-f5bcaad7-1787-4546-b151-ed547a55af5d .shogun-image-content {
  
    align-items: center;
  
}

.s-f5bcaad7-1787-4546-b151-ed547a55af5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5bcaad7-1787-4546-b151-ed547a55af5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5bcaad7-1787-4546-b151-ed547a55af5d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5bcaad7-1787-4546-b151-ed547a55af5d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5bcaad7-1787-4546-b151-ed547a55af5d.shogun-image-container {
      position: relative;
    }

    .s-f5bcaad7-1787-4546-b151-ed547a55af5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5bcaad7-1787-4546-b151-ed547a55af5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5bcaad7-1787-4546-b151-ed547a55af5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f5bcaad7-1787-4546-b151-ed547a55af5d {
  
  
  
  
}

#s-f5bcaad7-1787-4546-b151-ed547a55af5d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5bcaad7-1787-4546-b151-ed547a55af5d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f5bcaad7-1787-4546-b151-ed547a55af5d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5bcaad7-1787-4546-b151-ed547a55af5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5bcaad7-1787-4546-b151-ed547a55af5d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5bcaad7-1787-4546-b151-ed547a55af5d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f5bcaad7-1787-4546-b151-ed547a55af5d.shogun-image {
    
    
  }


.s-f5bcaad7-1787-4546-b151-ed547a55af5d .shogun-image-content {
  
    align-items: center;
  
}

.s-f5bcaad7-1787-4546-b151-ed547a55af5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5bcaad7-1787-4546-b151-ed547a55af5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5bcaad7-1787-4546-b151-ed547a55af5d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5bcaad7-1787-4546-b151-ed547a55af5d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5bcaad7-1787-4546-b151-ed547a55af5d.shogun-image-container {
      position: relative;
    }

    .s-f5bcaad7-1787-4546-b151-ed547a55af5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5bcaad7-1787-4546-b151-ed547a55af5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5bcaad7-1787-4546-b151-ed547a55af5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b38ba874-d39f-4233-a839-e775f491de99 {
  margin-top: 5px;
margin-left: 0px;
margin-right: 0px;
}

#s-6007837c-c7e7-4be1-a752-d9b0852ee87b {
  margin-left: auto;
margin-right: auto;
max-width: 1088px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-6007837c-c7e7-4be1-a752-d9b0852ee87b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6007837c-c7e7-4be1-a752-d9b0852ee87b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6007837c-c7e7-4be1-a752-d9b0852ee87b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6007837c-c7e7-4be1-a752-d9b0852ee87b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6007837c-c7e7-4be1-a752-d9b0852ee87b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6007837c-c7e7-4be1-a752-d9b0852ee87b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shogun-image {
    
    
  }


.s-6007837c-c7e7-4be1-a752-d9b0852ee87b .shogun-image-content {
  
    align-items: center;
  
}

.s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6007837c-c7e7-4be1-a752-d9b0852ee87b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shogun-image-container {
      position: relative;
    }

    .s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6007837c-c7e7-4be1-a752-d9b0852ee87b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6007837c-c7e7-4be1-a752-d9b0852ee87b {
  
  
  
  
}

#s-6007837c-c7e7-4be1-a752-d9b0852ee87b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6007837c-c7e7-4be1-a752-d9b0852ee87b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6007837c-c7e7-4be1-a752-d9b0852ee87b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6007837c-c7e7-4be1-a752-d9b0852ee87b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6007837c-c7e7-4be1-a752-d9b0852ee87b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shogun-image {
    
    
  }


.s-6007837c-c7e7-4be1-a752-d9b0852ee87b .shogun-image-content {
  
    align-items: center;
  
}

.s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6007837c-c7e7-4be1-a752-d9b0852ee87b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shogun-image-container {
      position: relative;
    }

    .s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6007837c-c7e7-4be1-a752-d9b0852ee87b 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-6007837c-c7e7-4be1-a752-d9b0852ee87b {
  
  
  
  
}

#s-6007837c-c7e7-4be1-a752-d9b0852ee87b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6007837c-c7e7-4be1-a752-d9b0852ee87b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6007837c-c7e7-4be1-a752-d9b0852ee87b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6007837c-c7e7-4be1-a752-d9b0852ee87b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6007837c-c7e7-4be1-a752-d9b0852ee87b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shogun-image {
    
    
  }


.s-6007837c-c7e7-4be1-a752-d9b0852ee87b .shogun-image-content {
  
    align-items: center;
  
}

.s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6007837c-c7e7-4be1-a752-d9b0852ee87b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shogun-image-container {
      position: relative;
    }

    .s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6007837c-c7e7-4be1-a752-d9b0852ee87b 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-6007837c-c7e7-4be1-a752-d9b0852ee87b {
  
  
  
  
}

#s-6007837c-c7e7-4be1-a752-d9b0852ee87b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6007837c-c7e7-4be1-a752-d9b0852ee87b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6007837c-c7e7-4be1-a752-d9b0852ee87b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6007837c-c7e7-4be1-a752-d9b0852ee87b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6007837c-c7e7-4be1-a752-d9b0852ee87b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shogun-image {
    
    
  }


.s-6007837c-c7e7-4be1-a752-d9b0852ee87b .shogun-image-content {
  
    align-items: center;
  
}

.s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6007837c-c7e7-4be1-a752-d9b0852ee87b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shogun-image-container {
      position: relative;
    }

    .s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6007837c-c7e7-4be1-a752-d9b0852ee87b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6007837c-c7e7-4be1-a752-d9b0852ee87b {
  
  
  
  
}

#s-6007837c-c7e7-4be1-a752-d9b0852ee87b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6007837c-c7e7-4be1-a752-d9b0852ee87b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6007837c-c7e7-4be1-a752-d9b0852ee87b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6007837c-c7e7-4be1-a752-d9b0852ee87b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6007837c-c7e7-4be1-a752-d9b0852ee87b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shogun-image {
    
    
  }


.s-6007837c-c7e7-4be1-a752-d9b0852ee87b .shogun-image-content {
  
    align-items: center;
  
}

.s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6007837c-c7e7-4be1-a752-d9b0852ee87b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shogun-image-container {
      position: relative;
    }

    .s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6007837c-c7e7-4be1-a752-d9b0852ee87b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6007837c-c7e7-4be1-a752-d9b0852ee87b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f3c70faf-32e3-4dde-b0e4-19703fec6d5d {
  margin-top: 5px;
margin-left: 0px;
margin-right: 0px;
}

#s-67f5eff2-c545-4c15-ba44-f615d933d304 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-67f5eff2-c545-4c15-ba44-f615d933d304 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-67f5eff2-c545-4c15-ba44-f615d933d304.shg-box.shg-c {
  justify-content: center;
}

#s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de {
  margin-top: 25px;
margin-left: 20px;
margin-right: 20px;
max-width: 1080px;
aspect-ratio: 1080/383;
text-align: center;
}



.shg-image-margin-container-s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 25px;
  
}

#s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de .shg-image-content-wrapper {
      aspect-ratio: 1080/383;
      width: 100%;
      height: 100%;
    }

    #s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de .shogun-image-link {
      aspect-ratio: 1080/383;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shogun-image {
    
    
  }


.s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de .shogun-image-content {
  
    align-items: center;
  
}

.s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de {
      --shg-aspect-ratio: calc(1080/383); 
    }

    .s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shogun-image-container {
      position: relative;
    }

    .s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de {
  
  
  
  
}

#s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de .shg-image-content-wrapper {
      aspect-ratio: 1080/383;
      width: 100%;
      height: 100%;
    }

    #s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de .shogun-image-link {
      aspect-ratio: 1080/383;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shogun-image {
    
    
  }


.s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de .shogun-image-content {
  
    align-items: center;
  
}

.s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de {
      --shg-aspect-ratio: calc(1080/383); 
    }

    .s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shogun-image-container {
      position: relative;
    }

    .s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de 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-9480affa-3ee6-4cea-a3ec-ee7901c0a7de {
  
  
  
  
}

#s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de .shg-image-content-wrapper {
      aspect-ratio: 1080/383;
      width: 100%;
      height: 100%;
    }

    #s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de .shogun-image-link {
      aspect-ratio: 1080/383;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shogun-image {
    
    
  }


.s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de .shogun-image-content {
  
    align-items: center;
  
}

.s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de {
      --shg-aspect-ratio: calc(1080/383); 
    }

    .s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shogun-image-container {
      position: relative;
    }

    .s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de 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-9480affa-3ee6-4cea-a3ec-ee7901c0a7de {
  
  
  
  
}

#s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de .shg-image-content-wrapper {
      aspect-ratio: 1080/383;
      width: 100%;
      height: 100%;
    }

    #s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de .shogun-image-link {
      aspect-ratio: 1080/383;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shogun-image {
    
    
  }


.s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de .shogun-image-content {
  
    align-items: center;
  
}

.s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de {
      --shg-aspect-ratio: calc(1080/383); 
    }

    .s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shogun-image-container {
      position: relative;
    }

    .s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de {
  
  
  
  
}

#s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de .shg-image-content-wrapper {
      aspect-ratio: 1080/383;
      width: 100%;
      height: 100%;
    }

    #s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de .shogun-image-link {
      aspect-ratio: 1080/383;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shogun-image {
    
    
  }


.s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de .shogun-image-content {
  
    align-items: center;
  
}

.s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de {
      --shg-aspect-ratio: calc(1080/383); 
    }

    .s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shogun-image-container {
      position: relative;
    }

    .s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9480affa-3ee6-4cea-a3ec-ee7901c0a7de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-557d4316-f038-4b9a-bf45-b79ac388bf49 {
  margin-top: 35px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
text-align: left;
}

#s-18614786-7775-4832-945b-6c0f872a8c56 {
  margin-top: 80px;
margin-left: 0px;
margin-bottom: 60px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-18614786-7775-4832-945b-6c0f872a8c56 {
  display: none;
}
#s-18614786-7775-4832-945b-6c0f872a8c56, #wrap-s-18614786-7775-4832-945b-6c0f872a8c56 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-18614786-7775-4832-945b-6c0f872a8c56 {
  display: none;
}
#s-18614786-7775-4832-945b-6c0f872a8c56, #wrap-s-18614786-7775-4832-945b-6c0f872a8c56 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-18614786-7775-4832-945b-6c0f872a8c56 {
  display: none;
}
#s-18614786-7775-4832-945b-6c0f872a8c56, #wrap-s-18614786-7775-4832-945b-6c0f872a8c56 { display: none !important; }}@media (max-width: 767px){#s-18614786-7775-4832-945b-6c0f872a8c56 {
  display: none;
}
#s-18614786-7775-4832-945b-6c0f872a8c56, #wrap-s-18614786-7775-4832-945b-6c0f872a8c56 { display: none !important; }}







#s-18614786-7775-4832-945b-6c0f872a8c56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18614786-7775-4832-945b-6c0f872a8c56.shg-box.shg-c {
  justify-content: center;
}

#s-a164eed0-da42-4581-974c-d69d63014664 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-2b23051a-d7f9-43dc-a555-3ef0fd798b64 {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
}

#s-9a9085c5-cfe2-4a7a-a8ed-1feff75248aa {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-9a9085c5-cfe2-4a7a-a8ed-1feff75248aa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9a9085c5-cfe2-4a7a-a8ed-1feff75248aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9a9085c5-cfe2-4a7a-a8ed-1feff75248aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a9085c5-cfe2-4a7a-a8ed-1feff75248aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-9d8e8ecc-e3b3-447e-a375-17ec840956cc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9d8e8ecc-e3b3-447e-a375-17ec840956cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9d8e8ecc-e3b3-447e-a375-17ec840956cc.shg-box.shg-c {
  justify-content: center;
}

#s-e9aec5e9-9a35-40ee-bff5-820a93891c40 {
  margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
min-height: 10px;
}

.cc_catalog2026_modal_open .cc_catalog2026_modal_openimg{
      width: 100%;
      margin-bottom: 5px;
      -o-object-fit: cover;
         object-fit: cover;
}

/* タップ */
.cc_catalog2026_modal{
    position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color:rgba(190, 190, 190, 0.8);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  overflow: hidden;
  padding:30px 20px;
  margin:auto;
  z-index: 9999; /* 高いz-indexを設定 */
}
/* 中央揃えのための擬似要素 */
.cc_catalog2026_modal:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -0.2em;
}

/* class追加されたとき */
.cc_catalog2026_modal.is-active{
    opacity: 1;
    visibility: visible;
}

/* モーダル内側の指定 */
.cc_catalog2026_modal_container{
    background-color:#fff;
    position:absolute; 
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:400px;
    z-index: 9999; /* コンテンツのz-indexも同じく高く */
    
}

/* モーダル閉じるボタン */
.cc_catalog2026_modal_close{
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    border: none;
    width: 40px;
    height: 40px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2233%22%20height%3D%2233%22%20viewBox%3D%220%200%2033%2033%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.034%208.03418L24.102%2024.1022%22%20stroke%3D%22%23505050%22%2F%3E%3Cpath%20d%3D%22M24.102%208.03418L8.034%2024.1022%22%20stroke%3D%22%23505050%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    z-index: 10000; /* 閉じるボタンも高いz-indexを設定 */
}

.cc_catalog2026_modal_content{
    padding:30px 20px 15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* ▼ テキスト部分のスタイル ▼ */
.cc_catalog2026_modal_content .cc_catalog2026_modal_toptext {
    text-align: center;
    width: 100%;
    margin-bottom:10px;
}

.cc_catalog2026_modal_toptext .cc_catalog2026_modal_subtext{
    font-size:14px;
    margin-bottom:10px;
}

.cc_catalog2026_modal_toptext .cc_catalog2026_modal_text{
    font-size:20px;
    margin-bottom:10px;
}

.cc_catalog2026_modal_imgbottom_text{
    font-size:12px;
    margin:0;
}

.cc_catalog2026_modal_left{
    align-self: flex-start;  /* 左寄せ */
}

/* 画像 */
.cc_catalog2026_modal_content .cc_catalog2026_modal_img{
    width: 100%;
    margin-bottom: 5px;
    -o-object-fit: cover;
       object-fit: cover;
}

/* モーダルを開いている間の背景スクロール無効 */
body.cc_modal-open {
  overflow: hidden;
}


/* メディアクエリ: 小さなデバイス用 */
@media (max-width: 767px) {
      .cc_catalog2026_modal_container{
        width:80%;
      }

}
#s-9594ebbe-a00b-45a8-a172-926501c72a04 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9594ebbe-a00b-45a8-a172-926501c72a04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9594ebbe-a00b-45a8-a172-926501c72a04.shg-box.shg-c {
  justify-content: center;
}

#s-b52e8059-b7c8-41e5-9e9d-2a73972a1a3b {
  margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
}

#s-308fa556-c967-49f2-964a-63f3d50feea4 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-308fa556-c967-49f2-964a-63f3d50feea4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-308fa556-c967-49f2-964a-63f3d50feea4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-308fa556-c967-49f2-964a-63f3d50feea4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-308fa556-c967-49f2-964a-63f3d50feea4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-772e3326-8fbc-4ec8-9198-f3ce7db9198a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-772e3326-8fbc-4ec8-9198-f3ce7db9198a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-772e3326-8fbc-4ec8-9198-f3ce7db9198a.shg-box.shg-c {
  justify-content: center;
}

#s-c028e06a-c2ba-474e-b99f-890c5e3296bb {
  margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
min-height: 10px;
}

#s-dbfb196b-a8f0-4491-ac79-a887245387e5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-dbfb196b-a8f0-4491-ac79-a887245387e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dbfb196b-a8f0-4491-ac79-a887245387e5.shg-box.shg-c {
  justify-content: center;
}

#s-6a54c824-fb1a-4e9e-9632-c35eebb28394 {
  margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
min-height: 10px;
}

#s-ff852102-fcc1-4aec-8f16-e38bea068dbe {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ff852102-fcc1-4aec-8f16-e38bea068dbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ff852102-fcc1-4aec-8f16-e38bea068dbe.shg-box.shg-c {
  justify-content: center;
}

#s-84d61eb9-6a86-41c2-a859-bd690feb2117 {
  margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
min-height: 10px;
}

#s-486518c8-e507-4353-8c0b-d91cee29c58e {
  margin-top: 30px;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-486518c8-e507-4353-8c0b-d91cee29c58e {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-486518c8-e507-4353-8c0b-d91cee29c58e {
  margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-486518c8-e507-4353-8c0b-d91cee29c58e {
  margin-bottom: 0px;
}
}







#s-486518c8-e507-4353-8c0b-d91cee29c58e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-486518c8-e507-4353-8c0b-d91cee29c58e.shg-box.shg-c {
  justify-content: center;
}

#s-05a7fb23-dd82-4cac-b482-d7ca6a3046bc {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
text-align: left;
}

#s-2b9db1a6-1ffe-4273-967d-52191f2bba56 {
  margin-top: 60px;
margin-left: 0px;
margin-bottom: 60px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-2b9db1a6-1ffe-4273-967d-52191f2bba56 {
  display: none;
}
#s-2b9db1a6-1ffe-4273-967d-52191f2bba56, #wrap-s-2b9db1a6-1ffe-4273-967d-52191f2bba56 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b9db1a6-1ffe-4273-967d-52191f2bba56 {
  display: none;
}
#s-2b9db1a6-1ffe-4273-967d-52191f2bba56, #wrap-s-2b9db1a6-1ffe-4273-967d-52191f2bba56 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2b9db1a6-1ffe-4273-967d-52191f2bba56 {
  display: none;
}
#s-2b9db1a6-1ffe-4273-967d-52191f2bba56, #wrap-s-2b9db1a6-1ffe-4273-967d-52191f2bba56 { display: none !important; }}@media (max-width: 767px){#s-2b9db1a6-1ffe-4273-967d-52191f2bba56 {
  display: none;
}
#s-2b9db1a6-1ffe-4273-967d-52191f2bba56, #wrap-s-2b9db1a6-1ffe-4273-967d-52191f2bba56 { display: none !important; }}







#s-2b9db1a6-1ffe-4273-967d-52191f2bba56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b9db1a6-1ffe-4273-967d-52191f2bba56.shg-box.shg-c {
  justify-content: center;
}

#s-9ebc4fda-edf0-4a5a-ad71-53ca8298a61b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-be7edb62-3ce9-4d4f-b024-caf03a58f3e7 {
  margin-left: 20px;
margin-bottom: 35px;
margin-right: 20px;
}

#s-84847bb6-f842-41ad-bd75-1aa6359efecf {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: -15px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-84847bb6-f842-41ad-bd75-1aa6359efecf"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-84847bb6-f842-41ad-bd75-1aa6359efecf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-84847bb6-f842-41ad-bd75-1aa6359efecf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-84847bb6-f842-41ad-bd75-1aa6359efecf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-1c272847-e12e-4eca-bb29-5b9d67643087 {
  margin-left: auto;
margin-right: auto;
}

#s-93ef2010-624c-4ccf-b738-1965f9ddcc6d {
  margin-left: auto;
margin-right: auto;
}

#s-3074dce2-a7fe-47b0-bbac-914f9597eb87 {
  margin-left: auto;
margin-right: auto;
}

#s-6e297bd1-aab7-4777-a819-aea280f4c3ce {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 450px;
}
@media (max-width: 767px){#s-6e297bd1-aab7-4777-a819-aea280f4c3ce {
  max-width: 345px;
}
}
@media (min-width: 0px) {
[id="s-6e297bd1-aab7-4777-a819-aea280f4c3ce"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6e297bd1-aab7-4777-a819-aea280f4c3ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6e297bd1-aab7-4777-a819-aea280f4c3ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e297bd1-aab7-4777-a819-aea280f4c3ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-24eafc41-19ed-4064-99e7-c643dcaade74 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
max-width: 270px;
}
@media (max-width: 767px){#s-24eafc41-19ed-4064-99e7-c643dcaade74 {
  max-width: 230px;
}
}
@media (min-width: 0px) {
[id="s-24eafc41-19ed-4064-99e7-c643dcaade74"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-24eafc41-19ed-4064-99e7-c643dcaade74"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-24eafc41-19ed-4064-99e7-c643dcaade74"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-24eafc41-19ed-4064-99e7-c643dcaade74"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-14bad2ae-db81-4c25-82e8-ad9ca7a93b28 {
  margin-left: auto;
margin-right: auto;
}

#s-3ed6e82d-349f-4718-aa8c-038a8450cefb {
  margin-left: auto;
margin-right: auto;
}

#s-eac06f67-769a-49a4-a0eb-3629d1c6bc84 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 300px;
}
@media (max-width: 767px){#s-eac06f67-769a-49a4-a0eb-3629d1c6bc84 {
  max-width: 230px;
}
}
@media (min-width: 0px) {
[id="s-eac06f67-769a-49a4-a0eb-3629d1c6bc84"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-eac06f67-769a-49a4-a0eb-3629d1c6bc84"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eac06f67-769a-49a4-a0eb-3629d1c6bc84"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eac06f67-769a-49a4-a0eb-3629d1c6bc84"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-54e5b3fa-d26d-403c-a1be-37899d34902d {
  margin-top: 20px;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-54e5b3fa-d26d-403c-a1be-37899d34902d {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-54e5b3fa-d26d-403c-a1be-37899d34902d {
  margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-54e5b3fa-d26d-403c-a1be-37899d34902d {
  margin-bottom: 0px;
}
}







#s-54e5b3fa-d26d-403c-a1be-37899d34902d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-54e5b3fa-d26d-403c-a1be-37899d34902d.shg-box.shg-c {
  justify-content: center;
}

#s-a9860f07-4e28-4c7f-b373-d0beb5266619 {
  margin-left: auto;
margin-right: auto;
}

#s-afc77dde-5cdd-4c9c-b181-0f3766f7b506 {
  margin-top: 0px;
margin-bottom: 15px;
}

#s-c4462e27-c2bc-47ea-80e8-c9a582c86af5 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(206, 88, 124, 1);
border-style: solid;
border-radius: 30px;
max-width: 300px;
background-color: rgba(206, 88, 124, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c4462e27-c2bc-47ea-80e8-c9a582c86af5:hover {background-color: rgba(206, 88, 124, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c4462e27-c2bc-47ea-80e8-c9a582c86af5:active {background-color: rgba(206, 88, 124, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-c4462e27-c2bc-47ea-80e8-c9a582c86af5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c4462e27-c2bc-47ea-80e8-c9a582c86af5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c4462e27-c2bc-47ea-80e8-c9a582c86af5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c4462e27-c2bc-47ea-80e8-c9a582c86af5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c0aebc07-d57b-455b-8d52-8403267312aa {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(252, 242, 246, 1);
}
@media (min-width: 1200px){#s-c0aebc07-d57b-455b-8d52-8403267312aa {
  display: none;
}
#s-c0aebc07-d57b-455b-8d52-8403267312aa, #wrap-s-c0aebc07-d57b-455b-8d52-8403267312aa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c0aebc07-d57b-455b-8d52-8403267312aa {
  display: none;
}
#s-c0aebc07-d57b-455b-8d52-8403267312aa, #wrap-s-c0aebc07-d57b-455b-8d52-8403267312aa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c0aebc07-d57b-455b-8d52-8403267312aa {
  display: none;
}
#s-c0aebc07-d57b-455b-8d52-8403267312aa, #wrap-s-c0aebc07-d57b-455b-8d52-8403267312aa { display: none !important; }}@media (max-width: 767px){#s-c0aebc07-d57b-455b-8d52-8403267312aa {
  display: none;
}
#s-c0aebc07-d57b-455b-8d52-8403267312aa, #wrap-s-c0aebc07-d57b-455b-8d52-8403267312aa { display: none !important; }}







#s-c0aebc07-d57b-455b-8d52-8403267312aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c0aebc07-d57b-455b-8d52-8403267312aa.shg-box.shg-c {
  justify-content: center;
}

#s-5f34f0d3-dee0-4788-b2b2-a3fe8e574d48 {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-5f34f0d3-dee0-4788-b2b2-a3fe8e574d48 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5f34f0d3-dee0-4788-b2b2-a3fe8e574d48 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5f34f0d3-dee0-4788-b2b2-a3fe8e574d48 {
  
}
}@media (max-width: 767px){#s-5f34f0d3-dee0-4788-b2b2-a3fe8e574d48 {
  
}
}







#s-5f34f0d3-dee0-4788-b2b2-a3fe8e574d48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f34f0d3-dee0-4788-b2b2-a3fe8e574d48.shg-box.shg-c {
  justify-content: center;
}

#s-8accb419-5270-40fe-86ed-fc8a4023cf11 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
}

#s-119b4ff4-bf0a-4b33-a0c1-6ec7cbf02905 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-119b4ff4-bf0a-4b33-a0c1-6ec7cbf02905 {
  display: none;
}
#s-119b4ff4-bf0a-4b33-a0c1-6ec7cbf02905, #wrap-s-119b4ff4-bf0a-4b33-a0c1-6ec7cbf02905 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-119b4ff4-bf0a-4b33-a0c1-6ec7cbf02905 {
  display: none;
}
#s-119b4ff4-bf0a-4b33-a0c1-6ec7cbf02905, #wrap-s-119b4ff4-bf0a-4b33-a0c1-6ec7cbf02905 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-119b4ff4-bf0a-4b33-a0c1-6ec7cbf02905 {
  display: none;
}
#s-119b4ff4-bf0a-4b33-a0c1-6ec7cbf02905, #wrap-s-119b4ff4-bf0a-4b33-a0c1-6ec7cbf02905 { display: none !important; }}@media (max-width: 767px){#s-119b4ff4-bf0a-4b33-a0c1-6ec7cbf02905 {
  display: none;
}
#s-119b4ff4-bf0a-4b33-a0c1-6ec7cbf02905, #wrap-s-119b4ff4-bf0a-4b33-a0c1-6ec7cbf02905 { display: none !important; }}







#s-119b4ff4-bf0a-4b33-a0c1-6ec7cbf02905 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-119b4ff4-bf0a-4b33-a0c1-6ec7cbf02905.shg-box.shg-c {
  justify-content: center;
}

#s-6e3f7238-d181-48ec-b2d3-fab7b64fa784 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-84b06e1c-d825-4d47-a57c-6a7b166b83ea {
  margin-top: 0px;
margin-left: 20px;
margin-right: 20px;
}

.cc_scrollber_wrapper{
    display:inline-block;
    white-space:normal;
    text-align:center;
}

.cc_scrollber_container {
    overflow-x: scroll; /* 横スクロールを有効にする */
    white-space: nowrap;
    height:auto;
    scrollbar-width:thin; /* Firefox用 */
    scrollbar-color: #AAAAAA;
}

/* Webkit系ブラウザ (Chrome, Safari) 用のスクロールバー設定 */
.cc_scrollber_container::-webkit-scrollbar {
    height: 8px; /* スクロールバーの高さ */
}

.cc_scrollber_container::-webkit-scrollbar-thumb {
    background-color: #AAAAAA;
    border-radius: 10px; /* スクロールバーの角を丸める */
}

/* その他のブラウザ向け（クロスブラウザ対応） */
.cc_scrollber_container {
    -ms-overflow-style: auto; /* IE10+ 用 */
    scrollbar-base-color: #AAAAAA;
}

.cc_scrollber_box{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.cc_scrollber_box img{
    width:100%;
    padding-bottom:15px;
}

.cc_scrollber_text{
    font-size:14px;
    display:block;
    text-align:center;
    margin-bottom:10px!important;
}

.cc_scrollber_subtext{
    font-size:12px;
    display:block;
    text-align:center;
    margin-bottom:10px!important;
}
#s-d592c223-0558-45da-bbd6-86e3fe341d26 {
  margin-top: 15px;
margin-bottom: 40px;
}
@media (min-width: 1200px){#s-d592c223-0558-45da-bbd6-86e3fe341d26 {
  display: none;
}
#s-d592c223-0558-45da-bbd6-86e3fe341d26, #wrap-s-d592c223-0558-45da-bbd6-86e3fe341d26 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d592c223-0558-45da-bbd6-86e3fe341d26 {
  display: none;
}
#s-d592c223-0558-45da-bbd6-86e3fe341d26, #wrap-s-d592c223-0558-45da-bbd6-86e3fe341d26 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d592c223-0558-45da-bbd6-86e3fe341d26 {
  display: none;
}
#s-d592c223-0558-45da-bbd6-86e3fe341d26, #wrap-s-d592c223-0558-45da-bbd6-86e3fe341d26 { display: none !important; }}@media (max-width: 767px){#s-d592c223-0558-45da-bbd6-86e3fe341d26 {
  display: none;
}
#s-d592c223-0558-45da-bbd6-86e3fe341d26, #wrap-s-d592c223-0558-45da-bbd6-86e3fe341d26 { display: none !important; }}
#s-92203b96-21eb-4788-8429-b47fcb9c5c8f {
  margin-top: -20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
}
@media (min-width: 1200px){#s-92203b96-21eb-4788-8429-b47fcb9c5c8f {
  display: none;
}
#s-92203b96-21eb-4788-8429-b47fcb9c5c8f, #wrap-s-92203b96-21eb-4788-8429-b47fcb9c5c8f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-92203b96-21eb-4788-8429-b47fcb9c5c8f {
  display: none;
}
#s-92203b96-21eb-4788-8429-b47fcb9c5c8f, #wrap-s-92203b96-21eb-4788-8429-b47fcb9c5c8f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-92203b96-21eb-4788-8429-b47fcb9c5c8f {
  display: none;
}
#s-92203b96-21eb-4788-8429-b47fcb9c5c8f, #wrap-s-92203b96-21eb-4788-8429-b47fcb9c5c8f { display: none !important; }}@media (max-width: 767px){#s-92203b96-21eb-4788-8429-b47fcb9c5c8f {
  display: none;
}
#s-92203b96-21eb-4788-8429-b47fcb9c5c8f, #wrap-s-92203b96-21eb-4788-8429-b47fcb9c5c8f { display: none !important; }}
#s-6d2e4d3a-5a04-4ee3-9bed-a2d750cd5579 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-6d2e4d3a-5a04-4ee3-9bed-a2d750cd5579 {
  display: none;
}
#s-6d2e4d3a-5a04-4ee3-9bed-a2d750cd5579, #wrap-s-6d2e4d3a-5a04-4ee3-9bed-a2d750cd5579 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6d2e4d3a-5a04-4ee3-9bed-a2d750cd5579 {
  display: none;
}
#s-6d2e4d3a-5a04-4ee3-9bed-a2d750cd5579, #wrap-s-6d2e4d3a-5a04-4ee3-9bed-a2d750cd5579 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6d2e4d3a-5a04-4ee3-9bed-a2d750cd5579 {
  display: none;
}
#s-6d2e4d3a-5a04-4ee3-9bed-a2d750cd5579, #wrap-s-6d2e4d3a-5a04-4ee3-9bed-a2d750cd5579 { display: none !important; }}@media (max-width: 767px){#s-6d2e4d3a-5a04-4ee3-9bed-a2d750cd5579 {
  display: none;
}
#s-6d2e4d3a-5a04-4ee3-9bed-a2d750cd5579, #wrap-s-6d2e4d3a-5a04-4ee3-9bed-a2d750cd5579 { display: none !important; }}







#s-6d2e4d3a-5a04-4ee3-9bed-a2d750cd5579 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d2e4d3a-5a04-4ee3-9bed-a2d750cd5579.shg-box.shg-c {
  justify-content: center;
}

#s-4fa2aa57-7515-4b18-9dcb-a0b48f804071 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-2786dc25-7c7d-4784-a845-5b57b5d90cd5 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 25px;
margin-right: 20px;
}

#s-9a8e076a-33ef-4703-abbb-cae75e46bd27 {
  margin-top: 15px;
margin-bottom: 50px;
}
@media (min-width: 1200px){#s-9a8e076a-33ef-4703-abbb-cae75e46bd27 {
  display: none;
}
#s-9a8e076a-33ef-4703-abbb-cae75e46bd27, #wrap-s-9a8e076a-33ef-4703-abbb-cae75e46bd27 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a8e076a-33ef-4703-abbb-cae75e46bd27 {
  display: none;
}
#s-9a8e076a-33ef-4703-abbb-cae75e46bd27, #wrap-s-9a8e076a-33ef-4703-abbb-cae75e46bd27 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9a8e076a-33ef-4703-abbb-cae75e46bd27 {
  display: none;
}
#s-9a8e076a-33ef-4703-abbb-cae75e46bd27, #wrap-s-9a8e076a-33ef-4703-abbb-cae75e46bd27 { display: none !important; }}@media (max-width: 767px){#s-9a8e076a-33ef-4703-abbb-cae75e46bd27 {
  display: none;
}
#s-9a8e076a-33ef-4703-abbb-cae75e46bd27, #wrap-s-9a8e076a-33ef-4703-abbb-cae75e46bd27 { display: none !important; }}
#s-011e725a-6c9e-406f-b6e2-0f2fe7e08cd4 {
  margin-top: -30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
}
@media (min-width: 1200px){#s-011e725a-6c9e-406f-b6e2-0f2fe7e08cd4 {
  display: none;
}
#s-011e725a-6c9e-406f-b6e2-0f2fe7e08cd4, #wrap-s-011e725a-6c9e-406f-b6e2-0f2fe7e08cd4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-011e725a-6c9e-406f-b6e2-0f2fe7e08cd4 {
  display: none;
}
#s-011e725a-6c9e-406f-b6e2-0f2fe7e08cd4, #wrap-s-011e725a-6c9e-406f-b6e2-0f2fe7e08cd4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-011e725a-6c9e-406f-b6e2-0f2fe7e08cd4 {
  display: none;
}
#s-011e725a-6c9e-406f-b6e2-0f2fe7e08cd4, #wrap-s-011e725a-6c9e-406f-b6e2-0f2fe7e08cd4 { display: none !important; }}@media (max-width: 767px){#s-011e725a-6c9e-406f-b6e2-0f2fe7e08cd4 {
  display: none;
}
#s-011e725a-6c9e-406f-b6e2-0f2fe7e08cd4, #wrap-s-011e725a-6c9e-406f-b6e2-0f2fe7e08cd4 { display: none !important; }}
#s-073e2cb4-5f1a-4855-b28d-0008e530a8f6 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-073e2cb4-5f1a-4855-b28d-0008e530a8f6 {
  display: none;
}
#s-073e2cb4-5f1a-4855-b28d-0008e530a8f6, #wrap-s-073e2cb4-5f1a-4855-b28d-0008e530a8f6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-073e2cb4-5f1a-4855-b28d-0008e530a8f6 {
  display: none;
}
#s-073e2cb4-5f1a-4855-b28d-0008e530a8f6, #wrap-s-073e2cb4-5f1a-4855-b28d-0008e530a8f6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-073e2cb4-5f1a-4855-b28d-0008e530a8f6 {
  display: none;
}
#s-073e2cb4-5f1a-4855-b28d-0008e530a8f6, #wrap-s-073e2cb4-5f1a-4855-b28d-0008e530a8f6 { display: none !important; }}@media (max-width: 767px){#s-073e2cb4-5f1a-4855-b28d-0008e530a8f6 {
  display: none;
}
#s-073e2cb4-5f1a-4855-b28d-0008e530a8f6, #wrap-s-073e2cb4-5f1a-4855-b28d-0008e530a8f6 { display: none !important; }}
#s-21fa49f1-8b96-4c72-9b24-0a425ec30aca {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 25px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-21fa49f1-8b96-4c72-9b24-0a425ec30aca {
  display: none;
}
#s-21fa49f1-8b96-4c72-9b24-0a425ec30aca, #wrap-s-21fa49f1-8b96-4c72-9b24-0a425ec30aca { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-21fa49f1-8b96-4c72-9b24-0a425ec30aca {
  display: none;
}
#s-21fa49f1-8b96-4c72-9b24-0a425ec30aca, #wrap-s-21fa49f1-8b96-4c72-9b24-0a425ec30aca { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-21fa49f1-8b96-4c72-9b24-0a425ec30aca {
  display: none;
}
#s-21fa49f1-8b96-4c72-9b24-0a425ec30aca, #wrap-s-21fa49f1-8b96-4c72-9b24-0a425ec30aca { display: none !important; }}@media (max-width: 767px){#s-21fa49f1-8b96-4c72-9b24-0a425ec30aca {
  display: none;
}
#s-21fa49f1-8b96-4c72-9b24-0a425ec30aca, #wrap-s-21fa49f1-8b96-4c72-9b24-0a425ec30aca { display: none !important; }}
#s-090e4edc-66c4-4063-a409-a5cfda8212f9 {
  margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-090e4edc-66c4-4063-a409-a5cfda8212f9 {
  display: none;
}
#s-090e4edc-66c4-4063-a409-a5cfda8212f9, #wrap-s-090e4edc-66c4-4063-a409-a5cfda8212f9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-090e4edc-66c4-4063-a409-a5cfda8212f9 {
  display: none;
}
#s-090e4edc-66c4-4063-a409-a5cfda8212f9, #wrap-s-090e4edc-66c4-4063-a409-a5cfda8212f9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-090e4edc-66c4-4063-a409-a5cfda8212f9 {
  display: none;
}
#s-090e4edc-66c4-4063-a409-a5cfda8212f9, #wrap-s-090e4edc-66c4-4063-a409-a5cfda8212f9 { display: none !important; }}@media (max-width: 767px){#s-090e4edc-66c4-4063-a409-a5cfda8212f9 {
  display: none;
}
#s-090e4edc-66c4-4063-a409-a5cfda8212f9, #wrap-s-090e4edc-66c4-4063-a409-a5cfda8212f9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-090e4edc-66c4-4063-a409-a5cfda8212f9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-090e4edc-66c4-4063-a409-a5cfda8212f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-090e4edc-66c4-4063-a409-a5cfda8212f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-090e4edc-66c4-4063-a409-a5cfda8212f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-f7c07637-8689-42cf-9fa5-6a226a636329 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 60px;
background-color: rgba(255, 255, 255, 1);
}








#s-f7c07637-8689-42cf-9fa5-6a226a636329 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f7c07637-8689-42cf-9fa5-6a226a636329.shg-box.shg-c {
  justify-content: center;
}

#s-a0585cc8-df86-4faf-8408-6614ebc748c9 {
  margin-left: auto;
margin-right: auto;
}

#s-17774f7c-5a1d-4bbd-ac3c-80efcd408e83 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-17774f7c-5a1d-4bbd-ac3c-80efcd408e83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17774f7c-5a1d-4bbd-ac3c-80efcd408e83.shg-box.shg-c {
  justify-content: center;
}

#s-251549a4-d8bd-4a67-9517-2914accc667e {
  margin-left: auto;
margin-right: auto;
}

#s-3631666c-c7dd-493f-adcf-af1ad2c3c1f0 {
  margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-3631666c-c7dd-493f-adcf-af1ad2c3c1f0 {
  display: none;
}
#s-3631666c-c7dd-493f-adcf-af1ad2c3c1f0, #wrap-s-3631666c-c7dd-493f-adcf-af1ad2c3c1f0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3631666c-c7dd-493f-adcf-af1ad2c3c1f0 {
  display: none;
}
#s-3631666c-c7dd-493f-adcf-af1ad2c3c1f0, #wrap-s-3631666c-c7dd-493f-adcf-af1ad2c3c1f0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3631666c-c7dd-493f-adcf-af1ad2c3c1f0 {
  display: none;
}
#s-3631666c-c7dd-493f-adcf-af1ad2c3c1f0, #wrap-s-3631666c-c7dd-493f-adcf-af1ad2c3c1f0 { display: none !important; }}@media (max-width: 767px){#s-3631666c-c7dd-493f-adcf-af1ad2c3c1f0 {
  display: none;
}
#s-3631666c-c7dd-493f-adcf-af1ad2c3c1f0, #wrap-s-3631666c-c7dd-493f-adcf-af1ad2c3c1f0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3631666c-c7dd-493f-adcf-af1ad2c3c1f0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-3631666c-c7dd-493f-adcf-af1ad2c3c1f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-3631666c-c7dd-493f-adcf-af1ad2c3c1f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-3631666c-c7dd-493f-adcf-af1ad2c3c1f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-9154f8fc-f6ec-47ee-9945-a001fa7d58e1 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 80px;
background-color: rgba(255, 255, 255, 1);
}








#s-9154f8fc-f6ec-47ee-9945-a001fa7d58e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9154f8fc-f6ec-47ee-9945-a001fa7d58e1.shg-box.shg-c {
  justify-content: center;
}

#s-3541cca9-1d70-41c9-a26f-dac6c8fdce5f {
  margin-left: auto;
margin-right: auto;
}

#s-16ee617a-028a-45fc-a5dd-7a8f9659e5c4 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-16ee617a-028a-45fc-a5dd-7a8f9659e5c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-16ee617a-028a-45fc-a5dd-7a8f9659e5c4.shg-box.shg-c {
  justify-content: center;
}

#s-65d04621-f866-4c84-b4d1-63032880c0e0 {
  margin-left: auto;
margin-right: auto;
}

#s-6eccac31-1938-400f-9b54-41074f006052 {
  margin-top: 50px;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-6eccac31-1938-400f-9b54-41074f006052 {
  margin-bottom: 0px;
display: none;
}
#s-6eccac31-1938-400f-9b54-41074f006052, #wrap-s-6eccac31-1938-400f-9b54-41074f006052 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6eccac31-1938-400f-9b54-41074f006052 {
  margin-bottom: 0px;
display: none;
}
#s-6eccac31-1938-400f-9b54-41074f006052, #wrap-s-6eccac31-1938-400f-9b54-41074f006052 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6eccac31-1938-400f-9b54-41074f006052 {
  margin-bottom: 0px;
display: none;
}
#s-6eccac31-1938-400f-9b54-41074f006052, #wrap-s-6eccac31-1938-400f-9b54-41074f006052 { display: none !important; }}@media (max-width: 767px){#s-6eccac31-1938-400f-9b54-41074f006052 {
  display: none;
}
#s-6eccac31-1938-400f-9b54-41074f006052, #wrap-s-6eccac31-1938-400f-9b54-41074f006052 { display: none !important; }}







#s-6eccac31-1938-400f-9b54-41074f006052 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6eccac31-1938-400f-9b54-41074f006052.shg-box.shg-c {
  justify-content: center;
}

#s-c574533b-73e7-48cf-a34d-ed10d0bbbb80 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
text-align: left;
}

#s-c42a57b0-81f9-4e2d-a62c-c82071001071 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c42a57b0-81f9-4e2d-a62c-c82071001071 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c42a57b0-81f9-4e2d-a62c-c82071001071.shg-box.shg-c {
  justify-content: center;
}

#s-255b87f8-eade-46fd-94cb-ee4bd924a480 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-255b87f8-eade-46fd-94cb-ee4bd924a480 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-255b87f8-eade-46fd-94cb-ee4bd924a480.shg-box.shg-c {
  justify-content: center;
}

#s-e55f8307-dd45-4209-a048-f59e685c0ee9 {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
min-height: 50px;
}








#s-e55f8307-dd45-4209-a048-f59e685c0ee9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e55f8307-dd45-4209-a048-f59e685c0ee9.shg-box.shg-c {
  justify-content: center;
}

#s-fe5caa57-3f1f-47df-aaa3-415a3d761fe8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-318e8f1c-e376-4b0b-8bef-4069db369b9b {
  margin-left: 20px;
margin-bottom: 35px;
margin-right: 20px;
}

#s-9ab1712a-37d5-4951-8e93-6ab8ff1ac0d4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-8ae0c6a5-081d-4c88-939d-10844d78d92e {
  margin-left: 20px;
margin-right: 20px;
min-height: 50px;
}








#s-8ae0c6a5-081d-4c88-939d-10844d78d92e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8ae0c6a5-081d-4c88-939d-10844d78d92e.shg-box.shg-c {
  justify-content: center;
}

.cc_preschedule_content_textbox:nth-child(1){
  border-top:solid 1px #C7C7C7;
}

.cc_preschedule_content_textbox{
    display:flex;
    justify-content: center;
    align-items: center;
    /*background-color:#F7F5F7;*/
    height:100%;
    border-bottom:solid 1px #C7C7C7;
    background-color:#FCF2F6;
}
.cc_preschedule_content_text{
    flex-basis: 65%;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    height:100%;
    /*border-left: solid 3px #fff;*/
    margin:0;
    padding:20px 15px;
    background-color:#fff;
}
.cc_preschedule_content_date{
    flex-basis:35%;
    background-color: #FCF2F6;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height:100%;
    margin:0!important;
    padding-left:10px!important;
}

/*backup*/
/*.cc_preschedule_content_textbox{*/
/*    display:flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    background-color:#F7F5F7;*/
/*    height:100%;*/
/*    margin-bottom:3px;*/
/*}*/
/*.cc_preschedule_content_text{*/
/*    flex-basis: 75%;*/
/*    font-size: 14px;*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    height:100%;*/
/*    border-left: solid 3px #fff;*/
/*    margin:0;*/
/*    padding:15px;*/
/*}*/
/*.cc_preschedule_content_date{*/
/*    flex-basis:25%;*/
/*    color: #505050;*/
/*    font-size: 14px;*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    line-height: normal;*/
/*    margin:0 10px!important;*/
/*    height:100%;*/
/*}*/

#s-44744432-f4d2-42cf-ad7f-29fc81274963 {
  margin-left: 0px;
margin-right: 0px;
}

#s-ebf92282-f9cb-459a-a8b8-62f41fe5da1b {
  margin-top: 35px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
text-align: left;
}

#s-7edd9f10-8a00-4550-895f-ac53a95d7971 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-7edd9f10-8a00-4550-895f-ac53a95d7971 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7edd9f10-8a00-4550-895f-ac53a95d7971 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7edd9f10-8a00-4550-895f-ac53a95d7971 {
  
}
}@media (max-width: 767px){#s-7edd9f10-8a00-4550-895f-ac53a95d7971 {
  
}
}







#s-7edd9f10-8a00-4550-895f-ac53a95d7971 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7edd9f10-8a00-4550-895f-ac53a95d7971.shg-box.shg-c {
  justify-content: center;
}

#s-43f32374-f8b4-415c-bc37-fb579a44ddd3 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
min-height: 50px;
}








#s-43f32374-f8b4-415c-bc37-fb579a44ddd3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-43f32374-f8b4-415c-bc37-fb579a44ddd3.shg-box.shg-c {
  justify-content: center;
}

#s-091bf7f1-18c2-41e1-aa70-41b8945f8106 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 {
  margin-left: 20px;
margin-right: 20px;
max-width: 1200px;
aspect-ratio: 4/3;
text-align: center;
}



.shg-image-margin-container-s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 {
  margin-left: 20px;
  margin-right: 20px;
  
  
}

#s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      width: 100%;
      height: 100%;
    }

    #s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shogun-image {
    
    
  }


.s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 .shogun-image-content {
  
    align-items: center;
  
}

.s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shogun-image-container {
      position: relative;
    }

    .s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 {
  
  
  
  
}

#s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      width: 100%;
      height: 100%;
    }

    #s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shogun-image {
    
    
  }


.s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 .shogun-image-content {
  
    align-items: center;
  
}

.s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shogun-image-container {
      position: relative;
    }

    .s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 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-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 {
  
  
  
  
}

#s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      width: 100%;
      height: 100%;
    }

    #s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shogun-image {
    
    
  }


.s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 .shogun-image-content {
  
    align-items: center;
  
}

.s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shogun-image-container {
      position: relative;
    }

    .s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 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-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 {
  
  
  
  
}

#s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      width: 100%;
      height: 100%;
    }

    #s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shogun-image {
    
    
  }


.s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 .shogun-image-content {
  
    align-items: center;
  
}

.s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shogun-image-container {
      position: relative;
    }

    .s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 {
  
  
  
  
}

#s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      width: 100%;
      height: 100%;
    }

    #s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shogun-image {
    
    
  }


.s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 .shogun-image-content {
  
    align-items: center;
  
}

.s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shogun-image-container {
      position: relative;
    }

    .s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61d8fcc0-d1ce-4b9b-80b3-a1dc536cfc18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6346dd30-65aa-4eea-810a-539ec818835c {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 35px;
margin-right: 20px;
}

#s-01f3f6d9-2ec4-4efe-a5ef-26ceee9bf991 {
  margin-top: 5px;
margin-left: 20px;
margin-bottom: 5px;
margin-right: 20px;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-2db8055e-0d0d-4671-9655-aa56c518d789 {
  margin-top: -10px;
margin-left: 20px;
margin-bottom: -10px;
margin-right: 20px;
}

#s-2db8055e-0d0d-4671-9655-aa56c518d789 hr {
  border-top: 2px solid #ddd;
}

#s-7c89442a-dedf-406e-bccb-2d5e0fef00c5 {
  margin-top: -5px;
margin-left: 20px;
margin-bottom: -5px;
margin-right: 20px;
}

#s-1fcc38cc-df97-4775-8409-8e48cb3862fd {
  margin-top: -10px;
margin-left: 20px;
margin-bottom: -10px;
margin-right: 20px;
}

#s-1fcc38cc-df97-4775-8409-8e48cb3862fd hr {
  border-top: 2px solid #ddd;
}

#s-a913dcb9-3ff2-434a-a10e-a9deefd620c5 {
  margin-top: 40px;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a913dcb9-3ff2-434a-a10e-a9deefd620c5 {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a913dcb9-3ff2-434a-a10e-a9deefd620c5 {
  margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a913dcb9-3ff2-434a-a10e-a9deefd620c5 {
  margin-bottom: 0px;
}
}







#s-a913dcb9-3ff2-434a-a10e-a9deefd620c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a913dcb9-3ff2-434a-a10e-a9deefd620c5.shg-box.shg-c {
  justify-content: center;
}

#s-24e9d42b-5cf8-45b5-ae32-48f2f5f7a632 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
text-align: left;
}

#s-bdad7311-3458-4ff2-8068-28303ba7048c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

/*
  $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;
  }
}
