.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-13dd854f-1504-46e0-9814-492c95315e32 {
  background-repeat: no-repeat;
min-height: 500px;
}

#s-13dd854f-1504-46e0-9814-492c95315e32 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjVhMTIyZWItYWIxMC00YzgzLTg3MmMtNTFiYWY2ODNhZDA3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1NDU0NTQ1NDU0NTQ1NDU0IiBzdHlsZT0ic3RvcC1jb2xvcjojOTliZGZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNWExMjJlYi1hYjEwLTRjODMtODcyYy01MWJhZjY4M2FkMDcpIi8+PC9zdmc+);
}








#s-13dd854f-1504-46e0-9814-492c95315e32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13dd854f-1504-46e0-9814-492c95315e32.shg-box.shg-c {
  justify-content: center;
}

#s-14f6b39b-f6f2-4462-801e-db627a7c6124 {
  margin-top: -5px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 40px;
}
@media (max-width: 767px){#s-14f6b39b-f6f2-4462-801e-db627a7c6124 {
  margin-top: -10px;
margin-bottom: -10px;
}
}







#s-14f6b39b-f6f2-4462-801e-db627a7c6124 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14f6b39b-f6f2-4462-801e-db627a7c6124.shg-box.shg-c {
  justify-content: center;
}

#s-9fc1fcda-4918-4a9b-ae0b-4d0ef50ca9c3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9fc1fcda-4918-4a9b-ae0b-4d0ef50ca9c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fc1fcda-4918-4a9b-ae0b-4d0ef50ca9c3.shg-box.shg-c {
  justify-content: center;
}

#s-947d08e3-8d08-4066-a151-15e49cd9e826 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-947d08e3-8d08-4066-a151-15e49cd9e826 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-947d08e3-8d08-4066-a151-15e49cd9e826.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000000;
  font-family: "Outfit";
  text-transform: none;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-945fc72d-0d08-4b8b-a854-c42bd5f12f62 {
  margin-left: auto;
margin-right: auto;
padding-top: 18px;
padding-bottom: 18px;
text-align: center;
}

#s-945fc72d-0d08-4b8b-a854-c42bd5f12f62 .shogun-heading-component h1 {
  color: rgba(53, 53, 53, 1);
  font-weight:  600 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (max-width: 767px){#s-945fc72d-0d08-4b8b-a854-c42bd5f12f62 .shogun-heading-component h1 {
  color: rgba(53, 53, 53, 1);
  font-weight:  600 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}
#s-795e3054-5556-4c28-8855-4c0b3b50fd54 {
  min-height: 50px;
}








#s-795e3054-5556-4c28-8855-4c0b3b50fd54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-795e3054-5556-4c28-8855-4c0b3b50fd54.shg-box.shg-c {
  justify-content: center;
}

#s-9c65de52-59ad-450a-b812-3153700f2a69 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9c65de52-59ad-450a-b812-3153700f2a69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c65de52-59ad-450a-b812-3153700f2a69.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-f7ad01e5-eddd-4472-b96f-4eb089d327a7 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 {
  margin-top: -9px;
margin-left: 0%;
margin-bottom: -9px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 350px;
}
}




  @supports  (aspect-ratio: 1/1) {
    
    #s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 {
    width: 100%;
    height: auto;
  }

  #s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7ad01e5-eddd-4472-b96f-4eb089d327a7.shogun-image {
    
    
  }


.s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7ad01e5-eddd-4472-b96f-4eb089d327a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7ad01e5-eddd-4472-b96f-4eb089d327a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7ad01e5-eddd-4472-b96f-4eb089d327a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f7ad01e5-eddd-4472-b96f-4eb089d327a7.shogun-image-container {
      position: relative;
    }

    .s-f7ad01e5-eddd-4472-b96f-4eb089d327a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7ad01e5-eddd-4472-b96f-4eb089d327a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 {
    width: 100%;
    height: auto;
  }

  #s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7ad01e5-eddd-4472-b96f-4eb089d327a7.shogun-image {
    
    
  }


.s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7ad01e5-eddd-4472-b96f-4eb089d327a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7ad01e5-eddd-4472-b96f-4eb089d327a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7ad01e5-eddd-4472-b96f-4eb089d327a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f7ad01e5-eddd-4472-b96f-4eb089d327a7.shogun-image-container {
      position: relative;
    }

    .s-f7ad01e5-eddd-4472-b96f-4eb089d327a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7ad01e5-eddd-4472-b96f-4eb089d327a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 {
    width: 100%;
    height: auto;
  }

  #s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7ad01e5-eddd-4472-b96f-4eb089d327a7.shogun-image {
    
    
  }


.s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7ad01e5-eddd-4472-b96f-4eb089d327a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7ad01e5-eddd-4472-b96f-4eb089d327a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7ad01e5-eddd-4472-b96f-4eb089d327a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f7ad01e5-eddd-4472-b96f-4eb089d327a7.shogun-image-container {
      position: relative;
    }

    .s-f7ad01e5-eddd-4472-b96f-4eb089d327a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7ad01e5-eddd-4472-b96f-4eb089d327a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 {
    width: 100%;
    height: auto;
  }

  #s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7ad01e5-eddd-4472-b96f-4eb089d327a7.shogun-image {
    
    
  }


.s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7ad01e5-eddd-4472-b96f-4eb089d327a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7ad01e5-eddd-4472-b96f-4eb089d327a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7ad01e5-eddd-4472-b96f-4eb089d327a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f7ad01e5-eddd-4472-b96f-4eb089d327a7.shogun-image-container {
      position: relative;
    }

    .s-f7ad01e5-eddd-4472-b96f-4eb089d327a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7ad01e5-eddd-4472-b96f-4eb089d327a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 {
    width: 100%;
    height: auto;
  }

  #s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7ad01e5-eddd-4472-b96f-4eb089d327a7.shogun-image {
    
    
  }


.s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7ad01e5-eddd-4472-b96f-4eb089d327a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7ad01e5-eddd-4472-b96f-4eb089d327a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7ad01e5-eddd-4472-b96f-4eb089d327a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f7ad01e5-eddd-4472-b96f-4eb089d327a7.shogun-image-container {
      position: relative;
    }

    .s-f7ad01e5-eddd-4472-b96f-4eb089d327a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7ad01e5-eddd-4472-b96f-4eb089d327a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7ad01e5-eddd-4472-b96f-4eb089d327a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f08a692f-3582-43dc-9e3b-8e4397a5687f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f08a692f-3582-43dc-9e3b-8e4397a5687f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f08a692f-3582-43dc-9e3b-8e4397a5687f.shg-box.shg-c {
  justify-content: center;
}

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

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

.shg-btn-text {
  font-weight: 400;
  font-family: "Outfit";
}

.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-b133b4ad-babd-4f50-9a6b-7da62665540f {
  margin-top: 13px;
margin-bottom: 13px;
padding-top: 4px;
padding-left: 18px;
padding-bottom: 4px;
padding-right: 18px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 500px;
background-color: rgba(44, 118, 228, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b133b4ad-babd-4f50-9a6b-7da62665540f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b133b4ad-babd-4f50-9a6b-7da62665540f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-b133b4ad-babd-4f50-9a6b-7da62665540f {
  margin-top: 22px;
margin-bottom: 22px;
padding-top: 5px;
padding-bottom: 5px;
}
}

  #s-b133b4ad-babd-4f50-9a6b-7da62665540f-root {
    text-align: center;
  }


#s-b133b4ad-babd-4f50-9a6b-7da62665540f.shg-btn {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b133b4ad-babd-4f50-9a6b-7da62665540f-root {
    text-align: center;
  }


#s-b133b4ad-babd-4f50-9a6b-7da62665540f.shg-btn {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b133b4ad-babd-4f50-9a6b-7da62665540f-root {
    text-align: center;
  }


#s-b133b4ad-babd-4f50-9a6b-7da62665540f.shg-btn {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b133b4ad-babd-4f50-9a6b-7da62665540f-root {
    text-align: center;
  }


#s-b133b4ad-babd-4f50-9a6b-7da62665540f.shg-btn {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b133b4ad-babd-4f50-9a6b-7da62665540f-root {
    text-align: center;
  }


#s-b133b4ad-babd-4f50-9a6b-7da62665540f.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
}
#s-dc3ff4ff-b1be-42c9-b5de-37950127f318 {
  margin-left: auto;
margin-right: auto;
padding-top: 24px;
padding-left: 24px;
padding-bottom: 24px;
padding-right: 24px;
min-height: 300px;
max-width: 900px;
}
@media (max-width: 767px){#s-dc3ff4ff-b1be-42c9-b5de-37950127f318 {
  padding-top: 3px;
padding-left: 24px;
padding-bottom: 3px;
padding-right: 24px;
}
}







#s-dc3ff4ff-b1be-42c9-b5de-37950127f318 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc3ff4ff-b1be-42c9-b5de-37950127f318.shg-box.shg-c {
  justify-content: center;
}

#s-1cf507de-d069-4aa6-beb7-e0e9cda2bd1c {
  min-height: 50px;
}








#s-1cf507de-d069-4aa6-beb7-e0e9cda2bd1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cf507de-d069-4aa6-beb7-e0e9cda2bd1c.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 {
  color: #000000;
  font-family: "Outfit";
  font-weight: 700;
}

.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;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: "Outfit";
}

.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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

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

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

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

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

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

.shg-theme-text-content p {
  color: #000000;
  font-family: "Outfit";
  font-weight: 400;
}

#s-3460d51f-996e-4c3f-851f-be6a60e89017 {
  margin-top: -5px;
margin-left: 0%;
margin-bottom: -5px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-3460d51f-996e-4c3f-851f-be6a60e89017 {
  display: unset;
}
#s-3460d51f-996e-4c3f-851f-be6a60e89017, #wrap-s-3460d51f-996e-4c3f-851f-be6a60e89017 { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3460d51f-996e-4c3f-851f-be6a60e89017 {
  display: unset;
}
#s-3460d51f-996e-4c3f-851f-be6a60e89017, #wrap-s-3460d51f-996e-4c3f-851f-be6a60e89017 { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3460d51f-996e-4c3f-851f-be6a60e89017 {
  display: unset;
}
#s-3460d51f-996e-4c3f-851f-be6a60e89017, #wrap-s-3460d51f-996e-4c3f-851f-be6a60e89017 { display: unset !important; }}@media (max-width: 767px){#s-3460d51f-996e-4c3f-851f-be6a60e89017 {
  display: none;
}
#s-3460d51f-996e-4c3f-851f-be6a60e89017, #wrap-s-3460d51f-996e-4c3f-851f-be6a60e89017 { display: none !important; }}
#s-76c492f1-056d-4c36-a841-6d6f57bdb347 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-76c492f1-056d-4c36-a841-6d6f57bdb347 {
  display: none;
}
#s-76c492f1-056d-4c36-a841-6d6f57bdb347, #wrap-s-76c492f1-056d-4c36-a841-6d6f57bdb347 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-76c492f1-056d-4c36-a841-6d6f57bdb347 {
  display: none;
}
#s-76c492f1-056d-4c36-a841-6d6f57bdb347, #wrap-s-76c492f1-056d-4c36-a841-6d6f57bdb347 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-76c492f1-056d-4c36-a841-6d6f57bdb347 {
  display: none;
}
#s-76c492f1-056d-4c36-a841-6d6f57bdb347, #wrap-s-76c492f1-056d-4c36-a841-6d6f57bdb347 { display: none !important; }}@media (max-width: 767px){#s-76c492f1-056d-4c36-a841-6d6f57bdb347 {
  display: unset;
}
#s-76c492f1-056d-4c36-a841-6d6f57bdb347, #wrap-s-76c492f1-056d-4c36-a841-6d6f57bdb347 { display: unset !important; }}
#s-22ffbdb6-1077-4225-8177-3a03d642c0a5 {
  margin-top: -11px;
margin-left: 3%;
margin-bottom: -11px;
margin-right: 3%;
}
@media (max-width: 767px){#s-22ffbdb6-1077-4225-8177-3a03d642c0a5 {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-3307d121-ada0-402a-8b8c-dba491d2b3b0 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}
@media (max-width: 767px){#s-3307d121-ada0-402a-8b8c-dba491d2b3b0 {
  display: none;
}
#s-3307d121-ada0-402a-8b8c-dba491d2b3b0, #wrap-s-3307d121-ada0-402a-8b8c-dba491d2b3b0 { display: none !important; }}







#s-3307d121-ada0-402a-8b8c-dba491d2b3b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3307d121-ada0-402a-8b8c-dba491d2b3b0.shg-box.shg-c {
  justify-content: center;
}

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

#s-f7861cfc-c6d6-4c43-81a5-7549327e3026 {
  margin-left: 9%;
margin-right: 9%;
padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-f7861cfc-c6d6-4c43-81a5-7549327e3026 {
  display: unset;
}
#s-f7861cfc-c6d6-4c43-81a5-7549327e3026, #wrap-s-f7861cfc-c6d6-4c43-81a5-7549327e3026 { display: unset !important; }}
@media (min-width: 0px) {
[id="s-f7861cfc-c6d6-4c43-81a5-7549327e3026"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7861cfc-c6d6-4c43-81a5-7549327e3026"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f7861cfc-c6d6-4c43-81a5-7549327e3026"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7861cfc-c6d6-4c43-81a5-7549327e3026"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-74002f90-3855-40ab-86d8-a7ef902110f6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-74002f90-3855-40ab-86d8-a7ef902110f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74002f90-3855-40ab-86d8-a7ef902110f6.shg-box.shg-c {
  justify-content: center;
}

#s-7f66de4f-528a-4480-a280-de66ad0a1afa {
  margin-top: 97px;
margin-left: auto;
margin-bottom: 97px;
margin-right: auto;
max-width: 3400px;
aspect-ratio: 3200/2240;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7f66de4f-528a-4480-a280-de66ad0a1afa {
  margin-top: 7px;
margin-bottom: 7px;
}
}@media (max-width: 767px){#s-7f66de4f-528a-4480-a280-de66ad0a1afa {
  margin-top: 11px;
margin-bottom: 11px;
}
}




  @supports  (aspect-ratio: 1/1) {
    
    #s-7f66de4f-528a-4480-a280-de66ad0a1afa .shg-image-content-wrapper {
      aspect-ratio: 3200/2240;
      min-width: 100%;
      height: auto;
    }

    #s-7f66de4f-528a-4480-a280-de66ad0a1afa .shogun-image-link {
      aspect-ratio: 3200/2240;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f66de4f-528a-4480-a280-de66ad0a1afa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7f66de4f-528a-4480-a280-de66ad0a1afa {
    width: 100%;
    height: auto;
  }

  #s-7f66de4f-528a-4480-a280-de66ad0a1afa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f66de4f-528a-4480-a280-de66ad0a1afa.shogun-image {
    
    
  }


.s-7f66de4f-528a-4480-a280-de66ad0a1afa .shogun-image-content {
  
    align-items: center;
  
}

.s-7f66de4f-528a-4480-a280-de66ad0a1afa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f66de4f-528a-4480-a280-de66ad0a1afa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f66de4f-528a-4480-a280-de66ad0a1afa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f66de4f-528a-4480-a280-de66ad0a1afa {
      --shg-aspect-ratio: calc(3200/2240); 
    }

    .s-7f66de4f-528a-4480-a280-de66ad0a1afa.shogun-image-container {
      position: relative;
    }

    .s-7f66de4f-528a-4480-a280-de66ad0a1afa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f66de4f-528a-4480-a280-de66ad0a1afa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f66de4f-528a-4480-a280-de66ad0a1afa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f66de4f-528a-4480-a280-de66ad0a1afa .shg-image-content-wrapper {
      aspect-ratio: 3200/2240;
      min-width: 100%;
      height: auto;
    }

    #s-7f66de4f-528a-4480-a280-de66ad0a1afa .shogun-image-link {
      aspect-ratio: 3200/2240;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f66de4f-528a-4480-a280-de66ad0a1afa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7f66de4f-528a-4480-a280-de66ad0a1afa {
    width: 100%;
    height: auto;
  }

  #s-7f66de4f-528a-4480-a280-de66ad0a1afa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f66de4f-528a-4480-a280-de66ad0a1afa.shogun-image {
    
    
  }


.s-7f66de4f-528a-4480-a280-de66ad0a1afa .shogun-image-content {
  
    align-items: center;
  
}

.s-7f66de4f-528a-4480-a280-de66ad0a1afa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f66de4f-528a-4480-a280-de66ad0a1afa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f66de4f-528a-4480-a280-de66ad0a1afa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f66de4f-528a-4480-a280-de66ad0a1afa {
      --shg-aspect-ratio: calc(3200/2240); 
    }

    .s-7f66de4f-528a-4480-a280-de66ad0a1afa.shogun-image-container {
      position: relative;
    }

    .s-7f66de4f-528a-4480-a280-de66ad0a1afa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f66de4f-528a-4480-a280-de66ad0a1afa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f66de4f-528a-4480-a280-de66ad0a1afa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f66de4f-528a-4480-a280-de66ad0a1afa .shg-image-content-wrapper {
      aspect-ratio: 3200/2240;
      min-width: 100%;
      height: auto;
    }

    #s-7f66de4f-528a-4480-a280-de66ad0a1afa .shogun-image-link {
      aspect-ratio: 3200/2240;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f66de4f-528a-4480-a280-de66ad0a1afa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7f66de4f-528a-4480-a280-de66ad0a1afa {
    width: 100%;
    height: auto;
  }

  #s-7f66de4f-528a-4480-a280-de66ad0a1afa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f66de4f-528a-4480-a280-de66ad0a1afa.shogun-image {
    
    
  }


.s-7f66de4f-528a-4480-a280-de66ad0a1afa .shogun-image-content {
  
    align-items: center;
  
}

.s-7f66de4f-528a-4480-a280-de66ad0a1afa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f66de4f-528a-4480-a280-de66ad0a1afa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f66de4f-528a-4480-a280-de66ad0a1afa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f66de4f-528a-4480-a280-de66ad0a1afa {
      --shg-aspect-ratio: calc(3200/2240); 
    }

    .s-7f66de4f-528a-4480-a280-de66ad0a1afa.shogun-image-container {
      position: relative;
    }

    .s-7f66de4f-528a-4480-a280-de66ad0a1afa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f66de4f-528a-4480-a280-de66ad0a1afa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f66de4f-528a-4480-a280-de66ad0a1afa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f66de4f-528a-4480-a280-de66ad0a1afa .shg-image-content-wrapper {
      aspect-ratio: 3200/2240;
      min-width: 100%;
      height: auto;
    }

    #s-7f66de4f-528a-4480-a280-de66ad0a1afa .shogun-image-link {
      aspect-ratio: 3200/2240;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f66de4f-528a-4480-a280-de66ad0a1afa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7f66de4f-528a-4480-a280-de66ad0a1afa {
    width: 100%;
    height: auto;
  }

  #s-7f66de4f-528a-4480-a280-de66ad0a1afa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f66de4f-528a-4480-a280-de66ad0a1afa.shogun-image {
    
    
  }


.s-7f66de4f-528a-4480-a280-de66ad0a1afa .shogun-image-content {
  
    align-items: center;
  
}

.s-7f66de4f-528a-4480-a280-de66ad0a1afa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f66de4f-528a-4480-a280-de66ad0a1afa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f66de4f-528a-4480-a280-de66ad0a1afa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f66de4f-528a-4480-a280-de66ad0a1afa {
      --shg-aspect-ratio: calc(3200/2240); 
    }

    .s-7f66de4f-528a-4480-a280-de66ad0a1afa.shogun-image-container {
      position: relative;
    }

    .s-7f66de4f-528a-4480-a280-de66ad0a1afa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f66de4f-528a-4480-a280-de66ad0a1afa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f66de4f-528a-4480-a280-de66ad0a1afa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f66de4f-528a-4480-a280-de66ad0a1afa .shg-image-content-wrapper {
      aspect-ratio: 3200/2240;
      min-width: 100%;
      height: auto;
    }

    #s-7f66de4f-528a-4480-a280-de66ad0a1afa .shogun-image-link {
      aspect-ratio: 3200/2240;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f66de4f-528a-4480-a280-de66ad0a1afa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7f66de4f-528a-4480-a280-de66ad0a1afa {
    width: 100%;
    height: auto;
  }

  #s-7f66de4f-528a-4480-a280-de66ad0a1afa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f66de4f-528a-4480-a280-de66ad0a1afa.shogun-image {
    
    
  }


.s-7f66de4f-528a-4480-a280-de66ad0a1afa .shogun-image-content {
  
    align-items: center;
  
}

.s-7f66de4f-528a-4480-a280-de66ad0a1afa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f66de4f-528a-4480-a280-de66ad0a1afa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f66de4f-528a-4480-a280-de66ad0a1afa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f66de4f-528a-4480-a280-de66ad0a1afa {
      --shg-aspect-ratio: calc(3200/2240); 
    }

    .s-7f66de4f-528a-4480-a280-de66ad0a1afa.shogun-image-container {
      position: relative;
    }

    .s-7f66de4f-528a-4480-a280-de66ad0a1afa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f66de4f-528a-4480-a280-de66ad0a1afa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f66de4f-528a-4480-a280-de66ad0a1afa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-dfe900ef-f871-40ed-94e6-7f3f3512b7a4 {
  margin-top: 28px;
margin-left: auto;
margin-bottom: 28px;
margin-right: auto;
min-height: 50px;
}








#s-dfe900ef-f871-40ed-94e6-7f3f3512b7a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfe900ef-f871-40ed-94e6-7f3f3512b7a4.shg-box.shg-c {
  justify-content: center;
}

#s-b6036b87-eeaa-43cc-870e-098ce5e1fb01 {
  margin-top: -5px;
margin-left: 0%;
margin-bottom: -5px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-b6036b87-eeaa-43cc-870e-098ce5e1fb01 {
  display: unset;
}
#s-b6036b87-eeaa-43cc-870e-098ce5e1fb01, #wrap-s-b6036b87-eeaa-43cc-870e-098ce5e1fb01 { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b6036b87-eeaa-43cc-870e-098ce5e1fb01 {
  display: unset;
}
#s-b6036b87-eeaa-43cc-870e-098ce5e1fb01, #wrap-s-b6036b87-eeaa-43cc-870e-098ce5e1fb01 { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b6036b87-eeaa-43cc-870e-098ce5e1fb01 {
  display: unset;
}
#s-b6036b87-eeaa-43cc-870e-098ce5e1fb01, #wrap-s-b6036b87-eeaa-43cc-870e-098ce5e1fb01 { display: unset !important; }}@media (max-width: 767px){#s-b6036b87-eeaa-43cc-870e-098ce5e1fb01 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
display: unset;
}
#s-b6036b87-eeaa-43cc-870e-098ce5e1fb01, #wrap-s-b6036b87-eeaa-43cc-870e-098ce5e1fb01 { display: unset !important; }}
#s-ece88397-124c-45ae-9811-abb8d2f54cab {
  margin-top: -11px;
margin-left: 3%;
margin-bottom: -11px;
margin-right: 3%;
}
@media (max-width: 767px){#s-ece88397-124c-45ae-9811-abb8d2f54cab {
  margin-left: 7%;
margin-right: 7%;
}
}
#s-26a12f7a-8e06-46bb-876d-827b26611467 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
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: 500px;
background-color: rgba(44, 118, 228, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-26a12f7a-8e06-46bb-876d-827b26611467:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-26a12f7a-8e06-46bb-876d-827b26611467:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-26a12f7a-8e06-46bb-876d-827b26611467-root {
    text-align: center;
  }


#s-26a12f7a-8e06-46bb-876d-827b26611467.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-26a12f7a-8e06-46bb-876d-827b26611467-root {
    text-align: center;
  }


