.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-c32eb997-e784-4d3f-86dc-e4d031f25802 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 350px;
background-position: center top;
}
@media (min-width: 1200px){#s-c32eb997-e784-4d3f-86dc-e4d031f25802 {
  min-height: 500px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c32eb997-e784-4d3f-86dc-e4d031f25802 {
  min-height: 400px;
}
}
#s-c32eb997-e784-4d3f-86dc-e4d031f25802 {
  background-image: url(https://i.shgcdn.com/df42c20a-3fb3-43b5-9b2a-5966b136718f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c32eb997-e784-4d3f-86dc-e4d031f25802 {
  background-image: url(https://i.shgcdn.com/df42c20a-3fb3-43b5-9b2a-5966b136718f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-c32eb997-e784-4d3f-86dc-e4d031f25802.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c32eb997-e784-4d3f-86dc-e4d031f25802 {
  background-image: url(https://i.shgcdn.com/df42c20a-3fb3-43b5-9b2a-5966b136718f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-c32eb997-e784-4d3f-86dc-e4d031f25802.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c32eb997-e784-4d3f-86dc-e4d031f25802 {
  background-image: url(https://i.shgcdn.com/df42c20a-3fb3-43b5-9b2a-5966b136718f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-c32eb997-e784-4d3f-86dc-e4d031f25802.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c32eb997-e784-4d3f-86dc-e4d031f25802 {
  background-image: url(https://i.shgcdn.com/df42c20a-3fb3-43b5-9b2a-5966b136718f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-c32eb997-e784-4d3f-86dc-e4d031f25802.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c32eb997-e784-4d3f-86dc-e4d031f25802 {
  background-image: url(https://i.shgcdn.com/df42c20a-3fb3-43b5-9b2a-5966b136718f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-c32eb997-e784-4d3f-86dc-e4d031f25802.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c32eb997-e784-4d3f-86dc-e4d031f25802 {
  background-image: url(https://i.shgcdn.com/df42c20a-3fb3-43b5-9b2a-5966b136718f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-c32eb997-e784-4d3f-86dc-e4d031f25802.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c32eb997-e784-4d3f-86dc-e4d031f25802 {
  background-image: url(https://i.shgcdn.com/df42c20a-3fb3-43b5-9b2a-5966b136718f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-c32eb997-e784-4d3f-86dc-e4d031f25802.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c32eb997-e784-4d3f-86dc-e4d031f25802 {
  background-image: url(https://i.shgcdn.com/df42c20a-3fb3-43b5-9b2a-5966b136718f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-c32eb997-e784-4d3f-86dc-e4d031f25802.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-c32eb997-e784-4d3f-86dc-e4d031f25802 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c32eb997-e784-4d3f-86dc-e4d031f25802.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-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 {
  margin-left: -30%;
margin-right: 0%;
max-width: 400px;
aspect-ratio: 300/121;
text-align: center;
}
@media (min-width: 1200px){#s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 {
  margin-left: -15%;
margin-bottom: 5%;
max-width: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 {
  margin-left: -15%;
margin-bottom: 13%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 {
  margin-top: -150px;
margin-left: -17%;
max-width: 300px;
}
}@media (max-width: 767px){#s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 {
  margin-left: -15%;
margin-bottom: 38%;
max-width: 250px;
}
}


.shg-image-margin-container-s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 {
  margin-left: -30%;
  margin-right: 0%;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 .shg-image-content-wrapper {
      aspect-ratio: 300/121;
      min-width: 100%;
      height: auto;
    }

    #s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 .shogun-image-link {
      aspect-ratio: 300/121;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 {
      --shg-aspect-ratio: calc(300/121); 
    }

    .s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shogun-image-container {
      position: relative;
    }

    .s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 {
  margin-left: -15%;
  
  
  margin-bottom: 5%;
  /* Add padding handling */
  
  
  
  
}

#s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 .shg-image-content-wrapper {
      aspect-ratio: 300/121;
      min-width: 100%;
      height: auto;
    }

    #s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 .shogun-image-link {
      aspect-ratio: 300/121;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 {
      --shg-aspect-ratio: calc(300/121); 
    }

    .s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shogun-image-container {
      position: relative;
    }

    .s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 {
  margin-left: -15%;
  
  
  margin-bottom: 13%;
  /* Add padding handling */
  
  
  
  
}

#s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 .shg-image-content-wrapper {
      aspect-ratio: 300/121;
      min-width: 100%;
      height: auto;
    }

    #s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 .shogun-image-link {
      aspect-ratio: 300/121;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 {
      --shg-aspect-ratio: calc(300/121); 
    }

    .s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shogun-image-container {
      position: relative;
    }

    .s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 {
  margin-left: -17%;
  
  margin-top: -150px;
  
  /* Add padding handling */
  
  
  
  
}

#s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 .shg-image-content-wrapper {
      aspect-ratio: 300/121;
      min-width: 100%;
      height: auto;
    }

    #s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 .shogun-image-link {
      aspect-ratio: 300/121;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 {
      --shg-aspect-ratio: calc(300/121); 
    }

    .s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shogun-image-container {
      position: relative;
    }

    .s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 {
  margin-left: -15%;
  
  
  margin-bottom: 38%;
  /* Add padding handling */
  
  
  
  
}

#s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 .shg-image-content-wrapper {
      aspect-ratio: 300/121;
      min-width: 100%;
      height: auto;
    }

    #s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 .shogun-image-link {
      aspect-ratio: 300/121;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 {
      --shg-aspect-ratio: calc(300/121); 
    }

    .s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shogun-image-container {
      position: relative;
    }

    .s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ed0a1e5-f0da-414e-b9a6-6192a91a7300 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}
#s-111df451-2bb6-4936-8225-d2f273231225 {
  padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-111df451-2bb6-4936-8225-d2f273231225 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-111df451-2bb6-4936-8225-d2f273231225.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-93c01483-0314-45d6-8153-a456e7c3dad4 {
  margin-top: 20px;
margin-bottom: -20px;
padding-left: 10%;
padding-right: 10%;
}

#s-842fadaa-09a9-4841-aa9c-8a1fae3ddcd3 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
max-width: 880px;
}

#s-628acd2f-ccc3-4c4f-84b1-a04aa3924b32 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 42px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1440px;
}








#s-628acd2f-ccc3-4c4f-84b1-a04aa3924b32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-628acd2f-ccc3-4c4f-84b1-a04aa3924b32.shg-box.shg-c {
  justify-content: center;
}

#s-b68b95a0-f3a8-4917-8e6e-730b9b996d14 {
  margin-top: -15px;
margin-bottom: -15px;
padding-top: 0px;
padding-bottom: 0px;
}

.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-b14e2c2f-3b46-4272-9319-2589e70ff80b {
  margin-left: 5%;
margin-right: 5%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-b14e2c2f-3b46-4272-9319-2589e70ff80b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-b14e2c2f-3b46-4272-9319-2589e70ff80b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-b14e2c2f-3b46-4272-9319-2589e70ff80b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-b14e2c2f-3b46-4272-9319-2589e70ff80b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-2e931234-f132-4b2c-9e6b-5e01bd24c629 {
  min-height: 50px;
}








#s-2e931234-f132-4b2c-9e6b-5e01bd24c629 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e931234-f132-4b2c-9e6b-5e01bd24c629.shg-box.shg-c {
  justify-content: center;
}

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

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

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

.shg-product-image-wrapper {
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-cdb8b114-3d10-4db3-88db-a0567ef6d8d0 {
  text-align: left;
}



.shg-c#s-cdb8b114-3d10-4db3-88db-a0567ef6d8d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdb8b114-3d10-4db3-88db-a0567ef6d8d0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cdb8b114-3d10-4db3-88db-a0567ef6d8d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdb8b114-3d10-4db3-88db-a0567ef6d8d0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cdb8b114-3d10-4db3-88db-a0567ef6d8d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdb8b114-3d10-4db3-88db-a0567ef6d8d0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cdb8b114-3d10-4db3-88db-a0567ef6d8d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdb8b114-3d10-4db3-88db-a0567ef6d8d0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cdb8b114-3d10-4db3-88db-a0567ef6d8d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdb8b114-3d10-4db3-88db-a0567ef6d8d0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

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

#s-e384cd83-185c-4ce8-bf8c-4e5985a031bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e384cd83-185c-4ce8-bf8c-4e5985a031bd .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-86f4e08a-52ba-438c-9617-2a4c3c5de9c3 {
  text-align: center;
}

#s-86f4e08a-52ba-438c-9617-2a4c3c5de9c3 .shg-product-sold-out {
  display: none;
  color: rgba(230, 83, 0, 1);
  font-size: 28px;
  
  font-family: Bebas Neue;
  font-style:  normal ;
}

#s-86f4e08a-52ba-438c-9617-2a4c3c5de9c3 .shg-product-price {
  color: rgba(230, 83, 0, 1);
  
  font-family: Bebas Neue;
  font-style:  normal ;
  font-size: 28px;
}

#s-86f4e08a-52ba-438c-9617-2a4c3c5de9c3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

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

#s-41b1a03b-ad69-429d-9c5c-a171c341765d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(229, 83, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-41b1a03b-ad69-429d-9c5c-a171c341765d:hover {background-color: rgba(182, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-41b1a03b-ad69-429d-9c5c-a171c341765d:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(18, 103, 179, 1) !important;
background-color: rgba(182, 66, 1, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-41b1a03b-ad69-429d-9c5c-a171c341765d-atc-btn-wrapper {
    text-align: center;
  }


#s-41b1a03b-ad69-429d-9c5c-a171c341765d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-41b1a03b-ad69-429d-9c5c-a171c341765d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41b1a03b-ad69-429d-9c5c-a171c341765d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-41b1a03b-ad69-429d-9c5c-a171c341765d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-41b1a03b-ad69-429d-9c5c-a171c341765d-atc-btn-wrapper {
    text-align: center;
  }


#s-41b1a03b-ad69-429d-9c5c-a171c341765d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-41b1a03b-ad69-429d-9c5c-a171c341765d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41b1a03b-ad69-429d-9c5c-a171c341765d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-41b1a03b-ad69-429d-9c5c-a171c341765d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-41b1a03b-ad69-429d-9c5c-a171c341765d-atc-btn-wrapper {
    text-align: center;
  }


#s-41b1a03b-ad69-429d-9c5c-a171c341765d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-41b1a03b-ad69-429d-9c5c-a171c341765d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41b1a03b-ad69-429d-9c5c-a171c341765d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-41b1a03b-ad69-429d-9c5c-a171c341765d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-41b1a03b-ad69-429d-9c5c-a171c341765d-atc-btn-wrapper {
    text-align: center;
  }


#s-41b1a03b-ad69-429d-9c5c-a171c341765d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-41b1a03b-ad69-429d-9c5c-a171c341765d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41b1a03b-ad69-429d-9c5c-a171c341765d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-41b1a03b-ad69-429d-9c5c-a171c341765d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-41b1a03b-ad69-429d-9c5c-a171c341765d-atc-btn-wrapper {
    text-align: center;
  }


#s-41b1a03b-ad69-429d-9c5c-a171c341765d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-41b1a03b-ad69-429d-9c5c-a171c341765d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41b1a03b-ad69-429d-9c5c-a171c341765d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-41b1a03b-ad69-429d-9c5c-a171c341765d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-12dd7ca0-959a-40bd-bf42-19b3fdb6ffb2 {
  min-height: 50px;
}








#s-12dd7ca0-959a-40bd-bf42-19b3fdb6ffb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12dd7ca0-959a-40bd-bf42-19b3fdb6ffb2.shg-box.shg-c {
  justify-content: center;
}

#s-5a983e11-0b05-40e1-b4cd-a1d5f7e04671 {
  text-align: left;
}



.shg-c#s-5a983e11-0b05-40e1-b4cd-a1d5f7e04671 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a983e11-0b05-40e1-b4cd-a1d5f7e04671 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5a983e11-0b05-40e1-b4cd-a1d5f7e04671 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a983e11-0b05-40e1-b4cd-a1d5f7e04671 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5a983e11-0b05-40e1-b4cd-a1d5f7e04671 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a983e11-0b05-40e1-b4cd-a1d5f7e04671 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5a983e11-0b05-40e1-b4cd-a1d5f7e04671 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a983e11-0b05-40e1-b4cd-a1d5f7e04671 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5a983e11-0b05-40e1-b4cd-a1d5f7e04671 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a983e11-0b05-40e1-b4cd-a1d5f7e04671 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-326f4f40-e214-4c8d-99d4-9674df12531f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-326f4f40-e214-4c8d-99d4-9674df12531f .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-4ed26bb8-1df9-4929-aaa3-4f8bc28ffa7f {
  text-align: center;
}

#s-4ed26bb8-1df9-4929-aaa3-4f8bc28ffa7f .shg-product-sold-out {
  display: none;
  color: rgba(230, 83, 0, 1);
  font-size: 28px;
  
  font-family: Bebas Neue;
  font-style:  normal ;
}

#s-4ed26bb8-1df9-4929-aaa3-4f8bc28ffa7f .shg-product-price {
  color: rgba(230, 83, 0, 1);
  
  font-family: Bebas Neue;
  font-style:  normal ;
  font-size: 28px;
}

#s-4ed26bb8-1df9-4929-aaa3-4f8bc28ffa7f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c8440f2b-2537-4253-afa3-13bab081cf78 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(229, 83, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c8440f2b-2537-4253-afa3-13bab081cf78:hover {background-color: rgba(182, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c8440f2b-2537-4253-afa3-13bab081cf78:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(18, 103, 179, 1) !important;
background-color: rgba(182, 66, 1, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-c8440f2b-2537-4253-afa3-13bab081cf78-atc-btn-wrapper {
    text-align: center;
  }


#s-c8440f2b-2537-4253-afa3-13bab081cf78 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c8440f2b-2537-4253-afa3-13bab081cf78.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c8440f2b-2537-4253-afa3-13bab081cf78.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-c8440f2b-2537-4253-afa3-13bab081cf78.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-c8440f2b-2537-4253-afa3-13bab081cf78-atc-btn-wrapper {
    text-align: center;
  }


#s-c8440f2b-2537-4253-afa3-13bab081cf78 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c8440f2b-2537-4253-afa3-13bab081cf78.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c8440f2b-2537-4253-afa3-13bab081cf78.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-c8440f2b-2537-4253-afa3-13bab081cf78.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c8440f2b-2537-4253-afa3-13bab081cf78-atc-btn-wrapper {
    text-align: center;
  }


#s-c8440f2b-2537-4253-afa3-13bab081cf78 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c8440f2b-2537-4253-afa3-13bab081cf78.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c8440f2b-2537-4253-afa3-13bab081cf78.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-c8440f2b-2537-4253-afa3-13bab081cf78.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c8440f2b-2537-4253-afa3-13bab081cf78-atc-btn-wrapper {
    text-align: center;
  }