#s-26a12f7a-8e06-46bb-876d-827b26611467.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-26a12f7a-8e06-46bb-876d-827b26611467-root {
    text-align: center;
  }


#s-26a12f7a-8e06-46bb-876d-827b26611467.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-26a12f7a-8e06-46bb-876d-827b26611467-root {
    text-align: center;
  }


#s-26a12f7a-8e06-46bb-876d-827b26611467.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-26a12f7a-8e06-46bb-876d-827b26611467-root {
    text-align: center;
  }


#s-26a12f7a-8e06-46bb-876d-827b26611467.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
}
#s-dca956e8-f0f6-436a-bf59-62c7720dbe00 {
  margin-top: -18px;
margin-left: auto;
margin-bottom: -18px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-dca956e8-f0f6-436a-bf59-62c7720dbe00 {
  display: none;
}
#s-dca956e8-f0f6-436a-bf59-62c7720dbe00, #wrap-s-dca956e8-f0f6-436a-bf59-62c7720dbe00 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dca956e8-f0f6-436a-bf59-62c7720dbe00 {
  display: none;
}
#s-dca956e8-f0f6-436a-bf59-62c7720dbe00, #wrap-s-dca956e8-f0f6-436a-bf59-62c7720dbe00 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dca956e8-f0f6-436a-bf59-62c7720dbe00 {
  display: none;
}
#s-dca956e8-f0f6-436a-bf59-62c7720dbe00, #wrap-s-dca956e8-f0f6-436a-bf59-62c7720dbe00 { display: none !important; }}







#s-dca956e8-f0f6-436a-bf59-62c7720dbe00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dca956e8-f0f6-436a-bf59-62c7720dbe00.shg-box.shg-c {
  justify-content: center;
}

#s-96e1e44f-c21f-4966-ae9f-f546687f48d5 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-96e1e44f-c21f-4966-ae9f-f546687f48d5 {
  display: none;
}
#s-96e1e44f-c21f-4966-ae9f-f546687f48d5, #wrap-s-96e1e44f-c21f-4966-ae9f-f546687f48d5 { display: none !important; }}







#s-96e1e44f-c21f-4966-ae9f-f546687f48d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96e1e44f-c21f-4966-ae9f-f546687f48d5.shg-box.shg-c {
  justify-content: center;
}

#s-065126dc-cff7-49c8-9026-5d82f464fe0b {
  min-height: 50px;
}
@media (max-width: 767px){#s-065126dc-cff7-49c8-9026-5d82f464fe0b {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-065126dc-cff7-49c8-9026-5d82f464fe0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-065126dc-cff7-49c8-9026-5d82f464fe0b.shg-box.shg-c {
  justify-content: center;
}

#s-eaad0cca-c74f-475e-bb91-5661046917d4 {
  margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-eaad0cca-c74f-475e-bb91-5661046917d4 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-eaad0cca-c74f-475e-bb91-5661046917d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eaad0cca-c74f-475e-bb91-5661046917d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-eaad0cca-c74f-475e-bb91-5661046917d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-eaad0cca-c74f-475e-bb91-5661046917d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8fd894ff-9f73-4dd3-9c3d-9fc85eedabad {
  box-shadow:0px 0px 20px 1px rgba(185, 185, 185, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-bottom: 14px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-8fd894ff-9f73-4dd3-9c3d-9fc85eedabad {
  
}
}







#s-8fd894ff-9f73-4dd3-9c3d-9fc85eedabad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fd894ff-9f73-4dd3-9c3d-9fc85eedabad.shg-box.shg-c {
  justify-content: center;
}

#s-f926f549-074e-4fa2-9ba0-e8d4f2798727 {
  margin-left: auto;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-f926f549-074e-4fa2-9ba0-e8d4f2798727"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f926f549-074e-4fa2-9ba0-e8d4f2798727"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f926f549-074e-4fa2-9ba0-e8d4f2798727"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f926f549-074e-4fa2-9ba0-e8d4f2798727"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f926f549-074e-4fa2-9ba0-e8d4f2798727"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f926f549-074e-4fa2-9ba0-e8d4f2798727"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f926f549-074e-4fa2-9ba0-e8d4f2798727"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-686c58a1-b6ad-4e04-83d9-2e7934ab9c0b {
  margin-top: 11px;
margin-bottom: 11px;
}

#s-686c58a1-b6ad-4e04-83d9-2e7934ab9c0b .shogun-icon-wrapper {
  text-align: center;
}


#s-686c58a1-b6ad-4e04-83d9-2e7934ab9c0b .shogun-icon-wrapper > .shogun-icon {

  font-size: 38px !important;
  color: rgba(44, 118, 228, 1);
}
@media (max-width: 767px){#s-686c58a1-b6ad-4e04-83d9-2e7934ab9c0b .shogun-icon-wrapper {
  text-align: right;
}


#s-686c58a1-b6ad-4e04-83d9-2e7934ab9c0b .shogun-icon-wrapper > .shogun-icon {

  font-size: 38px !important;
  color: rgba(44, 118, 228, 1);
}
}
#s-8b2de2fd-4312-4e38-a0cf-88f903b6b95d {
  min-height: 50px;
}








#s-8b2de2fd-4312-4e38-a0cf-88f903b6b95d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b2de2fd-4312-4e38-a0cf-88f903b6b95d.shg-box.shg-c {
  justify-content: center;
}

#s-6cb65255-8e48-4f0e-9098-fe8bebe354c1 {
  padding-left: 4%;
padding-right: 4%;
}

#s-413667c7-63f6-4c00-8a07-e4ab4df8aeea {
  margin-top: -10px;
margin-left: 0%;
margin-bottom: -10px;
margin-right: 0%;
min-height: 40px;
}
@media (min-width: 1200px){#s-413667c7-63f6-4c00-8a07-e4ab4df8aeea {
  display: none;
}
#s-413667c7-63f6-4c00-8a07-e4ab4df8aeea, #wrap-s-413667c7-63f6-4c00-8a07-e4ab4df8aeea { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-413667c7-63f6-4c00-8a07-e4ab4df8aeea {
  display: none;
}
#s-413667c7-63f6-4c00-8a07-e4ab4df8aeea, #wrap-s-413667c7-63f6-4c00-8a07-e4ab4df8aeea { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-413667c7-63f6-4c00-8a07-e4ab4df8aeea {
  display: unset;
}
#s-413667c7-63f6-4c00-8a07-e4ab4df8aeea, #wrap-s-413667c7-63f6-4c00-8a07-e4ab4df8aeea { display: unset !important; }}@media (max-width: 767px){#s-413667c7-63f6-4c00-8a07-e4ab4df8aeea {
  margin-top: -6px;
margin-bottom: -6px;
}
}







#s-413667c7-63f6-4c00-8a07-e4ab4df8aeea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-413667c7-63f6-4c00-8a07-e4ab4df8aeea.shg-box.shg-c {
  justify-content: center;
}

#s-8286b5c7-09b6-452c-884e-f9d7580969a2 {
  box-shadow:0px 0px 20px 1px rgba(185, 185, 185, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-bottom: 14px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-8286b5c7-09b6-452c-884e-f9d7580969a2 {
  
}
}







#s-8286b5c7-09b6-452c-884e-f9d7580969a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8286b5c7-09b6-452c-884e-f9d7580969a2.shg-box.shg-c {
  justify-content: center;
}

#s-f846f762-ed84-4bec-862b-7a5168e3967e {
  margin-left: auto;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-f846f762-ed84-4bec-862b-7a5168e3967e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f846f762-ed84-4bec-862b-7a5168e3967e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f846f762-ed84-4bec-862b-7a5168e3967e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f846f762-ed84-4bec-862b-7a5168e3967e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f846f762-ed84-4bec-862b-7a5168e3967e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f846f762-ed84-4bec-862b-7a5168e3967e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f846f762-ed84-4bec-862b-7a5168e3967e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-e0e9713b-7231-454e-bca5-ac0d19445a56 {
  margin-top: 11px;
margin-bottom: 11px;
}

#s-e0e9713b-7231-454e-bca5-ac0d19445a56 .shogun-icon-wrapper {
  text-align: center;
}


#s-e0e9713b-7231-454e-bca5-ac0d19445a56 .shogun-icon-wrapper > .shogun-icon {

  font-size: 38px !important;
  color: rgba(44, 118, 228, 1);
}
@media (max-width: 767px){#s-e0e9713b-7231-454e-bca5-ac0d19445a56 .shogun-icon-wrapper {
  text-align: right;
}


#s-e0e9713b-7231-454e-bca5-ac0d19445a56 .shogun-icon-wrapper > .shogun-icon {

  font-size: 38px !important;
  color: rgba(44, 118, 228, 1);
}
}
#s-9de91c9f-edd5-4a8d-9efa-d6ca76286e48 {
  min-height: 50px;
}








#s-9de91c9f-edd5-4a8d-9efa-d6ca76286e48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9de91c9f-edd5-4a8d-9efa-d6ca76286e48.shg-box.shg-c {
  justify-content: center;
}

#s-0225431c-c5c9-48b6-ae9a-192b35762240 {
  padding-left: 4%;
padding-right: 4%;
}

#s-4c9f61b6-eef6-4801-a074-71aeb750995a {
  margin-top: -10px;
margin-left: 0%;
margin-bottom: -10px;
margin-right: 0%;
min-height: 40px;
}
@media (min-width: 1200px){#s-4c9f61b6-eef6-4801-a074-71aeb750995a {
  display: none;
}
#s-4c9f61b6-eef6-4801-a074-71aeb750995a, #wrap-s-4c9f61b6-eef6-4801-a074-71aeb750995a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4c9f61b6-eef6-4801-a074-71aeb750995a {
  display: none;
}
#s-4c9f61b6-eef6-4801-a074-71aeb750995a, #wrap-s-4c9f61b6-eef6-4801-a074-71aeb750995a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4c9f61b6-eef6-4801-a074-71aeb750995a {
  display: unset;
}
#s-4c9f61b6-eef6-4801-a074-71aeb750995a, #wrap-s-4c9f61b6-eef6-4801-a074-71aeb750995a { display: unset !important; }}@media (max-width: 767px){#s-4c9f61b6-eef6-4801-a074-71aeb750995a {
  margin-top: -6px;
margin-bottom: -6px;
}
}







#s-4c9f61b6-eef6-4801-a074-71aeb750995a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c9f61b6-eef6-4801-a074-71aeb750995a.shg-box.shg-c {
  justify-content: center;
}

#s-315b9915-515a-4d93-9fc7-1afd2871d57e {
  box-shadow:0px 0px 20px 1px rgba(185, 185, 185, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-bottom: 14px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-315b9915-515a-4d93-9fc7-1afd2871d57e {
  
}
}







#s-315b9915-515a-4d93-9fc7-1afd2871d57e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-315b9915-515a-4d93-9fc7-1afd2871d57e.shg-box.shg-c {
  justify-content: center;
}

#s-26d5e119-f0d9-47ed-8608-551c5331e697 {
  margin-left: auto;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-26d5e119-f0d9-47ed-8608-551c5331e697"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-26d5e119-f0d9-47ed-8608-551c5331e697"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-26d5e119-f0d9-47ed-8608-551c5331e697"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-26d5e119-f0d9-47ed-8608-551c5331e697"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-26d5e119-f0d9-47ed-8608-551c5331e697"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-26d5e119-f0d9-47ed-8608-551c5331e697"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-26d5e119-f0d9-47ed-8608-551c5331e697"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-eefe5d6d-2ce6-420b-80b7-fea215b0d154 {
  margin-top: 11px;
margin-bottom: 11px;
}

#s-eefe5d6d-2ce6-420b-80b7-fea215b0d154 .shogun-icon-wrapper {
  text-align: center;
}


#s-eefe5d6d-2ce6-420b-80b7-fea215b0d154 .shogun-icon-wrapper > .shogun-icon {

  font-size: 38px !important;
  color: rgba(44, 118, 228, 1);
}
@media (max-width: 767px){#s-eefe5d6d-2ce6-420b-80b7-fea215b0d154 .shogun-icon-wrapper {
  text-align: right;
}


#s-eefe5d6d-2ce6-420b-80b7-fea215b0d154 .shogun-icon-wrapper > .shogun-icon {

  font-size: 38px !important;
  color: rgba(44, 118, 228, 1);
}
}
#s-9e08f993-2e18-4ebc-8ed7-862acd022a93 {
  min-height: 50px;
}








#s-9e08f993-2e18-4ebc-8ed7-862acd022a93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e08f993-2e18-4ebc-8ed7-862acd022a93.shg-box.shg-c {
  justify-content: center;
}

#s-704231c8-4084-43ec-9d63-f4d343de4528 {
  padding-left: 4%;
padding-right: 4%;
}

.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;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.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-ee5bc4ac-2e1b-482e-a21d-12863e48660e {
  min-height: 50px;
}








#s-ee5bc4ac-2e1b-482e-a21d-12863e48660e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee5bc4ac-2e1b-482e-a21d-12863e48660e.shg-box.shg-c {
  justify-content: center;
}

#s-dfe2c4af-0c11-444d-906d-ecad8bebf0e3 {
  min-height: 50px;
}








#s-dfe2c4af-0c11-444d-906d-ecad8bebf0e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfe2c4af-0c11-444d-906d-ecad8bebf0e3.shg-box.shg-c {
  justify-content: center;
}

#s-cdfa1205-4336-4caf-863d-63654733fd0d {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-cdfa1205-4336-4caf-863d-63654733fd0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdfa1205-4336-4caf-863d-63654733fd0d.shg-box.shg-c {
  justify-content: center;
}

#s-0d91d058-0597-4084-ac42-9a680116904d {
  margin-left: auto;
margin-right: auto;
padding-top: 24px;
padding-left: 24px;
padding-bottom: 24px;
padding-right: 24px;
min-height: 300px;
max-width: 900px;
}
@media (max-width: 767px){#s-0d91d058-0597-4084-ac42-9a680116904d {
  padding-top: 3px;
padding-left: 24px;
padding-bottom: 3px;
padding-right: 24px;
}
}







#s-0d91d058-0597-4084-ac42-9a680116904d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d91d058-0597-4084-ac42-9a680116904d.shg-box.shg-c {
  justify-content: center;
}

#s-3a194c5f-e8cb-48ee-846a-f07974d18d67 {
  min-height: 50px;
}








#s-3a194c5f-e8cb-48ee-846a-f07974d18d67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a194c5f-e8cb-48ee-846a-f07974d18d67.shg-box.shg-c {
  justify-content: center;
}

#s-7de16344-ce64-4ef1-b7bd-7e46e478f04a {
  margin-top: -5px;
margin-left: 0%;
margin-bottom: -5px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-7de16344-ce64-4ef1-b7bd-7e46e478f04a {
  display: unset;
}
#s-7de16344-ce64-4ef1-b7bd-7e46e478f04a, #wrap-s-7de16344-ce64-4ef1-b7bd-7e46e478f04a { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7de16344-ce64-4ef1-b7bd-7e46e478f04a {
  display: unset;
}
#s-7de16344-ce64-4ef1-b7bd-7e46e478f04a, #wrap-s-7de16344-ce64-4ef1-b7bd-7e46e478f04a { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7de16344-ce64-4ef1-b7bd-7e46e478f04a {
  display: unset;
}
#s-7de16344-ce64-4ef1-b7bd-7e46e478f04a, #wrap-s-7de16344-ce64-4ef1-b7bd-7e46e478f04a { display: unset !important; }}@media (max-width: 767px){#s-7de16344-ce64-4ef1-b7bd-7e46e478f04a {
  display: none;
}
#s-7de16344-ce64-4ef1-b7bd-7e46e478f04a, #wrap-s-7de16344-ce64-4ef1-b7bd-7e46e478f04a { display: none !important; }}
#s-91391c2b-b89a-4b5d-a975-0bfc8d51b778 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-91391c2b-b89a-4b5d-a975-0bfc8d51b778 {
  display: none;
}
#s-91391c2b-b89a-4b5d-a975-0bfc8d51b778, #wrap-s-91391c2b-b89a-4b5d-a975-0bfc8d51b778 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-91391c2b-b89a-4b5d-a975-0bfc8d51b778 {
  display: none;
}
#s-91391c2b-b89a-4b5d-a975-0bfc8d51b778, #wrap-s-91391c2b-b89a-4b5d-a975-0bfc8d51b778 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-91391c2b-b89a-4b5d-a975-0bfc8d51b778 {
  display: none;
}
#s-91391c2b-b89a-4b5d-a975-0bfc8d51b778, #wrap-s-91391c2b-b89a-4b5d-a975-0bfc8d51b778 { display: none !important; }}@media (max-width: 767px){#s-91391c2b-b89a-4b5d-a975-0bfc8d51b778 {
  display: unset;
}
#s-91391c2b-b89a-4b5d-a975-0bfc8d51b778, #wrap-s-91391c2b-b89a-4b5d-a975-0bfc8d51b778 { display: unset !important; }}
#s-03cc5803-7f89-46f7-bfbe-45c5cfc8502d {
  margin-top: -11px;
margin-left: 3%;
margin-bottom: -11px;
margin-right: 3%;
}
@media (max-width: 767px){#s-03cc5803-7f89-46f7-bfbe-45c5cfc8502d {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-3d1a47d6-b94e-4640-9c83-478ffa67cfe6 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
}








#s-3d1a47d6-b94e-4640-9c83-478ffa67cfe6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d1a47d6-b94e-4640-9c83-478ffa67cfe6.shg-box.shg-c {
  justify-content: center;
}

#s-18fe940e-50de-4f8c-be78-12038193a4ad {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 76px;
background-color: rgba(204, 225, 255, 1);
}








#s-18fe940e-50de-4f8c-be78-12038193a4ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18fe940e-50de-4f8c-be78-12038193a4ad.shg-box.shg-c {
  justify-content: center;
}

#s-5d4c4b05-3f68-4f3e-9f5c-a5bc2b05edcd {
  min-height: 50px;
}








#s-5d4c4b05-3f68-4f3e-9f5c-a5bc2b05edcd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d4c4b05-3f68-4f3e-9f5c-a5bc2b05edcd.shg-box.shg-c {
  justify-content: center;
}

#s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 {
  max-width: 230px;
aspect-ratio: 3000/501;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 .shg-image-content-wrapper {
      aspect-ratio: 3000/501;
      min-width: 100%;
      height: auto;
    }

    #s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 .shogun-image-link {
      aspect-ratio: 3000/501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 {
    width: 100%;
    height: auto;
  }

  #s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4458a58-26b9-4b32-9ec6-b4c248c86e98.shogun-image {
    
    
  }


.s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4458a58-26b9-4b32-9ec6-b4c248c86e98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4458a58-26b9-4b32-9ec6-b4c248c86e98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4458a58-26b9-4b32-9ec6-b4c248c86e98.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 {
      --shg-aspect-ratio: calc(3000/501); 
    }

    .s-c4458a58-26b9-4b32-9ec6-b4c248c86e98.shogun-image-container {
      position: relative;
    }

    .s-c4458a58-26b9-4b32-9ec6-b4c248c86e98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4458a58-26b9-4b32-9ec6-b4c248c86e98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 .shg-image-content-wrapper {
      aspect-ratio: 3000/501;
      min-width: 100%;
      height: auto;
    }

    #s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 .shogun-image-link {
      aspect-ratio: 3000/501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 {
    width: 100%;
    height: auto;
  }

  #s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4458a58-26b9-4b32-9ec6-b4c248c86e98.shogun-image {
    
    
  }


.s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4458a58-26b9-4b32-9ec6-b4c248c86e98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4458a58-26b9-4b32-9ec6-b4c248c86e98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4458a58-26b9-4b32-9ec6-b4c248c86e98.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 {
      --shg-aspect-ratio: calc(3000/501); 
    }

    .s-c4458a58-26b9-4b32-9ec6-b4c248c86e98.shogun-image-container {
      position: relative;
    }

    .s-c4458a58-26b9-4b32-9ec6-b4c248c86e98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4458a58-26b9-4b32-9ec6-b4c248c86e98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 .shg-image-content-wrapper {
      aspect-ratio: 3000/501;
      min-width: 100%;
      height: auto;
    }

    #s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 .shogun-image-link {
      aspect-ratio: 3000/501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 {
    width: 100%;
    height: auto;
  }

  #s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4458a58-26b9-4b32-9ec6-b4c248c86e98.shogun-image {
    
    
  }


.s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4458a58-26b9-4b32-9ec6-b4c248c86e98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4458a58-26b9-4b32-9ec6-b4c248c86e98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4458a58-26b9-4b32-9ec6-b4c248c86e98.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 {
      --shg-aspect-ratio: calc(3000/501); 
    }

    .s-c4458a58-26b9-4b32-9ec6-b4c248c86e98.shogun-image-container {
      position: relative;
    }

    .s-c4458a58-26b9-4b32-9ec6-b4c248c86e98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4458a58-26b9-4b32-9ec6-b4c248c86e98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 .shg-image-content-wrapper {
      aspect-ratio: 3000/501;
      min-width: 100%;
      height: auto;
    }

    #s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 .shogun-image-link {
      aspect-ratio: 3000/501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 {
    width: 100%;
    height: auto;
  }

  #s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4458a58-26b9-4b32-9ec6-b4c248c86e98.shogun-image {
    
    
  }


.s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4458a58-26b9-4b32-9ec6-b4c248c86e98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4458a58-26b9-4b32-9ec6-b4c248c86e98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4458a58-26b9-4b32-9ec6-b4c248c86e98.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 {
      --shg-aspect-ratio: calc(3000/501); 
    }

    .s-c4458a58-26b9-4b32-9ec6-b4c248c86e98.shogun-image-container {
      position: relative;
    }

    .s-c4458a58-26b9-4b32-9ec6-b4c248c86e98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4458a58-26b9-4b32-9ec6-b4c248c86e98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 .shg-image-content-wrapper {
      aspect-ratio: 3000/501;
      min-width: 100%;
      height: auto;
    }

    #s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 .shogun-image-link {
      aspect-ratio: 3000/501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 {
    width: 100%;
    height: auto;
  }

  #s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4458a58-26b9-4b32-9ec6-b4c248c86e98.shogun-image {
    
    
  }


.s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4458a58-26b9-4b32-9ec6-b4c248c86e98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4458a58-26b9-4b32-9ec6-b4c248c86e98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4458a58-26b9-4b32-9ec6-b4c248c86e98.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 {
      --shg-aspect-ratio: calc(3000/501); 
    }

    .s-c4458a58-26b9-4b32-9ec6-b4c248c86e98.shogun-image-container {
      position: relative;
    }

    .s-c4458a58-26b9-4b32-9ec6-b4c248c86e98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4458a58-26b9-4b32-9ec6-b4c248c86e98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4458a58-26b9-4b32-9ec6-b4c248c86e98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7473ae9f-ca7b-4928-8d07-33c079e52a2d {
  margin-top: 15px;
margin-bottom: 15px;
min-height: 50px;
}








#s-7473ae9f-ca7b-4928-8d07-33c079e52a2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7473ae9f-ca7b-4928-8d07-33c079e52a2d.shg-box.shg-c {
  justify-content: center;
}

#s-813cd1ad-3dc4-4237-afa0-c83728faeb68 {
  margin-left: 8%;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-813cd1ad-3dc4-4237-afa0-c83728faeb68"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-813cd1ad-3dc4-4237-afa0-c83728faeb68"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-813cd1ad-3dc4-4237-afa0-c83728faeb68"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-813cd1ad-3dc4-4237-afa0-c83728faeb68"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c282922c-ee96-4db8-8347-aaddf5d9555b {
  min-height: 50px;
}