#s-c8440f2b-2537-4253-afa3-13bab081cf78 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c8440f2b-2537-4253-afa3-13bab081cf78.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c8440f2b-2537-4253-afa3-13bab081cf78.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-c8440f2b-2537-4253-afa3-13bab081cf78.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-c8440f2b-2537-4253-afa3-13bab081cf78-atc-btn-wrapper {
    text-align: center;
  }


#s-c8440f2b-2537-4253-afa3-13bab081cf78 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c8440f2b-2537-4253-afa3-13bab081cf78.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c8440f2b-2537-4253-afa3-13bab081cf78.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-c8440f2b-2537-4253-afa3-13bab081cf78.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-db91275b-f42f-4910-a1f5-fff90c6f3318 {
  min-height: 50px;
}








#s-db91275b-f42f-4910-a1f5-fff90c6f3318 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db91275b-f42f-4910-a1f5-fff90c6f3318.shg-box.shg-c {
  justify-content: center;
}

#s-bc13e832-0321-4aac-99d0-c9b9684e7bca {
  text-align: left;
}



.shg-c#s-bc13e832-0321-4aac-99d0-c9b9684e7bca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc13e832-0321-4aac-99d0-c9b9684e7bca img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bc13e832-0321-4aac-99d0-c9b9684e7bca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc13e832-0321-4aac-99d0-c9b9684e7bca img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bc13e832-0321-4aac-99d0-c9b9684e7bca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc13e832-0321-4aac-99d0-c9b9684e7bca img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bc13e832-0321-4aac-99d0-c9b9684e7bca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc13e832-0321-4aac-99d0-c9b9684e7bca img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-bc13e832-0321-4aac-99d0-c9b9684e7bca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc13e832-0321-4aac-99d0-c9b9684e7bca img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f490aed8-71b0-4d02-a1f6-3809157782ea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f490aed8-71b0-4d02-a1f6-3809157782ea .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-2daf915e-fadb-44ad-96a3-b30a98a1b8f1 {
  text-align: center;
}

#s-2daf915e-fadb-44ad-96a3-b30a98a1b8f1 .shg-product-sold-out {
  display: none;
  color: rgba(230, 83, 0, 1);
  font-size: 28px;
  
  font-family: Bebas Neue;
  font-style:  normal ;
}

#s-2daf915e-fadb-44ad-96a3-b30a98a1b8f1 .shg-product-price {
  color: rgba(230, 83, 0, 1);
  
  font-family: Bebas Neue;
  font-style:  normal ;
  font-size: 28px;
}

#s-2daf915e-fadb-44ad-96a3-b30a98a1b8f1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-19eaa91a-a46f-4abb-a477-c5eead827d84 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(229, 83, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-19eaa91a-a46f-4abb-a477-c5eead827d84:hover {background-color: rgba(182, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-19eaa91a-a46f-4abb-a477-c5eead827d84:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(18, 103, 179, 1) !important;
background-color: rgba(182, 66, 1, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-19eaa91a-a46f-4abb-a477-c5eead827d84-atc-btn-wrapper {
    text-align: center;
  }


#s-19eaa91a-a46f-4abb-a477-c5eead827d84 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-19eaa91a-a46f-4abb-a477-c5eead827d84.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-19eaa91a-a46f-4abb-a477-c5eead827d84.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-19eaa91a-a46f-4abb-a477-c5eead827d84.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-19eaa91a-a46f-4abb-a477-c5eead827d84-atc-btn-wrapper {
    text-align: center;
  }


#s-19eaa91a-a46f-4abb-a477-c5eead827d84 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-19eaa91a-a46f-4abb-a477-c5eead827d84.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-19eaa91a-a46f-4abb-a477-c5eead827d84.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-19eaa91a-a46f-4abb-a477-c5eead827d84.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-19eaa91a-a46f-4abb-a477-c5eead827d84-atc-btn-wrapper {
    text-align: center;
  }


#s-19eaa91a-a46f-4abb-a477-c5eead827d84 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-19eaa91a-a46f-4abb-a477-c5eead827d84.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-19eaa91a-a46f-4abb-a477-c5eead827d84.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-19eaa91a-a46f-4abb-a477-c5eead827d84.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-19eaa91a-a46f-4abb-a477-c5eead827d84-atc-btn-wrapper {
    text-align: center;
  }


#s-19eaa91a-a46f-4abb-a477-c5eead827d84 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-19eaa91a-a46f-4abb-a477-c5eead827d84.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-19eaa91a-a46f-4abb-a477-c5eead827d84.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-19eaa91a-a46f-4abb-a477-c5eead827d84.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-19eaa91a-a46f-4abb-a477-c5eead827d84-atc-btn-wrapper {
    text-align: center;
  }


#s-19eaa91a-a46f-4abb-a477-c5eead827d84 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-19eaa91a-a46f-4abb-a477-c5eead827d84.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-19eaa91a-a46f-4abb-a477-c5eead827d84.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-19eaa91a-a46f-4abb-a477-c5eead827d84.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-849e823b-5289-4d79-a0c8-1f3b0726caf3 {
  min-height: 50px;
}








#s-849e823b-5289-4d79-a0c8-1f3b0726caf3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-849e823b-5289-4d79-a0c8-1f3b0726caf3.shg-box.shg-c {
  justify-content: center;
}

#s-cf50b4d7-c090-4d0f-bab9-7826cbd68717 {
  text-align: left;
}



.shg-c#s-cf50b4d7-c090-4d0f-bab9-7826cbd68717 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf50b4d7-c090-4d0f-bab9-7826cbd68717 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cf50b4d7-c090-4d0f-bab9-7826cbd68717 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf50b4d7-c090-4d0f-bab9-7826cbd68717 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cf50b4d7-c090-4d0f-bab9-7826cbd68717 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf50b4d7-c090-4d0f-bab9-7826cbd68717 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cf50b4d7-c090-4d0f-bab9-7826cbd68717 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf50b4d7-c090-4d0f-bab9-7826cbd68717 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cf50b4d7-c090-4d0f-bab9-7826cbd68717 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf50b4d7-c090-4d0f-bab9-7826cbd68717 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f3922853-172e-4a3f-abcc-2752a2dd95c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3922853-172e-4a3f-abcc-2752a2dd95c0 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-3559c1cb-616e-4d16-892f-cfd24a0f80ce {
  text-align: center;
}

#s-3559c1cb-616e-4d16-892f-cfd24a0f80ce .shg-product-sold-out {
  display: none;
  color: rgba(230, 83, 0, 1);
  font-size: 28px;
  
  font-family: Bebas Neue;
  font-style:  normal ;
}

#s-3559c1cb-616e-4d16-892f-cfd24a0f80ce .shg-product-price {
  color: rgba(230, 83, 0, 1);
  
  font-family: Bebas Neue;
  font-style:  normal ;
  font-size: 28px;
}

#s-3559c1cb-616e-4d16-892f-cfd24a0f80ce .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-72c8a5a3-0a00-4b5f-a656-446cd13200d8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(229, 83, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-72c8a5a3-0a00-4b5f-a656-446cd13200d8:hover {background-color: rgba(182, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-72c8a5a3-0a00-4b5f-a656-446cd13200d8:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(18, 103, 179, 1) !important;
background-color: rgba(182, 66, 1, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-72c8a5a3-0a00-4b5f-a656-446cd13200d8-atc-btn-wrapper {
    text-align: center;
  }


#s-72c8a5a3-0a00-4b5f-a656-446cd13200d8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72c8a5a3-0a00-4b5f-a656-446cd13200d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72c8a5a3-0a00-4b5f-a656-446cd13200d8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-72c8a5a3-0a00-4b5f-a656-446cd13200d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-72c8a5a3-0a00-4b5f-a656-446cd13200d8-atc-btn-wrapper {
    text-align: center;
  }


#s-72c8a5a3-0a00-4b5f-a656-446cd13200d8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72c8a5a3-0a00-4b5f-a656-446cd13200d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72c8a5a3-0a00-4b5f-a656-446cd13200d8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-72c8a5a3-0a00-4b5f-a656-446cd13200d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-72c8a5a3-0a00-4b5f-a656-446cd13200d8-atc-btn-wrapper {
    text-align: center;
  }


#s-72c8a5a3-0a00-4b5f-a656-446cd13200d8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72c8a5a3-0a00-4b5f-a656-446cd13200d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72c8a5a3-0a00-4b5f-a656-446cd13200d8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-72c8a5a3-0a00-4b5f-a656-446cd13200d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-72c8a5a3-0a00-4b5f-a656-446cd13200d8-atc-btn-wrapper {
    text-align: center;
  }


#s-72c8a5a3-0a00-4b5f-a656-446cd13200d8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72c8a5a3-0a00-4b5f-a656-446cd13200d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72c8a5a3-0a00-4b5f-a656-446cd13200d8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-72c8a5a3-0a00-4b5f-a656-446cd13200d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-72c8a5a3-0a00-4b5f-a656-446cd13200d8-atc-btn-wrapper {
    text-align: center;
  }


#s-72c8a5a3-0a00-4b5f-a656-446cd13200d8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72c8a5a3-0a00-4b5f-a656-446cd13200d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72c8a5a3-0a00-4b5f-a656-446cd13200d8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-72c8a5a3-0a00-4b5f-a656-446cd13200d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-7006768e-6bf2-42e9-bdb1-3d52dad0a19c {
  min-height: 50px;
}








#s-7006768e-6bf2-42e9-bdb1-3d52dad0a19c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7006768e-6bf2-42e9-bdb1-3d52dad0a19c.shg-box.shg-c {
  justify-content: center;
}

#s-c80041c6-0e1e-4ee4-bb64-45cc06930cfb {
  text-align: left;
}



.shg-c#s-c80041c6-0e1e-4ee4-bb64-45cc06930cfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c80041c6-0e1e-4ee4-bb64-45cc06930cfb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c80041c6-0e1e-4ee4-bb64-45cc06930cfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c80041c6-0e1e-4ee4-bb64-45cc06930cfb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c80041c6-0e1e-4ee4-bb64-45cc06930cfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c80041c6-0e1e-4ee4-bb64-45cc06930cfb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c80041c6-0e1e-4ee4-bb64-45cc06930cfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c80041c6-0e1e-4ee4-bb64-45cc06930cfb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c80041c6-0e1e-4ee4-bb64-45cc06930cfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c80041c6-0e1e-4ee4-bb64-45cc06930cfb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0b05da70-d334-4bfc-82e5-7096eda81eb4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0b05da70-d334-4bfc-82e5-7096eda81eb4 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-a548fad6-a711-46d0-9f58-7a64fc527664 {
  text-align: center;
}

#s-a548fad6-a711-46d0-9f58-7a64fc527664 .shg-product-sold-out {
  display: none;
  color: rgba(230, 83, 0, 1);
  font-size: 28px;
  
  font-family: Bebas Neue;
  font-style:  normal ;
}

#s-a548fad6-a711-46d0-9f58-7a64fc527664 .shg-product-price {
  color: rgba(230, 83, 0, 1);
  
  font-family: Bebas Neue;
  font-style:  normal ;
  font-size: 28px;
}

#s-a548fad6-a711-46d0-9f58-7a64fc527664 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8a724096-e630-4ce3-939f-ec53b718aa97 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(229, 83, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8a724096-e630-4ce3-939f-ec53b718aa97:hover {background-color: rgba(182, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8a724096-e630-4ce3-939f-ec53b718aa97:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(18, 103, 179, 1) !important;
background-color: rgba(182, 66, 1, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-8a724096-e630-4ce3-939f-ec53b718aa97-atc-btn-wrapper {
    text-align: center;
  }


#s-8a724096-e630-4ce3-939f-ec53b718aa97 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8a724096-e630-4ce3-939f-ec53b718aa97.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8a724096-e630-4ce3-939f-ec53b718aa97.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-8a724096-e630-4ce3-939f-ec53b718aa97.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-8a724096-e630-4ce3-939f-ec53b718aa97-atc-btn-wrapper {
    text-align: center;
  }


#s-8a724096-e630-4ce3-939f-ec53b718aa97 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8a724096-e630-4ce3-939f-ec53b718aa97.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8a724096-e630-4ce3-939f-ec53b718aa97.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-8a724096-e630-4ce3-939f-ec53b718aa97.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-8a724096-e630-4ce3-939f-ec53b718aa97-atc-btn-wrapper {
    text-align: center;
  }


#s-8a724096-e630-4ce3-939f-ec53b718aa97 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8a724096-e630-4ce3-939f-ec53b718aa97.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8a724096-e630-4ce3-939f-ec53b718aa97.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-8a724096-e630-4ce3-939f-ec53b718aa97.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-8a724096-e630-4ce3-939f-ec53b718aa97-atc-btn-wrapper {
    text-align: center;
  }


#s-8a724096-e630-4ce3-939f-ec53b718aa97 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8a724096-e630-4ce3-939f-ec53b718aa97.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8a724096-e630-4ce3-939f-ec53b718aa97.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-8a724096-e630-4ce3-939f-ec53b718aa97.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-8a724096-e630-4ce3-939f-ec53b718aa97-atc-btn-wrapper {
    text-align: center;
  }


#s-8a724096-e630-4ce3-939f-ec53b718aa97 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8a724096-e630-4ce3-939f-ec53b718aa97.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8a724096-e630-4ce3-939f-ec53b718aa97.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-8a724096-e630-4ce3-939f-ec53b718aa97.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-596a610b-46bb-4a9c-a488-f5b30dc6d7c1 {
  min-height: 50px;
}








#s-596a610b-46bb-4a9c-a488-f5b30dc6d7c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-596a610b-46bb-4a9c-a488-f5b30dc6d7c1.shg-box.shg-c {
  justify-content: center;
}

#s-a59ec90c-f5bc-4af0-b698-af432cfb0590 {
  text-align: left;
}



.shg-c#s-a59ec90c-f5bc-4af0-b698-af432cfb0590 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a59ec90c-f5bc-4af0-b698-af432cfb0590 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a59ec90c-f5bc-4af0-b698-af432cfb0590 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a59ec90c-f5bc-4af0-b698-af432cfb0590 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a59ec90c-f5bc-4af0-b698-af432cfb0590 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a59ec90c-f5bc-4af0-b698-af432cfb0590 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a59ec90c-f5bc-4af0-b698-af432cfb0590 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a59ec90c-f5bc-4af0-b698-af432cfb0590 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a59ec90c-f5bc-4af0-b698-af432cfb0590 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a59ec90c-f5bc-4af0-b698-af432cfb0590 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b6848053-26de-43e6-a8ea-64f0163674d8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b6848053-26de-43e6-a8ea-64f0163674d8 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
  
}

#s-530a7e86-0131-464b-9163-deee6422faf4 {
  text-align: center;
}

#s-530a7e86-0131-464b-9163-deee6422faf4 .shg-product-sold-out {
  display: none;
  color: rgba(230, 83, 0, 1);
  font-size: 28px;
  
  font-family: Bebas Neue;
  font-style:  normal ;
}

#s-530a7e86-0131-464b-9163-deee6422faf4 .shg-product-price {
  color: rgba(230, 83, 0, 1);
  
  font-family: Bebas Neue;
  font-style:  normal ;
  font-size: 28px;
}

#s-530a7e86-0131-464b-9163-deee6422faf4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7e3bb8e8-a9a4-4acc-8faf-6baf211a8697 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(229, 83, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7e3bb8e8-a9a4-4acc-8faf-6baf211a8697:hover {background-color: rgba(182, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7e3bb8e8-a9a4-4acc-8faf-6baf211a8697:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(18, 103, 179, 1) !important;
background-color: rgba(182, 66, 1, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-7e3bb8e8-a9a4-4acc-8faf-6baf211a8697-atc-btn-wrapper {
    text-align: center;
  }


#s-7e3bb8e8-a9a4-4acc-8faf-6baf211a8697 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7e3bb8e8-a9a4-4acc-8faf-6baf211a8697.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7e3bb8e8-a9a4-4acc-8faf-6baf211a8697.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-7e3bb8e8-a9a4-4acc-8faf-6baf211a8697.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-7e3bb8e8-a9a4-4acc-8faf-6baf211a8697-atc-btn-wrapper {
    text-align: center;
  }


#s-7e3bb8e8-a9a4-4acc-8faf-6baf211a8697 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7e3bb8e8-a9a4-4acc-8faf-6baf211a8697.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7e3bb8e8-a9a4-4acc-8faf-6baf211a8697.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-7e3bb8e8-a9a4-4acc-8faf-6baf211a8697.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-7e3bb8e8-a9a4-4acc-8faf-6baf211a8697-atc-btn-wrapper {
    text-align: center;
  }


#s-7e3bb8e8-a9a4-4acc-8faf-6baf211a8697 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7e3bb8e8-a9a4-4acc-8faf-6baf211a8697.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7e3bb8e8-a9a4-4acc-8faf-6baf211a8697.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-7e3bb8e8-a9a4-4acc-8faf-6baf211a8697.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-7e3bb8e8-a9a4-4acc-8faf-6baf211a8697-atc-btn-wrapper {
    text-align: center;
  }


#s-7e3bb8e8-a9a4-4acc-8faf-6baf211a8697 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7e3bb8e8-a9a4-4acc-8faf-6baf211a8697.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7e3bb8e8-a9a4-4acc-8faf-6baf211a8697.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-7e3bb8e8-a9a4-4acc-8faf-6baf211a8697.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-7e3bb8e8-a9a4-4acc-8faf-6baf211a8697-atc-btn-wrapper {
    text-align: center;
  }


#s-7e3bb8e8-a9a4-4acc-8faf-6baf211a8697 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7e3bb8e8-a9a4-4acc-8faf-6baf211a8697.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7e3bb8e8-a9a4-4acc-8faf-6baf211a8697.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-7e3bb8e8-a9a4-4acc-8faf-6baf211a8697.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-200a3b19-c518-4cbd-ad6c-8e206bfb370a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-200a3b19-c518-4cbd-ad6c-8e206bfb370a > .shg-box-overlay {
  background-color: rgba(42, 42, 42, 1);
  opacity: 0;
  display: block;
}#s-200a3b19-c518-4cbd-ad6c-8e206bfb370a.shg-box.shg-c {
  justify-content: center;
}

#s-898c9d40-2853-4168-8ab7-1c8a6e147401 {
  margin-left: 7%;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-898c9d40-2853-4168-8ab7-1c8a6e147401"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-898c9d40-2853-4168-8ab7-1c8a6e147401"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-898c9d40-2853-4168-8ab7-1c8a6e147401"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-898c9d40-2853-4168-8ab7-1c8a6e147401"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-434fda3e-9f0a-4375-85d9-b8503c14e0af {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(10, 10, 10, 0.7);
}








#s-434fda3e-9f0a-4375-85d9-b8503c14e0af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-434fda3e-9f0a-4375-85d9-b8503c14e0af.shg-box.shg-c {
  justify-content: center;
}

#s-c95e9430-0c5b-47a8-b975-e29b3bf86d89 {
  margin-top: 30px;
margin-left: 70px;
margin-bottom: 0px;
margin-right: 70px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c95e9430-0c5b-47a8-b975-e29b3bf86d89 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-2d648150-6c12-4b85-b5b1-d3a86c5ac09a {
  margin-top: -25px;
margin-left: 70px;
margin-bottom: 0px;
margin-right: 70px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2d648150-6c12-4b85-b5b1-d3a86c5ac09a {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-37e88ad8-7dd3-42a2-bc57-adeb4e4d9b41 {
  margin-top: -25px;
margin-left: 70px;
margin-bottom: 0px;
margin-right: 70px;
}
@media (min-width: 768px) and (max-width: 991px){#s-37e88ad8-7dd3-42a2-bc57-adeb4e4d9b41 {
  margin-left: 30px;
margin-right: 30px;
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  
  
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

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

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

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

#s-f53daadd-d09e-4842-a1ea-54e456d341c3 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWEzNzY1YWEtM2MyNC00ZDQyLTgwYTMtNTZiYjVlYjAyZTBkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTU1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1YTM3NjVhYS0zYzI0LTRkNDItODBhMy01NmJiNWViMDJlMGQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0px;
margin-left: 70px;
margin-bottom: 40px;
margin-right: 70px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 12px;
text-align: left;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e55300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
#s-f53daadd-d09e-4842-a1ea-54e456d341c3:hover {border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f53daadd-d09e-4842-a1ea-54e456d341c3:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(18, 103, 180, 1) !important;
border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-f53daadd-d09e-4842-a1ea-54e456d341c3 {
  margin-left: 30px;
margin-right: 30px;
}
}

  #s-f53daadd-d09e-4842-a1ea-54e456d341c3-root {
    text-align: left;
  }


#s-f53daadd-d09e-4842-a1ea-54e456d341c3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f53daadd-d09e-4842-a1ea-54e456d341c3-root {
    text-align: left;
  }


#s-f53daadd-d09e-4842-a1ea-54e456d341c3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f53daadd-d09e-4842-a1ea-54e456d341c3-root {
    text-align: left;
  }


#s-f53daadd-d09e-4842-a1ea-54e456d341c3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f53daadd-d09e-4842-a1ea-54e456d341c3-root {
    text-align: left;
  }


#s-f53daadd-d09e-4842-a1ea-54e456d341c3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f53daadd-d09e-4842-a1ea-54e456d341c3-root {
    text-align: left;
  }


#s-f53daadd-d09e-4842-a1ea-54e456d341c3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-9aacc0cf-7e94-42e8-aeef-67e6b097d0ae {
  min-height: 50px;
}








#s-9aacc0cf-7e94-42e8-aeef-67e6b097d0ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9aacc0cf-7e94-42e8-aeef-67e6b097d0ae.shg-box.shg-c {
  justify-content: center;
}

#s-d24b73ab-4eaf-4fef-aa60-3ae1037d7aad {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 1px;
padding-bottom: 1px;
min-height: 50px;
max-width: 1440px;
}








#s-d24b73ab-4eaf-4fef-aa60-3ae1037d7aad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d24b73ab-4eaf-4fef-aa60-3ae1037d7aad.shg-box.shg-c {
  justify-content: flex-end;
}

#s-1a3f019a-85b4-42dc-bffb-b29bcf643a0b {
  margin-top: 10px;
margin-bottom: -13px;
padding-left: 10%;
padding-right: 10%;
}

#s-cbb847ee-b321-4204-9a02-7f07af2976db {
  margin-top: -15px;
margin-bottom: -15px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-8f1da5d7-6c5f-4793-867a-4519fa311dd7 {
  margin-top: 50px;
margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
max-width: 1440px;
}

@media (min-width: 0px) {
[id="s-8f1da5d7-6c5f-4793-867a-4519fa311dd7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f1da5d7-6c5f-4793-867a-4519fa311dd7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-8f1da5d7-6c5f-4793-867a-4519fa311dd7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-8f1da5d7-6c5f-4793-867a-4519fa311dd7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-2668ac23-b978-4a80-a93c-01a9d3aa8322 {
  min-height: 50px;
}








#s-2668ac23-b978-4a80-a93c-01a9d3aa8322 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2668ac23-b978-4a80-a93c-01a9d3aa8322 {
  cursor: pointer;
}#s-2668ac23-b978-4a80-a93c-01a9d3aa8322.shg-box.shg-c {
  justify-content: center;
}

#s-072820e5-81c1-4d06-af26-b343fad51ef9 {
  max-width: 1440px;
aspect-ratio: 16/9;
text-align: center;
}



.shg-image-margin-container-s-072820e5-81c1-4d06-af26-b343fad51ef9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-072820e5-81c1-4d06-af26-b343fad51ef9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-072820e5-81c1-4d06-af26-b343fad51ef9 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-072820e5-81c1-4d06-af26-b343fad51ef9 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-072820e5-81c1-4d06-af26-b343fad51ef9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-072820e5-81c1-4d06-af26-b343fad51ef9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-072820e5-81c1-4d06-af26-b343fad51ef9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1440px;
  }



  img.s-072820e5-81c1-4d06-af26-b343fad51ef9.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-072820e5-81c1-4d06-af26-b343fad51ef9 .shogun-image-content {
  
    align-items: center;
  
}

.s-072820e5-81c1-4d06-af26-b343fad51ef9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-072820e5-81c1-4d06-af26-b343fad51ef9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-072820e5-81c1-4d06-af26-b343fad51ef9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-072820e5-81c1-4d06-af26-b343fad51ef9 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-072820e5-81c1-4d06-af26-b343fad51ef9.shogun-image-container {
      position: relative;
    }

    .s-072820e5-81c1-4d06-af26-b343fad51ef9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-072820e5-81c1-4d06-af26-b343fad51ef9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-072820e5-81c1-4d06-af26-b343fad51ef9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-072820e5-81c1-4d06-af26-b343fad51ef9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-072820e5-81c1-4d06-af26-b343fad51ef9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-072820e5-81c1-4d06-af26-b343fad51ef9 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-072820e5-81c1-4d06-af26-b343fad51ef9 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-072820e5-81c1-4d06-af26-b343fad51ef9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-072820e5-81c1-4d06-af26-b343fad51ef9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-072820e5-81c1-4d06-af26-b343fad51ef9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1440px;
  }



  img.s-072820e5-81c1-4d06-af26-b343fad51ef9.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-072820e5-81c1-4d06-af26-b343fad51ef9 .shogun-image-content {
  
    align-items: center;
  
}

.s-072820e5-81c1-4d06-af26-b343fad51ef9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-072820e5-81c1-4d06-af26-b343fad51ef9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-072820e5-81c1-4d06-af26-b343fad51ef9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-072820e5-81c1-4d06-af26-b343fad51ef9 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-072820e5-81c1-4d06-af26-b343fad51ef9.shogun-image-container {
      position: relative;
    }

    .s-072820e5-81c1-4d06-af26-b343fad51ef9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-072820e5-81c1-4d06-af26-b343fad51ef9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-072820e5-81c1-4d06-af26-b343fad51ef9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

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

.shg-image-margin-container-s-072820e5-81c1-4d06-af26-b343fad51ef9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-072820e5-81c1-4d06-af26-b343fad51ef9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-072820e5-81c1-4d06-af26-b343fad51ef9 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-072820e5-81c1-4d06-af26-b343fad51ef9 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-072820e5-81c1-4d06-af26-b343fad51ef9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-072820e5-81c1-4d06-af26-b343fad51ef9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-072820e5-81c1-4d06-af26-b343fad51ef9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1440px;
  }



  img.s-072820e5-81c1-4d06-af26-b343fad51ef9.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-072820e5-81c1-4d06-af26-b343fad51ef9 .shogun-image-content {
  
    align-items: center;
  
}

.s-072820e5-81c1-4d06-af26-b343fad51ef9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-072820e5-81c1-4d06-af26-b343fad51ef9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-072820e5-81c1-4d06-af26-b343fad51ef9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-072820e5-81c1-4d06-af26-b343fad51ef9 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-072820e5-81c1-4d06-af26-b343fad51ef9.shogun-image-container {
      position: relative;
    }

    .s-072820e5-81c1-4d06-af26-b343fad51ef9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-072820e5-81c1-4d06-af26-b343fad51ef9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-072820e5-81c1-4d06-af26-b343fad51ef9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

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

.shg-image-margin-container-s-072820e5-81c1-4d06-af26-b343fad51ef9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-072820e5-81c1-4d06-af26-b343fad51ef9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-072820e5-81c1-4d06-af26-b343fad51ef9 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-072820e5-81c1-4d06-af26-b343fad51ef9 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-072820e5-81c1-4d06-af26-b343fad51ef9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-072820e5-81c1-4d06-af26-b343fad51ef9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-072820e5-81c1-4d06-af26-b343fad51ef9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1440px;
  }



  img.s-072820e5-81c1-4d06-af26-b343fad51ef9.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-072820e5-81c1-4d06-af26-b343fad51ef9 .shogun-image-content {
  
    align-items: center;
  
}

.s-072820e5-81c1-4d06-af26-b343fad51ef9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-072820e5-81c1-4d06-af26-b343fad51ef9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-072820e5-81c1-4d06-af26-b343fad51ef9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-072820e5-81c1-4d06-af26-b343fad51ef9 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-072820e5-81c1-4d06-af26-b343fad51ef9.shogun-image-container {
      position: relative;
    }

    .s-072820e5-81c1-4d06-af26-b343fad51ef9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-072820e5-81c1-4d06-af26-b343fad51ef9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-072820e5-81c1-4d06-af26-b343fad51ef9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

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

.shg-image-margin-container-s-072820e5-81c1-4d06-af26-b343fad51ef9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-072820e5-81c1-4d06-af26-b343fad51ef9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-072820e5-81c1-4d06-af26-b343fad51ef9 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-072820e5-81c1-4d06-af26-b343fad51ef9 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-072820e5-81c1-4d06-af26-b343fad51ef9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-072820e5-81c1-4d06-af26-b343fad51ef9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-072820e5-81c1-4d06-af26-b343fad51ef9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1440px;
  }



  img.s-072820e5-81c1-4d06-af26-b343fad51ef9.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-072820e5-81c1-4d06-af26-b343fad51ef9 .shogun-image-content {
  
    align-items: center;
  
}

.s-072820e5-81c1-4d06-af26-b343fad51ef9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-072820e5-81c1-4d06-af26-b343fad51ef9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-072820e5-81c1-4d06-af26-b343fad51ef9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-072820e5-81c1-4d06-af26-b343fad51ef9 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-072820e5-81c1-4d06-af26-b343fad51ef9.shogun-image-container {
      position: relative;
    }

    .s-072820e5-81c1-4d06-af26-b343fad51ef9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-072820e5-81c1-4d06-af26-b343fad51ef9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-072820e5-81c1-4d06-af26-b343fad51ef9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-3f6d96a3-6c52-4063-80a1-762c0b6fd4e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f6d96a3-6c52-4063-80a1-762c0b6fd4e1 .shogun-heading-component h3 {
  color: rgba(206, 2, 27, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 3px;
  
}



#s-54443051-bb8e-4808-b1fc-4a094ebabbfb {
  min-height: 50px;
}