#s-c282922c-ee96-4db8-8347-aaddf5d9555b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c282922c-ee96-4db8-8347-aaddf5d9555b.shg-box.shg-c {
  justify-content: center;
}

#s-56bd2b45-3bb6-4532-b757-496520fb9a02 {
  margin-left: 8%;
margin-right: 8%;
}

#s-ff3110e1-61b9-4af9-a3f1-3d9f216eb1ff {
  min-height: 50px;
}








#s-ff3110e1-61b9-4af9-a3f1-3d9f216eb1ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff3110e1-61b9-4af9-a3f1-3d9f216eb1ff.shg-box.shg-c {
  justify-content: center;
}

#s-a422508f-debd-448e-8a21-ff4a2b2ecdf6 {
  margin-left: 8%;
margin-right: 8%;
}

#s-29ef7908-3703-4abc-beb7-9047fdd2ce82 {
  margin-left: 8%;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-29ef7908-3703-4abc-beb7-9047fdd2ce82"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29ef7908-3703-4abc-beb7-9047fdd2ce82"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-29ef7908-3703-4abc-beb7-9047fdd2ce82"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-29ef7908-3703-4abc-beb7-9047fdd2ce82"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d6750467-4893-4365-9563-a334003e4666 {
  min-height: 50px;
}








#s-d6750467-4893-4365-9563-a334003e4666 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6750467-4893-4365-9563-a334003e4666.shg-box.shg-c {
  justify-content: center;
}

#s-56ee5d91-860a-4daf-8390-2481a235a432 {
  margin-left: 8%;
margin-right: 8%;
}

#s-0fc162ce-a80b-4889-ad45-93492359dc9a {
  min-height: 50px;
}








#s-0fc162ce-a80b-4889-ad45-93492359dc9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fc162ce-a80b-4889-ad45-93492359dc9a.shg-box.shg-c {
  justify-content: center;
}

#s-d77afc7d-88ea-4252-8641-cce6424d5746 {
  margin-left: 8%;
margin-right: 8%;
}

#s-27470361-9e6e-432d-9785-5b00378d7433 {
  margin-left: 8%;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-27470361-9e6e-432d-9785-5b00378d7433"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27470361-9e6e-432d-9785-5b00378d7433"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-27470361-9e6e-432d-9785-5b00378d7433"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-27470361-9e6e-432d-9785-5b00378d7433"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6af760c3-b075-45f9-95af-d317b732b36d {
  min-height: 50px;
}








#s-6af760c3-b075-45f9-95af-d317b732b36d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6af760c3-b075-45f9-95af-d317b732b36d.shg-box.shg-c {
  justify-content: center;
}

#s-ccc95c57-1a7b-434a-9df1-13ecbd4dbb10 {
  margin-left: 8%;
margin-right: 8%;
}

#s-4ead4b5e-9d54-43ea-8e7c-5f1db398d6b2 {
  min-height: 50px;
}








#s-4ead4b5e-9d54-43ea-8e7c-5f1db398d6b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ead4b5e-9d54-43ea-8e7c-5f1db398d6b2.shg-box.shg-c {
  justify-content: center;
}

#s-81f9951d-8eb3-44df-99da-d473b821e40e {
  margin-left: 8%;
margin-right: 8%;
}

#s-7ec73388-c638-41b2-afce-9a7f7258020f {
  background-repeat: no-repeat;
margin-top: -15px;
margin-left: 0%;
margin-bottom: -15px;
margin-right: 0%;
padding-top: 30px;
padding-bottom: 30px;
min-height: 100px;
}
@media (min-width: 1200px){#s-7ec73388-c638-41b2-afce-9a7f7258020f {
  display: unset;
}
#s-7ec73388-c638-41b2-afce-9a7f7258020f, #wrap-s-7ec73388-c638-41b2-afce-9a7f7258020f { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7ec73388-c638-41b2-afce-9a7f7258020f {
  display: unset;
}
#s-7ec73388-c638-41b2-afce-9a7f7258020f, #wrap-s-7ec73388-c638-41b2-afce-9a7f7258020f { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7ec73388-c638-41b2-afce-9a7f7258020f {
  display: unset;
}
#s-7ec73388-c638-41b2-afce-9a7f7258020f, #wrap-s-7ec73388-c638-41b2-afce-9a7f7258020f { display: unset !important; }}@media (max-width: 767px){#s-7ec73388-c638-41b2-afce-9a7f7258020f {
  margin-top: -5px;
margin-bottom: -5px;
padding-top: 30px;
padding-bottom: 30px;
display: unset;
}
#s-7ec73388-c638-41b2-afce-9a7f7258020f, #wrap-s-7ec73388-c638-41b2-afce-9a7f7258020f { display: unset !important; }}
#s-7ec73388-c638-41b2-afce-9a7f7258020f {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGE3MTdlMjItMjVjNS00NDNjLTliNmQtMjI2YTRjZGRiNjI2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojY2NlMWZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4YTcxN2UyMi0yNWM1LTQ0M2MtOWI2ZC0yMjZhNGNkZGI2MjYpIi8+PC9zdmc+);
}








#s-7ec73388-c638-41b2-afce-9a7f7258020f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ec73388-c638-41b2-afce-9a7f7258020f.shg-box.shg-c {
  justify-content: center;
}

#s-cc2a1e3c-38dc-4909-852d-0187f17e1419 {
  min-height: 50px;
}








#s-cc2a1e3c-38dc-4909-852d-0187f17e1419 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc2a1e3c-38dc-4909-852d-0187f17e1419.shg-box.shg-c {
  justify-content: center;
}

#s-c65f9467-0d43-4c1e-95f8-834070ac85b1 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(204, 225, 255, 1);
}
@media (min-width: 1200px){#s-c65f9467-0d43-4c1e-95f8-834070ac85b1 {
  display: unset;
}
#s-c65f9467-0d43-4c1e-95f8-834070ac85b1, #wrap-s-c65f9467-0d43-4c1e-95f8-834070ac85b1 { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c65f9467-0d43-4c1e-95f8-834070ac85b1 {
  display: unset;
}
#s-c65f9467-0d43-4c1e-95f8-834070ac85b1, #wrap-s-c65f9467-0d43-4c1e-95f8-834070ac85b1 { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c65f9467-0d43-4c1e-95f8-834070ac85b1 {
  display: none;
}
#s-c65f9467-0d43-4c1e-95f8-834070ac85b1, #wrap-s-c65f9467-0d43-4c1e-95f8-834070ac85b1 { display: none !important; }}@media (max-width: 767px){#s-c65f9467-0d43-4c1e-95f8-834070ac85b1 {
  display: none;
}
#s-c65f9467-0d43-4c1e-95f8-834070ac85b1, #wrap-s-c65f9467-0d43-4c1e-95f8-834070ac85b1 { display: none !important; }}







#s-c65f9467-0d43-4c1e-95f8-834070ac85b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c65f9467-0d43-4c1e-95f8-834070ac85b1.shg-box.shg-c {
  justify-content: center;
}

#s-e1943eb1-e112-4900-a87d-8f06cba62478 {
  margin-top: 16px;
margin-bottom: 16px;
min-height: 50px;
}
@media (max-width: 767px){#s-e1943eb1-e112-4900-a87d-8f06cba62478 {
  display: none;
}
#s-e1943eb1-e112-4900-a87d-8f06cba62478, #wrap-s-e1943eb1-e112-4900-a87d-8f06cba62478 { display: none !important; }}







#s-e1943eb1-e112-4900-a87d-8f06cba62478 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1943eb1-e112-4900-a87d-8f06cba62478.shg-box.shg-c {
  justify-content: center;
}

#s-72aa71c1-c6bf-4cc3-995d-be5cbc4b862e {
  margin-top: -15px;
margin-bottom: -15px;
padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-72aa71c1-c6bf-4cc3-995d-be5cbc4b862e .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 41px;
  
  
  
}



#s-f4f3231a-e114-4428-8ccc-668bd820f529 {
  min-height: 50px;
}








#s-f4f3231a-e114-4428-8ccc-668bd820f529 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4f3231a-e114-4428-8ccc-668bd820f529.shg-box.shg-c {
  justify-content: center;
}

#s-6025094d-7cb0-49e2-acb1-f3c9158833a1 {
  margin-left: 7%;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-6025094d-7cb0-49e2-acb1-f3c9158833a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6025094d-7cb0-49e2-acb1-f3c9158833a1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6025094d-7cb0-49e2-acb1-f3c9158833a1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6025094d-7cb0-49e2-acb1-f3c9158833a1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-2933f959-80b4-4abc-8fa2-6c77582ac693 {
  min-height: 50px;
}








#s-2933f959-80b4-4abc-8fa2-6c77582ac693 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2933f959-80b4-4abc-8fa2-6c77582ac693.shg-box.shg-c {
  justify-content: center;
}

#s-13c15b3a-1587-4907-aadf-0936abd8acc4 {
  max-width: 270px;
aspect-ratio: 1993/935;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-13c15b3a-1587-4907-aadf-0936abd8acc4 .shg-image-content-wrapper {
      aspect-ratio: 1993/935;
      min-width: 100%;
      height: auto;
    }

    #s-13c15b3a-1587-4907-aadf-0936abd8acc4 .shogun-image-link {
      aspect-ratio: 1993/935;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-13c15b3a-1587-4907-aadf-0936abd8acc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-13c15b3a-1587-4907-aadf-0936abd8acc4 {
    width: 100%;
    height: auto;
  }

  #s-13c15b3a-1587-4907-aadf-0936abd8acc4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-13c15b3a-1587-4907-aadf-0936abd8acc4.shogun-image {
    
    
  }


.s-13c15b3a-1587-4907-aadf-0936abd8acc4 .shogun-image-content {
  
    align-items: center;
  
}

.s-13c15b3a-1587-4907-aadf-0936abd8acc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13c15b3a-1587-4907-aadf-0936abd8acc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13c15b3a-1587-4907-aadf-0936abd8acc4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13c15b3a-1587-4907-aadf-0936abd8acc4 {
      --shg-aspect-ratio: calc(1993/935); 
    }

    .s-13c15b3a-1587-4907-aadf-0936abd8acc4.shogun-image-container {
      position: relative;
    }

    .s-13c15b3a-1587-4907-aadf-0936abd8acc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13c15b3a-1587-4907-aadf-0936abd8acc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13c15b3a-1587-4907-aadf-0936abd8acc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-13c15b3a-1587-4907-aadf-0936abd8acc4 .shg-image-content-wrapper {
      aspect-ratio: 1993/935;
      min-width: 100%;
      height: auto;
    }

    #s-13c15b3a-1587-4907-aadf-0936abd8acc4 .shogun-image-link {
      aspect-ratio: 1993/935;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-13c15b3a-1587-4907-aadf-0936abd8acc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-13c15b3a-1587-4907-aadf-0936abd8acc4 {
    width: 100%;
    height: auto;
  }

  #s-13c15b3a-1587-4907-aadf-0936abd8acc4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-13c15b3a-1587-4907-aadf-0936abd8acc4.shogun-image {
    
    
  }


.s-13c15b3a-1587-4907-aadf-0936abd8acc4 .shogun-image-content {
  
    align-items: center;
  
}

.s-13c15b3a-1587-4907-aadf-0936abd8acc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13c15b3a-1587-4907-aadf-0936abd8acc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13c15b3a-1587-4907-aadf-0936abd8acc4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13c15b3a-1587-4907-aadf-0936abd8acc4 {
      --shg-aspect-ratio: calc(1993/935); 
    }

    .s-13c15b3a-1587-4907-aadf-0936abd8acc4.shogun-image-container {
      position: relative;
    }

    .s-13c15b3a-1587-4907-aadf-0936abd8acc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13c15b3a-1587-4907-aadf-0936abd8acc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13c15b3a-1587-4907-aadf-0936abd8acc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-13c15b3a-1587-4907-aadf-0936abd8acc4 .shg-image-content-wrapper {
      aspect-ratio: 1993/935;
      min-width: 100%;
      height: auto;
    }

    #s-13c15b3a-1587-4907-aadf-0936abd8acc4 .shogun-image-link {
      aspect-ratio: 1993/935;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-13c15b3a-1587-4907-aadf-0936abd8acc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-13c15b3a-1587-4907-aadf-0936abd8acc4 {
    width: 100%;
    height: auto;
  }

  #s-13c15b3a-1587-4907-aadf-0936abd8acc4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-13c15b3a-1587-4907-aadf-0936abd8acc4.shogun-image {
    
    
  }


.s-13c15b3a-1587-4907-aadf-0936abd8acc4 .shogun-image-content {
  
    align-items: center;
  
}

.s-13c15b3a-1587-4907-aadf-0936abd8acc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13c15b3a-1587-4907-aadf-0936abd8acc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13c15b3a-1587-4907-aadf-0936abd8acc4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13c15b3a-1587-4907-aadf-0936abd8acc4 {
      --shg-aspect-ratio: calc(1993/935); 
    }

    .s-13c15b3a-1587-4907-aadf-0936abd8acc4.shogun-image-container {
      position: relative;
    }

    .s-13c15b3a-1587-4907-aadf-0936abd8acc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13c15b3a-1587-4907-aadf-0936abd8acc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13c15b3a-1587-4907-aadf-0936abd8acc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-13c15b3a-1587-4907-aadf-0936abd8acc4 .shg-image-content-wrapper {
      aspect-ratio: 1993/935;
      min-width: 100%;
      height: auto;
    }

    #s-13c15b3a-1587-4907-aadf-0936abd8acc4 .shogun-image-link {
      aspect-ratio: 1993/935;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-13c15b3a-1587-4907-aadf-0936abd8acc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-13c15b3a-1587-4907-aadf-0936abd8acc4 {
    width: 100%;
    height: auto;
  }

  #s-13c15b3a-1587-4907-aadf-0936abd8acc4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-13c15b3a-1587-4907-aadf-0936abd8acc4.shogun-image {
    
    
  }


.s-13c15b3a-1587-4907-aadf-0936abd8acc4 .shogun-image-content {
  
    align-items: center;
  
}

.s-13c15b3a-1587-4907-aadf-0936abd8acc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13c15b3a-1587-4907-aadf-0936abd8acc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13c15b3a-1587-4907-aadf-0936abd8acc4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13c15b3a-1587-4907-aadf-0936abd8acc4 {
      --shg-aspect-ratio: calc(1993/935); 
    }

    .s-13c15b3a-1587-4907-aadf-0936abd8acc4.shogun-image-container {
      position: relative;
    }

    .s-13c15b3a-1587-4907-aadf-0936abd8acc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13c15b3a-1587-4907-aadf-0936abd8acc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13c15b3a-1587-4907-aadf-0936abd8acc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-13c15b3a-1587-4907-aadf-0936abd8acc4 .shg-image-content-wrapper {
      aspect-ratio: 1993/935;
      min-width: 100%;
      height: auto;
    }

    #s-13c15b3a-1587-4907-aadf-0936abd8acc4 .shogun-image-link {
      aspect-ratio: 1993/935;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-13c15b3a-1587-4907-aadf-0936abd8acc4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-13c15b3a-1587-4907-aadf-0936abd8acc4 {
    width: 100%;
    height: auto;
  }

  #s-13c15b3a-1587-4907-aadf-0936abd8acc4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-13c15b3a-1587-4907-aadf-0936abd8acc4.shogun-image {
    
    
  }


.s-13c15b3a-1587-4907-aadf-0936abd8acc4 .shogun-image-content {
  
    align-items: center;
  
}

.s-13c15b3a-1587-4907-aadf-0936abd8acc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13c15b3a-1587-4907-aadf-0936abd8acc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13c15b3a-1587-4907-aadf-0936abd8acc4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13c15b3a-1587-4907-aadf-0936abd8acc4 {
      --shg-aspect-ratio: calc(1993/935); 
    }

    .s-13c15b3a-1587-4907-aadf-0936abd8acc4.shogun-image-container {
      position: relative;
    }

    .s-13c15b3a-1587-4907-aadf-0936abd8acc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13c15b3a-1587-4907-aadf-0936abd8acc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13c15b3a-1587-4907-aadf-0936abd8acc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-96b8d529-5cda-4d8c-a6c3-59af5f90ebc8 {
  min-height: 50px;
}








#s-96b8d529-5cda-4d8c-a6c3-59af5f90ebc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96b8d529-5cda-4d8c-a6c3-59af5f90ebc8.shg-box.shg-c {
  justify-content: center;
}

#s-51f908d2-866f-42e6-b00f-f8d7ff59e488 {
  max-width: 270px;
aspect-ratio: 2000/980;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-51f908d2-866f-42e6-b00f-f8d7ff59e488 .shg-image-content-wrapper {
      aspect-ratio: 2000/980;
      min-width: 100%;
      height: auto;
    }

    #s-51f908d2-866f-42e6-b00f-f8d7ff59e488 .shogun-image-link {
      aspect-ratio: 2000/980;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51f908d2-866f-42e6-b00f-f8d7ff59e488 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-51f908d2-866f-42e6-b00f-f8d7ff59e488 {
    width: 100%;
    height: auto;
  }

  #s-51f908d2-866f-42e6-b00f-f8d7ff59e488 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-51f908d2-866f-42e6-b00f-f8d7ff59e488.shogun-image {
    
    
  }


.s-51f908d2-866f-42e6-b00f-f8d7ff59e488 .shogun-image-content {
  
    align-items: center;
  
}

.s-51f908d2-866f-42e6-b00f-f8d7ff59e488.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51f908d2-866f-42e6-b00f-f8d7ff59e488.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51f908d2-866f-42e6-b00f-f8d7ff59e488.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51f908d2-866f-42e6-b00f-f8d7ff59e488 {
      --shg-aspect-ratio: calc(2000/980); 
    }

    .s-51f908d2-866f-42e6-b00f-f8d7ff59e488.shogun-image-container {
      position: relative;
    }

    .s-51f908d2-866f-42e6-b00f-f8d7ff59e488.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51f908d2-866f-42e6-b00f-f8d7ff59e488.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51f908d2-866f-42e6-b00f-f8d7ff59e488 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-51f908d2-866f-42e6-b00f-f8d7ff59e488 .shg-image-content-wrapper {
      aspect-ratio: 2000/980;
      min-width: 100%;
      height: auto;
    }

    #s-51f908d2-866f-42e6-b00f-f8d7ff59e488 .shogun-image-link {
      aspect-ratio: 2000/980;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51f908d2-866f-42e6-b00f-f8d7ff59e488 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-51f908d2-866f-42e6-b00f-f8d7ff59e488 {
    width: 100%;
    height: auto;
  }

  #s-51f908d2-866f-42e6-b00f-f8d7ff59e488 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-51f908d2-866f-42e6-b00f-f8d7ff59e488.shogun-image {
    
    
  }


.s-51f908d2-866f-42e6-b00f-f8d7ff59e488 .shogun-image-content {
  
    align-items: center;
  
}

.s-51f908d2-866f-42e6-b00f-f8d7ff59e488.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51f908d2-866f-42e6-b00f-f8d7ff59e488.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51f908d2-866f-42e6-b00f-f8d7ff59e488.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51f908d2-866f-42e6-b00f-f8d7ff59e488 {
      --shg-aspect-ratio: calc(2000/980); 
    }

    .s-51f908d2-866f-42e6-b00f-f8d7ff59e488.shogun-image-container {
      position: relative;
    }

    .s-51f908d2-866f-42e6-b00f-f8d7ff59e488.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51f908d2-866f-42e6-b00f-f8d7ff59e488.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51f908d2-866f-42e6-b00f-f8d7ff59e488 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-51f908d2-866f-42e6-b00f-f8d7ff59e488 .shg-image-content-wrapper {
      aspect-ratio: 2000/980;
      min-width: 100%;
      height: auto;
    }

    #s-51f908d2-866f-42e6-b00f-f8d7ff59e488 .shogun-image-link {
      aspect-ratio: 2000/980;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51f908d2-866f-42e6-b00f-f8d7ff59e488 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-51f908d2-866f-42e6-b00f-f8d7ff59e488 {
    width: 100%;
    height: auto;
  }

  #s-51f908d2-866f-42e6-b00f-f8d7ff59e488 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-51f908d2-866f-42e6-b00f-f8d7ff59e488.shogun-image {
    
    
  }


.s-51f908d2-866f-42e6-b00f-f8d7ff59e488 .shogun-image-content {
  
    align-items: center;
  
}

.s-51f908d2-866f-42e6-b00f-f8d7ff59e488.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51f908d2-866f-42e6-b00f-f8d7ff59e488.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51f908d2-866f-42e6-b00f-f8d7ff59e488.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51f908d2-866f-42e6-b00f-f8d7ff59e488 {
      --shg-aspect-ratio: calc(2000/980); 
    }

    .s-51f908d2-866f-42e6-b00f-f8d7ff59e488.shogun-image-container {
      position: relative;
    }

    .s-51f908d2-866f-42e6-b00f-f8d7ff59e488.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51f908d2-866f-42e6-b00f-f8d7ff59e488.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51f908d2-866f-42e6-b00f-f8d7ff59e488 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-51f908d2-866f-42e6-b00f-f8d7ff59e488 .shg-image-content-wrapper {
      aspect-ratio: 2000/980;
      min-width: 100%;
      height: auto;
    }

    #s-51f908d2-866f-42e6-b00f-f8d7ff59e488 .shogun-image-link {
      aspect-ratio: 2000/980;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51f908d2-866f-42e6-b00f-f8d7ff59e488 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-51f908d2-866f-42e6-b00f-f8d7ff59e488 {
    width: 100%;
    height: auto;
  }

  #s-51f908d2-866f-42e6-b00f-f8d7ff59e488 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-51f908d2-866f-42e6-b00f-f8d7ff59e488.shogun-image {
    
    
  }


.s-51f908d2-866f-42e6-b00f-f8d7ff59e488 .shogun-image-content {
  
    align-items: center;
  
}

.s-51f908d2-866f-42e6-b00f-f8d7ff59e488.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51f908d2-866f-42e6-b00f-f8d7ff59e488.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51f908d2-866f-42e6-b00f-f8d7ff59e488.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51f908d2-866f-42e6-b00f-f8d7ff59e488 {
      --shg-aspect-ratio: calc(2000/980); 
    }

    .s-51f908d2-866f-42e6-b00f-f8d7ff59e488.shogun-image-container {
      position: relative;
    }

    .s-51f908d2-866f-42e6-b00f-f8d7ff59e488.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51f908d2-866f-42e6-b00f-f8d7ff59e488.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51f908d2-866f-42e6-b00f-f8d7ff59e488 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-51f908d2-866f-42e6-b00f-f8d7ff59e488 .shg-image-content-wrapper {
      aspect-ratio: 2000/980;
      min-width: 100%;
      height: auto;
    }

    #s-51f908d2-866f-42e6-b00f-f8d7ff59e488 .shogun-image-link {
      aspect-ratio: 2000/980;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51f908d2-866f-42e6-b00f-f8d7ff59e488 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-51f908d2-866f-42e6-b00f-f8d7ff59e488 {
    width: 100%;
    height: auto;
  }

  #s-51f908d2-866f-42e6-b00f-f8d7ff59e488 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-51f908d2-866f-42e6-b00f-f8d7ff59e488.shogun-image {
    
    
  }


.s-51f908d2-866f-42e6-b00f-f8d7ff59e488 .shogun-image-content {
  
    align-items: center;
  
}