#s-54443051-bb8e-4808-b1fc-4a094ebabbfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-54443051-bb8e-4808-b1fc-4a094ebabbfb {
  cursor: pointer;
}#s-54443051-bb8e-4808-b1fc-4a094ebabbfb.shg-box.shg-c {
  justify-content: center;
}

#s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 {
  max-width: 1440px;
aspect-ratio: 16/9;
text-align: center;
}



.shg-image-margin-container-s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1440px;
  }



  img.s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 .shogun-image-content {
  
    align-items: center;
  
}

.s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shogun-image-container {
      position: relative;
    }

    .s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1440px;
  }



  img.s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 .shogun-image-content {
  
    align-items: center;
  
}

.s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shogun-image-container {
      position: relative;
    }

    .s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

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

.shg-image-margin-container-s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1440px;
  }



  img.s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 .shogun-image-content {
  
    align-items: center;
  
}

.s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shogun-image-container {
      position: relative;
    }

    .s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

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

.shg-image-margin-container-s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1440px;
  }



  img.s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 .shogun-image-content {
  
    align-items: center;
  
}

.s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shogun-image-container {
      position: relative;
    }

    .s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

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

.shg-image-margin-container-s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1440px;
  }



  img.s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 .shogun-image-content {
  
    align-items: center;
  
}

.s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shogun-image-container {
      position: relative;
    }

    .s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-631a6197-0ed6-4478-80a9-fd5db6dc8a04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-631a6197-0ed6-4478-80a9-fd5db6dc8a04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

}
#s-bb7eb9b7-22d4-41f3-9041-979351ce03c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb7eb9b7-22d4-41f3-9041-979351ce03c4 .shogun-heading-component h3 {
  color: rgba(206, 2, 27, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 3px;
  
}



#s-38951dca-c998-448e-815c-f7074de56f18 {
  min-height: 50px;
}








#s-38951dca-c998-448e-815c-f7074de56f18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-38951dca-c998-448e-815c-f7074de56f18 {
  cursor: pointer;
}#s-38951dca-c998-448e-815c-f7074de56f18.shg-box.shg-c {
  justify-content: center;
}

#s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 {
  max-width: 1440px;
aspect-ratio: 16/9;
text-align: center;
}



.shg-image-margin-container-s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1440px;
  }



  img.s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 .shogun-image-content {
  
    align-items: center;
  
}

.s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shogun-image-container {
      position: relative;
    }

    .s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1440px;
  }



  img.s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 .shogun-image-content {
  
    align-items: center;
  
}

.s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shogun-image-container {
      position: relative;
    }

    .s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

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

.shg-image-margin-container-s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1440px;
  }



  img.s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 .shogun-image-content {
  
    align-items: center;
  
}

.s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shogun-image-container {
      position: relative;
    }

    .s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

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

.shg-image-margin-container-s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1440px;
  }



  img.s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 .shogun-image-content {
  
    align-items: center;
  
}

.s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shogun-image-container {
      position: relative;
    }

    .s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

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

.shg-image-margin-container-s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1440px;
  }



  img.s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 .shogun-image-content {
  
    align-items: center;
  
}

.s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shogun-image-container {
      position: relative;
    }

    .s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66a26b1f-2a88-4b5b-8f46-7f3c24badc29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

}
#s-e04afdf9-2b9f-4ed8-97f8-6a42cb584d03 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e04afdf9-2b9f-4ed8-97f8-6a42cb584d03 .shogun-heading-component h3 {
  color: rgba(206, 2, 27, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 3px;
  
}



#s-f2f069f0-7e95-451c-80b0-2be9d36870e4 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 25px;
padding-bottom: 50px;
min-height: 50px;
max-width: 1440px;
background-position: center center;
}

#s-f2f069f0-7e95-451c-80b0-2be9d36870e4 {
  background-image: url(https://i.shgcdn.com/fb034f37-a952-4c2c-abcf-0226b2264fdc/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f2f069f0-7e95-451c-80b0-2be9d36870e4 {
  background-image: url(https://i.shgcdn.com/fb034f37-a952-4c2c-abcf-0226b2264fdc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-f2f069f0-7e95-451c-80b0-2be9d36870e4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f2f069f0-7e95-451c-80b0-2be9d36870e4 {
  background-image: url(https://i.shgcdn.com/fb034f37-a952-4c2c-abcf-0226b2264fdc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-f2f069f0-7e95-451c-80b0-2be9d36870e4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f2f069f0-7e95-451c-80b0-2be9d36870e4 {
  background-image: url(https://i.shgcdn.com/fb034f37-a952-4c2c-abcf-0226b2264fdc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-f2f069f0-7e95-451c-80b0-2be9d36870e4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f2f069f0-7e95-451c-80b0-2be9d36870e4 {
  background-image: url(https://i.shgcdn.com/fb034f37-a952-4c2c-abcf-0226b2264fdc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-f2f069f0-7e95-451c-80b0-2be9d36870e4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f2f069f0-7e95-451c-80b0-2be9d36870e4 {
  background-image: url(https://i.shgcdn.com/fb034f37-a952-4c2c-abcf-0226b2264fdc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-f2f069f0-7e95-451c-80b0-2be9d36870e4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f2f069f0-7e95-451c-80b0-2be9d36870e4 {
  background-image: url(https://i.shgcdn.com/fb034f37-a952-4c2c-abcf-0226b2264fdc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-f2f069f0-7e95-451c-80b0-2be9d36870e4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f2f069f0-7e95-451c-80b0-2be9d36870e4 {
  background-image: url(https://i.shgcdn.com/fb034f37-a952-4c2c-abcf-0226b2264fdc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-f2f069f0-7e95-451c-80b0-2be9d36870e4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f2f069f0-7e95-451c-80b0-2be9d36870e4 {
  background-image: url(https://i.shgcdn.com/fb034f37-a952-4c2c-abcf-0226b2264fdc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-f2f069f0-7e95-451c-80b0-2be9d36870e4.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-f2f069f0-7e95-451c-80b0-2be9d36870e4 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-f2f069f0-7e95-451c-80b0-2be9d36870e4.shg-box.shg-c {
  justify-content: flex-end;
}

#s-84a08e8a-c536-40b7-8b4a-ce88d49666d3 {
  margin-top: 0px;
margin-left: 70px;
margin-bottom: 0px;
margin-right: 70px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-719f7bf5-a156-4fed-81bd-a285cdc47482 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1440px;
}

@media (min-width: 0px) {
[id="s-719f7bf5-a156-4fed-81bd-a285cdc47482"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-719f7bf5-a156-4fed-81bd-a285cdc47482"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-719f7bf5-a156-4fed-81bd-a285cdc47482"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-719f7bf5-a156-4fed-81bd-a285cdc47482"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-3851dcf4-631a-4cfe-982f-a0093afd2484 {
  min-height: 50px;
}








#s-3851dcf4-631a-4cfe-982f-a0093afd2484 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3851dcf4-631a-4cfe-982f-a0093afd2484 {
  cursor: pointer;
}#s-3851dcf4-631a-4cfe-982f-a0093afd2484.shg-box.shg-c {
  justify-content: center;
}

#s-6aa9c679-c426-482e-ab05-eabbdac1410d {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-6aa9c679-c426-482e-ab05-eabbdac1410d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6aa9c679-c426-482e-ab05-eabbdac1410d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6aa9c679-c426-482e-ab05-eabbdac1410d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6aa9c679-c426-482e-ab05-eabbdac1410d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6aa9c679-c426-482e-ab05-eabbdac1410d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6aa9c679-c426-482e-ab05-eabbdac1410d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6aa9c679-c426-482e-ab05-eabbdac1410d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-6aa9c679-c426-482e-ab05-eabbdac1410d.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-6aa9c679-c426-482e-ab05-eabbdac1410d .shogun-image-content {
  
    align-items: center;
  
}

.s-6aa9c679-c426-482e-ab05-eabbdac1410d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6aa9c679-c426-482e-ab05-eabbdac1410d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6aa9c679-c426-482e-ab05-eabbdac1410d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6aa9c679-c426-482e-ab05-eabbdac1410d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6aa9c679-c426-482e-ab05-eabbdac1410d.shogun-image-container {
      position: relative;
    }

    .s-6aa9c679-c426-482e-ab05-eabbdac1410d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6aa9c679-c426-482e-ab05-eabbdac1410d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6aa9c679-c426-482e-ab05-eabbdac1410d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6aa9c679-c426-482e-ab05-eabbdac1410d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6aa9c679-c426-482e-ab05-eabbdac1410d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6aa9c679-c426-482e-ab05-eabbdac1410d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6aa9c679-c426-482e-ab05-eabbdac1410d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6aa9c679-c426-482e-ab05-eabbdac1410d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6aa9c679-c426-482e-ab05-eabbdac1410d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6aa9c679-c426-482e-ab05-eabbdac1410d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-6aa9c679-c426-482e-ab05-eabbdac1410d.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-6aa9c679-c426-482e-ab05-eabbdac1410d .shogun-image-content {
  
    align-items: center;
  
}

.s-6aa9c679-c426-482e-ab05-eabbdac1410d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6aa9c679-c426-482e-ab05-eabbdac1410d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6aa9c679-c426-482e-ab05-eabbdac1410d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6aa9c679-c426-482e-ab05-eabbdac1410d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6aa9c679-c426-482e-ab05-eabbdac1410d.shogun-image-container {
      position: relative;
    }

    .s-6aa9c679-c426-482e-ab05-eabbdac1410d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6aa9c679-c426-482e-ab05-eabbdac1410d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6aa9c679-c426-482e-ab05-eabbdac1410d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-6aa9c679-c426-482e-ab05-eabbdac1410d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6aa9c679-c426-482e-ab05-eabbdac1410d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6aa9c679-c426-482e-ab05-eabbdac1410d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6aa9c679-c426-482e-ab05-eabbdac1410d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6aa9c679-c426-482e-ab05-eabbdac1410d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6aa9c679-c426-482e-ab05-eabbdac1410d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6aa9c679-c426-482e-ab05-eabbdac1410d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-6aa9c679-c426-482e-ab05-eabbdac1410d.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-6aa9c679-c426-482e-ab05-eabbdac1410d .shogun-image-content {
  
    align-items: center;
  
}

.s-6aa9c679-c426-482e-ab05-eabbdac1410d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6aa9c679-c426-482e-ab05-eabbdac1410d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6aa9c679-c426-482e-ab05-eabbdac1410d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6aa9c679-c426-482e-ab05-eabbdac1410d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6aa9c679-c426-482e-ab05-eabbdac1410d.shogun-image-container {
      position: relative;
    }

    .s-6aa9c679-c426-482e-ab05-eabbdac1410d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6aa9c679-c426-482e-ab05-eabbdac1410d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6aa9c679-c426-482e-ab05-eabbdac1410d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-6aa9c679-c426-482e-ab05-eabbdac1410d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6aa9c679-c426-482e-ab05-eabbdac1410d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6aa9c679-c426-482e-ab05-eabbdac1410d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6aa9c679-c426-482e-ab05-eabbdac1410d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6aa9c679-c426-482e-ab05-eabbdac1410d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6aa9c679-c426-482e-ab05-eabbdac1410d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6aa9c679-c426-482e-ab05-eabbdac1410d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-6aa9c679-c426-482e-ab05-eabbdac1410d.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-6aa9c679-c426-482e-ab05-eabbdac1410d .shogun-image-content {
  
    align-items: center;
  
}

.s-6aa9c679-c426-482e-ab05-eabbdac1410d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6aa9c679-c426-482e-ab05-eabbdac1410d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6aa9c679-c426-482e-ab05-eabbdac1410d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6aa9c679-c426-482e-ab05-eabbdac1410d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6aa9c679-c426-482e-ab05-eabbdac1410d.shogun-image-container {
      position: relative;
    }

    .s-6aa9c679-c426-482e-ab05-eabbdac1410d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6aa9c679-c426-482e-ab05-eabbdac1410d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6aa9c679-c426-482e-ab05-eabbdac1410d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-6aa9c679-c426-482e-ab05-eabbdac1410d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6aa9c679-c426-482e-ab05-eabbdac1410d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6aa9c679-c426-482e-ab05-eabbdac1410d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6aa9c679-c426-482e-ab05-eabbdac1410d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6aa9c679-c426-482e-ab05-eabbdac1410d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6aa9c679-c426-482e-ab05-eabbdac1410d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6aa9c679-c426-482e-ab05-eabbdac1410d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-6aa9c679-c426-482e-ab05-eabbdac1410d.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-6aa9c679-c426-482e-ab05-eabbdac1410d .shogun-image-content {
  
    align-items: center;
  
}

.s-6aa9c679-c426-482e-ab05-eabbdac1410d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6aa9c679-c426-482e-ab05-eabbdac1410d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6aa9c679-c426-482e-ab05-eabbdac1410d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6aa9c679-c426-482e-ab05-eabbdac1410d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6aa9c679-c426-482e-ab05-eabbdac1410d.shogun-image-container {
      position: relative;
    }

    .s-6aa9c679-c426-482e-ab05-eabbdac1410d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6aa9c679-c426-482e-ab05-eabbdac1410d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6aa9c679-c426-482e-ab05-eabbdac1410d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-44469407-9d64-4852-a56e-b4426f3d7d4d {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
background-color: rgba(10, 10, 10, 0.4);
}

#s-44469407-9d64-4852-a56e-b4426f3d7d4d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 3px;
  
}



#s-e6ff48e4-ec5d-4cd5-8e15-9b2ba4bb0df0 {
  min-height: 50px;
}








#s-e6ff48e4-ec5d-4cd5-8e15-9b2ba4bb0df0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e6ff48e4-ec5d-4cd5-8e15-9b2ba4bb0df0 {
  cursor: pointer;
}#s-e6ff48e4-ec5d-4cd5-8e15-9b2ba4bb0df0.shg-box.shg-c {
  justify-content: center;
}

#s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shogun-image-container {
      position: relative;
    }

    .s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shogun-image-container {
      position: relative;
    }

    .s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shogun-image-container {
      position: relative;
    }

    .s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shogun-image-container {
      position: relative;
    }

    .s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shogun-image-container {
      position: relative;
    }

    .s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd46a3bf-bfc7-44c3-876a-c399f53d8125.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd46a3bf-bfc7-44c3-876a-c399f53d8125 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-de2af47d-8f81-46d0-b50d-fe7472c79ad5 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
background-color: rgba(10, 10, 10, 0.4);
}

#s-de2af47d-8f81-46d0-b50d-fe7472c79ad5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 3px;
  
}



#s-16ea4277-53ff-4500-88d6-bfc82164c7f8 {
  min-height: 50px;
}








#s-16ea4277-53ff-4500-88d6-bfc82164c7f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-16ea4277-53ff-4500-88d6-bfc82164c7f8 {
  cursor: pointer;
}#s-16ea4277-53ff-4500-88d6-bfc82164c7f8.shg-box.shg-c {
  justify-content: center;
}

#s-311ed037-4c12-4991-9338-6fcdb2f2a46e {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-311ed037-4c12-4991-9338-6fcdb2f2a46e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-311ed037-4c12-4991-9338-6fcdb2f2a46e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-311ed037-4c12-4991-9338-6fcdb2f2a46e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-311ed037-4c12-4991-9338-6fcdb2f2a46e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-311ed037-4c12-4991-9338-6fcdb2f2a46e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-311ed037-4c12-4991-9338-6fcdb2f2a46e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-311ed037-4c12-4991-9338-6fcdb2f2a46e .shogun-image-content {
  
    align-items: center;
  
}

.s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-311ed037-4c12-4991-9338-6fcdb2f2a46e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shogun-image-container {
      position: relative;
    }

    .s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-311ed037-4c12-4991-9338-6fcdb2f2a46e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-311ed037-4c12-4991-9338-6fcdb2f2a46e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-311ed037-4c12-4991-9338-6fcdb2f2a46e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-311ed037-4c12-4991-9338-6fcdb2f2a46e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-311ed037-4c12-4991-9338-6fcdb2f2a46e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-311ed037-4c12-4991-9338-6fcdb2f2a46e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-311ed037-4c12-4991-9338-6fcdb2f2a46e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-311ed037-4c12-4991-9338-6fcdb2f2a46e .shogun-image-content {
  
    align-items: center;
  
}

.s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-311ed037-4c12-4991-9338-6fcdb2f2a46e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shogun-image-container {
      position: relative;
    }

    .s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-311ed037-4c12-4991-9338-6fcdb2f2a46e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-311ed037-4c12-4991-9338-6fcdb2f2a46e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-311ed037-4c12-4991-9338-6fcdb2f2a46e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-311ed037-4c12-4991-9338-6fcdb2f2a46e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-311ed037-4c12-4991-9338-6fcdb2f2a46e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-311ed037-4c12-4991-9338-6fcdb2f2a46e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-311ed037-4c12-4991-9338-6fcdb2f2a46e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-311ed037-4c12-4991-9338-6fcdb2f2a46e .shogun-image-content {
  
    align-items: center;
  
}

.s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-311ed037-4c12-4991-9338-6fcdb2f2a46e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shogun-image-container {
      position: relative;
    }

    .s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-311ed037-4c12-4991-9338-6fcdb2f2a46e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-311ed037-4c12-4991-9338-6fcdb2f2a46e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-311ed037-4c12-4991-9338-6fcdb2f2a46e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-311ed037-4c12-4991-9338-6fcdb2f2a46e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-311ed037-4c12-4991-9338-6fcdb2f2a46e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-311ed037-4c12-4991-9338-6fcdb2f2a46e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-311ed037-4c12-4991-9338-6fcdb2f2a46e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-311ed037-4c12-4991-9338-6fcdb2f2a46e .shogun-image-content {
  
    align-items: center;
  
}

.s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-311ed037-4c12-4991-9338-6fcdb2f2a46e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shogun-image-container {
      position: relative;
    }

    .s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-311ed037-4c12-4991-9338-6fcdb2f2a46e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-311ed037-4c12-4991-9338-6fcdb2f2a46e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-311ed037-4c12-4991-9338-6fcdb2f2a46e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-311ed037-4c12-4991-9338-6fcdb2f2a46e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-311ed037-4c12-4991-9338-6fcdb2f2a46e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-311ed037-4c12-4991-9338-6fcdb2f2a46e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-311ed037-4c12-4991-9338-6fcdb2f2a46e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-311ed037-4c12-4991-9338-6fcdb2f2a46e .shogun-image-content {
  
    align-items: center;
  
}

.s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-311ed037-4c12-4991-9338-6fcdb2f2a46e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shogun-image-container {
      position: relative;
    }

    .s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-311ed037-4c12-4991-9338-6fcdb2f2a46e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-311ed037-4c12-4991-9338-6fcdb2f2a46e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-6f2403f1-75ec-4b54-98f7-a7dd756b0369 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
background-color: rgba(10, 10, 10, 0.4);
}

#s-6f2403f1-75ec-4b54-98f7-a7dd756b0369 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 3px;
  
}



#s-02e42b14-c19c-4ff3-90c6-db75c1225f19 {
  margin-bottom: 50px;
min-height: 50px;
}








#s-02e42b14-c19c-4ff3-90c6-db75c1225f19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-02e42b14-c19c-4ff3-90c6-db75c1225f19.shg-box.shg-c {
  justify-content: center;
}

#s-2431cce3-e81a-43f7-903c-7cd7a70544fc {
  min-height: 50px;
}








#s-2431cce3-e81a-43f7-903c-7cd7a70544fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2431cce3-e81a-43f7-903c-7cd7a70544fc.shg-box.shg-c {
  justify-content: center;
}

#s-1b5882ca-8a67-4614-b2c6-2a07b71c1518 {
  text-align: left;
}

#s-ffb350bc-3a91-4766-99c6-627bd0c8a8f2 {
  margin-top: 25px;
margin-left: 70px;
margin-bottom: 0px;
margin-right: 70px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-5f3de44f-18f0-4be0-b48a-fc65b69f0428 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
max-width: 880px;
}

#s-e5f4d76e-f867-4253-aef6-02df06e7f72b {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
}

@media (min-width: 0px) {
[id="s-e5f4d76e-f867-4253-aef6-02df06e7f72b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e5f4d76e-f867-4253-aef6-02df06e7f72b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e5f4d76e-f867-4253-aef6-02df06e7f72b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e5f4d76e-f867-4253-aef6-02df06e7f72b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-f79358ac-27f3-4113-8da0-b70135e7a802 {
  max-width: 300px;
aspect-ratio: 300/131;
text-align: center;
}





  #s-f79358ac-27f3-4113-8da0-b70135e7a802 img.shogun-image,
  #s-f79358ac-27f3-4113-8da0-b70135e7a802 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f79358ac-27f3-4113-8da0-b70135e7a802 {
    width: 100%;
    height: auto;
  }



  #s-f79358ac-27f3-4113-8da0-b70135e7a802 img.shogun-image {
    

    
    
    
  }


#s-f79358ac-27f3-4113-8da0-b70135e7a802 .shogun-image-content {
  
    align-items: center;
  
}

#s-e78991e2-7cb1-40f1-a95e-947c56a5a995 {
  max-width: 300px;
aspect-ratio: 300/131;
text-align: center;
}





  #s-e78991e2-7cb1-40f1-a95e-947c56a5a995 img.shogun-image,
  #s-e78991e2-7cb1-40f1-a95e-947c56a5a995 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e78991e2-7cb1-40f1-a95e-947c56a5a995 {
    width: 100%;
    height: auto;
  }



  #s-e78991e2-7cb1-40f1-a95e-947c56a5a995 img.shogun-image {
    

    
    
    
  }


#s-e78991e2-7cb1-40f1-a95e-947c56a5a995 .shogun-image-content {
  
    align-items: center;
  
}

#s-b9efd04b-9254-4020-a973-fa42ac536426 {
  max-width: 300px;
aspect-ratio: 300/131;
text-align: center;
}





  #s-b9efd04b-9254-4020-a973-fa42ac536426 img.shogun-image,
  #s-b9efd04b-9254-4020-a973-fa42ac536426 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b9efd04b-9254-4020-a973-fa42ac536426 {
    width: 100%;
    height: auto;
  }



  #s-b9efd04b-9254-4020-a973-fa42ac536426 img.shogun-image {
    

    
    
    
  }


#s-b9efd04b-9254-4020-a973-fa42ac536426 .shogun-image-content {
  
    align-items: center;
  
}

#s-c57089a3-b71a-4409-8d4b-00c92dbc84bf {
  max-width: 300px;
aspect-ratio: 300/125;
text-align: center;
}





  #s-c57089a3-b71a-4409-8d4b-00c92dbc84bf img.shogun-image,
  #s-c57089a3-b71a-4409-8d4b-00c92dbc84bf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c57089a3-b71a-4409-8d4b-00c92dbc84bf {
    width: 100%;
    height: auto;
  }



  #s-c57089a3-b71a-4409-8d4b-00c92dbc84bf img.shogun-image {
    

    
    
    
  }


#s-c57089a3-b71a-4409-8d4b-00c92dbc84bf .shogun-image-content {
  
    align-items: center;
  
}

#s-ed74dd6e-ffac-4a18-a01c-75d40e66635b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center top;
}








#s-ed74dd6e-ffac-4a18-a01c-75d40e66635b > .shg-box-overlay {
  background-color: rgba(42, 42, 42, 1);
  opacity: 0;
  display: block;
}#s-ed74dd6e-ffac-4a18-a01c-75d40e66635b.shg-box.shg-c {
  justify-content: center;
}

#s-d9f2782d-54a4-4e40-84a7-2071fc669c83 {
  margin-left: 7%;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-d9f2782d-54a4-4e40-84a7-2071fc669c83"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9f2782d-54a4-4e40-84a7-2071fc669c83"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d9f2782d-54a4-4e40-84a7-2071fc669c83"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9f2782d-54a4-4e40-84a7-2071fc669c83"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3be5d2c1-5684-4d58-b324-d1c61ae1bfd0 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(66, 66, 66, 0.7);
}








#s-3be5d2c1-5684-4d58-b324-d1c61ae1bfd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3be5d2c1-5684-4d58-b324-d1c61ae1bfd0.shg-box.shg-c {
  justify-content: center;
}

#s-822c7cd6-ae24-4ba9-8702-0b7cd992cc99 {
  margin-top: 30px;
margin-left: 70px;
margin-bottom: 0px;
margin-right: 70px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-822c7cd6-ae24-4ba9-8702-0b7cd992cc99 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-c19392ce-f349-468f-924b-0726807f3627 {
  margin-top: -25px;
margin-left: 70px;
margin-bottom: 0px;
margin-right: 70px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c19392ce-f349-468f-924b-0726807f3627 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-99c325aa-cdb7-4819-ace5-305a854618ea {
  margin-top: -25px;
margin-left: 70px;
margin-bottom: 0px;
margin-right: 70px;
}
@media (min-width: 768px) and (max-width: 991px){#s-99c325aa-cdb7-4819-ace5-305a854618ea {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-53595cb1-7985-4f9a-96ac-1dcc062afdf7 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWE4YzA5ODgtYmRkNC00YmQyLThhNWUtZTZiYTg4NzFiYjBjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTU1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlYThjMDk4OC1iZGQ0LTRiZDItOGE1ZS1lNmJhODg3MWJiMGMpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0px;
margin-left: 70px;
margin-bottom: 40px;
margin-right: 70px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 12px;
text-align: left;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e55300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
#s-53595cb1-7985-4f9a-96ac-1dcc062afdf7:hover {border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-53595cb1-7985-4f9a-96ac-1dcc062afdf7:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(18, 103, 180, 1) !important;
border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-53595cb1-7985-4f9a-96ac-1dcc062afdf7 {
  margin-left: 30px;
margin-right: 30px;
}
}

  #s-53595cb1-7985-4f9a-96ac-1dcc062afdf7-root {
    text-align: left;
  }


#s-53595cb1-7985-4f9a-96ac-1dcc062afdf7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-53595cb1-7985-4f9a-96ac-1dcc062afdf7-root {
    text-align: left;
  }


#s-53595cb1-7985-4f9a-96ac-1dcc062afdf7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-53595cb1-7985-4f9a-96ac-1dcc062afdf7-root {
    text-align: left;
  }


#s-53595cb1-7985-4f9a-96ac-1dcc062afdf7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-53595cb1-7985-4f9a-96ac-1dcc062afdf7-root {
    text-align: left;
  }


#s-53595cb1-7985-4f9a-96ac-1dcc062afdf7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-53595cb1-7985-4f9a-96ac-1dcc062afdf7-root {
    text-align: left;
  }


#s-53595cb1-7985-4f9a-96ac-1dcc062afdf7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-fcfa3d83-0eea-420f-b35f-01702ba22a32 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1440px;
}








#s-fcfa3d83-0eea-420f-b35f-01702ba22a32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fcfa3d83-0eea-420f-b35f-01702ba22a32.shg-box.shg-c {
  justify-content: flex-end;
}

#s-82be7d64-bf8e-43fb-b72f-6af5ad23a934 {
  margin-top: 10px;
margin-bottom: -13px;
padding-left: 10%;
padding-right: 10%;
}

#s-008cb544-bd72-42db-b90b-df8f7d273b42 {
  margin-top: -15px;
margin-bottom: -15px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-20c2c483-947b-4da1-9d22-2a5f6185685e {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 880px;
}

#s-f070c7d0-0049-42c7-bc89-4091423c9409 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
padding-top: 35px;
padding-bottom: 35px;
}

@media (min-width: 0px) {
[id="s-f070c7d0-0049-42c7-bc89-4091423c9409"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f070c7d0-0049-42c7-bc89-4091423c9409"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f070c7d0-0049-42c7-bc89-4091423c9409"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f070c7d0-0049-42c7-bc89-4091423c9409"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6d40a066-4963-437a-b97a-34b297ad804e {
  min-height: 50px;
}








#s-6d40a066-4963-437a-b97a-34b297ad804e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d40a066-4963-437a-b97a-34b297ad804e {
  cursor: pointer;
}#s-6d40a066-4963-437a-b97a-34b297ad804e.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

#s-a8b5bcd6-d364-4ad7-8bfd-f34e27c1a8ee {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-5aa5597b-bf83-484f-a723-27d72e97456d {
  padding-left: 10%;
padding-right: 10%;
}

#s-75237dc8-8560-402d-8f9e-e050fe3891bc {
  margin-top: -30px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-22ee7c07-25f0-47b3-901e-43f92da169ce {
  margin-top: -50px;
margin-bottom: 0px;
padding-top: 1px;
padding-left: 14%;
padding-bottom: 1px;
padding-right: 14%;
}

#s-8ef6cbf2-7ca9-4a52-8ac3-736231388ef2 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDQ3OTk3NTgtM2EzNC00NDJlLWFmY2UtNDVhYTcwNDc1ZDc3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTU1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkNDc5OTc1OC0zYTM0LTQ0MmUtYWZjZS00NWFhNzA0NzVkNzcpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 12px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e55300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
#s-8ef6cbf2-7ca9-4a52-8ac3-736231388ef2:hover {border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8ef6cbf2-7ca9-4a52-8ac3-736231388ef2:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(18, 103, 180, 1) !important;
border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-8ef6cbf2-7ca9-4a52-8ac3-736231388ef2 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-8ef6cbf2-7ca9-4a52-8ac3-736231388ef2 {
  margin-top: 20px;
margin-bottom: 20px;
}
}

  #s-8ef6cbf2-7ca9-4a52-8ac3-736231388ef2-root {
    text-align: center;
  }