.s-51f908d2-866f-42e6-b00f-f8d7ff59e488.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51f908d2-866f-42e6-b00f-f8d7ff59e488.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51f908d2-866f-42e6-b00f-f8d7ff59e488.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51f908d2-866f-42e6-b00f-f8d7ff59e488 {
      --shg-aspect-ratio: calc(2000/980); 
    }

    .s-51f908d2-866f-42e6-b00f-f8d7ff59e488.shogun-image-container {
      position: relative;
    }

    .s-51f908d2-866f-42e6-b00f-f8d7ff59e488.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51f908d2-866f-42e6-b00f-f8d7ff59e488.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51f908d2-866f-42e6-b00f-f8d7ff59e488 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a5ba9cc1-a2fa-4be4-ae10-c448b659c507 {
  min-height: 50px;
}








#s-a5ba9cc1-a2fa-4be4-ae10-c448b659c507 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5ba9cc1-a2fa-4be4-ae10-c448b659c507.shg-box.shg-c {
  justify-content: center;
}

#s-6749960e-0400-4933-990b-474760f45b3d {
  max-width: 270px;
aspect-ratio: 2000/983;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-6749960e-0400-4933-990b-474760f45b3d .shg-image-content-wrapper {
      aspect-ratio: 2000/983;
      min-width: 100%;
      height: auto;
    }

    #s-6749960e-0400-4933-990b-474760f45b3d .shogun-image-link {
      aspect-ratio: 2000/983;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6749960e-0400-4933-990b-474760f45b3d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6749960e-0400-4933-990b-474760f45b3d {
    width: 100%;
    height: auto;
  }

  #s-6749960e-0400-4933-990b-474760f45b3d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6749960e-0400-4933-990b-474760f45b3d.shogun-image {
    
    
  }


.s-6749960e-0400-4933-990b-474760f45b3d .shogun-image-content {
  
    align-items: center;
  
}

.s-6749960e-0400-4933-990b-474760f45b3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6749960e-0400-4933-990b-474760f45b3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6749960e-0400-4933-990b-474760f45b3d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6749960e-0400-4933-990b-474760f45b3d {
      --shg-aspect-ratio: calc(2000/983); 
    }

    .s-6749960e-0400-4933-990b-474760f45b3d.shogun-image-container {
      position: relative;
    }

    .s-6749960e-0400-4933-990b-474760f45b3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6749960e-0400-4933-990b-474760f45b3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6749960e-0400-4933-990b-474760f45b3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6749960e-0400-4933-990b-474760f45b3d .shg-image-content-wrapper {
      aspect-ratio: 2000/983;
      min-width: 100%;
      height: auto;
    }

    #s-6749960e-0400-4933-990b-474760f45b3d .shogun-image-link {
      aspect-ratio: 2000/983;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6749960e-0400-4933-990b-474760f45b3d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6749960e-0400-4933-990b-474760f45b3d {
    width: 100%;
    height: auto;
  }

  #s-6749960e-0400-4933-990b-474760f45b3d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6749960e-0400-4933-990b-474760f45b3d.shogun-image {
    
    
  }


.s-6749960e-0400-4933-990b-474760f45b3d .shogun-image-content {
  
    align-items: center;
  
}

.s-6749960e-0400-4933-990b-474760f45b3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6749960e-0400-4933-990b-474760f45b3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6749960e-0400-4933-990b-474760f45b3d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6749960e-0400-4933-990b-474760f45b3d {
      --shg-aspect-ratio: calc(2000/983); 
    }

    .s-6749960e-0400-4933-990b-474760f45b3d.shogun-image-container {
      position: relative;
    }

    .s-6749960e-0400-4933-990b-474760f45b3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6749960e-0400-4933-990b-474760f45b3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6749960e-0400-4933-990b-474760f45b3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6749960e-0400-4933-990b-474760f45b3d .shg-image-content-wrapper {
      aspect-ratio: 2000/983;
      min-width: 100%;
      height: auto;
    }

    #s-6749960e-0400-4933-990b-474760f45b3d .shogun-image-link {
      aspect-ratio: 2000/983;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6749960e-0400-4933-990b-474760f45b3d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6749960e-0400-4933-990b-474760f45b3d {
    width: 100%;
    height: auto;
  }

  #s-6749960e-0400-4933-990b-474760f45b3d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6749960e-0400-4933-990b-474760f45b3d.shogun-image {
    
    
  }


.s-6749960e-0400-4933-990b-474760f45b3d .shogun-image-content {
  
    align-items: center;
  
}

.s-6749960e-0400-4933-990b-474760f45b3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6749960e-0400-4933-990b-474760f45b3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6749960e-0400-4933-990b-474760f45b3d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6749960e-0400-4933-990b-474760f45b3d {
      --shg-aspect-ratio: calc(2000/983); 
    }

    .s-6749960e-0400-4933-990b-474760f45b3d.shogun-image-container {
      position: relative;
    }

    .s-6749960e-0400-4933-990b-474760f45b3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6749960e-0400-4933-990b-474760f45b3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6749960e-0400-4933-990b-474760f45b3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6749960e-0400-4933-990b-474760f45b3d .shg-image-content-wrapper {
      aspect-ratio: 2000/983;
      min-width: 100%;
      height: auto;
    }

    #s-6749960e-0400-4933-990b-474760f45b3d .shogun-image-link {
      aspect-ratio: 2000/983;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6749960e-0400-4933-990b-474760f45b3d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6749960e-0400-4933-990b-474760f45b3d {
    width: 100%;
    height: auto;
  }

  #s-6749960e-0400-4933-990b-474760f45b3d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6749960e-0400-4933-990b-474760f45b3d.shogun-image {
    
    
  }


.s-6749960e-0400-4933-990b-474760f45b3d .shogun-image-content {
  
    align-items: center;
  
}

.s-6749960e-0400-4933-990b-474760f45b3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6749960e-0400-4933-990b-474760f45b3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6749960e-0400-4933-990b-474760f45b3d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6749960e-0400-4933-990b-474760f45b3d {
      --shg-aspect-ratio: calc(2000/983); 
    }

    .s-6749960e-0400-4933-990b-474760f45b3d.shogun-image-container {
      position: relative;
    }

    .s-6749960e-0400-4933-990b-474760f45b3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6749960e-0400-4933-990b-474760f45b3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6749960e-0400-4933-990b-474760f45b3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6749960e-0400-4933-990b-474760f45b3d .shg-image-content-wrapper {
      aspect-ratio: 2000/983;
      min-width: 100%;
      height: auto;
    }

    #s-6749960e-0400-4933-990b-474760f45b3d .shogun-image-link {
      aspect-ratio: 2000/983;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6749960e-0400-4933-990b-474760f45b3d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6749960e-0400-4933-990b-474760f45b3d {
    width: 100%;
    height: auto;
  }

  #s-6749960e-0400-4933-990b-474760f45b3d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6749960e-0400-4933-990b-474760f45b3d.shogun-image {
    
    
  }


.s-6749960e-0400-4933-990b-474760f45b3d .shogun-image-content {
  
    align-items: center;
  
}

.s-6749960e-0400-4933-990b-474760f45b3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6749960e-0400-4933-990b-474760f45b3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6749960e-0400-4933-990b-474760f45b3d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6749960e-0400-4933-990b-474760f45b3d {
      --shg-aspect-ratio: calc(2000/983); 
    }

    .s-6749960e-0400-4933-990b-474760f45b3d.shogun-image-container {
      position: relative;
    }

    .s-6749960e-0400-4933-990b-474760f45b3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6749960e-0400-4933-990b-474760f45b3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6749960e-0400-4933-990b-474760f45b3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0de0c298-7456-4915-bc1f-1c5c9ee4c7f0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0de0c298-7456-4915-bc1f-1c5c9ee4c7f0 {
  display: none;
}
#s-0de0c298-7456-4915-bc1f-1c5c9ee4c7f0, #wrap-s-0de0c298-7456-4915-bc1f-1c5c9ee4c7f0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0de0c298-7456-4915-bc1f-1c5c9ee4c7f0 {
  display: none;
}
#s-0de0c298-7456-4915-bc1f-1c5c9ee4c7f0, #wrap-s-0de0c298-7456-4915-bc1f-1c5c9ee4c7f0 { display: none !important; }}







#s-0de0c298-7456-4915-bc1f-1c5c9ee4c7f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0de0c298-7456-4915-bc1f-1c5c9ee4c7f0.shg-box.shg-c {
  justify-content: center;
}

#s-4a547407-286c-4276-9556-e9b41d4f1efb {
  margin-top: 13px;
margin-bottom: 13px;
min-height: 50px;
}
@media (min-width: 1200px){#s-4a547407-286c-4276-9556-e9b41d4f1efb {
  display: none;
}
#s-4a547407-286c-4276-9556-e9b41d4f1efb, #wrap-s-4a547407-286c-4276-9556-e9b41d4f1efb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4a547407-286c-4276-9556-e9b41d4f1efb {
  display: none;
}
#s-4a547407-286c-4276-9556-e9b41d4f1efb, #wrap-s-4a547407-286c-4276-9556-e9b41d4f1efb { display: none !important; }}







#s-4a547407-286c-4276-9556-e9b41d4f1efb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a547407-286c-4276-9556-e9b41d4f1efb.shg-box.shg-c {
  justify-content: center;
}

#s-b1e0285f-e0b4-4840-830c-48663089b339 {
  margin-top: 13px;
margin-bottom: 13px;
min-height: 50px;
}
@media (min-width: 1200px){#s-b1e0285f-e0b4-4840-830c-48663089b339 {
  display: none;
}
#s-b1e0285f-e0b4-4840-830c-48663089b339, #wrap-s-b1e0285f-e0b4-4840-830c-48663089b339 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b1e0285f-e0b4-4840-830c-48663089b339 {
  display: none;
}
#s-b1e0285f-e0b4-4840-830c-48663089b339, #wrap-s-b1e0285f-e0b4-4840-830c-48663089b339 { display: none !important; }}







#s-b1e0285f-e0b4-4840-830c-48663089b339 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1e0285f-e0b4-4840-830c-48663089b339.shg-box.shg-c {
  justify-content: center;
}

#s-71c18343-3adf-41aa-aadd-d2e39614d1a9 {
  margin-top: 13px;
margin-bottom: 13px;
min-height: 50px;
}
@media (min-width: 1200px){#s-71c18343-3adf-41aa-aadd-d2e39614d1a9 {
  display: none;
}
#s-71c18343-3adf-41aa-aadd-d2e39614d1a9, #wrap-s-71c18343-3adf-41aa-aadd-d2e39614d1a9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71c18343-3adf-41aa-aadd-d2e39614d1a9 {
  display: none;
}
#s-71c18343-3adf-41aa-aadd-d2e39614d1a9, #wrap-s-71c18343-3adf-41aa-aadd-d2e39614d1a9 { display: none !important; }}







#s-71c18343-3adf-41aa-aadd-d2e39614d1a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71c18343-3adf-41aa-aadd-d2e39614d1a9.shg-box.shg-c {
  justify-content: center;
}

#s-cb798978-fda9-4f45-9ea6-4ceaf4dbd237 {
  margin-top: 21px;
margin-bottom: 21px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cb798978-fda9-4f45-9ea6-4ceaf4dbd237 {
  display: none;
}
#s-cb798978-fda9-4f45-9ea6-4ceaf4dbd237, #wrap-s-cb798978-fda9-4f45-9ea6-4ceaf4dbd237 { display: none !important; }}@media (max-width: 767px){#s-cb798978-fda9-4f45-9ea6-4ceaf4dbd237 {
  display: none;
}
#s-cb798978-fda9-4f45-9ea6-4ceaf4dbd237, #wrap-s-cb798978-fda9-4f45-9ea6-4ceaf4dbd237 { display: none !important; }}







#s-cb798978-fda9-4f45-9ea6-4ceaf4dbd237 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb798978-fda9-4f45-9ea6-4ceaf4dbd237.shg-box.shg-c {
  justify-content: center;
}

#s-4eddbb07-5a0a-4c4f-b814-8d4cddfbee21 {
  margin-top: 6px;
margin-bottom: 6px;
min-height: 50px;
}








#s-4eddbb07-5a0a-4c4f-b814-8d4cddfbee21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4eddbb07-5a0a-4c4f-b814-8d4cddfbee21.shg-box.shg-c {
  justify-content: center;
}

#s-7c6e2f6f-5c6a-4c1b-aa97-4ba8d1e6b48a {
  padding-top: 25px;
padding-bottom: 25px;
text-align: center;
}

#s-7c6e2f6f-5c6a-4c1b-aa97-4ba8d1e6b48a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 41px;
  
  
  
}



#s-916762e1-7464-4728-9a61-6d1ef68d337a {
  margin-left: 15%;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-916762e1-7464-4728-9a61-6d1ef68d337a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-916762e1-7464-4728-9a61-6d1ef68d337a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-916762e1-7464-4728-9a61-6d1ef68d337a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-916762e1-7464-4728-9a61-6d1ef68d337a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a029caed-b7d2-43b8-81e7-18e2df11bb3c {
  min-height: 50px;
}








#s-a029caed-b7d2-43b8-81e7-18e2df11bb3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a029caed-b7d2-43b8-81e7-18e2df11bb3c.shg-box.shg-c {
  justify-content: center;
}

#s-b486272e-aae8-42df-acf9-bb7a31ca91a3 {
  margin-left: 0%;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-b486272e-aae8-42df-acf9-bb7a31ca91a3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b486272e-aae8-42df-acf9-bb7a31ca91a3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b486272e-aae8-42df-acf9-bb7a31ca91a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b486272e-aae8-42df-acf9-bb7a31ca91a3 {
    width: 100%;
    height: auto;
  }

  #s-b486272e-aae8-42df-acf9-bb7a31ca91a3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b486272e-aae8-42df-acf9-bb7a31ca91a3.shogun-image {
    
    
  }


.s-b486272e-aae8-42df-acf9-bb7a31ca91a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-b486272e-aae8-42df-acf9-bb7a31ca91a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b486272e-aae8-42df-acf9-bb7a31ca91a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b486272e-aae8-42df-acf9-bb7a31ca91a3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b486272e-aae8-42df-acf9-bb7a31ca91a3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b486272e-aae8-42df-acf9-bb7a31ca91a3.shogun-image-container {
      position: relative;
    }

    .s-b486272e-aae8-42df-acf9-bb7a31ca91a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b486272e-aae8-42df-acf9-bb7a31ca91a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b486272e-aae8-42df-acf9-bb7a31ca91a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-b486272e-aae8-42df-acf9-bb7a31ca91a3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b486272e-aae8-42df-acf9-bb7a31ca91a3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b486272e-aae8-42df-acf9-bb7a31ca91a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b486272e-aae8-42df-acf9-bb7a31ca91a3 {
    width: 100%;
    height: auto;
  }

  #s-b486272e-aae8-42df-acf9-bb7a31ca91a3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b486272e-aae8-42df-acf9-bb7a31ca91a3.shogun-image {
    
    
  }


.s-b486272e-aae8-42df-acf9-bb7a31ca91a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-b486272e-aae8-42df-acf9-bb7a31ca91a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b486272e-aae8-42df-acf9-bb7a31ca91a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b486272e-aae8-42df-acf9-bb7a31ca91a3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b486272e-aae8-42df-acf9-bb7a31ca91a3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b486272e-aae8-42df-acf9-bb7a31ca91a3.shogun-image-container {
      position: relative;
    }

    .s-b486272e-aae8-42df-acf9-bb7a31ca91a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b486272e-aae8-42df-acf9-bb7a31ca91a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b486272e-aae8-42df-acf9-bb7a31ca91a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b486272e-aae8-42df-acf9-bb7a31ca91a3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b486272e-aae8-42df-acf9-bb7a31ca91a3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b486272e-aae8-42df-acf9-bb7a31ca91a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b486272e-aae8-42df-acf9-bb7a31ca91a3 {
    width: 100%;
    height: auto;
  }

  #s-b486272e-aae8-42df-acf9-bb7a31ca91a3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b486272e-aae8-42df-acf9-bb7a31ca91a3.shogun-image {
    
    
  }


.s-b486272e-aae8-42df-acf9-bb7a31ca91a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-b486272e-aae8-42df-acf9-bb7a31ca91a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b486272e-aae8-42df-acf9-bb7a31ca91a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b486272e-aae8-42df-acf9-bb7a31ca91a3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b486272e-aae8-42df-acf9-bb7a31ca91a3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b486272e-aae8-42df-acf9-bb7a31ca91a3.shogun-image-container {
      position: relative;
    }

    .s-b486272e-aae8-42df-acf9-bb7a31ca91a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b486272e-aae8-42df-acf9-bb7a31ca91a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b486272e-aae8-42df-acf9-bb7a31ca91a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b486272e-aae8-42df-acf9-bb7a31ca91a3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b486272e-aae8-42df-acf9-bb7a31ca91a3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b486272e-aae8-42df-acf9-bb7a31ca91a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b486272e-aae8-42df-acf9-bb7a31ca91a3 {
    width: 100%;
    height: auto;
  }

  #s-b486272e-aae8-42df-acf9-bb7a31ca91a3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b486272e-aae8-42df-acf9-bb7a31ca91a3.shogun-image {
    
    
  }


.s-b486272e-aae8-42df-acf9-bb7a31ca91a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-b486272e-aae8-42df-acf9-bb7a31ca91a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b486272e-aae8-42df-acf9-bb7a31ca91a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b486272e-aae8-42df-acf9-bb7a31ca91a3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b486272e-aae8-42df-acf9-bb7a31ca91a3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b486272e-aae8-42df-acf9-bb7a31ca91a3.shogun-image-container {
      position: relative;
    }

    .s-b486272e-aae8-42df-acf9-bb7a31ca91a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b486272e-aae8-42df-acf9-bb7a31ca91a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b486272e-aae8-42df-acf9-bb7a31ca91a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b486272e-aae8-42df-acf9-bb7a31ca91a3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b486272e-aae8-42df-acf9-bb7a31ca91a3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b486272e-aae8-42df-acf9-bb7a31ca91a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b486272e-aae8-42df-acf9-bb7a31ca91a3 {
    width: 100%;
    height: auto;
  }

  #s-b486272e-aae8-42df-acf9-bb7a31ca91a3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b486272e-aae8-42df-acf9-bb7a31ca91a3.shogun-image {
    
    
  }


.s-b486272e-aae8-42df-acf9-bb7a31ca91a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-b486272e-aae8-42df-acf9-bb7a31ca91a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b486272e-aae8-42df-acf9-bb7a31ca91a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b486272e-aae8-42df-acf9-bb7a31ca91a3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b486272e-aae8-42df-acf9-bb7a31ca91a3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b486272e-aae8-42df-acf9-bb7a31ca91a3.shogun-image-container {
      position: relative;
    }

    .s-b486272e-aae8-42df-acf9-bb7a31ca91a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b486272e-aae8-42df-acf9-bb7a31ca91a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b486272e-aae8-42df-acf9-bb7a31ca91a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3cc6467d-b6d2-41db-bf0d-16d78c8ce0dd {
  min-height: 50px;
}








#s-3cc6467d-b6d2-41db-bf0d-16d78c8ce0dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cc6467d-b6d2-41db-bf0d-16d78c8ce0dd.shg-box.shg-c {
  justify-content: center;
}

#s-1c22611d-f91c-4a95-bfa1-77343da1e574 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-1c22611d-f91c-4a95-bfa1-77343da1e574 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c22611d-f91c-4a95-bfa1-77343da1e574 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c22611d-f91c-4a95-bfa1-77343da1e574 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1c22611d-f91c-4a95-bfa1-77343da1e574 {
    width: 100%;
    height: auto;
  }

  #s-1c22611d-f91c-4a95-bfa1-77343da1e574 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1c22611d-f91c-4a95-bfa1-77343da1e574.shogun-image {
    
    
  }


.s-1c22611d-f91c-4a95-bfa1-77343da1e574 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c22611d-f91c-4a95-bfa1-77343da1e574.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c22611d-f91c-4a95-bfa1-77343da1e574.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c22611d-f91c-4a95-bfa1-77343da1e574.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1c22611d-f91c-4a95-bfa1-77343da1e574 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c22611d-f91c-4a95-bfa1-77343da1e574.shogun-image-container {
      position: relative;
    }

    .s-1c22611d-f91c-4a95-bfa1-77343da1e574.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c22611d-f91c-4a95-bfa1-77343da1e574.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c22611d-f91c-4a95-bfa1-77343da1e574 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c22611d-f91c-4a95-bfa1-77343da1e574 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c22611d-f91c-4a95-bfa1-77343da1e574 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c22611d-f91c-4a95-bfa1-77343da1e574 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1c22611d-f91c-4a95-bfa1-77343da1e574 {
    width: 100%;
    height: auto;
  }

  #s-1c22611d-f91c-4a95-bfa1-77343da1e574 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1c22611d-f91c-4a95-bfa1-77343da1e574.shogun-image {
    
    
  }


.s-1c22611d-f91c-4a95-bfa1-77343da1e574 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c22611d-f91c-4a95-bfa1-77343da1e574.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c22611d-f91c-4a95-bfa1-77343da1e574.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c22611d-f91c-4a95-bfa1-77343da1e574.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1c22611d-f91c-4a95-bfa1-77343da1e574 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c22611d-f91c-4a95-bfa1-77343da1e574.shogun-image-container {
      position: relative;
    }

    .s-1c22611d-f91c-4a95-bfa1-77343da1e574.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c22611d-f91c-4a95-bfa1-77343da1e574.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c22611d-f91c-4a95-bfa1-77343da1e574 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c22611d-f91c-4a95-bfa1-77343da1e574 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c22611d-f91c-4a95-bfa1-77343da1e574 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c22611d-f91c-4a95-bfa1-77343da1e574 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1c22611d-f91c-4a95-bfa1-77343da1e574 {
    width: 100%;
    height: auto;
  }

  #s-1c22611d-f91c-4a95-bfa1-77343da1e574 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1c22611d-f91c-4a95-bfa1-77343da1e574.shogun-image {
    
    
  }


.s-1c22611d-f91c-4a95-bfa1-77343da1e574 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c22611d-f91c-4a95-bfa1-77343da1e574.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c22611d-f91c-4a95-bfa1-77343da1e574.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c22611d-f91c-4a95-bfa1-77343da1e574.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1c22611d-f91c-4a95-bfa1-77343da1e574 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c22611d-f91c-4a95-bfa1-77343da1e574.shogun-image-container {
      position: relative;
    }

    .s-1c22611d-f91c-4a95-bfa1-77343da1e574.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c22611d-f91c-4a95-bfa1-77343da1e574.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c22611d-f91c-4a95-bfa1-77343da1e574 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c22611d-f91c-4a95-bfa1-77343da1e574 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c22611d-f91c-4a95-bfa1-77343da1e574 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c22611d-f91c-4a95-bfa1-77343da1e574 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1c22611d-f91c-4a95-bfa1-77343da1e574 {
    width: 100%;
    height: auto;
  }

  #s-1c22611d-f91c-4a95-bfa1-77343da1e574 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1c22611d-f91c-4a95-bfa1-77343da1e574.shogun-image {
    
    
  }


.s-1c22611d-f91c-4a95-bfa1-77343da1e574 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c22611d-f91c-4a95-bfa1-77343da1e574.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c22611d-f91c-4a95-bfa1-77343da1e574.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c22611d-f91c-4a95-bfa1-77343da1e574.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1c22611d-f91c-4a95-bfa1-77343da1e574 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c22611d-f91c-4a95-bfa1-77343da1e574.shogun-image-container {
      position: relative;
    }

    .s-1c22611d-f91c-4a95-bfa1-77343da1e574.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c22611d-f91c-4a95-bfa1-77343da1e574.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c22611d-f91c-4a95-bfa1-77343da1e574 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c22611d-f91c-4a95-bfa1-77343da1e574 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c22611d-f91c-4a95-bfa1-77343da1e574 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c22611d-f91c-4a95-bfa1-77343da1e574 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1c22611d-f91c-4a95-bfa1-77343da1e574 {
    width: 100%;
    height: auto;
  }

  #s-1c22611d-f91c-4a95-bfa1-77343da1e574 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1c22611d-f91c-4a95-bfa1-77343da1e574.shogun-image {
    
    
  }