#s-8ef6cbf2-7ca9-4a52-8ac3-736231388ef2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8ef6cbf2-7ca9-4a52-8ac3-736231388ef2-root {
    text-align: center;
  }


#s-8ef6cbf2-7ca9-4a52-8ac3-736231388ef2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8ef6cbf2-7ca9-4a52-8ac3-736231388ef2-root {
    text-align: center;
  }


#s-8ef6cbf2-7ca9-4a52-8ac3-736231388ef2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8ef6cbf2-7ca9-4a52-8ac3-736231388ef2-root {
    text-align: center;
  }


#s-8ef6cbf2-7ca9-4a52-8ac3-736231388ef2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8ef6cbf2-7ca9-4a52-8ac3-736231388ef2-root {
    text-align: center;
  }


#s-8ef6cbf2-7ca9-4a52-8ac3-736231388ef2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-23484da5-4223-4796-86a6-820d7f4a8786 {
  min-height: 50px;
}








#s-23484da5-4223-4796-86a6-820d7f4a8786 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-23484da5-4223-4796-86a6-820d7f4a8786 {
  cursor: pointer;
}#s-23484da5-4223-4796-86a6-820d7f4a8786.shg-box.shg-c {
  justify-content: center;
}

#s-65428469-9927-4654-a374-9b326a25bc4a {
  margin-left: 10%;
margin-right: 10%;
}

#s-1adfc6df-4966-4eed-8a97-05686576c038 {
  padding-left: 10%;
padding-right: 10%;
}

#s-cfb8c20d-18ac-4bbe-8f87-0aa35184eac1 {
  margin-top: -25px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-eb799560-3833-4eac-9c7a-b57520c56ff0 {
  margin-top: -50px;
margin-bottom: 0px;
padding-top: 1px;
padding-left: 14%;
padding-bottom: 1px;
padding-right: 14%;
}

#s-74b1a48e-489c-433f-b1d4-8cb9ef77ead7 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjA2NjRkNGEtYjljYi00ZjA4LTg5ZTYtZjU1MWJiMGYxMmVkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTU1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyMDY2NGQ0YS1iOWNiLTRmMDgtODllNi1mNTUxYmIwZjEyZWQpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 12px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e55300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
#s-74b1a48e-489c-433f-b1d4-8cb9ef77ead7:hover {border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-74b1a48e-489c-433f-b1d4-8cb9ef77ead7:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(18, 103, 180, 1) !important;
border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-74b1a48e-489c-433f-b1d4-8cb9ef77ead7 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-74b1a48e-489c-433f-b1d4-8cb9ef77ead7 {
  margin-top: 20px;
margin-bottom: 20px;
}
}

  #s-74b1a48e-489c-433f-b1d4-8cb9ef77ead7-root {
    text-align: center;
  }


#s-74b1a48e-489c-433f-b1d4-8cb9ef77ead7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-74b1a48e-489c-433f-b1d4-8cb9ef77ead7-root {
    text-align: center;
  }


#s-74b1a48e-489c-433f-b1d4-8cb9ef77ead7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-74b1a48e-489c-433f-b1d4-8cb9ef77ead7-root {
    text-align: center;
  }


#s-74b1a48e-489c-433f-b1d4-8cb9ef77ead7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-74b1a48e-489c-433f-b1d4-8cb9ef77ead7-root {
    text-align: center;
  }


#s-74b1a48e-489c-433f-b1d4-8cb9ef77ead7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-74b1a48e-489c-433f-b1d4-8cb9ef77ead7-root {
    text-align: center;
  }


#s-74b1a48e-489c-433f-b1d4-8cb9ef77ead7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-6b5849a9-9ed1-4f60-b730-b928f44ce91a {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
padding-top: 35px;
padding-bottom: 35px;
}

@media (min-width: 0px) {
[id="s-6b5849a9-9ed1-4f60-b730-b928f44ce91a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b5849a9-9ed1-4f60-b730-b928f44ce91a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6b5849a9-9ed1-4f60-b730-b928f44ce91a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b5849a9-9ed1-4f60-b730-b928f44ce91a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6740b449-87db-4852-aeec-3e3b2f09a7a1 {
  min-height: 50px;
}








#s-6740b449-87db-4852-aeec-3e3b2f09a7a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6740b449-87db-4852-aeec-3e3b2f09a7a1 {
  cursor: pointer;
}#s-6740b449-87db-4852-aeec-3e3b2f09a7a1.shg-box.shg-c {
  justify-content: center;
}

#s-f0487835-c692-4450-ba3f-fefe458e8c11 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-5faf005e-435f-4fbe-a3ec-37572376af2d {
  padding-left: 10%;
padding-right: 10%;
}

#s-b94fe8d6-cfaf-4ccd-9406-e2af743ec777 {
  margin-top: -30px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-4b8626a7-079c-492a-afec-da276f7e1310 {
  margin-top: -50px;
margin-bottom: 0px;
padding-top: 1px;
padding-left: 14%;
padding-bottom: 1px;
padding-right: 14%;
}

#s-7a60e9c4-41ee-4dac-b9be-f6e4e12639b6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDQ3OTk3NTgtM2EzNC00NDJlLWFmY2UtNDVhYTcwNDc1ZDc3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTU1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkNDc5OTc1OC0zYTM0LTQ0MmUtYWZjZS00NWFhNzA0NzVkNzcpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 12px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e55300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
#s-7a60e9c4-41ee-4dac-b9be-f6e4e12639b6:hover {border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7a60e9c4-41ee-4dac-b9be-f6e4e12639b6:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(18, 103, 180, 1) !important;
border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-7a60e9c4-41ee-4dac-b9be-f6e4e12639b6 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-7a60e9c4-41ee-4dac-b9be-f6e4e12639b6 {
  margin-top: 20px;
margin-bottom: 20px;
}
}

  #s-7a60e9c4-41ee-4dac-b9be-f6e4e12639b6-root {
    text-align: center;
  }


#s-7a60e9c4-41ee-4dac-b9be-f6e4e12639b6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7a60e9c4-41ee-4dac-b9be-f6e4e12639b6-root {
    text-align: center;
  }


#s-7a60e9c4-41ee-4dac-b9be-f6e4e12639b6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7a60e9c4-41ee-4dac-b9be-f6e4e12639b6-root {
    text-align: center;
  }


#s-7a60e9c4-41ee-4dac-b9be-f6e4e12639b6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7a60e9c4-41ee-4dac-b9be-f6e4e12639b6-root {
    text-align: center;
  }


#s-7a60e9c4-41ee-4dac-b9be-f6e4e12639b6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7a60e9c4-41ee-4dac-b9be-f6e4e12639b6-root {
    text-align: center;
  }


#s-7a60e9c4-41ee-4dac-b9be-f6e4e12639b6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-fb254544-43d1-4032-ba59-0098d0460eb3 {
  min-height: 50px;
}








#s-fb254544-43d1-4032-ba59-0098d0460eb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb254544-43d1-4032-ba59-0098d0460eb3 {
  cursor: pointer;
}#s-fb254544-43d1-4032-ba59-0098d0460eb3.shg-box.shg-c {
  justify-content: center;
}

#s-aa1f3f38-5268-4124-880f-be456f4c1d9c {
  margin-left: 10%;
margin-right: 10%;
}

#s-97813438-a2c7-473d-8568-cc84706defa5 {
  padding-left: 10%;
padding-right: 10%;
}

#s-1fe5cbe5-9327-4c84-807a-4020b6517262 {
  margin-top: -25px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-17f903b5-6767-4b0c-a570-bf0dfa9a5863 {
  margin-top: -50px;
margin-bottom: 0px;
padding-top: 1px;
padding-left: 14%;
padding-bottom: 1px;
padding-right: 14%;
}

#s-0573aaab-e27d-42a7-9b8e-fd142e820617 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzk1ZWNlOTktMTI0My00NTc0LWJmZWItNDZiNTA4OTFlYzg0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTU1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzOTVlY2U5OS0xMjQzLTQ1NzQtYmZlYi00NmI1MDg5MWVjODQpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 12px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e55300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
#s-0573aaab-e27d-42a7-9b8e-fd142e820617:hover {border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0573aaab-e27d-42a7-9b8e-fd142e820617:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(18, 103, 180, 1) !important;
border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-0573aaab-e27d-42a7-9b8e-fd142e820617 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-0573aaab-e27d-42a7-9b8e-fd142e820617 {
  margin-top: 20px;
margin-bottom: 20px;
}
}

  #s-0573aaab-e27d-42a7-9b8e-fd142e820617-root {
    text-align: center;
  }


#s-0573aaab-e27d-42a7-9b8e-fd142e820617.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0573aaab-e27d-42a7-9b8e-fd142e820617-root {
    text-align: center;
  }


#s-0573aaab-e27d-42a7-9b8e-fd142e820617.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0573aaab-e27d-42a7-9b8e-fd142e820617-root {
    text-align: center;
  }


#s-0573aaab-e27d-42a7-9b8e-fd142e820617.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0573aaab-e27d-42a7-9b8e-fd142e820617-root {
    text-align: center;
  }


#s-0573aaab-e27d-42a7-9b8e-fd142e820617.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0573aaab-e27d-42a7-9b8e-fd142e820617-root {
    text-align: center;
  }


#s-0573aaab-e27d-42a7-9b8e-fd142e820617.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-e6a6a99c-1e3d-4d25-a47a-82a6ddfc5832 {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-e6a6a99c-1e3d-4d25-a47a-82a6ddfc5832"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6a6a99c-1e3d-4d25-a47a-82a6ddfc5832"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e6a6a99c-1e3d-4d25-a47a-82a6ddfc5832"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6a6a99c-1e3d-4d25-a47a-82a6ddfc5832"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-16d6c5cd-a209-43a2-a50b-5d1b0056a017 {
  min-height: 50px;
}
@media (max-width: 767px){#s-16d6c5cd-a209-43a2-a50b-5d1b0056a017 {
  padding-top: 35px;
padding-bottom: 35px;
}
}







#s-16d6c5cd-a209-43a2-a50b-5d1b0056a017 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-16d6c5cd-a209-43a2-a50b-5d1b0056a017 {
  cursor: pointer;
}#s-16d6c5cd-a209-43a2-a50b-5d1b0056a017.shg-box.shg-c {
  justify-content: center;
}

#s-887f32ff-01d5-46da-944c-ba84caa97d83 {
  margin-left: 10%;
margin-right: 10%;
}

#s-150b155e-4d26-4aca-b2df-098b6f1405aa {
  padding-left: 10%;
padding-right: 10%;
}

#s-e68dc3c1-9ce9-445a-a3ef-244f1600cc98 {
  margin-top: -25px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-6edf0118-93f9-47cb-9ccd-df1c15894133 {
  margin-top: -50px;
margin-bottom: 0px;
padding-top: 1px;
padding-left: 14%;
padding-bottom: 1px;
padding-right: 14%;
}

#s-2991e240-b2ce-4a99-9878-68ae856d490a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjNhOTQ4NzQtMmE1Mi00YzM4LThmNDktOTljNWQyMzM5MTBlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTU1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiM2E5NDg3NC0yYTUyLTRjMzgtOGY0OS05OWM1ZDIzMzkxMGUpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 12px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e55300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
#s-2991e240-b2ce-4a99-9878-68ae856d490a:hover {border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2991e240-b2ce-4a99-9878-68ae856d490a:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(18, 103, 180, 1) !important;
border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-2991e240-b2ce-4a99-9878-68ae856d490a {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-2991e240-b2ce-4a99-9878-68ae856d490a {
  margin-top: 20px;
margin-bottom: 20px;
}
}

  #s-2991e240-b2ce-4a99-9878-68ae856d490a-root {
    text-align: center;
  }


#s-2991e240-b2ce-4a99-9878-68ae856d490a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2991e240-b2ce-4a99-9878-68ae856d490a-root {
    text-align: center;
  }


#s-2991e240-b2ce-4a99-9878-68ae856d490a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2991e240-b2ce-4a99-9878-68ae856d490a-root {
    text-align: center;
  }


#s-2991e240-b2ce-4a99-9878-68ae856d490a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2991e240-b2ce-4a99-9878-68ae856d490a-root {
    text-align: center;
  }


#s-2991e240-b2ce-4a99-9878-68ae856d490a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2991e240-b2ce-4a99-9878-68ae856d490a-root {
    text-align: center;
  }


#s-2991e240-b2ce-4a99-9878-68ae856d490a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-7690b67e-bbbd-4ad8-9f33-51eca5641f97 {
  min-height: 50px;
}








#s-7690b67e-bbbd-4ad8-9f33-51eca5641f97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7690b67e-bbbd-4ad8-9f33-51eca5641f97 {
  cursor: pointer;
}#s-7690b67e-bbbd-4ad8-9f33-51eca5641f97.shg-box.shg-c {
  justify-content: center;
}

#s-0754c40e-b804-4796-a12a-bf12a41d73bc {
  margin-left: 10%;
margin-right: 10%;
}

#s-4ee08cb1-de33-49ed-b2a5-c75cfb7bb31e {
  padding-left: 10%;
padding-right: 10%;
}

#s-24bdd08e-f3fc-41eb-8699-729164c6acb6 {
  margin-top: -35px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-242f6789-0332-41cb-a146-967bb09b276f {
  margin-top: -25px;
margin-bottom: 0px;
padding-top: 1px;
padding-left: 14%;
padding-bottom: 1px;
padding-right: 14%;
}

#s-4201f915-d82e-4922-a663-1a8e8413aef0 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGM5YWRkNWQtZmM1NS00NTkyLThlNDktZmYxMjYwYWQ5ZGE5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTU1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4YzlhZGQ1ZC1mYzU1LTQ1OTItOGU0OS1mZjEyNjBhZDlkYTkpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 12px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e55300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
#s-4201f915-d82e-4922-a663-1a8e8413aef0:hover {border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4201f915-d82e-4922-a663-1a8e8413aef0:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(18, 103, 180, 1) !important;
border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-4201f915-d82e-4922-a663-1a8e8413aef0 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-4201f915-d82e-4922-a663-1a8e8413aef0 {
  margin-top: 20px;
margin-bottom: 20px;
}
}

  #s-4201f915-d82e-4922-a663-1a8e8413aef0-root {
    text-align: center;
  }


#s-4201f915-d82e-4922-a663-1a8e8413aef0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4201f915-d82e-4922-a663-1a8e8413aef0-root {
    text-align: center;
  }


#s-4201f915-d82e-4922-a663-1a8e8413aef0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4201f915-d82e-4922-a663-1a8e8413aef0-root {
    text-align: center;
  }


#s-4201f915-d82e-4922-a663-1a8e8413aef0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4201f915-d82e-4922-a663-1a8e8413aef0-root {
    text-align: center;
  }


#s-4201f915-d82e-4922-a663-1a8e8413aef0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4201f915-d82e-4922-a663-1a8e8413aef0-root {
    text-align: center;
  }


#s-4201f915-d82e-4922-a663-1a8e8413aef0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-17b224e2-89e7-4da5-9290-90c366349c45 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-17b224e2-89e7-4da5-9290-90c366349c45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17b224e2-89e7-4da5-9290-90c366349c45.shg-box.shg-c {
  justify-content: center;
}

#s-bf088b7a-a0bf-44d0-98d1-937908570c2a {
  margin-left: 7%;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-bf088b7a-a0bf-44d0-98d1-937908570c2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf088b7a-a0bf-44d0-98d1-937908570c2a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bf088b7a-a0bf-44d0-98d1-937908570c2a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf088b7a-a0bf-44d0-98d1-937908570c2a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9bee5242-5d24-464f-88e7-7679591cf47c {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.75);
}








#s-9bee5242-5d24-464f-88e7-7679591cf47c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9bee5242-5d24-464f-88e7-7679591cf47c.shg-box.shg-c {
  justify-content: center;
}

#s-61014060-4d52-4338-b702-2af4103e24e9 {
  margin-top: 30px;
margin-left: 70px;
margin-bottom: 0px;
margin-right: 70px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-cdcb5529-9e9f-472e-91af-8b63d2609f0e {
  margin-top: -25px;
margin-left: 70px;
margin-bottom: 0px;
margin-right: 70px;
}

#s-f4d4da6c-fa9d-4ac6-9ee7-f0a9c3ed8ce4 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTg2YTg4YWMtYzE5YS00YmMxLTk3NmItYzhhMDBkMDAxZWI5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTU1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5ODZhODhhYy1jMTlhLTRiYzEtOTc2Yi1jOGEwMGQwMDFlYjkpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0px;
margin-left: 70px;
margin-bottom: 40px;
margin-right: 70px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 12px;
text-align: left;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e55300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
#s-f4d4da6c-fa9d-4ac6-9ee7-f0a9c3ed8ce4:hover {border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f4d4da6c-fa9d-4ac6-9ee7-f0a9c3ed8ce4:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(18, 103, 180, 1) !important;
border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f4d4da6c-fa9d-4ac6-9ee7-f0a9c3ed8ce4-root {
    text-align: left;
  }


#s-f4d4da6c-fa9d-4ac6-9ee7-f0a9c3ed8ce4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f4d4da6c-fa9d-4ac6-9ee7-f0a9c3ed8ce4-root {
    text-align: left;
  }


#s-f4d4da6c-fa9d-4ac6-9ee7-f0a9c3ed8ce4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f4d4da6c-fa9d-4ac6-9ee7-f0a9c3ed8ce4-root {
    text-align: left;
  }


#s-f4d4da6c-fa9d-4ac6-9ee7-f0a9c3ed8ce4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f4d4da6c-fa9d-4ac6-9ee7-f0a9c3ed8ce4-root {
    text-align: left;
  }


#s-f4d4da6c-fa9d-4ac6-9ee7-f0a9c3ed8ce4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f4d4da6c-fa9d-4ac6-9ee7-f0a9c3ed8ce4-root {
    text-align: left;
  }


#s-f4d4da6c-fa9d-4ac6-9ee7-f0a9c3ed8ce4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-0387cbe0-bfd9-439b-814b-2704e3b5036b {
  min-height: 50px;
}








#s-0387cbe0-bfd9-439b-814b-2704e3b5036b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0387cbe0-bfd9-439b-814b-2704e3b5036b.shg-box.shg-c {
  justify-content: center;
}

#s-809a84ac-d572-4324-a432-0d579b0472c5 {
  text-align: left;
}

#s-31998763-8a46-4775-851a-39eaf5fad3ab {
  min-height: 50px;
}
@media (min-width: 1200px){#s-31998763-8a46-4775-851a-39eaf5fad3ab {
  display: none;
}
#s-31998763-8a46-4775-851a-39eaf5fad3ab, #wrap-s-31998763-8a46-4775-851a-39eaf5fad3ab { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-31998763-8a46-4775-851a-39eaf5fad3ab {
  display: none;
}
#s-31998763-8a46-4775-851a-39eaf5fad3ab, #wrap-s-31998763-8a46-4775-851a-39eaf5fad3ab { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-31998763-8a46-4775-851a-39eaf5fad3ab {
  display: none;
}
#s-31998763-8a46-4775-851a-39eaf5fad3ab, #wrap-s-31998763-8a46-4775-851a-39eaf5fad3ab { display: none !important; }}@media (max-width: 767px){#s-31998763-8a46-4775-851a-39eaf5fad3ab {
  display: none;
}
#s-31998763-8a46-4775-851a-39eaf5fad3ab, #wrap-s-31998763-8a46-4775-851a-39eaf5fad3ab { display: none !important; }}







#s-31998763-8a46-4775-851a-39eaf5fad3ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-31998763-8a46-4775-851a-39eaf5fad3ab.shg-box.shg-c {
  justify-content: center;
}

#s-bdc4e8a3-3263-4ee9-8883-c97f7ad75b5f {
  padding-top: 9px;
padding-left: 2%;
padding-bottom: 9px;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-bdc4e8a3-3263-4ee9-8883-c97f7ad75b5f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bdc4e8a3-3263-4ee9-8883-c97f7ad75b5f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-bdc4e8a3-3263-4ee9-8883-c97f7ad75b5f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-bdc4e8a3-3263-4ee9-8883-c97f7ad75b5f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-41797418-4e6b-4dfd-8698-8e8b27e3e2c9 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
min-height: 350px;
}








#s-41797418-4e6b-4dfd-8698-8e8b27e3e2c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-41797418-4e6b-4dfd-8698-8e8b27e3e2c9.shg-box.shg-c {
  justify-content: center;
}

#s-db911a85-790c-450b-9351-101190aa96a0 {
  border-radius: 10px;
text-align: center;
opacity: 0.6;
}
#s-db911a85-790c-450b-9351-101190aa96a0:hover {box-shadow:0px 0px 30px 0px rgba(90, 90, 90, 1) !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(230, 83, 0, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;}






  #s-db911a85-790c-450b-9351-101190aa96a0 img.shogun-image {
    

    
    
    
  }


#s-db911a85-790c-450b-9351-101190aa96a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f6a2a97-126a-43ea-bed6-aefb64716536 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-9763553a-20a7-450d-90e0-381d0026c414 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
min-height: 350px;
}








#s-9763553a-20a7-450d-90e0-381d0026c414 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9763553a-20a7-450d-90e0-381d0026c414.shg-box.shg-c {
  justify-content: center;
}

#s-435333ec-c248-4646-8660-04f9e7eebaf7 {
  border-radius: 10px;
text-align: center;
opacity: 0.6;
}
#s-435333ec-c248-4646-8660-04f9e7eebaf7:hover {box-shadow:0px 0px 30px 0px rgba(90, 90, 90, 1) !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(230, 83, 0, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;}






  #s-435333ec-c248-4646-8660-04f9e7eebaf7 img.shogun-image {
    

    
    
    
  }


#s-435333ec-c248-4646-8660-04f9e7eebaf7 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc84ad94-27d8-47e6-8e20-e9fffeaea0a2 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-23b322e7-32a1-402c-8229-7c732a1ffe45 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
min-height: 350px;
}








#s-23b322e7-32a1-402c-8229-7c732a1ffe45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-23b322e7-32a1-402c-8229-7c732a1ffe45.shg-box.shg-c {
  justify-content: center;
}

#s-f793338b-a308-4e2e-9e1c-213c51bf68bc {
  border-radius: 10px;
text-align: center;
opacity: 0.6;
}
#s-f793338b-a308-4e2e-9e1c-213c51bf68bc:hover {box-shadow:0px 0px 30px 0px rgba(90, 90, 90, 1) !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(230, 83, 0, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;}






  #s-f793338b-a308-4e2e-9e1c-213c51bf68bc img.shogun-image {
    

    
    
    
  }


#s-f793338b-a308-4e2e-9e1c-213c51bf68bc .shogun-image-content {
  
    align-items: center;
  
}

#s-aa072085-b206-4f08-bfd0-82e9f7988a71 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-cbaaa74e-4702-400b-ba6f-dd6e26af5eef {
  padding-top: 9px;
padding-left: 2%;
padding-bottom: 9px;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-cbaaa74e-4702-400b-ba6f-dd6e26af5eef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cbaaa74e-4702-400b-ba6f-dd6e26af5eef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-cbaaa74e-4702-400b-ba6f-dd6e26af5eef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-cbaaa74e-4702-400b-ba6f-dd6e26af5eef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-015f031b-fc4c-4abb-8b97-6a572a88da66 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
min-height: 350px;
}








#s-015f031b-fc4c-4abb-8b97-6a572a88da66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-015f031b-fc4c-4abb-8b97-6a572a88da66.shg-box.shg-c {
  justify-content: center;
}

#s-3149d6d2-bad5-44e6-b386-9aeab157e19a {
  border-radius: 10px;
text-align: center;
opacity: 0.6;
}
#s-3149d6d2-bad5-44e6-b386-9aeab157e19a:hover {box-shadow:0px 0px 30px 0px rgba(90, 90, 90, 1) !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(230, 83, 0, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;}






  #s-3149d6d2-bad5-44e6-b386-9aeab157e19a img.shogun-image {
    

    
    
    
  }


#s-3149d6d2-bad5-44e6-b386-9aeab157e19a .shogun-image-content {
  
    align-items: center;
  
}

#s-2a04f334-77ae-4615-898b-c15d9ce381b4 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-77bb83e1-84d2-41b3-9b15-dc2ca1cac0e6 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
min-height: 350px;
}








#s-77bb83e1-84d2-41b3-9b15-dc2ca1cac0e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-77bb83e1-84d2-41b3-9b15-dc2ca1cac0e6.shg-box.shg-c {
  justify-content: center;
}

#s-334fa013-2470-4cec-85fc-73a0d951ee34 {
  border-radius: 10px;
text-align: center;
opacity: 0.6;
}
#s-334fa013-2470-4cec-85fc-73a0d951ee34:hover {box-shadow:0px 0px 30px 0px rgba(90, 90, 90, 1) !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(230, 83, 0, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;}






  #s-334fa013-2470-4cec-85fc-73a0d951ee34 img.shogun-image {
    

    
    
    
  }


#s-334fa013-2470-4cec-85fc-73a0d951ee34 .shogun-image-content {
  
    align-items: center;
  
}

#s-e73c49bd-4476-488e-ac9e-eb69038ac064 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-d06f8e2f-b6d7-465b-b7ef-b616476c0bae {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
min-height: 350px;
}








#s-d06f8e2f-b6d7-465b-b7ef-b616476c0bae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d06f8e2f-b6d7-465b-b7ef-b616476c0bae.shg-box.shg-c {
  justify-content: center;
}

#s-3e0d1f16-a6af-42db-9a27-f4a50134e06a {
  border-radius: 10px;
text-align: center;
opacity: 0.6;
}
#s-3e0d1f16-a6af-42db-9a27-f4a50134e06a:hover {box-shadow:0px 0px 30px 0px rgba(90, 90, 90, 1) !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(230, 83, 0, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;}






  #s-3e0d1f16-a6af-42db-9a27-f4a50134e06a img.shogun-image {
    

    
    
    
  }


#s-3e0d1f16-a6af-42db-9a27-f4a50134e06a .shogun-image-content {
  
    align-items: center;
  
}

#s-28ba9d99-fccb-4acd-bc4a-2a0060be4fe0 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-c3401879-f412-464b-be57-1bff49a20c7f {
  padding-top: 9px;
padding-left: 2%;
padding-bottom: 9px;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-c3401879-f412-464b-be57-1bff49a20c7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3401879-f412-464b-be57-1bff49a20c7f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-c3401879-f412-464b-be57-1bff49a20c7f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-c3401879-f412-464b-be57-1bff49a20c7f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-5fc8d39b-d84d-449a-8bfa-6a128f6ee22f {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
min-height: 350px;
}








#s-5fc8d39b-d84d-449a-8bfa-6a128f6ee22f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5fc8d39b-d84d-449a-8bfa-6a128f6ee22f.shg-box.shg-c {
  justify-content: center;
}

#s-27f223f6-b8cc-4169-8e6f-4880555f1860 {
  border-radius: 10px;
text-align: center;
opacity: 0.6;
}
#s-27f223f6-b8cc-4169-8e6f-4880555f1860:hover {box-shadow:0px 0px 30px 0px rgba(90, 90, 90, 1) !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(230, 83, 0, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;}






  #s-27f223f6-b8cc-4169-8e6f-4880555f1860 img.shogun-image {
    

    
    
    
  }


#s-27f223f6-b8cc-4169-8e6f-4880555f1860 .shogun-image-content {
  
    align-items: center;
  
}

#s-e882ffa0-3b42-4cce-94f0-1a016fc80610 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-defb0181-a23a-43ed-bb06-feda10cef5e6 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
min-height: 350px;
}








#s-defb0181-a23a-43ed-bb06-feda10cef5e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-defb0181-a23a-43ed-bb06-feda10cef5e6.shg-box.shg-c {
  justify-content: center;
}

#s-9c0b79a4-cf61-4eff-a441-68d2811d7baa {
  border-radius: 10px;
text-align: center;
opacity: 0.6;
}
#s-9c0b79a4-cf61-4eff-a441-68d2811d7baa:hover {box-shadow:0px 0px 30px 0px rgba(90, 90, 90, 1) !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(230, 83, 0, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;}






  #s-9c0b79a4-cf61-4eff-a441-68d2811d7baa img.shogun-image {
    

    
    
    
  }


#s-9c0b79a4-cf61-4eff-a441-68d2811d7baa .shogun-image-content {
  
    align-items: center;
  
}

#s-ac6f759b-33a4-44a2-964f-4f924a3e6d6d {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-d05132ff-b2d5-492d-af15-35fd9e64174d {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
min-height: 350px;
}








#s-d05132ff-b2d5-492d-af15-35fd9e64174d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d05132ff-b2d5-492d-af15-35fd9e64174d.shg-box.shg-c {
  justify-content: center;
}

#s-fa318b9b-98e0-4c95-b2d1-0d89e1eeeec4 {
  border-radius: 10px;
text-align: center;
opacity: 0.6;
}
#s-fa318b9b-98e0-4c95-b2d1-0d89e1eeeec4:hover {box-shadow:0px 0px 30px 0px rgba(90, 90, 90, 1) !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(230, 83, 0, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;}






  #s-fa318b9b-98e0-4c95-b2d1-0d89e1eeeec4 img.shogun-image {
    

    
    
    
  }


#s-fa318b9b-98e0-4c95-b2d1-0d89e1eeeec4 .shogun-image-content {
  
    align-items: center;
  
}

#s-9ab5b0fe-be3a-4af9-a5d4-7677120e31aa {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-f895be51-2357-44d8-90cd-fd9484450ad6 {
  padding-top: 9px;