.s-1c22611d-f91c-4a95-bfa1-77343da1e574 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c22611d-f91c-4a95-bfa1-77343da1e574.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c22611d-f91c-4a95-bfa1-77343da1e574.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c22611d-f91c-4a95-bfa1-77343da1e574.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1c22611d-f91c-4a95-bfa1-77343da1e574 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c22611d-f91c-4a95-bfa1-77343da1e574.shogun-image-container {
      position: relative;
    }

    .s-1c22611d-f91c-4a95-bfa1-77343da1e574.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c22611d-f91c-4a95-bfa1-77343da1e574.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c22611d-f91c-4a95-bfa1-77343da1e574 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d8adebaa-637d-42eb-ba55-848529c394b4 {
  margin-top: -8px;
margin-bottom: -8px;
min-height: 50px;
}








#s-d8adebaa-637d-42eb-ba55-848529c394b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8adebaa-637d-42eb-ba55-848529c394b4.shg-box.shg-c {
  justify-content: center;
}

#s-af5e7a0e-be91-4cd9-8019-3b2b52b1415a {
  min-height: 50px;
}








#s-af5e7a0e-be91-4cd9-8019-3b2b52b1415a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af5e7a0e-be91-4cd9-8019-3b2b52b1415a.shg-box.shg-c {
  justify-content: center;
}

#s-470808fc-0741-4f89-80c1-ce2595043646 {
  margin-left: 15%;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-470808fc-0741-4f89-80c1-ce2595043646"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-470808fc-0741-4f89-80c1-ce2595043646"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-470808fc-0741-4f89-80c1-ce2595043646"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-470808fc-0741-4f89-80c1-ce2595043646"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-19ccb394-68af-49c5-9bb4-1b3cfcb6712b {
  min-height: 50px;
}








#s-19ccb394-68af-49c5-9bb4-1b3cfcb6712b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19ccb394-68af-49c5-9bb4-1b3cfcb6712b.shg-box.shg-c {
  justify-content: center;
}

#s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 {
    width: 100%;
    height: auto;
  }

  #s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-abad7c94-539d-44a4-9a56-c3b24f4e66c1.shogun-image {
    
    
  }


.s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-abad7c94-539d-44a4-9a56-c3b24f4e66c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abad7c94-539d-44a4-9a56-c3b24f4e66c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abad7c94-539d-44a4-9a56-c3b24f4e66c1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-abad7c94-539d-44a4-9a56-c3b24f4e66c1.shogun-image-container {
      position: relative;
    }

    .s-abad7c94-539d-44a4-9a56-c3b24f4e66c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abad7c94-539d-44a4-9a56-c3b24f4e66c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 {
    width: 100%;
    height: auto;
  }

  #s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-abad7c94-539d-44a4-9a56-c3b24f4e66c1.shogun-image {
    
    
  }


.s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-abad7c94-539d-44a4-9a56-c3b24f4e66c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abad7c94-539d-44a4-9a56-c3b24f4e66c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abad7c94-539d-44a4-9a56-c3b24f4e66c1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-abad7c94-539d-44a4-9a56-c3b24f4e66c1.shogun-image-container {
      position: relative;
    }

    .s-abad7c94-539d-44a4-9a56-c3b24f4e66c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abad7c94-539d-44a4-9a56-c3b24f4e66c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 {
    width: 100%;
    height: auto;
  }

  #s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-abad7c94-539d-44a4-9a56-c3b24f4e66c1.shogun-image {
    
    
  }


.s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-abad7c94-539d-44a4-9a56-c3b24f4e66c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abad7c94-539d-44a4-9a56-c3b24f4e66c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abad7c94-539d-44a4-9a56-c3b24f4e66c1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-abad7c94-539d-44a4-9a56-c3b24f4e66c1.shogun-image-container {
      position: relative;
    }

    .s-abad7c94-539d-44a4-9a56-c3b24f4e66c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abad7c94-539d-44a4-9a56-c3b24f4e66c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 {
    width: 100%;
    height: auto;
  }

  #s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-abad7c94-539d-44a4-9a56-c3b24f4e66c1.shogun-image {
    
    
  }


.s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-abad7c94-539d-44a4-9a56-c3b24f4e66c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abad7c94-539d-44a4-9a56-c3b24f4e66c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abad7c94-539d-44a4-9a56-c3b24f4e66c1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-abad7c94-539d-44a4-9a56-c3b24f4e66c1.shogun-image-container {
      position: relative;
    }

    .s-abad7c94-539d-44a4-9a56-c3b24f4e66c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abad7c94-539d-44a4-9a56-c3b24f4e66c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 {
    width: 100%;
    height: auto;
  }

  #s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-abad7c94-539d-44a4-9a56-c3b24f4e66c1.shogun-image {
    
    
  }


.s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-abad7c94-539d-44a4-9a56-c3b24f4e66c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abad7c94-539d-44a4-9a56-c3b24f4e66c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abad7c94-539d-44a4-9a56-c3b24f4e66c1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-abad7c94-539d-44a4-9a56-c3b24f4e66c1.shogun-image-container {
      position: relative;
    }

    .s-abad7c94-539d-44a4-9a56-c3b24f4e66c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abad7c94-539d-44a4-9a56-c3b24f4e66c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abad7c94-539d-44a4-9a56-c3b24f4e66c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-2394a5e6-3833-4ea3-895e-343a4424e2aa {
  min-height: 50px;
}








#s-2394a5e6-3833-4ea3-895e-343a4424e2aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2394a5e6-3833-4ea3-895e-343a4424e2aa.shg-box.shg-c {
  justify-content: center;
}

#s-361d0e52-899e-41f5-9594-08d2bb9f93ba {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-361d0e52-899e-41f5-9594-08d2bb9f93ba .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-361d0e52-899e-41f5-9594-08d2bb9f93ba .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-361d0e52-899e-41f5-9594-08d2bb9f93ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-361d0e52-899e-41f5-9594-08d2bb9f93ba {
    width: 100%;
    height: auto;
  }

  #s-361d0e52-899e-41f5-9594-08d2bb9f93ba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-361d0e52-899e-41f5-9594-08d2bb9f93ba.shogun-image {
    
    
  }


.s-361d0e52-899e-41f5-9594-08d2bb9f93ba .shogun-image-content {
  
    align-items: center;
  
}

.s-361d0e52-899e-41f5-9594-08d2bb9f93ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-361d0e52-899e-41f5-9594-08d2bb9f93ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-361d0e52-899e-41f5-9594-08d2bb9f93ba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-361d0e52-899e-41f5-9594-08d2bb9f93ba {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-361d0e52-899e-41f5-9594-08d2bb9f93ba.shogun-image-container {
      position: relative;
    }

    .s-361d0e52-899e-41f5-9594-08d2bb9f93ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-361d0e52-899e-41f5-9594-08d2bb9f93ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-361d0e52-899e-41f5-9594-08d2bb9f93ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-361d0e52-899e-41f5-9594-08d2bb9f93ba .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-361d0e52-899e-41f5-9594-08d2bb9f93ba .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-361d0e52-899e-41f5-9594-08d2bb9f93ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-361d0e52-899e-41f5-9594-08d2bb9f93ba {
    width: 100%;
    height: auto;
  }

  #s-361d0e52-899e-41f5-9594-08d2bb9f93ba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-361d0e52-899e-41f5-9594-08d2bb9f93ba.shogun-image {
    
    
  }


.s-361d0e52-899e-41f5-9594-08d2bb9f93ba .shogun-image-content {
  
    align-items: center;
  
}

.s-361d0e52-899e-41f5-9594-08d2bb9f93ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-361d0e52-899e-41f5-9594-08d2bb9f93ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-361d0e52-899e-41f5-9594-08d2bb9f93ba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-361d0e52-899e-41f5-9594-08d2bb9f93ba {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-361d0e52-899e-41f5-9594-08d2bb9f93ba.shogun-image-container {
      position: relative;
    }

    .s-361d0e52-899e-41f5-9594-08d2bb9f93ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-361d0e52-899e-41f5-9594-08d2bb9f93ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-361d0e52-899e-41f5-9594-08d2bb9f93ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-361d0e52-899e-41f5-9594-08d2bb9f93ba .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-361d0e52-899e-41f5-9594-08d2bb9f93ba .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-361d0e52-899e-41f5-9594-08d2bb9f93ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-361d0e52-899e-41f5-9594-08d2bb9f93ba {
    width: 100%;
    height: auto;
  }

  #s-361d0e52-899e-41f5-9594-08d2bb9f93ba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-361d0e52-899e-41f5-9594-08d2bb9f93ba.shogun-image {
    
    
  }


.s-361d0e52-899e-41f5-9594-08d2bb9f93ba .shogun-image-content {
  
    align-items: center;
  
}

.s-361d0e52-899e-41f5-9594-08d2bb9f93ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-361d0e52-899e-41f5-9594-08d2bb9f93ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-361d0e52-899e-41f5-9594-08d2bb9f93ba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-361d0e52-899e-41f5-9594-08d2bb9f93ba {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-361d0e52-899e-41f5-9594-08d2bb9f93ba.shogun-image-container {
      position: relative;
    }

    .s-361d0e52-899e-41f5-9594-08d2bb9f93ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-361d0e52-899e-41f5-9594-08d2bb9f93ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-361d0e52-899e-41f5-9594-08d2bb9f93ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-361d0e52-899e-41f5-9594-08d2bb9f93ba .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-361d0e52-899e-41f5-9594-08d2bb9f93ba .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-361d0e52-899e-41f5-9594-08d2bb9f93ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-361d0e52-899e-41f5-9594-08d2bb9f93ba {
    width: 100%;
    height: auto;
  }

  #s-361d0e52-899e-41f5-9594-08d2bb9f93ba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-361d0e52-899e-41f5-9594-08d2bb9f93ba.shogun-image {
    
    
  }


.s-361d0e52-899e-41f5-9594-08d2bb9f93ba .shogun-image-content {
  
    align-items: center;
  
}

.s-361d0e52-899e-41f5-9594-08d2bb9f93ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-361d0e52-899e-41f5-9594-08d2bb9f93ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-361d0e52-899e-41f5-9594-08d2bb9f93ba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-361d0e52-899e-41f5-9594-08d2bb9f93ba {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-361d0e52-899e-41f5-9594-08d2bb9f93ba.shogun-image-container {
      position: relative;
    }

    .s-361d0e52-899e-41f5-9594-08d2bb9f93ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-361d0e52-899e-41f5-9594-08d2bb9f93ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-361d0e52-899e-41f5-9594-08d2bb9f93ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-361d0e52-899e-41f5-9594-08d2bb9f93ba .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-361d0e52-899e-41f5-9594-08d2bb9f93ba .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-361d0e52-899e-41f5-9594-08d2bb9f93ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-361d0e52-899e-41f5-9594-08d2bb9f93ba {
    width: 100%;
    height: auto;
  }

  #s-361d0e52-899e-41f5-9594-08d2bb9f93ba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-361d0e52-899e-41f5-9594-08d2bb9f93ba.shogun-image {
    
    
  }


.s-361d0e52-899e-41f5-9594-08d2bb9f93ba .shogun-image-content {
  
    align-items: center;
  
}

.s-361d0e52-899e-41f5-9594-08d2bb9f93ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-361d0e52-899e-41f5-9594-08d2bb9f93ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-361d0e52-899e-41f5-9594-08d2bb9f93ba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-361d0e52-899e-41f5-9594-08d2bb9f93ba {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-361d0e52-899e-41f5-9594-08d2bb9f93ba.shogun-image-container {
      position: relative;
    }

    .s-361d0e52-899e-41f5-9594-08d2bb9f93ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-361d0e52-899e-41f5-9594-08d2bb9f93ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-361d0e52-899e-41f5-9594-08d2bb9f93ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4b67600b-0e2f-499c-b6d2-41c16c8f4234 {
  margin-top: 40px;
margin-bottom: 40px;
min-height: 50px;
}








#s-4b67600b-0e2f-499c-b6d2-41c16c8f4234 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b67600b-0e2f-499c-b6d2-41c16c8f4234.shg-box.shg-c {
  justify-content: center;
}

#s-4b2d9c35-390a-43df-aed6-f31606f0cb03 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 4px;
padding-left: 18px;
padding-bottom: 4px;
padding-right: 18px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 500px;
background-color: rgba(44, 118, 228, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4b2d9c35-390a-43df-aed6-f31606f0cb03:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4b2d9c35-390a-43df-aed6-f31606f0cb03:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-4b2d9c35-390a-43df-aed6-f31606f0cb03 {
  display: none;
}
#s-4b2d9c35-390a-43df-aed6-f31606f0cb03, #wrap-s-4b2d9c35-390a-43df-aed6-f31606f0cb03 { display: none !important; }}@media (max-width: 767px){#s-4b2d9c35-390a-43df-aed6-f31606f0cb03 {
  display: none;
}
#s-4b2d9c35-390a-43df-aed6-f31606f0cb03, #wrap-s-4b2d9c35-390a-43df-aed6-f31606f0cb03 { display: none !important; }}

  #s-4b2d9c35-390a-43df-aed6-f31606f0cb03-root {
    text-align: center;
  }


#s-4b2d9c35-390a-43df-aed6-f31606f0cb03.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4b2d9c35-390a-43df-aed6-f31606f0cb03-root {
    text-align: center;
  }


#s-4b2d9c35-390a-43df-aed6-f31606f0cb03.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4b2d9c35-390a-43df-aed6-f31606f0cb03-root {
    text-align: center;
  }


#s-4b2d9c35-390a-43df-aed6-f31606f0cb03.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4b2d9c35-390a-43df-aed6-f31606f0cb03-root {
    text-align: center;
  }


#s-4b2d9c35-390a-43df-aed6-f31606f0cb03.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4b2d9c35-390a-43df-aed6-f31606f0cb03-root {
    text-align: center;
  }


#s-4b2d9c35-390a-43df-aed6-f31606f0cb03.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
}
#s-9311b8a2-6100-4bed-ae94-fb41063e1e5f {
  background-repeat: no-repeat;
margin-top: -32px;
margin-left: 0%;
margin-bottom: -32px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 100px;
}
@media (min-width: 1200px){#s-9311b8a2-6100-4bed-ae94-fb41063e1e5f {
  display: unset;
}
#s-9311b8a2-6100-4bed-ae94-fb41063e1e5f, #wrap-s-9311b8a2-6100-4bed-ae94-fb41063e1e5f { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9311b8a2-6100-4bed-ae94-fb41063e1e5f {
  display: unset;
}
#s-9311b8a2-6100-4bed-ae94-fb41063e1e5f, #wrap-s-9311b8a2-6100-4bed-ae94-fb41063e1e5f { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9311b8a2-6100-4bed-ae94-fb41063e1e5f {
  display: none;
}
#s-9311b8a2-6100-4bed-ae94-fb41063e1e5f, #wrap-s-9311b8a2-6100-4bed-ae94-fb41063e1e5f { display: none !important; }}@media (max-width: 767px){#s-9311b8a2-6100-4bed-ae94-fb41063e1e5f {
  display: none;
}
#s-9311b8a2-6100-4bed-ae94-fb41063e1e5f, #wrap-s-9311b8a2-6100-4bed-ae94-fb41063e1e5f { display: none !important; }}
#s-9311b8a2-6100-4bed-ae94-fb41063e1e5f {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzFkNWNjZDgtYzFjMy00ZDBkLWE1MWUtMGQ1OWEwZmE3NTE2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojY2NlMWZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzMWQ1Y2NkOC1jMWMzLTRkMGQtYTUxZS0wZDU5YTBmYTc1MTYpIi8+PC9zdmc+);
}








#s-9311b8a2-6100-4bed-ae94-fb41063e1e5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9311b8a2-6100-4bed-ae94-fb41063e1e5f.shg-box.shg-c {
  justify-content: center;
}

#s-2aa07f90-49fa-4e27-824c-c4ce46af6a06 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-2aa07f90-49fa-4e27-824c-c4ce46af6a06 {
  display: unset;
}
#s-2aa07f90-49fa-4e27-824c-c4ce46af6a06, #wrap-s-2aa07f90-49fa-4e27-824c-c4ce46af6a06 { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2aa07f90-49fa-4e27-824c-c4ce46af6a06 {
  display: unset;
}
#s-2aa07f90-49fa-4e27-824c-c4ce46af6a06, #wrap-s-2aa07f90-49fa-4e27-824c-c4ce46af6a06 { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2aa07f90-49fa-4e27-824c-c4ce46af6a06 {
  display: unset;
}
#s-2aa07f90-49fa-4e27-824c-c4ce46af6a06, #wrap-s-2aa07f90-49fa-4e27-824c-c4ce46af6a06 { display: unset !important; }}@media (max-width: 767px){#s-2aa07f90-49fa-4e27-824c-c4ce46af6a06 {
  display: none;
}
#s-2aa07f90-49fa-4e27-824c-c4ce46af6a06, #wrap-s-2aa07f90-49fa-4e27-824c-c4ce46af6a06 { display: none !important; }}
#s-eb816659-ff7b-4e55-991b-3cb23a24ff4d {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 70px;
padding-bottom: 70px;
min-height: 50px;
background-color: rgba(204, 225, 255, 1);
}
@media (min-width: 1200px){#s-eb816659-ff7b-4e55-991b-3cb23a24ff4d {
  display: none;
}
#s-eb816659-ff7b-4e55-991b-3cb23a24ff4d, #wrap-s-eb816659-ff7b-4e55-991b-3cb23a24ff4d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eb816659-ff7b-4e55-991b-3cb23a24ff4d {
  display: none;
}
#s-eb816659-ff7b-4e55-991b-3cb23a24ff4d, #wrap-s-eb816659-ff7b-4e55-991b-3cb23a24ff4d { display: none !important; }}@media (max-width: 767px){#s-eb816659-ff7b-4e55-991b-3cb23a24ff4d {
  margin-top: 1px;
margin-bottom: 1px;
padding-top: 30px;
padding-bottom: 30px;
}
}







#s-eb816659-ff7b-4e55-991b-3cb23a24ff4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb816659-ff7b-4e55-991b-3cb23a24ff4d.shg-box.shg-c {
  justify-content: center;
}

#s-865bcd8d-a324-4a0d-8396-a17ac416bf54 {
  min-height: 50px;
}








#s-865bcd8d-a324-4a0d-8396-a17ac416bf54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-865bcd8d-a324-4a0d-8396-a17ac416bf54.shg-box.shg-c {
  justify-content: center;
}

#s-7fe874d8-3a4a-45aa-84a5-8c1f63eb462c {
  margin-top: -10px;
margin-bottom: -10px;
padding-top: 7px;
padding-bottom: 7px;
text-align: center;
}

#s-7fe874d8-3a4a-45aa-84a5-8c1f63eb462c .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Outfit";
  font-style:  normal ;
  
  
  
  
}



#s-9c8d0b06-1512-4543-bb2d-9e2f8e9e8730 {
  min-height: 50px;
}








#s-9c8d0b06-1512-4543-bb2d-9e2f8e9e8730 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c8d0b06-1512-4543-bb2d-9e2f8e9e8730.shg-box.shg-c {
  justify-content: center;
}

#s-249804c7-8979-4102-95dc-54608a26635c {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 220px;
aspect-ratio: 1993/935;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-249804c7-8979-4102-95dc-54608a26635c .shg-image-content-wrapper {
      aspect-ratio: 1993/935;
      min-width: 100%;
      height: auto;
    }

    #s-249804c7-8979-4102-95dc-54608a26635c .shogun-image-link {
      aspect-ratio: 1993/935;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-249804c7-8979-4102-95dc-54608a26635c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-249804c7-8979-4102-95dc-54608a26635c {
    width: 100%;
    height: auto;
  }

  #s-249804c7-8979-4102-95dc-54608a26635c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-249804c7-8979-4102-95dc-54608a26635c.shogun-image {
    
    
  }


.s-249804c7-8979-4102-95dc-54608a26635c .shogun-image-content {
  
    align-items: center;
  
}

.s-249804c7-8979-4102-95dc-54608a26635c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-249804c7-8979-4102-95dc-54608a26635c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-249804c7-8979-4102-95dc-54608a26635c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-249804c7-8979-4102-95dc-54608a26635c {
      --shg-aspect-ratio: calc(1993/935); 
    }

    .s-249804c7-8979-4102-95dc-54608a26635c.shogun-image-container {
      position: relative;
    }

    .s-249804c7-8979-4102-95dc-54608a26635c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-249804c7-8979-4102-95dc-54608a26635c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-249804c7-8979-4102-95dc-54608a26635c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-249804c7-8979-4102-95dc-54608a26635c .shg-image-content-wrapper {
      aspect-ratio: 1993/935;
      min-width: 100%;
      height: auto;
    }

    #s-249804c7-8979-4102-95dc-54608a26635c .shogun-image-link {
      aspect-ratio: 1993/935;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-249804c7-8979-4102-95dc-54608a26635c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-249804c7-8979-4102-95dc-54608a26635c {
    width: 100%;
    height: auto;
  }

  #s-249804c7-8979-4102-95dc-54608a26635c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-249804c7-8979-4102-95dc-54608a26635c.shogun-image {
    
    
  }


.s-249804c7-8979-4102-95dc-54608a26635c .shogun-image-content {
  
    align-items: center;
  
}

.s-249804c7-8979-4102-95dc-54608a26635c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-249804c7-8979-4102-95dc-54608a26635c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-249804c7-8979-4102-95dc-54608a26635c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-249804c7-8979-4102-95dc-54608a26635c {
      --shg-aspect-ratio: calc(1993/935); 
    }

    .s-249804c7-8979-4102-95dc-54608a26635c.shogun-image-container {
      position: relative;
    }

    .s-249804c7-8979-4102-95dc-54608a26635c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-249804c7-8979-4102-95dc-54608a26635c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-249804c7-8979-4102-95dc-54608a26635c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-249804c7-8979-4102-95dc-54608a26635c .shg-image-content-wrapper {
      aspect-ratio: 1993/935;
      min-width: 100%;
      height: auto;
    }

    #s-249804c7-8979-4102-95dc-54608a26635c .shogun-image-link {
      aspect-ratio: 1993/935;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-249804c7-8979-4102-95dc-54608a26635c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-249804c7-8979-4102-95dc-54608a26635c {
    width: 100%;
    height: auto;
  }

  #s-249804c7-8979-4102-95dc-54608a26635c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-249804c7-8979-4102-95dc-54608a26635c.shogun-image {
    
    
  }


.s-249804c7-8979-4102-95dc-54608a26635c .shogun-image-content {
  
    align-items: center;
  
}

.s-249804c7-8979-4102-95dc-54608a26635c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-249804c7-8979-4102-95dc-54608a26635c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-249804c7-8979-4102-95dc-54608a26635c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-249804c7-8979-4102-95dc-54608a26635c {
      --shg-aspect-ratio: calc(1993/935); 
    }

    .s-249804c7-8979-4102-95dc-54608a26635c.shogun-image-container {
      position: relative;
    }

    .s-249804c7-8979-4102-95dc-54608a26635c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-249804c7-8979-4102-95dc-54608a26635c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-249804c7-8979-4102-95dc-54608a26635c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-249804c7-8979-4102-95dc-54608a26635c .shg-image-content-wrapper {
      aspect-ratio: 1993/935;
      min-width: 100%;
      height: auto;
    }

    #s-249804c7-8979-4102-95dc-54608a26635c .shogun-image-link {
      aspect-ratio: 1993/935;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-249804c7-8979-4102-95dc-54608a26635c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-249804c7-8979-4102-95dc-54608a26635c {
    width: 100%;
    height: auto;
  }

  #s-249804c7-8979-4102-95dc-54608a26635c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-249804c7-8979-4102-95dc-54608a26635c.shogun-image {
    
    
  }


.s-249804c7-8979-4102-95dc-54608a26635c .shogun-image-content {
  
    align-items: center;
  
}

.s-249804c7-8979-4102-95dc-54608a26635c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-249804c7-8979-4102-95dc-54608a26635c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-249804c7-8979-4102-95dc-54608a26635c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-249804c7-8979-4102-95dc-54608a26635c {
      --shg-aspect-ratio: calc(1993/935); 
    }

    .s-249804c7-8979-4102-95dc-54608a26635c.shogun-image-container {
      position: relative;
    }

    .s-249804c7-8979-4102-95dc-54608a26635c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-249804c7-8979-4102-95dc-54608a26635c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-249804c7-8979-4102-95dc-54608a26635c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-249804c7-8979-4102-95dc-54608a26635c .shg-image-content-wrapper {
      aspect-ratio: 1993/935;
      min-width: 100%;
      height: auto;
    }

    #s-249804c7-8979-4102-95dc-54608a26635c .shogun-image-link {
      aspect-ratio: 1993/935;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-249804c7-8979-4102-95dc-54608a26635c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-249804c7-8979-4102-95dc-54608a26635c {
    width: 100%;
    height: auto;
  }

  #s-249804c7-8979-4102-95dc-54608a26635c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-249804c7-8979-4102-95dc-54608a26635c.shogun-image {
    
    
  }


.s-249804c7-8979-4102-95dc-54608a26635c .shogun-image-content {
  
    align-items: center;
  
}

.s-249804c7-8979-4102-95dc-54608a26635c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-249804c7-8979-4102-95dc-54608a26635c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-249804c7-8979-4102-95dc-54608a26635c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-249804c7-8979-4102-95dc-54608a26635c {
      --shg-aspect-ratio: calc(1993/935); 
    }

    .s-249804c7-8979-4102-95dc-54608a26635c.shogun-image-container {
      position: relative;
    }

    .s-249804c7-8979-4102-95dc-54608a26635c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-249804c7-8979-4102-95dc-54608a26635c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-249804c7-8979-4102-95dc-54608a26635c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4bb451b9-844c-405e-998b-5f2b2b484604 {
  min-height: 50px;
}








#s-4bb451b9-844c-405e-998b-5f2b2b484604 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bb451b9-844c-405e-998b-5f2b2b484604.shg-box.shg-c {
  justify-content: center;
}

#s-69a8250c-f002-47a5-b5a1-0eb44adf449f {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 220px;
aspect-ratio: 2000/980;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-69a8250c-f002-47a5-b5a1-0eb44adf449f .shg-image-content-wrapper {
      aspect-ratio: 2000/980;
      min-width: 100%;
      height: auto;
    }

    #s-69a8250c-f002-47a5-b5a1-0eb44adf449f .shogun-image-link {
      aspect-ratio: 2000/980;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69a8250c-f002-47a5-b5a1-0eb44adf449f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-69a8250c-f002-47a5-b5a1-0eb44adf449f {
    width: 100%;
    height: auto;
  }

  #s-69a8250c-f002-47a5-b5a1-0eb44adf449f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-69a8250c-f002-47a5-b5a1-0eb44adf449f.shogun-image {
    
    
  }


.s-69a8250c-f002-47a5-b5a1-0eb44adf449f .shogun-image-content {
  
    align-items: center;
  
}

.s-69a8250c-f002-47a5-b5a1-0eb44adf449f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69a8250c-f002-47a5-b5a1-0eb44adf449f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69a8250c-f002-47a5-b5a1-0eb44adf449f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-69a8250c-f002-47a5-b5a1-0eb44adf449f {
      --shg-aspect-ratio: calc(2000/980); 
    }

    .s-69a8250c-f002-47a5-b5a1-0eb44adf449f.shogun-image-container {
      position: relative;
    }

    .s-69a8250c-f002-47a5-b5a1-0eb44adf449f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69a8250c-f002-47a5-b5a1-0eb44adf449f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69a8250c-f002-47a5-b5a1-0eb44adf449f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-69a8250c-f002-47a5-b5a1-0eb44adf449f .shg-image-content-wrapper {
      aspect-ratio: 2000/980;
      min-width: 100%;
      height: auto;
    }

    #s-69a8250c-f002-47a5-b5a1-0eb44adf449f .shogun-image-link {
      aspect-ratio: 2000/980;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69a8250c-f002-47a5-b5a1-0eb44adf449f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-69a8250c-f002-47a5-b5a1-0eb44adf449f {
    width: 100%;
    height: auto;
  }

  #s-69a8250c-f002-47a5-b5a1-0eb44adf449f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-69a8250c-f002-47a5-b5a1-0eb44adf449f.shogun-image {
    
    
  }


.s-69a8250c-f002-47a5-b5a1-0eb44adf449f .shogun-image-content {
  
    align-items: center;
  
}

.s-69a8250c-f002-47a5-b5a1-0eb44adf449f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69a8250c-f002-47a5-b5a1-0eb44adf449f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69a8250c-f002-47a5-b5a1-0eb44adf449f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-69a8250c-f002-47a5-b5a1-0eb44adf449f {
      --shg-aspect-ratio: calc(2000/980); 
    }

    .s-69a8250c-f002-47a5-b5a1-0eb44adf449f.shogun-image-container {
      position: relative;
    }

    .s-69a8250c-f002-47a5-b5a1-0eb44adf449f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69a8250c-f002-47a5-b5a1-0eb44adf449f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69a8250c-f002-47a5-b5a1-0eb44adf449f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-69a8250c-f002-47a5-b5a1-0eb44adf449f .shg-image-content-wrapper {
      aspect-ratio: 2000/980;
      min-width: 100%;
      height: auto;
    }

    #s-69a8250c-f002-47a5-b5a1-0eb44adf449f .shogun-image-link {
      aspect-ratio: 2000/980;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69a8250c-f002-47a5-b5a1-0eb44adf449f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-69a8250c-f002-47a5-b5a1-0eb44adf449f {
    width: 100%;
    height: auto;
  }

  #s-69a8250c-f002-47a5-b5a1-0eb44adf449f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-69a8250c-f002-47a5-b5a1-0eb44adf449f.shogun-image {
    
    
  }


.s-69a8250c-f002-47a5-b5a1-0eb44adf449f .shogun-image-content {
  
    align-items: center;
  
}

.s-69a8250c-f002-47a5-b5a1-0eb44adf449f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69a8250c-f002-47a5-b5a1-0eb44adf449f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69a8250c-f002-47a5-b5a1-0eb44adf449f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-69a8250c-f002-47a5-b5a1-0eb44adf449f {
      --shg-aspect-ratio: calc(2000/980); 
    }

    .s-69a8250c-f002-47a5-b5a1-0eb44adf449f.shogun-image-container {
      position: relative;
    }

    .s-69a8250c-f002-47a5-b5a1-0eb44adf449f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69a8250c-f002-47a5-b5a1-0eb44adf449f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69a8250c-f002-47a5-b5a1-0eb44adf449f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-69a8250c-f002-47a5-b5a1-0eb44adf449f .shg-image-content-wrapper {
      aspect-ratio: 2000/980;
      min-width: 100%;
      height: auto;
    }

    #s-69a8250c-f002-47a5-b5a1-0eb44adf449f .shogun-image-link {
      aspect-ratio: 2000/980;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69a8250c-f002-47a5-b5a1-0eb44adf449f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-69a8250c-f002-47a5-b5a1-0eb44adf449f {
    width: 100%;
    height: auto;
  }

  #s-69a8250c-f002-47a5-b5a1-0eb44adf449f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-69a8250c-f002-47a5-b5a1-0eb44adf449f.shogun-image {
    
    
  }


.s-69a8250c-f002-47a5-b5a1-0eb44adf449f .shogun-image-content {
  
    align-items: center;
  
}

.s-69a8250c-f002-47a5-b5a1-0eb44adf449f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69a8250c-f002-47a5-b5a1-0eb44adf449f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69a8250c-f002-47a5-b5a1-0eb44adf449f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-69a8250c-f002-47a5-b5a1-0eb44adf449f {
      --shg-aspect-ratio: calc(2000/980); 
    }

    .s-69a8250c-f002-47a5-b5a1-0eb44adf449f.shogun-image-container {
      position: relative;
    }

    .s-69a8250c-f002-47a5-b5a1-0eb44adf449f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69a8250c-f002-47a5-b5a1-0eb44adf449f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69a8250c-f002-47a5-b5a1-0eb44adf449f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-69a8250c-f002-47a5-b5a1-0eb44adf449f .shg-image-content-wrapper {
      aspect-ratio: 2000/980;
      min-width: 100%;
      height: auto;
    }

    #s-69a8250c-f002-47a5-b5a1-0eb44adf449f .shogun-image-link {
      aspect-ratio: 2000/980;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69a8250c-f002-47a5-b5a1-0eb44adf449f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-69a8250c-f002-47a5-b5a1-0eb44adf449f {
    width: 100%;
    height: auto;
  }

  #s-69a8250c-f002-47a5-b5a1-0eb44adf449f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-69a8250c-f002-47a5-b5a1-0eb44adf449f.shogun-image {
    
    
  }


.s-69a8250c-f002-47a5-b5a1-0eb44adf449f .shogun-image-content {
  
    align-items: center;
  
}

.s-69a8250c-f002-47a5-b5a1-0eb44adf449f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69a8250c-f002-47a5-b5a1-0eb44adf449f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69a8250c-f002-47a5-b5a1-0eb44adf449f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-69a8250c-f002-47a5-b5a1-0eb44adf449f {
      --shg-aspect-ratio: calc(2000/980); 
    }

    .s-69a8250c-f002-47a5-b5a1-0eb44adf449f.shogun-image-container {
      position: relative;
    }

    .s-69a8250c-f002-47a5-b5a1-0eb44adf449f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69a8250c-f002-47a5-b5a1-0eb44adf449f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69a8250c-f002-47a5-b5a1-0eb44adf449f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-68e5fcfb-59b6-4d2b-8966-e2ea7d71a839 {
  min-height: 50px;
}








#s-68e5fcfb-59b6-4d2b-8966-e2ea7d71a839 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68e5fcfb-59b6-4d2b-8966-e2ea7d71a839.shg-box.shg-c {
  justify-content: center;
}

#s-2036c043-aafd-44ac-940a-506a0c70c4aa {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 220px;
aspect-ratio: 2000/983;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-2036c043-aafd-44ac-940a-506a0c70c4aa .shg-image-content-wrapper {
      aspect-ratio: 2000/983;
      min-width: 100%;
      height: auto;
    }

    #s-2036c043-aafd-44ac-940a-506a0c70c4aa .shogun-image-link {
      aspect-ratio: 2000/983;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2036c043-aafd-44ac-940a-506a0c70c4aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2036c043-aafd-44ac-940a-506a0c70c4aa {
    width: 100%;
    height: auto;
  }

  #s-2036c043-aafd-44ac-940a-506a0c70c4aa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2036c043-aafd-44ac-940a-506a0c70c4aa.shogun-image {
    
    
  }


.s-2036c043-aafd-44ac-940a-506a0c70c4aa .shogun-image-content {
  
    align-items: center;
  
}

.s-2036c043-aafd-44ac-940a-506a0c70c4aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2036c043-aafd-44ac-940a-506a0c70c4aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2036c043-aafd-44ac-940a-506a0c70c4aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2036c043-aafd-44ac-940a-506a0c70c4aa {
      --shg-aspect-ratio: calc(2000/983); 
    }

    .s-2036c043-aafd-44ac-940a-506a0c70c4aa.shogun-image-container {
      position: relative;
    }

    .s-2036c043-aafd-44ac-940a-506a0c70c4aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2036c043-aafd-44ac-940a-506a0c70c4aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2036c043-aafd-44ac-940a-506a0c70c4aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-2036c043-aafd-44ac-940a-506a0c70c4aa .shg-image-content-wrapper {
      aspect-ratio: 2000/983;
      min-width: 100%;
      height: auto;
    }

    #s-2036c043-aafd-44ac-940a-506a0c70c4aa .shogun-image-link {
      aspect-ratio: 2000/983;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2036c043-aafd-44ac-940a-506a0c70c4aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2036c043-aafd-44ac-940a-506a0c70c4aa {
    width: 100%;
    height: auto;
  }

  #s-2036c043-aafd-44ac-940a-506a0c70c4aa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2036c043-aafd-44ac-940a-506a0c70c4aa.shogun-image {
    
    
  }


.s-2036c043-aafd-44ac-940a-506a0c70c4aa .shogun-image-content {
  
    align-items: center;
  
}

.s-2036c043-aafd-44ac-940a-506a0c70c4aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2036c043-aafd-44ac-940a-506a0c70c4aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2036c043-aafd-44ac-940a-506a0c70c4aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2036c043-aafd-44ac-940a-506a0c70c4aa {
      --shg-aspect-ratio: calc(2000/983); 
    }

    .s-2036c043-aafd-44ac-940a-506a0c70c4aa.shogun-image-container {
      position: relative;
    }

    .s-2036c043-aafd-44ac-940a-506a0c70c4aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2036c043-aafd-44ac-940a-506a0c70c4aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2036c043-aafd-44ac-940a-506a0c70c4aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2036c043-aafd-44ac-940a-506a0c70c4aa .shg-image-content-wrapper {
      aspect-ratio: 2000/983;
      min-width: 100%;
      height: auto;
    }

    #s-2036c043-aafd-44ac-940a-506a0c70c4aa .shogun-image-link {
      aspect-ratio: 2000/983;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2036c043-aafd-44ac-940a-506a0c70c4aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2036c043-aafd-44ac-940a-506a0c70c4aa {
    width: 100%;
    height: auto;
  }

  #s-2036c043-aafd-44ac-940a-506a0c70c4aa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2036c043-aafd-44ac-940a-506a0c70c4aa.shogun-image {
    
    
  }


.s-2036c043-aafd-44ac-940a-506a0c70c4aa .shogun-image-content {
  
    align-items: center;
  
}

.s-2036c043-aafd-44ac-940a-506a0c70c4aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2036c043-aafd-44ac-940a-506a0c70c4aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2036c043-aafd-44ac-940a-506a0c70c4aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2036c043-aafd-44ac-940a-506a0c70c4aa {
      --shg-aspect-ratio: calc(2000/983); 
    }

    .s-2036c043-aafd-44ac-940a-506a0c70c4aa.shogun-image-container {
      position: relative;
    }

    .s-2036c043-aafd-44ac-940a-506a0c70c4aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2036c043-aafd-44ac-940a-506a0c70c4aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2036c043-aafd-44ac-940a-506a0c70c4aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2036c043-aafd-44ac-940a-506a0c70c4aa .shg-image-content-wrapper {
      aspect-ratio: 2000/983;
      min-width: 100%;
      height: auto;
    }

    #s-2036c043-aafd-44ac-940a-506a0c70c4aa .shogun-image-link {
      aspect-ratio: 2000/983;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2036c043-aafd-44ac-940a-506a0c70c4aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2036c043-aafd-44ac-940a-506a0c70c4aa {
    width: 100%;
    height: auto;
  }

  #s-2036c043-aafd-44ac-940a-506a0c70c4aa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2036c043-aafd-44ac-940a-506a0c70c4aa.shogun-image {
    
    
  }


.s-2036c043-aafd-44ac-940a-506a0c70c4aa .shogun-image-content {
  
    align-items: center;
  
}

.s-2036c043-aafd-44ac-940a-506a0c70c4aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2036c043-aafd-44ac-940a-506a0c70c4aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2036c043-aafd-44ac-940a-506a0c70c4aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2036c043-aafd-44ac-940a-506a0c70c4aa {
      --shg-aspect-ratio: calc(2000/983); 
    }

    .s-2036c043-aafd-44ac-940a-506a0c70c4aa.shogun-image-container {
      position: relative;
    }

    .s-2036c043-aafd-44ac-940a-506a0c70c4aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2036c043-aafd-44ac-940a-506a0c70c4aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2036c043-aafd-44ac-940a-506a0c70c4aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2036c043-aafd-44ac-940a-506a0c70c4aa .shg-image-content-wrapper {
      aspect-ratio: 2000/983;
      min-width: 100%;
      height: auto;
    }

    #s-2036c043-aafd-44ac-940a-506a0c70c4aa .shogun-image-link {
      aspect-ratio: 2000/983;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2036c043-aafd-44ac-940a-506a0c70c4aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2036c043-aafd-44ac-940a-506a0c70c4aa {
    width: 100%;
    height: auto;
  }

  #s-2036c043-aafd-44ac-940a-506a0c70c4aa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2036c043-aafd-44ac-940a-506a0c70c4aa.shogun-image {
    
    
  }


.s-2036c043-aafd-44ac-940a-506a0c70c4aa .shogun-image-content {
  
    align-items: center;
  
}

.s-2036c043-aafd-44ac-940a-506a0c70c4aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2036c043-aafd-44ac-940a-506a0c70c4aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2036c043-aafd-44ac-940a-506a0c70c4aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2036c043-aafd-44ac-940a-506a0c70c4aa {
      --shg-aspect-ratio: calc(2000/983); 
    }

    .s-2036c043-aafd-44ac-940a-506a0c70c4aa.shogun-image-container {
      position: relative;
    }

    .s-2036c043-aafd-44ac-940a-506a0c70c4aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2036c043-aafd-44ac-940a-506a0c70c4aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2036c043-aafd-44ac-940a-506a0c70c4aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-299f4d9a-a1d1-417a-8546-8310c92293de {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-299f4d9a-a1d1-417a-8546-8310c92293de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-299f4d9a-a1d1-417a-8546-8310c92293de.shg-box.shg-c {
  justify-content: center;
}

#s-15d0b930-3feb-4c13-a20a-afaf9982cc0c {
  margin-top: 6px;
margin-bottom: 6px;
min-height: 50px;
}








#s-15d0b930-3feb-4c13-a20a-afaf9982cc0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15d0b930-3feb-4c13-a20a-afaf9982cc0c.shg-box.shg-c {
  justify-content: center;
}

#s-1c1e8be2-3475-4a62-86b4-38f33af8d309 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-1c1e8be2-3475-4a62-86b4-38f33af8d309 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-79d35e5c-a8d6-4622-9f61-20eb660d9bcc {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-79d35e5c-a8d6-4622-9f61-20eb660d9bcc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-79d35e5c-a8d6-4622-9f61-20eb660d9bcc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-79d35e5c-a8d6-4622-9f61-20eb660d9bcc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-79d35e5c-a8d6-4622-9f61-20eb660d9bcc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e4537eec-5ff0-44c1-8207-0dcdcafab725 {
  min-height: 50px;
}








#s-e4537eec-5ff0-44c1-8207-0dcdcafab725 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4537eec-5ff0-44c1-8207-0dcdcafab725.shg-box.shg-c {
  justify-content: center;
}

#s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
max-width: 1215px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 {
    width: 100%;
    height: auto;
  }

  #s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17.shogun-image {
    
    
  }


.s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17.shogun-image-container {
      position: relative;
    }

    .s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 {
    width: 100%;
    height: auto;
  }

  #s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17.shogun-image {
    
    
  }


.s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17.shogun-image-container {
      position: relative;
    }

    .s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 {
    width: 100%;
    height: auto;
  }

  #s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17.shogun-image {
    
    
  }


.s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17.shogun-image-container {
      position: relative;
    }

    .s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 {
    width: 100%;
    height: auto;
  }

  #s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17.shogun-image {
    
    
  }


.s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17.shogun-image-container {
      position: relative;
    }

    .s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 {
    width: 100%;
    height: auto;
  }

  #s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17.shogun-image {
    
    
  }


.s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17.shogun-image-container {
      position: relative;
    }

    .s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ad196c7-d40c-4150-bddb-6f7d2bb07b17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9ed1d923-5734-4add-aa96-c168674e9d77 {
  min-height: 50px;
}








#s-9ed1d923-5734-4add-aa96-c168674e9d77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ed1d923-5734-4add-aa96-c168674e9d77.shg-box.shg-c {
  justify-content: center;
}

#s-c22c875d-cec9-432e-bd82-14aae070175d {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
max-width: 1215px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-c22c875d-cec9-432e-bd82-14aae070175d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c22c875d-cec9-432e-bd82-14aae070175d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c22c875d-cec9-432e-bd82-14aae070175d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c22c875d-cec9-432e-bd82-14aae070175d {
    width: 100%;
    height: auto;
  }

  #s-c22c875d-cec9-432e-bd82-14aae070175d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c22c875d-cec9-432e-bd82-14aae070175d.shogun-image {
    
    
  }


.s-c22c875d-cec9-432e-bd82-14aae070175d .shogun-image-content {
  
    align-items: center;
  
}

.s-c22c875d-cec9-432e-bd82-14aae070175d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c22c875d-cec9-432e-bd82-14aae070175d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c22c875d-cec9-432e-bd82-14aae070175d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c22c875d-cec9-432e-bd82-14aae070175d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c22c875d-cec9-432e-bd82-14aae070175d.shogun-image-container {
      position: relative;
    }

    .s-c22c875d-cec9-432e-bd82-14aae070175d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c22c875d-cec9-432e-bd82-14aae070175d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c22c875d-cec9-432e-bd82-14aae070175d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-c22c875d-cec9-432e-bd82-14aae070175d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c22c875d-cec9-432e-bd82-14aae070175d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c22c875d-cec9-432e-bd82-14aae070175d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c22c875d-cec9-432e-bd82-14aae070175d {
    width: 100%;
    height: auto;
  }

  #s-c22c875d-cec9-432e-bd82-14aae070175d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c22c875d-cec9-432e-bd82-14aae070175d.shogun-image {
    
    
  }


.s-c22c875d-cec9-432e-bd82-14aae070175d .shogun-image-content {
  
    align-items: center;
  
}

.s-c22c875d-cec9-432e-bd82-14aae070175d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c22c875d-cec9-432e-bd82-14aae070175d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c22c875d-cec9-432e-bd82-14aae070175d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c22c875d-cec9-432e-bd82-14aae070175d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c22c875d-cec9-432e-bd82-14aae070175d.shogun-image-container {
      position: relative;
    }

    .s-c22c875d-cec9-432e-bd82-14aae070175d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c22c875d-cec9-432e-bd82-14aae070175d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c22c875d-cec9-432e-bd82-14aae070175d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c22c875d-cec9-432e-bd82-14aae070175d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c22c875d-cec9-432e-bd82-14aae070175d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c22c875d-cec9-432e-bd82-14aae070175d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c22c875d-cec9-432e-bd82-14aae070175d {
    width: 100%;
    height: auto;
  }

  #s-c22c875d-cec9-432e-bd82-14aae070175d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c22c875d-cec9-432e-bd82-14aae070175d.shogun-image {
    
    
  }


.s-c22c875d-cec9-432e-bd82-14aae070175d .shogun-image-content {
  
    align-items: center;
  
}