padding-left: 2%;
padding-bottom: 9px;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-f895be51-2357-44d8-90cd-fd9484450ad6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f895be51-2357-44d8-90cd-fd9484450ad6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-f895be51-2357-44d8-90cd-fd9484450ad6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-f895be51-2357-44d8-90cd-fd9484450ad6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-d9228eff-8b57-4754-9ad8-0311c60f1fcf {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
min-height: 350px;
}








#s-d9228eff-8b57-4754-9ad8-0311c60f1fcf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d9228eff-8b57-4754-9ad8-0311c60f1fcf.shg-box.shg-c {
  justify-content: center;
}

#s-12df08ac-6bb6-403e-8273-99e6952a6121 {
  border-radius: 10px;
text-align: center;
opacity: 0.6;
}
#s-12df08ac-6bb6-403e-8273-99e6952a6121:hover {box-shadow:0px 0px 30px 0px rgba(90, 90, 90, 1) !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(230, 83, 0, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;}






  #s-12df08ac-6bb6-403e-8273-99e6952a6121 img.shogun-image {
    

    
    
    
  }


#s-12df08ac-6bb6-403e-8273-99e6952a6121 .shogun-image-content {
  
    align-items: center;
  
}

#s-7231546e-9aaa-490d-ae8a-40d3530f1902 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-0ac59baf-3f07-4136-9f4c-591f1de6bd51 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
min-height: 350px;
}








#s-0ac59baf-3f07-4136-9f4c-591f1de6bd51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0ac59baf-3f07-4136-9f4c-591f1de6bd51.shg-box.shg-c {
  justify-content: center;
}

#s-c8a2375f-ebfb-4a88-830c-d67664a31212 {
  border-radius: 10px;
text-align: center;
opacity: 0.6;
}
#s-c8a2375f-ebfb-4a88-830c-d67664a31212:hover {box-shadow:0px 0px 30px 0px rgba(90, 90, 90, 1) !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(230, 83, 0, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;}






  #s-c8a2375f-ebfb-4a88-830c-d67664a31212 img.shogun-image {
    

    
    
    
  }


#s-c8a2375f-ebfb-4a88-830c-d67664a31212 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed283668-7240-4e65-8a93-b70069ed8c96 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-dacd72a8-ee09-4efc-bf7d-b4a676e752bb {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
min-height: 350px;
}








#s-dacd72a8-ee09-4efc-bf7d-b4a676e752bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dacd72a8-ee09-4efc-bf7d-b4a676e752bb.shg-box.shg-c {
  justify-content: center;
}

#s-7288b881-03c9-4eb0-baf7-5576f3124100 {
  border-radius: 10px;
text-align: center;
opacity: 0.6;
}
#s-7288b881-03c9-4eb0-baf7-5576f3124100:hover {box-shadow:0px 0px 30px 0px rgba(90, 90, 90, 1) !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(230, 83, 0, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;}






  #s-7288b881-03c9-4eb0-baf7-5576f3124100 img.shogun-image {
    

    
    
    
  }


#s-7288b881-03c9-4eb0-baf7-5576f3124100 .shogun-image-content {
  
    align-items: center;
  
}

#s-7eb9ee7e-c130-468b-a5a8-4b9d55262176 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-7ba5bcc4-04e7-487f-aab7-bb75076d38fb {
  margin-top: 6%;
margin-bottom: 6%;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-7ba5bcc4-04e7-487f-aab7-bb75076d38fb {
  display: none;
}
#s-7ba5bcc4-04e7-487f-aab7-bb75076d38fb, #wrap-s-7ba5bcc4-04e7-487f-aab7-bb75076d38fb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7ba5bcc4-04e7-487f-aab7-bb75076d38fb {
  display: none;
}
#s-7ba5bcc4-04e7-487f-aab7-bb75076d38fb, #wrap-s-7ba5bcc4-04e7-487f-aab7-bb75076d38fb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7ba5bcc4-04e7-487f-aab7-bb75076d38fb {
  display: none;
}
#s-7ba5bcc4-04e7-487f-aab7-bb75076d38fb, #wrap-s-7ba5bcc4-04e7-487f-aab7-bb75076d38fb { display: none !important; }}@media (max-width: 767px){#s-7ba5bcc4-04e7-487f-aab7-bb75076d38fb {
  display: none;
}
#s-7ba5bcc4-04e7-487f-aab7-bb75076d38fb, #wrap-s-7ba5bcc4-04e7-487f-aab7-bb75076d38fb { display: none !important; }}







#s-7ba5bcc4-04e7-487f-aab7-bb75076d38fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7ba5bcc4-04e7-487f-aab7-bb75076d38fb.shg-box.shg-c {
  justify-content: center;
}

#s-3795c9d2-c27f-4828-865d-1299aa07216f {
  min-height: 50px;
}








#s-3795c9d2-c27f-4828-865d-1299aa07216f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3795c9d2-c27f-4828-865d-1299aa07216f.shg-box.shg-c {
  justify-content: center;
}

#s-d1efc1a6-8912-4848-a4c7-759c8f3e802d {
  text-align: left;
}

#s-0037c2a8-8cb0-4dcc-9595-69f5a5ebb9f9 {
  background-color: rgba(238, 238, 238, 1);
}

@media (min-width: 0px) {
[id="s-0037c2a8-8cb0-4dcc-9595-69f5a5ebb9f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0037c2a8-8cb0-4dcc-9595-69f5a5ebb9f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-0037c2a8-8cb0-4dcc-9595-69f5a5ebb9f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-0037c2a8-8cb0-4dcc-9595-69f5a5ebb9f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-afa1b59c-9b39-402a-a97c-228b4347359e {
  margin-top: -5%;
margin-left: 5%;
margin-bottom: -5%;
margin-right: 0%;
max-width: 1440px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-afa1b59c-9b39-402a-a97c-228b4347359e img.shogun-image,
  #s-afa1b59c-9b39-402a-a97c-228b4347359e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-afa1b59c-9b39-402a-a97c-228b4347359e {
    width: 100%;
    height: auto;
  }



  #s-afa1b59c-9b39-402a-a97c-228b4347359e img.shogun-image {
    

    
    
    
  }


#s-afa1b59c-9b39-402a-a97c-228b4347359e .shogun-image-content {
  
    align-items: center;
  
}

#s-d8f1aa0b-f5ba-401c-9a3c-a6adac884666 {
  min-height: 50px;
}








#s-d8f1aa0b-f5ba-401c-9a3c-a6adac884666 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d8f1aa0b-f5ba-401c-9a3c-a6adac884666.shg-box.shg-c {
  justify-content: center;
}

#s-d66e9f6b-3882-4778-91bf-5696ea5a3f91 {
  margin-top: 20px;
margin-left: 70px;
margin-bottom: 0px;
margin-right: 70px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d66e9f6b-3882-4778-91bf-5696ea5a3f91 {
  margin-top: 65px;
}
}
#s-1c00a33d-af5f-4546-9e5a-c19ad9b6542e {
  margin-top: -25px;
margin-left: 70px;
margin-bottom: 0px;
margin-right: 70px;
}

#s-0d9db328-7cba-4de1-9f5d-6bb13cb7bd7c {
  margin-top: 10px;
margin-left: 70px;
margin-bottom: 10px;
margin-right: 70px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 12px;
background-color: rgba(49, 49, 49, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0d9db328-7cba-4de1-9f5d-6bb13cb7bd7c:hover {border-radius: 12px !important;
background-color: rgba(49, 49, 49, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0d9db328-7cba-4de1-9f5d-6bb13cb7bd7c:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(88, 88, 88, 1) !important;
border-radius: 12px !important;
background-color: rgba(88, 88, 88, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0d9db328-7cba-4de1-9f5d-6bb13cb7bd7c-root {
    text-align: left;
  }


#s-0d9db328-7cba-4de1-9f5d-6bb13cb7bd7c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0d9db328-7cba-4de1-9f5d-6bb13cb7bd7c-root {
    text-align: left;
  }


#s-0d9db328-7cba-4de1-9f5d-6bb13cb7bd7c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0d9db328-7cba-4de1-9f5d-6bb13cb7bd7c-root {
    text-align: left;
  }


#s-0d9db328-7cba-4de1-9f5d-6bb13cb7bd7c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0d9db328-7cba-4de1-9f5d-6bb13cb7bd7c-root {
    text-align: left;
  }


#s-0d9db328-7cba-4de1-9f5d-6bb13cb7bd7c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0d9db328-7cba-4de1-9f5d-6bb13cb7bd7c-root {
    text-align: left;
  }


#s-0d9db328-7cba-4de1-9f5d-6bb13cb7bd7c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-9809d431-5556-4965-a74e-29906e70d7ce {
  padding-top: 4%;
padding-bottom: 4%;
background-color: rgba(215, 213, 204, 0.5);
}

@media (min-width: 0px) {
[id="s-9809d431-5556-4965-a74e-29906e70d7ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9809d431-5556-4965-a74e-29906e70d7ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9809d431-5556-4965-a74e-29906e70d7ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9809d431-5556-4965-a74e-29906e70d7ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 {
  margin-left: 10%;
max-width: 540px;
aspect-ratio: 3528/2124;
text-align: right;
}
@media (max-width: 767px){#s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 {
  margin-left: 7%;
max-width: 350px;
text-align: left;
}
}


.shg-image-margin-container-s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 {
  margin-left: 10%;
  
  
  
  /* Add padding handling */
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 0%;
  padding-bottom: 0%;
}

#s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 .shg-image-content-wrapper {
      aspect-ratio: 3528/2124;
      min-width: 100%;
      height: auto;
    }

    #s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 .shogun-image-link {
      aspect-ratio: 3528/2124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 540px;
  }



  img.s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shogun-image {
    
    
    
    max-height: 540px;
  }


.s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 .shogun-image-content {
  
    align-items: center;
  
}

.s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 {
      --shg-aspect-ratio: calc(3528/2124); 
    }

    .s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shogun-image-container {
      position: relative;
    }

    .s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 540px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 .shg-image-content-wrapper {
      aspect-ratio: 3528/2124;
      min-width: 100%;
      height: auto;
    }

    #s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 .shogun-image-link {
      aspect-ratio: 3528/2124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 540px;
  }



  img.s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shogun-image {
    
    
    
    max-height: 540px;
  }


.s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 .shogun-image-content {
  
    align-items: center;
  
}

.s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 {
      --shg-aspect-ratio: calc(3528/2124); 
    }

    .s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shogun-image-container {
      position: relative;
    }

    .s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 540px;
    }
  }

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

.shg-image-margin-container-s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 .shg-image-content-wrapper {
      aspect-ratio: 3528/2124;
      min-width: 100%;
      height: auto;
    }

    #s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 .shogun-image-link {
      aspect-ratio: 3528/2124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 540px;
  }



  img.s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shogun-image {
    
    
    
    max-height: 540px;
  }


.s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 .shogun-image-content {
  
    align-items: center;
  
}

.s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 {
      --shg-aspect-ratio: calc(3528/2124); 
    }

    .s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shogun-image-container {
      position: relative;
    }

    .s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 540px;
    }
  }

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

.shg-image-margin-container-s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 .shg-image-content-wrapper {
      aspect-ratio: 3528/2124;
      min-width: 100%;
      height: auto;
    }

    #s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 .shogun-image-link {
      aspect-ratio: 3528/2124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 540px;
  }



  img.s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shogun-image {
    
    
    
    max-height: 540px;
  }


.s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 .shogun-image-content {
  
    align-items: center;
  
}

.s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 {
      --shg-aspect-ratio: calc(3528/2124); 
    }

    .s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shogun-image-container {
      position: relative;
    }

    .s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 540px;
    }
  }

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

.shg-image-margin-container-s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 {
  margin-left: 7%;
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 .shg-image-content-wrapper {
      aspect-ratio: 3528/2124;
      min-width: 100%;
      height: auto;
    }

    #s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 .shogun-image-link {
      aspect-ratio: 3528/2124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 540px;
  }



  img.s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shogun-image {
    
    
    
    max-height: 540px;
  }


.s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 .shogun-image-content {
  
    align-items: center;
  
}

.s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 {
      --shg-aspect-ratio: calc(3528/2124); 
    }

    .s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shogun-image-container {
      position: relative;
    }

    .s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-432738a2-7ce7-4146-9ca9-82c8cf8a1837.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-432738a2-7ce7-4146-9ca9-82c8cf8a1837 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 540px;
    }
  }

}
#s-86de5c41-8a0e-4296-a385-ea658f37b4d7 {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-86de5c41-8a0e-4296-a385-ea658f37b4d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-86de5c41-8a0e-4296-a385-ea658f37b4d7.shg-box.shg-c {
  justify-content: center;
}

#s-777b2f6d-f21c-48b0-833e-2ae83944841e {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-18dafc78-5d4e-4b59-8789-846004accaa0 {
  margin-top: -25px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 15%;
}

#s-f7579ecf-5cb5-400d-9d45-c18d96a14ecb {
  margin-top: -20px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 880px;
}

#s-816a60e9-12c0-4e82-ab6c-6759235b10ea {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTdhOGZkM2QtNGY2ZC00MjRmLTk3Y2MtMTgzZTUyNzhkNmYzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTU1MzAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDU1ZTI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1N2E4ZmQzZC00ZjZkLTQyNGYtOTdjYy0xODNlNTI3OGQ2ZjMpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 12px;
text-align: left;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e55300"}, {"id"=>2, "pos"=>1, "color"=>"#d55e29"}];
}
#s-816a60e9-12c0-4e82-ab6c-6759235b10ea:hover {border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-816a60e9-12c0-4e82-ab6c-6759235b10ea:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(18, 103, 180, 1) !important;
border-radius: 12px !important;
background-color: rgba(183, 66, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-816a60e9-12c0-4e82-ab6c-6759235b10ea {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-816a60e9-12c0-4e82-ab6c-6759235b10ea {
  margin-top: 20px;
margin-bottom: 20px;
}
}

  #s-816a60e9-12c0-4e82-ab6c-6759235b10ea-root {
    text-align: left;
  }


#s-816a60e9-12c0-4e82-ab6c-6759235b10ea.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-816a60e9-12c0-4e82-ab6c-6759235b10ea-root {
    text-align: left;
  }


#s-816a60e9-12c0-4e82-ab6c-6759235b10ea.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-816a60e9-12c0-4e82-ab6c-6759235b10ea-root {
    text-align: left;
  }


#s-816a60e9-12c0-4e82-ab6c-6759235b10ea.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-816a60e9-12c0-4e82-ab6c-6759235b10ea-root {
    text-align: left;
  }


#s-816a60e9-12c0-4e82-ab6c-6759235b10ea.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-816a60e9-12c0-4e82-ab6c-6759235b10ea-root {
    text-align: left;
  }


#s-816a60e9-12c0-4e82-ab6c-6759235b10ea.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
/*
  $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;
}