.s-c22c875d-cec9-432e-bd82-14aae070175d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c22c875d-cec9-432e-bd82-14aae070175d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c22c875d-cec9-432e-bd82-14aae070175d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c22c875d-cec9-432e-bd82-14aae070175d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c22c875d-cec9-432e-bd82-14aae070175d.shogun-image-container {
      position: relative;
    }

    .s-c22c875d-cec9-432e-bd82-14aae070175d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c22c875d-cec9-432e-bd82-14aae070175d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c22c875d-cec9-432e-bd82-14aae070175d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c22c875d-cec9-432e-bd82-14aae070175d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c22c875d-cec9-432e-bd82-14aae070175d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c22c875d-cec9-432e-bd82-14aae070175d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c22c875d-cec9-432e-bd82-14aae070175d {
    width: 100%;
    height: auto;
  }

  #s-c22c875d-cec9-432e-bd82-14aae070175d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c22c875d-cec9-432e-bd82-14aae070175d.shogun-image {
    
    
  }


.s-c22c875d-cec9-432e-bd82-14aae070175d .shogun-image-content {
  
    align-items: center;
  
}

.s-c22c875d-cec9-432e-bd82-14aae070175d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c22c875d-cec9-432e-bd82-14aae070175d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c22c875d-cec9-432e-bd82-14aae070175d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c22c875d-cec9-432e-bd82-14aae070175d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c22c875d-cec9-432e-bd82-14aae070175d.shogun-image-container {
      position: relative;
    }

    .s-c22c875d-cec9-432e-bd82-14aae070175d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c22c875d-cec9-432e-bd82-14aae070175d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c22c875d-cec9-432e-bd82-14aae070175d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c22c875d-cec9-432e-bd82-14aae070175d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c22c875d-cec9-432e-bd82-14aae070175d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c22c875d-cec9-432e-bd82-14aae070175d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c22c875d-cec9-432e-bd82-14aae070175d {
    width: 100%;
    height: auto;
  }

  #s-c22c875d-cec9-432e-bd82-14aae070175d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c22c875d-cec9-432e-bd82-14aae070175d.shogun-image {
    
    
  }


.s-c22c875d-cec9-432e-bd82-14aae070175d .shogun-image-content {
  
    align-items: center;
  
}

.s-c22c875d-cec9-432e-bd82-14aae070175d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c22c875d-cec9-432e-bd82-14aae070175d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c22c875d-cec9-432e-bd82-14aae070175d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c22c875d-cec9-432e-bd82-14aae070175d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c22c875d-cec9-432e-bd82-14aae070175d.shogun-image-container {
      position: relative;
    }

    .s-c22c875d-cec9-432e-bd82-14aae070175d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c22c875d-cec9-432e-bd82-14aae070175d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c22c875d-cec9-432e-bd82-14aae070175d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3a188a2a-d7d6-4de1-b60c-cd079760525f {
  margin-top: -8px;
margin-bottom: -8px;
min-height: 50px;
}








#s-3a188a2a-d7d6-4de1-b60c-cd079760525f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a188a2a-d7d6-4de1-b60c-cd079760525f.shg-box.shg-c {
  justify-content: center;
}

#s-351344a8-e463-4995-8d2b-62ab26984427 {
  min-height: 50px;
}








#s-351344a8-e463-4995-8d2b-62ab26984427 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-351344a8-e463-4995-8d2b-62ab26984427.shg-box.shg-c {
  justify-content: center;
}

#s-cc27ecc7-4864-4ae1-b14f-048261acca34 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-cc27ecc7-4864-4ae1-b14f-048261acca34"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cc27ecc7-4864-4ae1-b14f-048261acca34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cc27ecc7-4864-4ae1-b14f-048261acca34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc27ecc7-4864-4ae1-b14f-048261acca34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-348b7abb-cbbc-4ecf-b1db-271760d27581 {
  min-height: 50px;
}








#s-348b7abb-cbbc-4ecf-b1db-271760d27581 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-348b7abb-cbbc-4ecf-b1db-271760d27581.shg-box.shg-c {
  justify-content: center;
}

#s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 {
    width: 100%;
    height: auto;
  }

  #s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68.shogun-image {
    
    
  }


.s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68.shogun-image-container {
      position: relative;
    }

    .s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 {
    width: 100%;
    height: auto;
  }

  #s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68.shogun-image {
    
    
  }


.s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68.shogun-image-container {
      position: relative;
    }

    .s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 {
    width: 100%;
    height: auto;
  }

  #s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68.shogun-image {
    
    
  }


.s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68.shogun-image-container {
      position: relative;
    }

    .s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 {
    width: 100%;
    height: auto;
  }

  #s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68.shogun-image {
    
    
  }


.s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68.shogun-image-container {
      position: relative;
    }

    .s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 {
    width: 100%;
    height: auto;
  }

  #s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68.shogun-image {
    
    
  }


.s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68.shogun-image-container {
      position: relative;
    }

    .s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f7c1d6c-faef-44fc-bb66-6906e4dc9d68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-fe722769-3f1e-4a14-a379-da4854556a34 {
  min-height: 50px;
}








#s-fe722769-3f1e-4a14-a379-da4854556a34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe722769-3f1e-4a14-a379-da4854556a34.shg-box.shg-c {
  justify-content: center;
}

#s-cbc89f0d-f99c-4405-b274-8292a139c925 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-cbc89f0d-f99c-4405-b274-8292a139c925 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cbc89f0d-f99c-4405-b274-8292a139c925 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cbc89f0d-f99c-4405-b274-8292a139c925 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-cbc89f0d-f99c-4405-b274-8292a139c925 {
    width: 100%;
    height: auto;
  }

  #s-cbc89f0d-f99c-4405-b274-8292a139c925 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cbc89f0d-f99c-4405-b274-8292a139c925.shogun-image {
    
    
  }


.s-cbc89f0d-f99c-4405-b274-8292a139c925 .shogun-image-content {
  
    align-items: center;
  
}

.s-cbc89f0d-f99c-4405-b274-8292a139c925.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbc89f0d-f99c-4405-b274-8292a139c925.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbc89f0d-f99c-4405-b274-8292a139c925.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cbc89f0d-f99c-4405-b274-8292a139c925 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cbc89f0d-f99c-4405-b274-8292a139c925.shogun-image-container {
      position: relative;
    }

    .s-cbc89f0d-f99c-4405-b274-8292a139c925.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cbc89f0d-f99c-4405-b274-8292a139c925.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cbc89f0d-f99c-4405-b274-8292a139c925 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-cbc89f0d-f99c-4405-b274-8292a139c925 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cbc89f0d-f99c-4405-b274-8292a139c925 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cbc89f0d-f99c-4405-b274-8292a139c925 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-cbc89f0d-f99c-4405-b274-8292a139c925 {
    width: 100%;
    height: auto;
  }

  #s-cbc89f0d-f99c-4405-b274-8292a139c925 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cbc89f0d-f99c-4405-b274-8292a139c925.shogun-image {
    
    
  }


.s-cbc89f0d-f99c-4405-b274-8292a139c925 .shogun-image-content {
  
    align-items: center;
  
}

.s-cbc89f0d-f99c-4405-b274-8292a139c925.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbc89f0d-f99c-4405-b274-8292a139c925.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbc89f0d-f99c-4405-b274-8292a139c925.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cbc89f0d-f99c-4405-b274-8292a139c925 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cbc89f0d-f99c-4405-b274-8292a139c925.shogun-image-container {
      position: relative;
    }

    .s-cbc89f0d-f99c-4405-b274-8292a139c925.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cbc89f0d-f99c-4405-b274-8292a139c925.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cbc89f0d-f99c-4405-b274-8292a139c925 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-cbc89f0d-f99c-4405-b274-8292a139c925 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cbc89f0d-f99c-4405-b274-8292a139c925 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cbc89f0d-f99c-4405-b274-8292a139c925 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-cbc89f0d-f99c-4405-b274-8292a139c925 {
    width: 100%;
    height: auto;
  }

  #s-cbc89f0d-f99c-4405-b274-8292a139c925 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cbc89f0d-f99c-4405-b274-8292a139c925.shogun-image {
    
    
  }


.s-cbc89f0d-f99c-4405-b274-8292a139c925 .shogun-image-content {
  
    align-items: center;
  
}

.s-cbc89f0d-f99c-4405-b274-8292a139c925.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbc89f0d-f99c-4405-b274-8292a139c925.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbc89f0d-f99c-4405-b274-8292a139c925.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cbc89f0d-f99c-4405-b274-8292a139c925 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cbc89f0d-f99c-4405-b274-8292a139c925.shogun-image-container {
      position: relative;
    }

    .s-cbc89f0d-f99c-4405-b274-8292a139c925.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cbc89f0d-f99c-4405-b274-8292a139c925.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cbc89f0d-f99c-4405-b274-8292a139c925 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-cbc89f0d-f99c-4405-b274-8292a139c925 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cbc89f0d-f99c-4405-b274-8292a139c925 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cbc89f0d-f99c-4405-b274-8292a139c925 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-cbc89f0d-f99c-4405-b274-8292a139c925 {
    width: 100%;
    height: auto;
  }

  #s-cbc89f0d-f99c-4405-b274-8292a139c925 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cbc89f0d-f99c-4405-b274-8292a139c925.shogun-image {
    
    
  }


.s-cbc89f0d-f99c-4405-b274-8292a139c925 .shogun-image-content {
  
    align-items: center;
  
}

.s-cbc89f0d-f99c-4405-b274-8292a139c925.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbc89f0d-f99c-4405-b274-8292a139c925.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbc89f0d-f99c-4405-b274-8292a139c925.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cbc89f0d-f99c-4405-b274-8292a139c925 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cbc89f0d-f99c-4405-b274-8292a139c925.shogun-image-container {
      position: relative;
    }

    .s-cbc89f0d-f99c-4405-b274-8292a139c925.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cbc89f0d-f99c-4405-b274-8292a139c925.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cbc89f0d-f99c-4405-b274-8292a139c925 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-cbc89f0d-f99c-4405-b274-8292a139c925 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cbc89f0d-f99c-4405-b274-8292a139c925 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cbc89f0d-f99c-4405-b274-8292a139c925 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-cbc89f0d-f99c-4405-b274-8292a139c925 {
    width: 100%;
    height: auto;
  }

  #s-cbc89f0d-f99c-4405-b274-8292a139c925 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cbc89f0d-f99c-4405-b274-8292a139c925.shogun-image {
    
    
  }


.s-cbc89f0d-f99c-4405-b274-8292a139c925 .shogun-image-content {
  
    align-items: center;
  
}

.s-cbc89f0d-f99c-4405-b274-8292a139c925.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbc89f0d-f99c-4405-b274-8292a139c925.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbc89f0d-f99c-4405-b274-8292a139c925.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cbc89f0d-f99c-4405-b274-8292a139c925 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cbc89f0d-f99c-4405-b274-8292a139c925.shogun-image-container {
      position: relative;
    }

    .s-cbc89f0d-f99c-4405-b274-8292a139c925.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cbc89f0d-f99c-4405-b274-8292a139c925.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cbc89f0d-f99c-4405-b274-8292a139c925 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8a243bd1-6763-4f14-ada6-65c67cb0f8bf {
  margin-top: -40px;
margin-left: auto;
margin-bottom: -40px;
margin-right: auto;
padding-top: 13px;
padding-bottom: 13px;
min-height: 50px;
}
@media (max-width: 767px){#s-8a243bd1-6763-4f14-ada6-65c67cb0f8bf {
  margin-top: -25px;
margin-bottom: -25px;
}
}







#s-8a243bd1-6763-4f14-ada6-65c67cb0f8bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a243bd1-6763-4f14-ada6-65c67cb0f8bf.shg-box.shg-c {
  justify-content: center;
}

#s-a9e170d4-6407-42ac-9370-00e62c9a74d0 {
  margin-top: 16px;
margin-bottom: 16px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
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: 500px;
background-color: rgba(44, 118, 228, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a9e170d4-6407-42ac-9370-00e62c9a74d0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a9e170d4-6407-42ac-9370-00e62c9a74d0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a9e170d4-6407-42ac-9370-00e62c9a74d0-root {
    text-align: center;
  }


#s-a9e170d4-6407-42ac-9370-00e62c9a74d0.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a9e170d4-6407-42ac-9370-00e62c9a74d0-root {
    text-align: center;
  }


#s-a9e170d4-6407-42ac-9370-00e62c9a74d0.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a9e170d4-6407-42ac-9370-00e62c9a74d0-root {
    text-align: center;
  }


#s-a9e170d4-6407-42ac-9370-00e62c9a74d0.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a9e170d4-6407-42ac-9370-00e62c9a74d0-root {
    text-align: center;
  }


#s-a9e170d4-6407-42ac-9370-00e62c9a74d0.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a9e170d4-6407-42ac-9370-00e62c9a74d0-root {
    text-align: center;
  }


#s-a9e170d4-6407-42ac-9370-00e62c9a74d0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
}
#s-8662e782-6afc-4a94-9789-4e9c808e9068 {
  background-repeat: no-repeat;
margin-top: -32px;
margin-left: 0%;
margin-bottom: -32px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 100px;
}
@media (min-width: 1200px){#s-8662e782-6afc-4a94-9789-4e9c808e9068 {
  display: none;
}
#s-8662e782-6afc-4a94-9789-4e9c808e9068, #wrap-s-8662e782-6afc-4a94-9789-4e9c808e9068 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8662e782-6afc-4a94-9789-4e9c808e9068 {
  display: none;
}
#s-8662e782-6afc-4a94-9789-4e9c808e9068, #wrap-s-8662e782-6afc-4a94-9789-4e9c808e9068 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8662e782-6afc-4a94-9789-4e9c808e9068 {
  display: unset;
}
#s-8662e782-6afc-4a94-9789-4e9c808e9068, #wrap-s-8662e782-6afc-4a94-9789-4e9c808e9068 { display: unset !important; }}
#s-8662e782-6afc-4a94-9789-4e9c808e9068 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjExZWI5MDgtNTdiZi00ZDE3LThiZjktOTVmNGVkMTE4MmMyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojY2NlMWZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyMTFlYjkwOC01N2JmLTRkMTctOGJmOS05NWY0ZWQxMTgyYzIpIi8+PC9zdmc+);
}








#s-8662e782-6afc-4a94-9789-4e9c808e9068 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8662e782-6afc-4a94-9789-4e9c808e9068.shg-box.shg-c {
  justify-content: center;
}

#s-9032f0b2-65a2-4954-8313-5b368080fde4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-9032f0b2-65a2-4954-8313-5b368080fde4 {
  margin-top: 14px;
margin-bottom: 14px;
}
}







#s-9032f0b2-65a2-4954-8313-5b368080fde4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9032f0b2-65a2-4954-8313-5b368080fde4.shg-box.shg-c {
  justify-content: center;
}

#s-ce752d77-a378-4295-9af3-b0e7315f9ea8 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-ce752d77-a378-4295-9af3-b0e7315f9ea8 {
  display: none;
}
#s-ce752d77-a378-4295-9af3-b0e7315f9ea8, #wrap-s-ce752d77-a378-4295-9af3-b0e7315f9ea8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ce752d77-a378-4295-9af3-b0e7315f9ea8 {
  display: none;
}
#s-ce752d77-a378-4295-9af3-b0e7315f9ea8, #wrap-s-ce752d77-a378-4295-9af3-b0e7315f9ea8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ce752d77-a378-4295-9af3-b0e7315f9ea8 {
  display: none;
}
#s-ce752d77-a378-4295-9af3-b0e7315f9ea8, #wrap-s-ce752d77-a378-4295-9af3-b0e7315f9ea8 { display: none !important; }}
#s-453d7b97-1ff3-411e-8970-74e7a16ed14d {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}
@media (max-width: 767px){#s-453d7b97-1ff3-411e-8970-74e7a16ed14d {
  margin-left: 4%;
margin-right: 4%;
padding-left: 1%;
padding-right: 1%;
display: unset;
}
#s-453d7b97-1ff3-411e-8970-74e7a16ed14d, #wrap-s-453d7b97-1ff3-411e-8970-74e7a16ed14d { display: unset !important; }}







#s-453d7b97-1ff3-411e-8970-74e7a16ed14d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-453d7b97-1ff3-411e-8970-74e7a16ed14d.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-3e70cafd-3d3c-4125-8643-f1e4a4f0a304 {
  margin-left: 25%;
margin-right: 25%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
}
@media (max-width: 767px){#s-3e70cafd-3d3c-4125-8643-f1e4a4f0a304 {
  margin-left: 1%;
margin-right: 1%;
display: unset;
}
#s-3e70cafd-3d3c-4125-8643-f1e4a4f0a304, #wrap-s-3e70cafd-3d3c-4125-8643-f1e4a4f0a304 { display: unset !important; }}
#s-3e70cafd-3d3c-4125-8643-f1e4a4f0a304 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-3e70cafd-3d3c-4125-8643-f1e4a4f0a304 .shg-sld-nav-button.shg-sld-left,
#s-3e70cafd-3d3c-4125-8643-f1e4a4f0a304 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-5427d6bf-ec71-4d80-b266-6db2ce32560e {
  max-width: 460px;
aspect-ratio: 700/449;
text-align: center;
}
@media (max-width: 767px){#s-5427d6bf-ec71-4d80-b266-6db2ce32560e {
  max-width: 320px;
}
}




  @supports  (aspect-ratio: 1/1) {
    
    #s-5427d6bf-ec71-4d80-b266-6db2ce32560e .shg-image-content-wrapper {
      aspect-ratio: 700/449;
      min-width: 100%;
      height: auto;
    }

    #s-5427d6bf-ec71-4d80-b266-6db2ce32560e .shogun-image-link {
      aspect-ratio: 700/449;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5427d6bf-ec71-4d80-b266-6db2ce32560e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5427d6bf-ec71-4d80-b266-6db2ce32560e {
    width: 100%;
    height: auto;
  }

  #s-5427d6bf-ec71-4d80-b266-6db2ce32560e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5427d6bf-ec71-4d80-b266-6db2ce32560e.shogun-image {
    
    
  }


.s-5427d6bf-ec71-4d80-b266-6db2ce32560e .shogun-image-content {
  
    align-items: center;
  
}

.s-5427d6bf-ec71-4d80-b266-6db2ce32560e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5427d6bf-ec71-4d80-b266-6db2ce32560e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5427d6bf-ec71-4d80-b266-6db2ce32560e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5427d6bf-ec71-4d80-b266-6db2ce32560e {
      --shg-aspect-ratio: calc(700/449); 
    }

    .s-5427d6bf-ec71-4d80-b266-6db2ce32560e.shogun-image-container {
      position: relative;
    }

    .s-5427d6bf-ec71-4d80-b266-6db2ce32560e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5427d6bf-ec71-4d80-b266-6db2ce32560e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5427d6bf-ec71-4d80-b266-6db2ce32560e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-5427d6bf-ec71-4d80-b266-6db2ce32560e .shg-image-content-wrapper {
      aspect-ratio: 700/449;
      min-width: 100%;
      height: auto;
    }

    #s-5427d6bf-ec71-4d80-b266-6db2ce32560e .shogun-image-link {
      aspect-ratio: 700/449;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5427d6bf-ec71-4d80-b266-6db2ce32560e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5427d6bf-ec71-4d80-b266-6db2ce32560e {
    width: 100%;
    height: auto;
  }

  #s-5427d6bf-ec71-4d80-b266-6db2ce32560e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5427d6bf-ec71-4d80-b266-6db2ce32560e.shogun-image {
    
    
  }


.s-5427d6bf-ec71-4d80-b266-6db2ce32560e .shogun-image-content {
  
    align-items: center;
  
}

.s-5427d6bf-ec71-4d80-b266-6db2ce32560e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5427d6bf-ec71-4d80-b266-6db2ce32560e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5427d6bf-ec71-4d80-b266-6db2ce32560e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5427d6bf-ec71-4d80-b266-6db2ce32560e {
      --shg-aspect-ratio: calc(700/449); 
    }

    .s-5427d6bf-ec71-4d80-b266-6db2ce32560e.shogun-image-container {
      position: relative;
    }

    .s-5427d6bf-ec71-4d80-b266-6db2ce32560e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5427d6bf-ec71-4d80-b266-6db2ce32560e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5427d6bf-ec71-4d80-b266-6db2ce32560e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-5427d6bf-ec71-4d80-b266-6db2ce32560e .shg-image-content-wrapper {
      aspect-ratio: 700/449;
      min-width: 100%;
      height: auto;
    }

    #s-5427d6bf-ec71-4d80-b266-6db2ce32560e .shogun-image-link {
      aspect-ratio: 700/449;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5427d6bf-ec71-4d80-b266-6db2ce32560e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5427d6bf-ec71-4d80-b266-6db2ce32560e {
    width: 100%;
    height: auto;
  }

  #s-5427d6bf-ec71-4d80-b266-6db2ce32560e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5427d6bf-ec71-4d80-b266-6db2ce32560e.shogun-image {
    
    
  }


.s-5427d6bf-ec71-4d80-b266-6db2ce32560e .shogun-image-content {
  
    align-items: center;
  
}

.s-5427d6bf-ec71-4d80-b266-6db2ce32560e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5427d6bf-ec71-4d80-b266-6db2ce32560e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5427d6bf-ec71-4d80-b266-6db2ce32560e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5427d6bf-ec71-4d80-b266-6db2ce32560e {
      --shg-aspect-ratio: calc(700/449); 
    }

    .s-5427d6bf-ec71-4d80-b266-6db2ce32560e.shogun-image-container {
      position: relative;
    }

    .s-5427d6bf-ec71-4d80-b266-6db2ce32560e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5427d6bf-ec71-4d80-b266-6db2ce32560e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5427d6bf-ec71-4d80-b266-6db2ce32560e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-5427d6bf-ec71-4d80-b266-6db2ce32560e .shg-image-content-wrapper {
      aspect-ratio: 700/449;
      min-width: 100%;
      height: auto;
    }

    #s-5427d6bf-ec71-4d80-b266-6db2ce32560e .shogun-image-link {
      aspect-ratio: 700/449;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5427d6bf-ec71-4d80-b266-6db2ce32560e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5427d6bf-ec71-4d80-b266-6db2ce32560e {
    width: 100%;
    height: auto;
  }

  #s-5427d6bf-ec71-4d80-b266-6db2ce32560e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5427d6bf-ec71-4d80-b266-6db2ce32560e.shogun-image {
    
    
  }


.s-5427d6bf-ec71-4d80-b266-6db2ce32560e .shogun-image-content {
  
    align-items: center;
  
}

.s-5427d6bf-ec71-4d80-b266-6db2ce32560e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5427d6bf-ec71-4d80-b266-6db2ce32560e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5427d6bf-ec71-4d80-b266-6db2ce32560e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5427d6bf-ec71-4d80-b266-6db2ce32560e {
      --shg-aspect-ratio: calc(700/449); 
    }

    .s-5427d6bf-ec71-4d80-b266-6db2ce32560e.shogun-image-container {
      position: relative;
    }

    .s-5427d6bf-ec71-4d80-b266-6db2ce32560e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5427d6bf-ec71-4d80-b266-6db2ce32560e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5427d6bf-ec71-4d80-b266-6db2ce32560e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-5427d6bf-ec71-4d80-b266-6db2ce32560e .shg-image-content-wrapper {
      aspect-ratio: 700/449;
      min-width: 100%;
      height: auto;
    }

    #s-5427d6bf-ec71-4d80-b266-6db2ce32560e .shogun-image-link {
      aspect-ratio: 700/449;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5427d6bf-ec71-4d80-b266-6db2ce32560e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5427d6bf-ec71-4d80-b266-6db2ce32560e {
    width: 100%;
    height: auto;
  }

  #s-5427d6bf-ec71-4d80-b266-6db2ce32560e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5427d6bf-ec71-4d80-b266-6db2ce32560e.shogun-image {
    
    
  }


.s-5427d6bf-ec71-4d80-b266-6db2ce32560e .shogun-image-content {
  
    align-items: center;
  
}

.s-5427d6bf-ec71-4d80-b266-6db2ce32560e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5427d6bf-ec71-4d80-b266-6db2ce32560e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5427d6bf-ec71-4d80-b266-6db2ce32560e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5427d6bf-ec71-4d80-b266-6db2ce32560e {
      --shg-aspect-ratio: calc(700/449); 
    }

    .s-5427d6bf-ec71-4d80-b266-6db2ce32560e.shogun-image-container {
      position: relative;
    }

    .s-5427d6bf-ec71-4d80-b266-6db2ce32560e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5427d6bf-ec71-4d80-b266-6db2ce32560e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5427d6bf-ec71-4d80-b266-6db2ce32560e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e49ddd54-2127-469c-b2ac-c81bab8dc191 {
  max-width: 460px;
aspect-ratio: 700/434;
text-align: center;
}
@media (max-width: 767px){#s-e49ddd54-2127-469c-b2ac-c81bab8dc191 {
  max-width: 320px;
}
}




  @supports  (aspect-ratio: 1/1) {
    
    #s-e49ddd54-2127-469c-b2ac-c81bab8dc191 .shg-image-content-wrapper {
      aspect-ratio: 700/434;
      min-width: 100%;
      height: auto;
    }

    #s-e49ddd54-2127-469c-b2ac-c81bab8dc191 .shogun-image-link {
      aspect-ratio: 700/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e49ddd54-2127-469c-b2ac-c81bab8dc191 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e49ddd54-2127-469c-b2ac-c81bab8dc191 {
    width: 100%;
    height: auto;
  }

  #s-e49ddd54-2127-469c-b2ac-c81bab8dc191 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e49ddd54-2127-469c-b2ac-c81bab8dc191.shogun-image {
    
    
  }


.s-e49ddd54-2127-469c-b2ac-c81bab8dc191 .shogun-image-content {
  
    align-items: center;
  
}

.s-e49ddd54-2127-469c-b2ac-c81bab8dc191.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e49ddd54-2127-469c-b2ac-c81bab8dc191.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e49ddd54-2127-469c-b2ac-c81bab8dc191.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e49ddd54-2127-469c-b2ac-c81bab8dc191 {
      --shg-aspect-ratio: calc(700/434); 
    }

    .s-e49ddd54-2127-469c-b2ac-c81bab8dc191.shogun-image-container {
      position: relative;
    }

    .s-e49ddd54-2127-469c-b2ac-c81bab8dc191.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e49ddd54-2127-469c-b2ac-c81bab8dc191.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e49ddd54-2127-469c-b2ac-c81bab8dc191 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-e49ddd54-2127-469c-b2ac-c81bab8dc191 .shg-image-content-wrapper {
      aspect-ratio: 700/434;
      min-width: 100%;
      height: auto;
    }

    #s-e49ddd54-2127-469c-b2ac-c81bab8dc191 .shogun-image-link {
      aspect-ratio: 700/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e49ddd54-2127-469c-b2ac-c81bab8dc191 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e49ddd54-2127-469c-b2ac-c81bab8dc191 {
    width: 100%;
    height: auto;
  }

  #s-e49ddd54-2127-469c-b2ac-c81bab8dc191 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e49ddd54-2127-469c-b2ac-c81bab8dc191.shogun-image {
    
    
  }


.s-e49ddd54-2127-469c-b2ac-c81bab8dc191 .shogun-image-content {
  
    align-items: center;
  
}

.s-e49ddd54-2127-469c-b2ac-c81bab8dc191.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e49ddd54-2127-469c-b2ac-c81bab8dc191.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e49ddd54-2127-469c-b2ac-c81bab8dc191.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e49ddd54-2127-469c-b2ac-c81bab8dc191 {
      --shg-aspect-ratio: calc(700/434); 
    }

    .s-e49ddd54-2127-469c-b2ac-c81bab8dc191.shogun-image-container {
      position: relative;
    }

    .s-e49ddd54-2127-469c-b2ac-c81bab8dc191.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e49ddd54-2127-469c-b2ac-c81bab8dc191.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e49ddd54-2127-469c-b2ac-c81bab8dc191 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e49ddd54-2127-469c-b2ac-c81bab8dc191 .shg-image-content-wrapper {
      aspect-ratio: 700/434;
      min-width: 100%;
      height: auto;
    }

    #s-e49ddd54-2127-469c-b2ac-c81bab8dc191 .shogun-image-link {
      aspect-ratio: 700/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e49ddd54-2127-469c-b2ac-c81bab8dc191 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e49ddd54-2127-469c-b2ac-c81bab8dc191 {
    width: 100%;
    height: auto;
  }

  #s-e49ddd54-2127-469c-b2ac-c81bab8dc191 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e49ddd54-2127-469c-b2ac-c81bab8dc191.shogun-image {
    
    
  }


.s-e49ddd54-2127-469c-b2ac-c81bab8dc191 .shogun-image-content {
  
    align-items: center;
  
}

.s-e49ddd54-2127-469c-b2ac-c81bab8dc191.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e49ddd54-2127-469c-b2ac-c81bab8dc191.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e49ddd54-2127-469c-b2ac-c81bab8dc191.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e49ddd54-2127-469c-b2ac-c81bab8dc191 {
      --shg-aspect-ratio: calc(700/434); 
    }

    .s-e49ddd54-2127-469c-b2ac-c81bab8dc191.shogun-image-container {
      position: relative;
    }

    .s-e49ddd54-2127-469c-b2ac-c81bab8dc191.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e49ddd54-2127-469c-b2ac-c81bab8dc191.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e49ddd54-2127-469c-b2ac-c81bab8dc191 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e49ddd54-2127-469c-b2ac-c81bab8dc191 .shg-image-content-wrapper {
      aspect-ratio: 700/434;
      min-width: 100%;
      height: auto;
    }

    #s-e49ddd54-2127-469c-b2ac-c81bab8dc191 .shogun-image-link {
      aspect-ratio: 700/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e49ddd54-2127-469c-b2ac-c81bab8dc191 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e49ddd54-2127-469c-b2ac-c81bab8dc191 {
    width: 100%;
    height: auto;
  }

  #s-e49ddd54-2127-469c-b2ac-c81bab8dc191 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e49ddd54-2127-469c-b2ac-c81bab8dc191.shogun-image {
    
    
  }


.s-e49ddd54-2127-469c-b2ac-c81bab8dc191 .shogun-image-content {
  
    align-items: center;
  
}

.s-e49ddd54-2127-469c-b2ac-c81bab8dc191.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e49ddd54-2127-469c-b2ac-c81bab8dc191.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e49ddd54-2127-469c-b2ac-c81bab8dc191.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e49ddd54-2127-469c-b2ac-c81bab8dc191 {
      --shg-aspect-ratio: calc(700/434); 
    }

    .s-e49ddd54-2127-469c-b2ac-c81bab8dc191.shogun-image-container {
      position: relative;
    }

    .s-e49ddd54-2127-469c-b2ac-c81bab8dc191.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e49ddd54-2127-469c-b2ac-c81bab8dc191.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e49ddd54-2127-469c-b2ac-c81bab8dc191 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e49ddd54-2127-469c-b2ac-c81bab8dc191 .shg-image-content-wrapper {
      aspect-ratio: 700/434;
      min-width: 100%;
      height: auto;
    }

    #s-e49ddd54-2127-469c-b2ac-c81bab8dc191 .shogun-image-link {
      aspect-ratio: 700/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e49ddd54-2127-469c-b2ac-c81bab8dc191 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e49ddd54-2127-469c-b2ac-c81bab8dc191 {
    width: 100%;
    height: auto;
  }

  #s-e49ddd54-2127-469c-b2ac-c81bab8dc191 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e49ddd54-2127-469c-b2ac-c81bab8dc191.shogun-image {
    
    
  }


.s-e49ddd54-2127-469c-b2ac-c81bab8dc191 .shogun-image-content {
  
    align-items: center;
  
}

.s-e49ddd54-2127-469c-b2ac-c81bab8dc191.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e49ddd54-2127-469c-b2ac-c81bab8dc191.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e49ddd54-2127-469c-b2ac-c81bab8dc191.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e49ddd54-2127-469c-b2ac-c81bab8dc191 {
      --shg-aspect-ratio: calc(700/434); 
    }

    .s-e49ddd54-2127-469c-b2ac-c81bab8dc191.shogun-image-container {
      position: relative;
    }

    .s-e49ddd54-2127-469c-b2ac-c81bab8dc191.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e49ddd54-2127-469c-b2ac-c81bab8dc191.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e49ddd54-2127-469c-b2ac-c81bab8dc191 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b891ce31-819d-4e50-bf0d-31009a26c7d1 {
  max-width: 460px;
aspect-ratio: 700/433;
text-align: center;
}
@media (max-width: 767px){#s-b891ce31-819d-4e50-bf0d-31009a26c7d1 {
  max-width: 320px;
}
}




  @supports  (aspect-ratio: 1/1) {
    
    #s-b891ce31-819d-4e50-bf0d-31009a26c7d1 .shg-image-content-wrapper {
      aspect-ratio: 700/433;
      min-width: 100%;
      height: auto;
    }

    #s-b891ce31-819d-4e50-bf0d-31009a26c7d1 .shogun-image-link {
      aspect-ratio: 700/433;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b891ce31-819d-4e50-bf0d-31009a26c7d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b891ce31-819d-4e50-bf0d-31009a26c7d1 {
    width: 100%;
    height: auto;
  }

  #s-b891ce31-819d-4e50-bf0d-31009a26c7d1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b891ce31-819d-4e50-bf0d-31009a26c7d1.shogun-image {
    
    
  }


.s-b891ce31-819d-4e50-bf0d-31009a26c7d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-b891ce31-819d-4e50-bf0d-31009a26c7d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b891ce31-819d-4e50-bf0d-31009a26c7d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b891ce31-819d-4e50-bf0d-31009a26c7d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b891ce31-819d-4e50-bf0d-31009a26c7d1 {
      --shg-aspect-ratio: calc(700/433); 
    }

    .s-b891ce31-819d-4e50-bf0d-31009a26c7d1.shogun-image-container {
      position: relative;
    }

    .s-b891ce31-819d-4e50-bf0d-31009a26c7d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b891ce31-819d-4e50-bf0d-31009a26c7d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b891ce31-819d-4e50-bf0d-31009a26c7d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-b891ce31-819d-4e50-bf0d-31009a26c7d1 .shg-image-content-wrapper {
      aspect-ratio: 700/433;
      min-width: 100%;
      height: auto;
    }

    #s-b891ce31-819d-4e50-bf0d-31009a26c7d1 .shogun-image-link {
      aspect-ratio: 700/433;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b891ce31-819d-4e50-bf0d-31009a26c7d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b891ce31-819d-4e50-bf0d-31009a26c7d1 {
    width: 100%;
    height: auto;
  }

  #s-b891ce31-819d-4e50-bf0d-31009a26c7d1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b891ce31-819d-4e50-bf0d-31009a26c7d1.shogun-image {
    
    
  }


.s-b891ce31-819d-4e50-bf0d-31009a26c7d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-b891ce31-819d-4e50-bf0d-31009a26c7d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b891ce31-819d-4e50-bf0d-31009a26c7d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b891ce31-819d-4e50-bf0d-31009a26c7d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b891ce31-819d-4e50-bf0d-31009a26c7d1 {
      --shg-aspect-ratio: calc(700/433); 
    }

    .s-b891ce31-819d-4e50-bf0d-31009a26c7d1.shogun-image-container {
      position: relative;
    }

    .s-b891ce31-819d-4e50-bf0d-31009a26c7d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b891ce31-819d-4e50-bf0d-31009a26c7d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b891ce31-819d-4e50-bf0d-31009a26c7d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b891ce31-819d-4e50-bf0d-31009a26c7d1 .shg-image-content-wrapper {
      aspect-ratio: 700/433;
      min-width: 100%;
      height: auto;
    }

    #s-b891ce31-819d-4e50-bf0d-31009a26c7d1 .shogun-image-link {
      aspect-ratio: 700/433;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b891ce31-819d-4e50-bf0d-31009a26c7d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b891ce31-819d-4e50-bf0d-31009a26c7d1 {
    width: 100%;
    height: auto;
  }

  #s-b891ce31-819d-4e50-bf0d-31009a26c7d1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b891ce31-819d-4e50-bf0d-31009a26c7d1.shogun-image {
    
    
  }


.s-b891ce31-819d-4e50-bf0d-31009a26c7d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-b891ce31-819d-4e50-bf0d-31009a26c7d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b891ce31-819d-4e50-bf0d-31009a26c7d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b891ce31-819d-4e50-bf0d-31009a26c7d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b891ce31-819d-4e50-bf0d-31009a26c7d1 {
      --shg-aspect-ratio: calc(700/433); 
    }

    .s-b891ce31-819d-4e50-bf0d-31009a26c7d1.shogun-image-container {
      position: relative;
    }

    .s-b891ce31-819d-4e50-bf0d-31009a26c7d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b891ce31-819d-4e50-bf0d-31009a26c7d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b891ce31-819d-4e50-bf0d-31009a26c7d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b891ce31-819d-4e50-bf0d-31009a26c7d1 .shg-image-content-wrapper {
      aspect-ratio: 700/433;
      min-width: 100%;
      height: auto;
    }

    #s-b891ce31-819d-4e50-bf0d-31009a26c7d1 .shogun-image-link {
      aspect-ratio: 700/433;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b891ce31-819d-4e50-bf0d-31009a26c7d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b891ce31-819d-4e50-bf0d-31009a26c7d1 {
    width: 100%;
    height: auto;
  }

  #s-b891ce31-819d-4e50-bf0d-31009a26c7d1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b891ce31-819d-4e50-bf0d-31009a26c7d1.shogun-image {
    
    
  }


.s-b891ce31-819d-4e50-bf0d-31009a26c7d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-b891ce31-819d-4e50-bf0d-31009a26c7d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b891ce31-819d-4e50-bf0d-31009a26c7d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b891ce31-819d-4e50-bf0d-31009a26c7d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b891ce31-819d-4e50-bf0d-31009a26c7d1 {
      --shg-aspect-ratio: calc(700/433); 
    }

    .s-b891ce31-819d-4e50-bf0d-31009a26c7d1.shogun-image-container {
      position: relative;
    }

    .s-b891ce31-819d-4e50-bf0d-31009a26c7d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b891ce31-819d-4e50-bf0d-31009a26c7d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b891ce31-819d-4e50-bf0d-31009a26c7d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b891ce31-819d-4e50-bf0d-31009a26c7d1 .shg-image-content-wrapper {
      aspect-ratio: 700/433;
      min-width: 100%;
      height: auto;
    }

    #s-b891ce31-819d-4e50-bf0d-31009a26c7d1 .shogun-image-link {
      aspect-ratio: 700/433;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b891ce31-819d-4e50-bf0d-31009a26c7d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b891ce31-819d-4e50-bf0d-31009a26c7d1 {
    width: 100%;
    height: auto;
  }

  #s-b891ce31-819d-4e50-bf0d-31009a26c7d1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b891ce31-819d-4e50-bf0d-31009a26c7d1.shogun-image {
    
    
  }


.s-b891ce31-819d-4e50-bf0d-31009a26c7d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-b891ce31-819d-4e50-bf0d-31009a26c7d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b891ce31-819d-4e50-bf0d-31009a26c7d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b891ce31-819d-4e50-bf0d-31009a26c7d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b891ce31-819d-4e50-bf0d-31009a26c7d1 {
      --shg-aspect-ratio: calc(700/433); 
    }

    .s-b891ce31-819d-4e50-bf0d-31009a26c7d1.shogun-image-container {
      position: relative;
    }

    .s-b891ce31-819d-4e50-bf0d-31009a26c7d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b891ce31-819d-4e50-bf0d-31009a26c7d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b891ce31-819d-4e50-bf0d-31009a26c7d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-876c0b71-ec18-4bee-9547-2753566a5d48 {
  min-height: 50px;
}








#s-876c0b71-ec18-4bee-9547-2753566a5d48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-876c0b71-ec18-4bee-9547-2753566a5d48.shg-box.shg-c {
  justify-content: center;
}

#s-7b68be04-4cd2-4060-a1ea-a3e189c9b8f0 {
  min-height: 50px;
}








#s-7b68be04-4cd2-4060-a1ea-a3e189c9b8f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b68be04-4cd2-4060-a1ea-a3e189c9b8f0.shg-box.shg-c {
  justify-content: center;
}

#s-33a9821d-ef0c-48aa-8a27-0eaea9f108e5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
}








#s-33a9821d-ef0c-48aa-8a27-0eaea9f108e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33a9821d-ef0c-48aa-8a27-0eaea9f108e5.shg-box.shg-c {
  justify-content: center;
}

#s-ba79d3e8-ac7c-457f-b7db-94d7ff4fc690 {
  background-repeat: no-repeat;
margin-top: -25px;
margin-left: 0%;
margin-bottom: -25px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 500px;
background-attachment: scroll;
}

#s-ba79d3e8-ac7c-457f-b7db-94d7ff4fc690 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGIyN2EyNjYtNjM5Zi00NjM1LTkxNWUtYjY2MDU5NWNkN2Q2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA0MDkwOTA5MDkwOTA5MDkxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWNjMWZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0YjI3YTI2Ni02MzlmLTQ2MzUtOTE1ZS1iNjYwNTk1Y2Q3ZDYpIi8+PC9zdmc+);
}








#s-ba79d3e8-ac7c-457f-b7db-94d7ff4fc690 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba79d3e8-ac7c-457f-b7db-94d7ff4fc690.shg-box.shg-c {
  justify-content: center;
}

#s-e4ade872-c4ba-4206-b750-b8f1f2295018 {
  margin-top: 15px;
margin-left: 32%;
margin-bottom: 15px;
margin-right: 32%;
min-height: 50px;
}








#s-e4ade872-c4ba-4206-b750-b8f1f2295018 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4ade872-c4ba-4206-b750-b8f1f2295018.shg-box.shg-c {
  justify-content: center;
}

#s-fc0b4085-3fb9-47a7-9731-1cdeb94a68a1 {
  margin-left: -35%;
margin-right: -35%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-fc0b4085-3fb9-47a7-9731-1cdeb94a68a1 {
  margin-left: -56%;
margin-right: -56%;
}
}
#s-fc0b4085-3fb9-47a7-9731-1cdeb94a68a1 .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Outfit";
  font-style:  normal ;
  
  
  
  
}



#s-865d1dbf-6a2c-4df1-adaf-16be64155487 {
  margin-left: 18%;
margin-right: 18%;
max-width: 300px;
}
@media (min-width: 768px) and (max-width: 991px){#s-865d1dbf-6a2c-4df1-adaf-16be64155487 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-865d1dbf-6a2c-4df1-adaf-16be64155487 {
  margin-left: -37%;
margin-right: -37%;
}
}
@media (min-width: 0px) {
[id="s-865d1dbf-6a2c-4df1-adaf-16be64155487"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 0.8px);
}

}

@media (min-width: 768px) {
[id="s-865d1dbf-6a2c-4df1-adaf-16be64155487"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 0.8px);
}

}

@media (min-width: 992px) {
[id="s-865d1dbf-6a2c-4df1-adaf-16be64155487"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 0.8px);
}

}

@media (min-width: 1200px) {
[id="s-865d1dbf-6a2c-4df1-adaf-16be64155487"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 0.8px);
}

}

#s-088d1bb1-ef5c-48d0-943c-0533c86cbef6 .shogun-icon-wrapper {
  text-align: center;
}


#s-088d1bb1-ef5c-48d0-943c-0533c86cbef6 .shogun-icon-wrapper > .shogun-icon {

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

#s-9a545540-b70c-45f1-a5b3-e47c6ee35f40 .shogun-icon-wrapper {
  text-align: center;
}


#s-9a545540-b70c-45f1-a5b3-e47c6ee35f40 .shogun-icon-wrapper > .shogun-icon {

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

#s-fa9a0cd3-d7be-43b5-a814-b0402eea31d7 .shogun-icon-wrapper {
  text-align: center;
}


#s-fa9a0cd3-d7be-43b5-a814-b0402eea31d7 .shogun-icon-wrapper > .shogun-icon {

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

#s-3f6710cf-3c87-46a4-ba69-e39902a25d5f .shogun-icon-wrapper {
  text-align: center;
}


#s-3f6710cf-3c87-46a4-ba69-e39902a25d5f .shogun-icon-wrapper > .shogun-icon {

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

#s-b94f4805-9b4f-4ab8-9132-cd96805acc72 .shogun-icon-wrapper {
  text-align: center;
}


#s-b94f4805-9b4f-4ab8-9132-cd96805acc72 .shogun-icon-wrapper > .shogun-icon {

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

#s-99dafcdd-f9ba-42e8-900f-50dd883410d3 {
  min-height: 50px;
}








#s-99dafcdd-f9ba-42e8-900f-50dd883410d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99dafcdd-f9ba-42e8-900f-50dd883410d3.shg-box.shg-c {
  justify-content: center;
}

#s-2f5da0cc-3821-4064-a58a-cc12873fe8a0 {
  margin-left: 10%;
margin-right: 10%;
}

#s-ba0264da-773a-4854-ba3c-1a9dc8f2a883 {
  min-height: 50px;
}








#s-ba0264da-773a-4854-ba3c-1a9dc8f2a883 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba0264da-773a-4854-ba3c-1a9dc8f2a883.shg-box.shg-c {
  justify-content: center;
}

#s-a7ee9ec8-dbb1-497f-be17-6e14fca64a07 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjY5MWViYzAtYTM0My00OTAxLTlkNmUtZTEzMWZkMmYyMTkxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA3NzI3MjcyNzI3MjcyNzI3IiBzdHlsZT0ic3RvcC1jb2xvcjojNzRhNGZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTU4ZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNjkxZWJjMC1hMzQzLTQ5MDEtOWQ2ZS1lMTMxZmQyZjIxOTEpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 48px;
margin-bottom: 48px;
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: 500px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0.07727272727272727, "color"=>"#74a4ff"}, {"id"=>2, "pos"=>1, "color"=>"#558fff"}];
}
#s-a7ee9ec8-dbb1-497f-be17-6e14fca64a07:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a7ee9ec8-dbb1-497f-be17-6e14fca64a07:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-a7ee9ec8-dbb1-497f-be17-6e14fca64a07 {
  margin-left: -50%;
margin-right: -50%;
padding-left: 15px;
padding-right: 15px;
}
}

  #s-a7ee9ec8-dbb1-497f-be17-6e14fca64a07-root {
    text-align: center;
  }


#s-a7ee9ec8-dbb1-497f-be17-6e14fca64a07.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a7ee9ec8-dbb1-497f-be17-6e14fca64a07-root {
    text-align: center;
  }


#s-a7ee9ec8-dbb1-497f-be17-6e14fca64a07.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a7ee9ec8-dbb1-497f-be17-6e14fca64a07-root {
    text-align: center;
  }


#s-a7ee9ec8-dbb1-497f-be17-6e14fca64a07.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a7ee9ec8-dbb1-497f-be17-6e14fca64a07-root {
    text-align: center;
  }


#s-a7ee9ec8-dbb1-497f-be17-6e14fca64a07.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a7ee9ec8-dbb1-497f-be17-6e14fca64a07-root {
    text-align: center;
  }


#s-a7ee9ec8-dbb1-497f-be17-6e14fca64a07.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
}
@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
/*
  $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;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#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 {
  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;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#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:#000;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{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.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}
