#s-b638d0e6-d269-4f15-8194-44fb7ef16574 {
  text-align: left;
}

.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-ca38361b-c903-4451-b3e4-c4bb5ffa4309 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-ca38361b-c903-4451-b3e4-c4bb5ffa4309 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ca38361b-c903-4451-b3e4-c4bb5ffa4309 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ca38361b-c903-4451-b3e4-c4bb5ffa4309 {
  
}
}@media (max-width: 767px){#s-ca38361b-c903-4451-b3e4-c4bb5ffa4309 {
  
}
}







#s-ca38361b-c903-4451-b3e4-c4bb5ffa4309 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-ca38361b-c903-4451-b3e4-c4bb5ffa4309.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef {
  margin-bottom: 20px;
max-width: 1920px;
aspect-ratio: 1920/618;
text-align: center;
}
@media (max-width: 767px){#s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef {
  display: none;
}
#s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef, #wrap-s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef { display: none !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef .shg-image-content-wrapper {
      aspect-ratio: 1920/618;
      min-width: 100%;
      height: auto;
    }

    #s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef .shogun-image-link {
      aspect-ratio: 1920/618;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef {
    width: 100%;
    height: auto;
  }

  #s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef.shogun-image {
    
    
  }


.s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef {
      --shg-aspect-ratio: calc(1920/618); 
    }

    .s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef.shogun-image-container {
      position: relative;
    }

    .s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef .shg-image-content-wrapper {
      aspect-ratio: 1920/618;
      min-width: 100%;
      height: auto;
    }

    #s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef .shogun-image-link {
      aspect-ratio: 1920/618;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef {
    width: 100%;
    height: auto;
  }

  #s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef.shogun-image {
    
    
  }


.s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef {
      --shg-aspect-ratio: calc(1920/618); 
    }

    .s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef.shogun-image-container {
      position: relative;
    }

    .s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef 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-a46cfd3a-1c25-4f55-81c1-c3fde0402cef .shg-image-content-wrapper {
      aspect-ratio: 1920/618;
      min-width: 100%;
      height: auto;
    }

    #s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef .shogun-image-link {
      aspect-ratio: 1920/618;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef {
    width: 100%;
    height: auto;
  }

  #s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef.shogun-image {
    
    
  }


.s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef {
      --shg-aspect-ratio: calc(1920/618); 
    }

    .s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef.shogun-image-container {
      position: relative;
    }

    .s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef 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-a46cfd3a-1c25-4f55-81c1-c3fde0402cef .shg-image-content-wrapper {
      aspect-ratio: 1920/618;
      min-width: 100%;
      height: auto;
    }

    #s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef .shogun-image-link {
      aspect-ratio: 1920/618;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef {
    width: 100%;
    height: auto;
  }

  #s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef.shogun-image {
    
    
  }


.s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef {
      --shg-aspect-ratio: calc(1920/618); 
    }

    .s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef.shogun-image-container {
      position: relative;
    }

    .s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef .shg-image-content-wrapper {
      aspect-ratio: 1920/618;
      min-width: 100%;
      height: auto;
    }

    #s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef .shogun-image-link {
      aspect-ratio: 1920/618;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef {
    width: 100%;
    height: auto;
  }

  #s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef.shogun-image {
    
    
  }


.s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef {
      --shg-aspect-ratio: calc(1920/618); 
    }

    .s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef.shogun-image-container {
      position: relative;
    }

    .s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a46cfd3a-1c25-4f55-81c1-c3fde0402cef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-58da01f6-4046-43c0-a349-b6e3ab7b6563 {
  max-width: 770px;
aspect-ratio: 770/700;
text-align: center;
}
@media (min-width: 1200px){#s-58da01f6-4046-43c0-a349-b6e3ab7b6563 {
  display: none;
}
#s-58da01f6-4046-43c0-a349-b6e3ab7b6563, #wrap-s-58da01f6-4046-43c0-a349-b6e3ab7b6563 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58da01f6-4046-43c0-a349-b6e3ab7b6563 {
  display: none;
}
#s-58da01f6-4046-43c0-a349-b6e3ab7b6563, #wrap-s-58da01f6-4046-43c0-a349-b6e3ab7b6563 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-58da01f6-4046-43c0-a349-b6e3ab7b6563 {
  display: none;
}
#s-58da01f6-4046-43c0-a349-b6e3ab7b6563, #wrap-s-58da01f6-4046-43c0-a349-b6e3ab7b6563 { display: none !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-58da01f6-4046-43c0-a349-b6e3ab7b6563 .shg-image-content-wrapper {
      aspect-ratio: 770/700;
      min-width: 100%;
      height: auto;
    }

    #s-58da01f6-4046-43c0-a349-b6e3ab7b6563 .shogun-image-link {
      aspect-ratio: 770/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58da01f6-4046-43c0-a349-b6e3ab7b6563 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-58da01f6-4046-43c0-a349-b6e3ab7b6563 {
    width: 100%;
    height: auto;
  }

  #s-58da01f6-4046-43c0-a349-b6e3ab7b6563 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58da01f6-4046-43c0-a349-b6e3ab7b6563.shogun-image {
    
    
  }


.s-58da01f6-4046-43c0-a349-b6e3ab7b6563 .shogun-image-content {
  
    align-items: center;
  
}

.s-58da01f6-4046-43c0-a349-b6e3ab7b6563.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58da01f6-4046-43c0-a349-b6e3ab7b6563.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58da01f6-4046-43c0-a349-b6e3ab7b6563.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-58da01f6-4046-43c0-a349-b6e3ab7b6563 {
      --shg-aspect-ratio: calc(770/700); 
    }

    .s-58da01f6-4046-43c0-a349-b6e3ab7b6563.shogun-image-container {
      position: relative;
    }

    .s-58da01f6-4046-43c0-a349-b6e3ab7b6563.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58da01f6-4046-43c0-a349-b6e3ab7b6563.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58da01f6-4046-43c0-a349-b6e3ab7b6563 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-58da01f6-4046-43c0-a349-b6e3ab7b6563 .shg-image-content-wrapper {
      aspect-ratio: 770/700;
      min-width: 100%;
      height: auto;
    }

    #s-58da01f6-4046-43c0-a349-b6e3ab7b6563 .shogun-image-link {
      aspect-ratio: 770/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58da01f6-4046-43c0-a349-b6e3ab7b6563 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-58da01f6-4046-43c0-a349-b6e3ab7b6563 {
    width: 100%;
    height: auto;
  }

  #s-58da01f6-4046-43c0-a349-b6e3ab7b6563 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58da01f6-4046-43c0-a349-b6e3ab7b6563.shogun-image {
    
    
  }


.s-58da01f6-4046-43c0-a349-b6e3ab7b6563 .shogun-image-content {
  
    align-items: center;
  
}

.s-58da01f6-4046-43c0-a349-b6e3ab7b6563.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58da01f6-4046-43c0-a349-b6e3ab7b6563.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58da01f6-4046-43c0-a349-b6e3ab7b6563.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-58da01f6-4046-43c0-a349-b6e3ab7b6563 {
      --shg-aspect-ratio: calc(770/700); 
    }

    .s-58da01f6-4046-43c0-a349-b6e3ab7b6563.shogun-image-container {
      position: relative;
    }

    .s-58da01f6-4046-43c0-a349-b6e3ab7b6563.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58da01f6-4046-43c0-a349-b6e3ab7b6563.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58da01f6-4046-43c0-a349-b6e3ab7b6563 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-58da01f6-4046-43c0-a349-b6e3ab7b6563 .shg-image-content-wrapper {
      aspect-ratio: 770/700;
      min-width: 100%;
      height: auto;
    }

    #s-58da01f6-4046-43c0-a349-b6e3ab7b6563 .shogun-image-link {
      aspect-ratio: 770/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58da01f6-4046-43c0-a349-b6e3ab7b6563 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-58da01f6-4046-43c0-a349-b6e3ab7b6563 {
    width: 100%;
    height: auto;
  }

  #s-58da01f6-4046-43c0-a349-b6e3ab7b6563 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58da01f6-4046-43c0-a349-b6e3ab7b6563.shogun-image {
    
    
  }


.s-58da01f6-4046-43c0-a349-b6e3ab7b6563 .shogun-image-content {
  
    align-items: center;
  
}

.s-58da01f6-4046-43c0-a349-b6e3ab7b6563.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58da01f6-4046-43c0-a349-b6e3ab7b6563.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58da01f6-4046-43c0-a349-b6e3ab7b6563.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-58da01f6-4046-43c0-a349-b6e3ab7b6563 {
      --shg-aspect-ratio: calc(770/700); 
    }

    .s-58da01f6-4046-43c0-a349-b6e3ab7b6563.shogun-image-container {
      position: relative;
    }

    .s-58da01f6-4046-43c0-a349-b6e3ab7b6563.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58da01f6-4046-43c0-a349-b6e3ab7b6563.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58da01f6-4046-43c0-a349-b6e3ab7b6563 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-58da01f6-4046-43c0-a349-b6e3ab7b6563 .shg-image-content-wrapper {
      aspect-ratio: 770/700;
      min-width: 100%;
      height: auto;
    }

    #s-58da01f6-4046-43c0-a349-b6e3ab7b6563 .shogun-image-link {
      aspect-ratio: 770/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58da01f6-4046-43c0-a349-b6e3ab7b6563 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-58da01f6-4046-43c0-a349-b6e3ab7b6563 {
    width: 100%;
    height: auto;
  }

  #s-58da01f6-4046-43c0-a349-b6e3ab7b6563 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58da01f6-4046-43c0-a349-b6e3ab7b6563.shogun-image {
    
    
  }


.s-58da01f6-4046-43c0-a349-b6e3ab7b6563 .shogun-image-content {
  
    align-items: center;
  
}

.s-58da01f6-4046-43c0-a349-b6e3ab7b6563.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58da01f6-4046-43c0-a349-b6e3ab7b6563.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58da01f6-4046-43c0-a349-b6e3ab7b6563.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-58da01f6-4046-43c0-a349-b6e3ab7b6563 {
      --shg-aspect-ratio: calc(770/700); 
    }

    .s-58da01f6-4046-43c0-a349-b6e3ab7b6563.shogun-image-container {
      position: relative;
    }

    .s-58da01f6-4046-43c0-a349-b6e3ab7b6563.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58da01f6-4046-43c0-a349-b6e3ab7b6563.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58da01f6-4046-43c0-a349-b6e3ab7b6563 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-58da01f6-4046-43c0-a349-b6e3ab7b6563 .shg-image-content-wrapper {
      aspect-ratio: 770/700;
      min-width: 100%;
      height: auto;
    }

    #s-58da01f6-4046-43c0-a349-b6e3ab7b6563 .shogun-image-link {
      aspect-ratio: 770/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58da01f6-4046-43c0-a349-b6e3ab7b6563 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-58da01f6-4046-43c0-a349-b6e3ab7b6563 {
    width: 100%;
    height: auto;
  }

  #s-58da01f6-4046-43c0-a349-b6e3ab7b6563 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58da01f6-4046-43c0-a349-b6e3ab7b6563.shogun-image {
    
    
  }


.s-58da01f6-4046-43c0-a349-b6e3ab7b6563 .shogun-image-content {
  
    align-items: center;
  
}

.s-58da01f6-4046-43c0-a349-b6e3ab7b6563.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58da01f6-4046-43c0-a349-b6e3ab7b6563.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58da01f6-4046-43c0-a349-b6e3ab7b6563.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-58da01f6-4046-43c0-a349-b6e3ab7b6563 {
      --shg-aspect-ratio: calc(770/700); 
    }

    .s-58da01f6-4046-43c0-a349-b6e3ab7b6563.shogun-image-container {
      position: relative;
    }

    .s-58da01f6-4046-43c0-a349-b6e3ab7b6563.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58da01f6-4046-43c0-a349-b6e3ab7b6563.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58da01f6-4046-43c0-a349-b6e3ab7b6563 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-aeef0225-ba8b-4860-92cb-b4d2b99face9 {
  background-attachment: fixed;
margin-top: 40px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 0%;
padding-bottom: 15px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 100px;
min-height: 50px;
max-width: 350px;
background-color: rgba(206, 42, 66, 1);
}
@media (min-width: 1200px){#s-aeef0225-ba8b-4860-92cb-b4d2b99face9 {
  display: none;
}
#s-aeef0225-ba8b-4860-92cb-b4d2b99face9, #wrap-s-aeef0225-ba8b-4860-92cb-b4d2b99face9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aeef0225-ba8b-4860-92cb-b4d2b99face9 {
  display: none;
}
#s-aeef0225-ba8b-4860-92cb-b4d2b99face9, #wrap-s-aeef0225-ba8b-4860-92cb-b4d2b99face9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aeef0225-ba8b-4860-92cb-b4d2b99face9 {
  display: none;
}
#s-aeef0225-ba8b-4860-92cb-b4d2b99face9, #wrap-s-aeef0225-ba8b-4860-92cb-b4d2b99face9 { display: none !important; }}@media (max-width: 767px){#s-aeef0225-ba8b-4860-92cb-b4d2b99face9 {
  display: none;
}
#s-aeef0225-ba8b-4860-92cb-b4d2b99face9, #wrap-s-aeef0225-ba8b-4860-92cb-b4d2b99face9 { display: none !important; }}







#s-aeef0225-ba8b-4860-92cb-b4d2b99face9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aeef0225-ba8b-4860-92cb-b4d2b99face9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33b5a1a5-16b9-492f-829b-d97dcd7bc24c {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 107, 149, 1);
border-style: solid;
border-radius: 30px;
text-align: center;
}

#s-bb6f0c65-7dac-470d-9c8a-a6332cf8d681 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
min-height: 50px;
max-width: 1400px;
}








#s-bb6f0c65-7dac-470d-9c8a-a6332cf8d681 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb6f0c65-7dac-470d-9c8a-a6332cf8d681.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-9a4ed1dd-8c14-4cc7-b6f1-200439b34ca1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a4ed1dd-8c14-4cc7-b6f1-200439b34ca1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: 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: ;
  font-family: ;
}

.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-76e5cc1d-eb5c-40d1-9f81-9706fdf9a864 {
  border-style: solid;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(206, 42, 66, 1);
border-radius: 5px;
max-width: 300px;
background-color: rgba(206, 42, 66, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-76e5cc1d-eb5c-40d1-9f81-9706fdf9a864:hover {border-style: solid !important;
border-color: rgba(206, 42, 66, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(206, 42, 66, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-76e5cc1d-eb5c-40d1-9f81-9706fdf9a864:active {border-style: solid !important;
border-color: rgba(206, 42, 66, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(206, 42, 66, 1) !important;}

  #s-76e5cc1d-eb5c-40d1-9f81-9706fdf9a864-root {
    text-align: center;
  }


#s-76e5cc1d-eb5c-40d1-9f81-9706fdf9a864.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 1200px){
  #s-76e5cc1d-eb5c-40d1-9f81-9706fdf9a864-root {
    text-align: center;
  }


#s-76e5cc1d-eb5c-40d1-9f81-9706fdf9a864.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-76e5cc1d-eb5c-40d1-9f81-9706fdf9a864-root {
    text-align: center;
  }


#s-76e5cc1d-eb5c-40d1-9f81-9706fdf9a864.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-76e5cc1d-eb5c-40d1-9f81-9706fdf9a864-root {
    text-align: center;
  }


#s-76e5cc1d-eb5c-40d1-9f81-9706fdf9a864.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){
  #s-76e5cc1d-eb5c-40d1-9f81-9706fdf9a864-root {
    text-align: center;
  }


#s-76e5cc1d-eb5c-40d1-9f81-9706fdf9a864.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

#s-0212d7ca-3497-4301-87bf-302b62a241f5 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-0212d7ca-3497-4301-87bf-302b62a241f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0212d7ca-3497-4301-87bf-302b62a241f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0212d7ca-3497-4301-87bf-302b62a241f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0212d7ca-3497-4301-87bf-302b62a241f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-aeda8bb2-06d2-4996-93b8-6e93a468af2a {
  display: none;
}
#s-aeda8bb2-06d2-4996-93b8-6e93a468af2a, #wrap-s-aeda8bb2-06d2-4996-93b8-6e93a468af2a { display: none !important; }}
@media (min-width: 1200px){#s-e1051379-fdcb-408d-bf6f-a5f144008881 {
  display: none;
}
#s-e1051379-fdcb-408d-bf6f-a5f144008881, #wrap-s-e1051379-fdcb-408d-bf6f-a5f144008881 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e1051379-fdcb-408d-bf6f-a5f144008881 {
  display: none;
}
#s-e1051379-fdcb-408d-bf6f-a5f144008881, #wrap-s-e1051379-fdcb-408d-bf6f-a5f144008881 { display: none !important; }}@media (max-width: 767px){#s-e1051379-fdcb-408d-bf6f-a5f144008881 {
  display: none;
}
#s-e1051379-fdcb-408d-bf6f-a5f144008881, #wrap-s-e1051379-fdcb-408d-bf6f-a5f144008881 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-2911513d-8638-4408-9959-d70590e36f03 {
  display: none;
}
#s-2911513d-8638-4408-9959-d70590e36f03, #wrap-s-2911513d-8638-4408-9959-d70590e36f03 { display: none !important; }}
@media (min-width: 1200px){#s-af6725e3-0c3b-4751-8ccf-ee8eb8d957a1 {
  display: none;
}
#s-af6725e3-0c3b-4751-8ccf-ee8eb8d957a1, #wrap-s-af6725e3-0c3b-4751-8ccf-ee8eb8d957a1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-af6725e3-0c3b-4751-8ccf-ee8eb8d957a1 {
  display: none;
}
#s-af6725e3-0c3b-4751-8ccf-ee8eb8d957a1, #wrap-s-af6725e3-0c3b-4751-8ccf-ee8eb8d957a1 { display: none !important; }}@media (max-width: 767px){#s-af6725e3-0c3b-4751-8ccf-ee8eb8d957a1 {
  display: none;
}
#s-af6725e3-0c3b-4751-8ccf-ee8eb8d957a1, #wrap-s-af6725e3-0c3b-4751-8ccf-ee8eb8d957a1 { display: none !important; }}
#s-f0e50f35-9b46-4b0a-a726-45d90c416530 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 2000px;
}

#s-f0e50f35-9b46-4b0a-a726-45d90c416530 {
  background-image: url();
}








#s-f0e50f35-9b46-4b0a-a726-45d90c416530 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0e50f35-9b46-4b0a-a726-45d90c416530.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1b35d63-4cae-40bd-8367-af7ff745dc98 {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
text-align: center;
}

#s-c1334d74-8312-4287-ad8e-195c737af205 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 40px;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 1400px;
}








#s-c1334d74-8312-4287-ad8e-195c737af205 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1334d74-8312-4287-ad8e-195c737af205.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-727e8ac1-a9c0-4135-ad4f-9e7965654a99 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-727e8ac1-a9c0-4135-ad4f-9e7965654a99 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-727e8ac1-a9c0-4135-ad4f-9e7965654a99 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: center;
}


}
#s-6803a76b-877b-4538-a014-b50e1d076633 {
  padding-top: 0px;
padding-bottom: 20px;
}

#s-07ae5009-a17d-4e4c-b687-807463b3d40d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
max-width: 600px;
background-color: rgba(246, 247, 249, 1);
}








#s-07ae5009-a17d-4e4c-b687-807463b3d40d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07ae5009-a17d-4e4c-b687-807463b3d40d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4573879d-cc2a-41c6-b54f-e333ff0424ca {
  border-style: solid;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(206, 42, 66, 1);
border-radius: 5px;
max-width: 300px;
background-color: rgba(206, 42, 66, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4573879d-cc2a-41c6-b54f-e333ff0424ca:hover {border-style: solid !important;
border-color: rgba(206, 42, 66, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(206, 42, 66, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4573879d-cc2a-41c6-b54f-e333ff0424ca:active {border-style: solid !important;
border-color: rgba(206, 42, 66, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(206, 42, 66, 1) !important;}

  #s-4573879d-cc2a-41c6-b54f-e333ff0424ca-root {
    text-align: center;
  }


#s-4573879d-cc2a-41c6-b54f-e333ff0424ca.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4573879d-cc2a-41c6-b54f-e333ff0424ca-root {
    text-align: center;
  }


#s-4573879d-cc2a-41c6-b54f-e333ff0424ca.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4573879d-cc2a-41c6-b54f-e333ff0424ca-root {
    text-align: center;
  }


#s-4573879d-cc2a-41c6-b54f-e333ff0424ca.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4573879d-cc2a-41c6-b54f-e333ff0424ca-root {
    text-align: center;
  }


#s-4573879d-cc2a-41c6-b54f-e333ff0424ca.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4573879d-cc2a-41c6-b54f-e333ff0424ca-root {
    text-align: center;
  }


#s-4573879d-cc2a-41c6-b54f-e333ff0424ca.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}
#s-0adb109f-efe6-438d-afc5-8da4d832c93f {
  padding-top: 0px;
padding-bottom: 10px;
}

#s-56a08754-2ecb-432f-a9ef-3bd32b49ed12 {
  padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-56a08754-2ecb-432f-a9ef-3bd32b49ed12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56a08754-2ecb-432f-a9ef-3bd32b49ed12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f3b905a-0b04-448d-933d-77b2538a2643 {
  margin-top: 80px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1320px;
}








#s-8f3b905a-0b04-448d-933d-77b2538a2643 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f3b905a-0b04-448d-933d-77b2538a2643.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-152508c9-c293-4c6d-9aad-7ee7e5153939 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-152508c9-c293-4c6d-9aad-7ee7e5153939 .shogun-heading-component h2 {
  color: ;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-efd55f04-138e-4ae5-89c2-1580b6de0048 {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-efd55f04-138e-4ae5-89c2-1580b6de0048"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-efd55f04-138e-4ae5-89c2-1580b6de0048"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-efd55f04-138e-4ae5-89c2-1580b6de0048"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-efd55f04-138e-4ae5-89c2-1580b6de0048"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-656fd224-b8ab-47c7-a92c-31f3065be6f6 {
  min-height: 50px;
}








#s-656fd224-b8ab-47c7-a92c-31f3065be6f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-656fd224-b8ab-47c7-a92c-31f3065be6f6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

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

#s-6b786cbd-79e3-499f-a308-e880986694f4 {
  text-align: left;
}

#s-331848f2-f614-4bc6-b14a-147175b159bd {
  min-height: 50px;
}








#s-331848f2-f614-4bc6-b14a-147175b159bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-331848f2-f614-4bc6-b14a-147175b159bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26bc98cb-2460-4607-a6ce-a028c5edfb8f {
  text-align: left;
}

#s-b0b30ae2-5057-491a-a731-d67925b4a8ab {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(246, 247, 249, 1);
}








#s-b0b30ae2-5057-491a-a731-d67925b4a8ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0b30ae2-5057-491a-a731-d67925b4a8ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01571875-ddf4-49d1-9f05-cf1b891d520b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1320px;
}








#s-01571875-ddf4-49d1-9f05-cf1b891d520b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01571875-ddf4-49d1-9f05-cf1b891d520b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a125ed53-1347-4a05-91a8-cab0a6977381 {
  margin-top: 60px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}

#s-a125ed53-1347-4a05-91a8-cab0a6977381 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-a125ed53-1347-4a05-91a8-cab0a6977381 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


}
#s-97c52a7a-9bd7-459b-ba7e-e5d487ab8293 {
  padding-top: 0px;
padding-bottom: 20px;
}

#s-1555d92a-a293-4e8c-a5c8-dcf7cf62ac6d {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-1555d92a-a293-4e8c-a5c8-dcf7cf62ac6d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1555d92a-a293-4e8c-a5c8-dcf7cf62ac6d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1555d92a-a293-4e8c-a5c8-dcf7cf62ac6d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1555d92a-a293-4e8c-a5c8-dcf7cf62ac6d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-ec907370-4c38-4145-9916-4c364c6f5b7c {
  box-shadow:0px 0px 0px 0px rgba(230, 230, 232, 1);
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
min-height: 50px;
max-width: 90%;
}

#s-ec907370-4c38-4145-9916-4c364c6f5b7c {
  background-image: url();
}








#s-ec907370-4c38-4145-9916-4c364c6f5b7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec907370-4c38-4145-9916-4c364c6f5b7c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-71357921-8fdc-4bdf-ba46-624884380a97 {
  max-width: 350px;
aspect-ratio: 350/225;
text-align: center;
}





  #s-71357921-8fdc-4bdf-ba46-624884380a97 img.shogun-image,
  #s-71357921-8fdc-4bdf-ba46-624884380a97 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-71357921-8fdc-4bdf-ba46-624884380a97 {
    width: 100%;
    height: auto;
  }



  #s-71357921-8fdc-4bdf-ba46-624884380a97 img.shogun-image {
    

    
    
    
  }


#s-71357921-8fdc-4bdf-ba46-624884380a97 .shogun-image-content {
  
    align-items: center;
  
}

#s-9a64ad54-1fec-419d-8ce1-b393621d010f {
  margin-top: 20px;
margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
}

#s-9a64ad54-1fec-419d-8ce1-b393621d010f .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


#s-9a64ad54-1fec-419d-8ce1-b393621d010f .shogun-heading-component h2 a {
  color: #000;
}


#s-579f7d30-1f61-49af-ab0a-1b8beed2eec7 {
  padding-left: 0%;
padding-right: 0%;
}

#s-5d912274-dc8b-4f3e-9134-5b328220c4c4 {
  box-shadow:0px 0px 0px 0px rgba(230, 230, 232, 1);
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
min-height: 50px;
max-width: 90%;
}

#s-5d912274-dc8b-4f3e-9134-5b328220c4c4 {
  background-image: url();
}








#s-5d912274-dc8b-4f3e-9134-5b328220c4c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d912274-dc8b-4f3e-9134-5b328220c4c4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2282a378-d31e-451c-9cce-b49f1577e8e2 {
  max-width: 350px;
aspect-ratio: 350/225;
text-align: center;
}





  #s-2282a378-d31e-451c-9cce-b49f1577e8e2 img.shogun-image,
  #s-2282a378-d31e-451c-9cce-b49f1577e8e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2282a378-d31e-451c-9cce-b49f1577e8e2 {
    width: 100%;
    height: auto;
  }



  #s-2282a378-d31e-451c-9cce-b49f1577e8e2 img.shogun-image {
    

    
    
    
  }


#s-2282a378-d31e-451c-9cce-b49f1577e8e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-8850844a-cbc2-4ee7-95d3-8aa26da276d5 {
  margin-top: 20px;
padding-left: 0%;
padding-right: 0%;
text-align: left;
}

#s-8850844a-cbc2-4ee7-95d3-8aa26da276d5 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


#s-8850844a-cbc2-4ee7-95d3-8aa26da276d5 .shogun-heading-component h2 a {
  color: #000;
}


#s-3edffcb3-b1d6-4458-adaa-7e858ffd7a4f {
  padding-left: 0%;
padding-right: 0%;
}

#s-e89ba581-21e9-48ef-8e1a-aa2e22ca791d {
  box-shadow:0px 0px 0px 0px rgba(230, 230, 232, 1);
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
min-height: 50px;
max-width: 90%;
}

#s-e89ba581-21e9-48ef-8e1a-aa2e22ca791d {
  background-image: url();
}








#s-e89ba581-21e9-48ef-8e1a-aa2e22ca791d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e89ba581-21e9-48ef-8e1a-aa2e22ca791d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0558d1af-b8c8-45d7-a16e-fa265166c8bc {
  max-width: 350px;
aspect-ratio: 350/225;
text-align: center;
}





  #s-0558d1af-b8c8-45d7-a16e-fa265166c8bc img.shogun-image,
  #s-0558d1af-b8c8-45d7-a16e-fa265166c8bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0558d1af-b8c8-45d7-a16e-fa265166c8bc {
    width: 100%;
    height: auto;
  }



  #s-0558d1af-b8c8-45d7-a16e-fa265166c8bc img.shogun-image {
    

    
    
    
  }


#s-0558d1af-b8c8-45d7-a16e-fa265166c8bc .shogun-image-content {
  
    align-items: center;
  
}

#s-3535c2d8-bcc4-4b16-ae5c-873ddefcf8e7 {
  margin-top: 20px;
padding-left: 0%;
padding-right: 0%;
text-align: left;
}

#s-3535c2d8-bcc4-4b16-ae5c-873ddefcf8e7 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


#s-3535c2d8-bcc4-4b16-ae5c-873ddefcf8e7 .shogun-heading-component h2 a {
  color: #000;
}


#s-f50d73e4-4bc9-49a5-a48e-20b2f22e7de4 {
  padding-left: 0%;
padding-right: 0%;
}

#s-99f4aad6-7636-4991-a08d-c0654ce100ed {
  box-shadow:0px 0px 0px 0px rgba(230, 230, 232, 1);
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
min-height: 50px;
max-width: 90%;
}

#s-99f4aad6-7636-4991-a08d-c0654ce100ed {
  background-image: url();
}








#s-99f4aad6-7636-4991-a08d-c0654ce100ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99f4aad6-7636-4991-a08d-c0654ce100ed.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-619a68f6-bc2e-4c87-bedc-f4540985609c {
  max-width: 350px;
aspect-ratio: 350/225;
text-align: center;
}





  #s-619a68f6-bc2e-4c87-bedc-f4540985609c img.shogun-image,
  #s-619a68f6-bc2e-4c87-bedc-f4540985609c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-619a68f6-bc2e-4c87-bedc-f4540985609c {
    width: 100%;
    height: auto;
  }



  #s-619a68f6-bc2e-4c87-bedc-f4540985609c img.shogun-image {
    

    
    
    
  }


#s-619a68f6-bc2e-4c87-bedc-f4540985609c .shogun-image-content {
  
    align-items: center;
  
}

#s-c74d656c-1b66-4049-a27c-7202ecdb4fc1 {
  margin-top: 20px;
padding-left: 0%;
padding-right: 0%;
text-align: left;
}

#s-c74d656c-1b66-4049-a27c-7202ecdb4fc1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


#s-c74d656c-1b66-4049-a27c-7202ecdb4fc1 .shogun-heading-component h2 a {
  color: #000;
}


#s-2272188b-2144-4c94-a27d-c23a6c9b2569 {
  padding-left: 0%;
padding-right: 0%;
}

#s-f670bc5f-cd3c-4d08-9a8d-d017393ff03e {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-f670bc5f-cd3c-4d08-9a8d-d017393ff03e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f670bc5f-cd3c-4d08-9a8d-d017393ff03e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f670bc5f-cd3c-4d08-9a8d-d017393ff03e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f670bc5f-cd3c-4d08-9a8d-d017393ff03e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-73e219cf-9a99-4462-999b-8c3fabae88d3 {
  box-shadow:0px 0px 0px 0px rgba(230, 230, 232, 1);
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
min-height: 50px;
max-width: 90%;
}

#s-73e219cf-9a99-4462-999b-8c3fabae88d3 {
  background-image: url();
}








#s-73e219cf-9a99-4462-999b-8c3fabae88d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73e219cf-9a99-4462-999b-8c3fabae88d3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f0cc88df-e62d-44ad-8990-851259f78adc {
  max-width: 350px;
aspect-ratio: 350/225;
text-align: center;
}





  #s-f0cc88df-e62d-44ad-8990-851259f78adc img.shogun-image,
  #s-f0cc88df-e62d-44ad-8990-851259f78adc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f0cc88df-e62d-44ad-8990-851259f78adc {
    width: 100%;
    height: auto;
  }



  #s-f0cc88df-e62d-44ad-8990-851259f78adc img.shogun-image {
    

    
    
    
  }


#s-f0cc88df-e62d-44ad-8990-851259f78adc .shogun-image-content {
  
    align-items: center;
  
}

#s-cdf87111-5816-4157-b087-04e4d6cfc349 {
  margin-top: 20px;
margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
}

#s-cdf87111-5816-4157-b087-04e4d6cfc349 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-16baab8b-f80f-405b-916b-2f81dcf216e0 {
  padding-left: 0%;
padding-right: 0%;
}

#s-4efdbb5f-d27b-4c1b-b093-6d24376db141 {
  box-shadow:0px 0px 0px 0px rgba(230, 230, 232, 1);
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
min-height: 50px;
max-width: 90%;
}

#s-4efdbb5f-d27b-4c1b-b093-6d24376db141 {
  background-image: url();
}








#s-4efdbb5f-d27b-4c1b-b093-6d24376db141 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4efdbb5f-d27b-4c1b-b093-6d24376db141.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e83f1a2c-aab1-4d88-8fa1-0f022b468d1c {
  max-width: 350px;
aspect-ratio: 350/225;
text-align: center;
}





  #s-e83f1a2c-aab1-4d88-8fa1-0f022b468d1c img.shogun-image,
  #s-e83f1a2c-aab1-4d88-8fa1-0f022b468d1c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e83f1a2c-aab1-4d88-8fa1-0f022b468d1c {
    width: 100%;
    height: auto;
  }



  #s-e83f1a2c-aab1-4d88-8fa1-0f022b468d1c img.shogun-image {
    

    
    
    
  }


#s-e83f1a2c-aab1-4d88-8fa1-0f022b468d1c .shogun-image-content {
  
    align-items: center;
  
}

#s-9ba0418d-61ac-4acf-998a-f36fcf71eda3 {
  margin-top: 20px;
padding-left: 0%;
padding-right: 0%;
text-align: left;
}

#s-9ba0418d-61ac-4acf-998a-f36fcf71eda3 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-c9291829-5b8d-4d94-a9f7-565e70e8ec07 {
  padding-left: 0%;
padding-right: 0%;
}

#s-ed122e81-fd28-4b3b-802f-7ad74da4baa3 {
  box-shadow:0px 0px 0px 0px rgba(230, 230, 232, 1);
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
min-height: 50px;
max-width: 90%;
}

#s-ed122e81-fd28-4b3b-802f-7ad74da4baa3 {
  background-image: url();
}








#s-ed122e81-fd28-4b3b-802f-7ad74da4baa3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed122e81-fd28-4b3b-802f-7ad74da4baa3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b117365a-373f-4192-a340-3b1dc03cf12e {
  text-align: left;
}
@media (min-width: 1200px){#s-b117365a-373f-4192-a340-3b1dc03cf12e {
  display: none;
}
#s-b117365a-373f-4192-a340-3b1dc03cf12e, #wrap-s-b117365a-373f-4192-a340-3b1dc03cf12e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b117365a-373f-4192-a340-3b1dc03cf12e {
  display: none;
}
#s-b117365a-373f-4192-a340-3b1dc03cf12e, #wrap-s-b117365a-373f-4192-a340-3b1dc03cf12e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b117365a-373f-4192-a340-3b1dc03cf12e {
  display: none;
}
#s-b117365a-373f-4192-a340-3b1dc03cf12e, #wrap-s-b117365a-373f-4192-a340-3b1dc03cf12e { display: none !important; }}@media (max-width: 767px){#s-b117365a-373f-4192-a340-3b1dc03cf12e {
  display: none;
}
#s-b117365a-373f-4192-a340-3b1dc03cf12e, #wrap-s-b117365a-373f-4192-a340-3b1dc03cf12e { display: none !important; }}
#s-d2df7107-dc07-44bd-8b03-6c2718be32b3 {
  max-width: 350px;
aspect-ratio: 350/225;
text-align: center;
}





  #s-d2df7107-dc07-44bd-8b03-6c2718be32b3 img.shogun-image,
  #s-d2df7107-dc07-44bd-8b03-6c2718be32b3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d2df7107-dc07-44bd-8b03-6c2718be32b3 {
    width: 100%;
    height: auto;
  }



  #s-d2df7107-dc07-44bd-8b03-6c2718be32b3 img.shogun-image {
    

    
    
    
  }


#s-d2df7107-dc07-44bd-8b03-6c2718be32b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-e3063573-1d33-48db-933e-b1d32fce0a6f {
  margin-top: 20px;
padding-left: 0%;
padding-right: 0%;
text-align: left;
}

#s-e3063573-1d33-48db-933e-b1d32fce0a6f .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-bf2f6087-d63d-4a20-8816-5e72e2103bb8 {
  padding-left: 0%;
padding-right: 0%;
}

#s-e0c9e82f-360e-45fa-aae9-b1a5e495284a {
  box-shadow:0px 0px 0px 0px rgba(230, 230, 232, 1);
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
min-height: 50px;
max-width: 90%;
}

#s-e0c9e82f-360e-45fa-aae9-b1a5e495284a {
  background-image: url();
}








#s-e0c9e82f-360e-45fa-aae9-b1a5e495284a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0c9e82f-360e-45fa-aae9-b1a5e495284a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9543bd08-00e2-4508-aab7-0e6dc7777b9c {
  max-width: 350px;
aspect-ratio: 350/225;
text-align: center;
}





  #s-9543bd08-00e2-4508-aab7-0e6dc7777b9c img.shogun-image,
  #s-9543bd08-00e2-4508-aab7-0e6dc7777b9c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9543bd08-00e2-4508-aab7-0e6dc7777b9c {
    width: 100%;
    height: auto;
  }



  #s-9543bd08-00e2-4508-aab7-0e6dc7777b9c img.shogun-image {
    

    
    
    
  }


#s-9543bd08-00e2-4508-aab7-0e6dc7777b9c .shogun-image-content {
  
    align-items: center;
  
}

#s-3ab793eb-98e1-4193-8dca-f841b5953ae2 {
  margin-top: 20px;
padding-left: 0%;
padding-right: 0%;
text-align: left;
}

#s-3ab793eb-98e1-4193-8dca-f841b5953ae2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-c26b0984-58fd-48ec-839b-0a2ef6dcb8a0 {
  padding-left: 0%;
padding-right: 0%;
}

#s-8df44f2b-5b61-4b0d-bb29-fd24331115c9 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-8df44f2b-5b61-4b0d-bb29-fd24331115c9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8df44f2b-5b61-4b0d-bb29-fd24331115c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8df44f2b-5b61-4b0d-bb29-fd24331115c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8df44f2b-5b61-4b0d-bb29-fd24331115c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-ceadabb5-ed6b-453d-b7dc-df0d4125aa20 {
  box-shadow:0px 0px 0px 0px rgba(230, 230, 232, 1);
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
min-height: 50px;
max-width: 90%;
}

#s-ceadabb5-ed6b-453d-b7dc-df0d4125aa20 {
  background-image: url();
}








#s-ceadabb5-ed6b-453d-b7dc-df0d4125aa20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ceadabb5-ed6b-453d-b7dc-df0d4125aa20.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0343509f-b345-429d-a1d3-54d64c1a5a43 {
  max-width: 350px;
aspect-ratio: 350/225;
text-align: center;
}





  #s-0343509f-b345-429d-a1d3-54d64c1a5a43 img.shogun-image,
  #s-0343509f-b345-429d-a1d3-54d64c1a5a43 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0343509f-b345-429d-a1d3-54d64c1a5a43 {
    width: 100%;
    height: auto;
  }



  #s-0343509f-b345-429d-a1d3-54d64c1a5a43 img.shogun-image {
    

    
    
    
  }


#s-0343509f-b345-429d-a1d3-54d64c1a5a43 .shogun-image-content {
  
    align-items: center;
  
}

#s-7da0b7da-02e7-48d1-9881-3f24c2583ba8 {
  margin-top: 20px;
margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
}

#s-7da0b7da-02e7-48d1-9881-3f24c2583ba8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-ff2c0cac-9c34-4a19-bb0e-675811518905 {
  padding-left: 0%;
padding-right: 0%;
}

#s-7ce95dba-34d4-42d3-873f-7728ac0e5c22 {
  box-shadow:0px 0px 0px 0px rgba(230, 230, 232, 1);
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
min-height: 50px;
max-width: 90%;
}

#s-7ce95dba-34d4-42d3-873f-7728ac0e5c22 {
  background-image: url();
}








#s-7ce95dba-34d4-42d3-873f-7728ac0e5c22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ce95dba-34d4-42d3-873f-7728ac0e5c22.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e23a6d9e-e3d0-4196-8e4e-0970e0c25466 {
  max-width: 350px;
aspect-ratio: 350/225;
text-align: center;
}





  #s-e23a6d9e-e3d0-4196-8e4e-0970e0c25466 img.shogun-image,
  #s-e23a6d9e-e3d0-4196-8e4e-0970e0c25466 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e23a6d9e-e3d0-4196-8e4e-0970e0c25466 {
    width: 100%;
    height: auto;
  }



  #s-e23a6d9e-e3d0-4196-8e4e-0970e0c25466 img.shogun-image {
    

    
    
    
  }


#s-e23a6d9e-e3d0-4196-8e4e-0970e0c25466 .shogun-image-content {
  
    align-items: center;
  
}

#s-70c971f3-5c2d-431b-9deb-7289e08d91ba {
  margin-top: 20px;
padding-left: 0%;
padding-right: 0%;
text-align: left;
}

#s-70c971f3-5c2d-431b-9deb-7289e08d91ba .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-ceb2adf6-a1bd-49d8-b299-247dbbacab34 {
  padding-left: 0%;
padding-right: 0%;
}

#s-1eebb1e4-edaf-40ae-a756-d628be7cc882 {
  box-shadow:0px 0px 0px 0px rgba(230, 230, 232, 1);
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
min-height: 50px;
max-width: 90%;
}

#s-1eebb1e4-edaf-40ae-a756-d628be7cc882 {
  background-image: url();
}








#s-1eebb1e4-edaf-40ae-a756-d628be7cc882 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1eebb1e4-edaf-40ae-a756-d628be7cc882.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3450c679-bf0c-45bb-9946-2b7b8359c1e7 {
  text-align: center;
}







  #s-3450c679-bf0c-45bb-9946-2b7b8359c1e7 img.shogun-image {
    

    
    
    
  }


#s-3450c679-bf0c-45bb-9946-2b7b8359c1e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-2004cf49-b0f1-4bd0-bb79-b1c17c623775 {
  margin-top: 20px;
padding-left: 0%;
padding-right: 0%;
text-align: left;
}

#s-2004cf49-b0f1-4bd0-bb79-b1c17c623775 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-434cae9e-cf80-414e-b6cd-ad0ce4fdcd44 {
  padding-left: 0%;
padding-right: 0%;
}

#s-67551736-0ee9-46c3-89ed-52916bb84552 {
  box-shadow:0px 0px 0px 0px rgba(230, 230, 232, 1);
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
min-height: 50px;
max-width: 90%;
}

#s-67551736-0ee9-46c3-89ed-52916bb84552 {
  background-image: url();
}








#s-67551736-0ee9-46c3-89ed-52916bb84552 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67551736-0ee9-46c3-89ed-52916bb84552.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-695b8b4a-3812-45f9-878d-791d5b81d2fc {
  max-width: 350px;
aspect-ratio: 350/225;
text-align: center;
}





  #s-695b8b4a-3812-45f9-878d-791d5b81d2fc img.shogun-image,
  #s-695b8b4a-3812-45f9-878d-791d5b81d2fc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-695b8b4a-3812-45f9-878d-791d5b81d2fc {
    width: 100%;
    height: auto;
  }



  #s-695b8b4a-3812-45f9-878d-791d5b81d2fc img.shogun-image {
    

    
    
    
  }


#s-695b8b4a-3812-45f9-878d-791d5b81d2fc .shogun-image-content {
  
    align-items: center;
  
}

#s-396073c7-bf21-453a-b72d-24e2cd77e34c {
  margin-top: 20px;
padding-left: 0%;
padding-right: 0%;
text-align: left;
}

#s-396073c7-bf21-453a-b72d-24e2cd77e34c .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-8dd1811b-9e7a-4b28-a8b5-b9278c2ca329 {
  padding-left: 0%;
padding-right: 0%;
}

#s-e79efdc9-e3db-4115-b1d9-61b9ca77f04e {
  padding-top: 20px;
padding-bottom: 20px;
max-width: 1320px;
}

@media (min-width: 0px) {
[id="s-e79efdc9-e3db-4115-b1d9-61b9ca77f04e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e79efdc9-e3db-4115-b1d9-61b9ca77f04e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e79efdc9-e3db-4115-b1d9-61b9ca77f04e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e79efdc9-e3db-4115-b1d9-61b9ca77f04e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4c65af00-c521-445e-b829-f8e7d03ad995 {
  padding-left: 5%;
padding-right: 5%;
}

#s-b2be517c-83e3-4822-8b09-c9e8ee2f27f1 {
  padding-left: 5%;
padding-right: 5%;
}

#s-5c7511cf-c22e-48f6-906e-d0ac577e1a16 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
min-height: 50px;
max-width: 1320px;
}








#s-5c7511cf-c22e-48f6-906e-d0ac577e1a16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c7511cf-c22e-48f6-906e-d0ac577e1a16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ba1239d-b9e4-4885-9071-7ca9c4d067e8 {
  border-style: solid;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(206, 42, 66, 1);
border-radius: 5px;
max-width: 300px;
background-color: rgba(206, 42, 66, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0ba1239d-b9e4-4885-9071-7ca9c4d067e8:hover {border-style: solid !important;
border-color: rgba(206, 42, 66, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(206, 42, 66, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0ba1239d-b9e4-4885-9071-7ca9c4d067e8:active {border-style: solid !important;
border-color: rgba(206, 42, 66, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(206, 42, 66, 1) !important;}

  #s-0ba1239d-b9e4-4885-9071-7ca9c4d067e8-root {
    text-align: center;
  }


#s-0ba1239d-b9e4-4885-9071-7ca9c4d067e8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0ba1239d-b9e4-4885-9071-7ca9c4d067e8-root {
    text-align: center;
  }


#s-0ba1239d-b9e4-4885-9071-7ca9c4d067e8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0ba1239d-b9e4-4885-9071-7ca9c4d067e8-root {
    text-align: center;
  }


#s-0ba1239d-b9e4-4885-9071-7ca9c4d067e8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0ba1239d-b9e4-4885-9071-7ca9c4d067e8-root {
    text-align: center;
  }


#s-0ba1239d-b9e4-4885-9071-7ca9c4d067e8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0ba1239d-b9e4-4885-9071-7ca9c4d067e8-root {
    text-align: center;
  }


#s-0ba1239d-b9e4-4885-9071-7ca9c4d067e8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}
#s-6416bc66-4ddd-4e32-9abf-8f0ac0d32670 {
  background-repeat: no-repeat;
background-size: 100% 100%;
min-height: 100px;
background-position: center center;
}








#s-6416bc66-4ddd-4e32-9abf-8f0ac0d32670 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6416bc66-4ddd-4e32-9abf-8f0ac0d32670.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f9fbb1e-cbb4-48b8-b319-033c62ebd582 {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
min-height: 50px;
}








#s-8f9fbb1e-cbb4-48b8-b319-033c62ebd582 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f9fbb1e-cbb4-48b8-b319-033c62ebd582.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb {
  max-width: 1320px;
aspect-ratio: 1320/380;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb .shg-image-content-wrapper {
      aspect-ratio: 1320/380;
      min-width: 100%;
      height: auto;
    }

    #s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb .shogun-image-link {
      aspect-ratio: 1320/380;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb {
    width: 100%;
    height: auto;
  }

  #s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb.shogun-image {
    
    
  }


.s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb .shogun-image-content {
  
    align-items: center;
  
}

.s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb {
      --shg-aspect-ratio: calc(1320/380); 
    }

    .s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb.shogun-image-container {
      position: relative;
    }

    .s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb .shg-image-content-wrapper {
      aspect-ratio: 1320/380;
      min-width: 100%;
      height: auto;
    }

    #s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb .shogun-image-link {
      aspect-ratio: 1320/380;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb {
    width: 100%;
    height: auto;
  }

  #s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb.shogun-image {
    
    
  }


.s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb .shogun-image-content {
  
    align-items: center;
  
}

.s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb {
      --shg-aspect-ratio: calc(1320/380); 
    }

    .s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb.shogun-image-container {
      position: relative;
    }

    .s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb 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-9a89bc8f-869a-48a5-a9dc-b36c88baccfb .shg-image-content-wrapper {
      aspect-ratio: 1320/380;
      min-width: 100%;
      height: auto;
    }

    #s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb .shogun-image-link {
      aspect-ratio: 1320/380;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb {
    width: 100%;
    height: auto;
  }

  #s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb.shogun-image {
    
    
  }


.s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb .shogun-image-content {
  
    align-items: center;
  
}

.s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb {
      --shg-aspect-ratio: calc(1320/380); 
    }

    .s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb.shogun-image-container {
      position: relative;
    }

    .s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb 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-9a89bc8f-869a-48a5-a9dc-b36c88baccfb .shg-image-content-wrapper {
      aspect-ratio: 1320/380;
      min-width: 100%;
      height: auto;
    }

    #s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb .shogun-image-link {
      aspect-ratio: 1320/380;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb {
    width: 100%;
    height: auto;
  }

  #s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb.shogun-image {
    
    
  }


.s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb .shogun-image-content {
  
    align-items: center;
  
}

.s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb {
      --shg-aspect-ratio: calc(1320/380); 
    }

    .s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb.shogun-image-container {
      position: relative;
    }

    .s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb .shg-image-content-wrapper {
      aspect-ratio: 1320/380;
      min-width: 100%;
      height: auto;
    }

    #s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb .shogun-image-link {
      aspect-ratio: 1320/380;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb {
    width: 100%;
    height: auto;
  }

  #s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb.shogun-image {
    
    
  }


.s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb .shogun-image-content {
  
    align-items: center;
  
}

.s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb {
      --shg-aspect-ratio: calc(1320/380); 
    }

    .s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb.shogun-image-container {
      position: relative;
    }

    .s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a89bc8f-869a-48a5-a9dc-b36c88baccfb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8ab87923-28c9-44e6-8556-22a7a9f63818 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}

#s-8ab87923-28c9-44e6-8556-22a7a9f63818 {
  background-image: url();
}








#s-8ab87923-28c9-44e6-8556-22a7a9f63818 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ab87923-28c9-44e6-8556-22a7a9f63818.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd914405-20e6-4df9-a6d8-f5988ddb7162 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1320px;
}








#s-fd914405-20e6-4df9-a6d8-f5988ddb7162 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd914405-20e6-4df9-a6d8-f5988ddb7162.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7282759b-596b-4fb7-873e-cc4640df066a {
  margin-top: 40px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}

#s-7282759b-596b-4fb7-873e-cc4640df066a .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-7282759b-596b-4fb7-873e-cc4640df066a .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


}
#s-a4c63a8f-04c2-4a19-917f-3dfeefcfb1f2 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-09897250-94ba-4435-839b-1d75947c2924 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-09897250-94ba-4435-839b-1d75947c2924"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09897250-94ba-4435-839b-1d75947c2924"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-09897250-94ba-4435-839b-1d75947c2924"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-09897250-94ba-4435-839b-1d75947c2924"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-7cffd698-6606-485b-a455-65fc55e17f8f {
  box-shadow:0px 0px 0px 0px rgba(230, 230, 232, 1);
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
max-width: 90%;
}

#s-7cffd698-6606-485b-a455-65fc55e17f8f {
  background-image: url();
}








#s-7cffd698-6606-485b-a455-65fc55e17f8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7cffd698-6606-485b-a455-65fc55e17f8f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-16acd2f2-e5a4-4f07-b9c8-b5a130ca3bbb {
  max-width: 796px;
aspect-ratio: 796/528;
text-align: center;
}





  #s-16acd2f2-e5a4-4f07-b9c8-b5a130ca3bbb img.shogun-image,
  #s-16acd2f2-e5a4-4f07-b9c8-b5a130ca3bbb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16acd2f2-e5a4-4f07-b9c8-b5a130ca3bbb {
    width: 100%;
    height: auto;
  }



  #s-16acd2f2-e5a4-4f07-b9c8-b5a130ca3bbb img.shogun-image {
    

    
    
    
  }


#s-16acd2f2-e5a4-4f07-b9c8-b5a130ca3bbb .shogun-image-content {
  
    align-items: center;
  
}

#s-c48be3d2-5045-4d95-8a56-af7ec1e75ecf {
  margin-top: 20px;
margin-bottom: 0px;
text-align: left;
}

#s-63ef87ee-cb37-486a-beb9-be5ac489d864 {
  padding-left: 0%;
padding-right: 0%;
}

#s-afc0daad-f35c-43de-96d1-cab487ac1daf {
  box-shadow:0px 0px 0px 0px rgba(230, 230, 232, 1);
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
max-width: 90%;
}

#s-afc0daad-f35c-43de-96d1-cab487ac1daf {
  background-image: url();
}








#s-afc0daad-f35c-43de-96d1-cab487ac1daf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afc0daad-f35c-43de-96d1-cab487ac1daf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2c79c61c-1032-44fc-bd44-0ec7cb5ff93a {
  max-width: 796px;
aspect-ratio: 796/528;
text-align: center;
}





  #s-2c79c61c-1032-44fc-bd44-0ec7cb5ff93a img.shogun-image,
  #s-2c79c61c-1032-44fc-bd44-0ec7cb5ff93a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c79c61c-1032-44fc-bd44-0ec7cb5ff93a {
    width: 100%;
    height: auto;
  }



  #s-2c79c61c-1032-44fc-bd44-0ec7cb5ff93a img.shogun-image {
    

    
    
    
  }


#s-2c79c61c-1032-44fc-bd44-0ec7cb5ff93a .shogun-image-content {
  
    align-items: center;
  
}

#s-f9152776-0a15-475a-abfb-104b4de1d981 {
  margin-top: 20px;
text-align: left;
}

#s-17377822-c814-4b66-9313-b4a5e3ad9485 {
  padding-left: 0%;
padding-right: 0%;
}

#s-1fc41de4-ca95-43f0-bf66-d5db48747a73 {
  box-shadow:0px 0px 0px 0px rgba(230, 230, 232, 1);
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
max-width: 90%;
}

#s-1fc41de4-ca95-43f0-bf66-d5db48747a73 {
  background-image: url();
}








#s-1fc41de4-ca95-43f0-bf66-d5db48747a73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1fc41de4-ca95-43f0-bf66-d5db48747a73.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-92a9703e-428a-475f-891d-57e56f48a892 {
  max-width: 796px;
aspect-ratio: 796/528;
text-align: center;
}





  #s-92a9703e-428a-475f-891d-57e56f48a892 img.shogun-image,
  #s-92a9703e-428a-475f-891d-57e56f48a892 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92a9703e-428a-475f-891d-57e56f48a892 {
    width: 100%;
    height: auto;
  }



  #s-92a9703e-428a-475f-891d-57e56f48a892 img.shogun-image {
    

    
    
    
  }


#s-92a9703e-428a-475f-891d-57e56f48a892 .shogun-image-content {
  
    align-items: center;
  
}

#s-1da97cbe-e09e-4dd3-ba2b-934242543ff5 {
  margin-top: 20px;
text-align: left;
}

#s-9110e171-0f23-4d17-bef5-d95472bf2405 {
  padding-left: 0%;
padding-right: 0%;
}

#s-0c611874-6b42-418c-a64d-7f53094a70a9 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-0c611874-6b42-418c-a64d-7f53094a70a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c611874-6b42-418c-a64d-7f53094a70a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0c611874-6b42-418c-a64d-7f53094a70a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c611874-6b42-418c-a64d-7f53094a70a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-7f51a3d3-7cde-44e6-9039-097bc9455244 {
  box-shadow:0px 0px 0px 0px rgba(230, 230, 232, 1);
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
max-width: 90%;
}

#s-7f51a3d3-7cde-44e6-9039-097bc9455244 {
  background-image: url();
}








#s-7f51a3d3-7cde-44e6-9039-097bc9455244 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f51a3d3-7cde-44e6-9039-097bc9455244.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-160202b1-0c7b-49ba-a99f-5822537060d8 {
  max-width: 796px;
aspect-ratio: 796/528;
text-align: center;
}





  #s-160202b1-0c7b-49ba-a99f-5822537060d8 img.shogun-image,
  #s-160202b1-0c7b-49ba-a99f-5822537060d8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-160202b1-0c7b-49ba-a99f-5822537060d8 {
    width: 100%;
    height: auto;
  }



  #s-160202b1-0c7b-49ba-a99f-5822537060d8 img.shogun-image {
    

    
    
    
  }


#s-160202b1-0c7b-49ba-a99f-5822537060d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd69aa15-5724-442d-ac5b-2a8b94ef1c84 {
  margin-top: 20px;
margin-bottom: 0px;
text-align: left;
}

#s-f4d7d3d3-81d5-4b47-9592-2bbab31bdf72 {
  padding-left: 0%;
padding-right: 0%;
}

#s-70e17360-c533-40cc-afff-006a0e9be975 {
  box-shadow:0px 0px 0px 0px rgba(230, 230, 232, 1);
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
max-width: 90%;
}

#s-70e17360-c533-40cc-afff-006a0e9be975 {
  background-image: url();
}








#s-70e17360-c533-40cc-afff-006a0e9be975 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70e17360-c533-40cc-afff-006a0e9be975.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cfc0c7e0-1bc4-4762-9bcd-d7479ad467f3 {
  max-width: 796px;
aspect-ratio: 796/528;
text-align: center;
}





  #s-cfc0c7e0-1bc4-4762-9bcd-d7479ad467f3 img.shogun-image,
  #s-cfc0c7e0-1bc4-4762-9bcd-d7479ad467f3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cfc0c7e0-1bc4-4762-9bcd-d7479ad467f3 {
    width: 100%;
    height: auto;
  }



  #s-cfc0c7e0-1bc4-4762-9bcd-d7479ad467f3 img.shogun-image {
    

    
    
    
  }


#s-cfc0c7e0-1bc4-4762-9bcd-d7479ad467f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-31f0f24d-cffe-45e1-849b-f2b47ea5483b {
  margin-top: 20px;
text-align: left;
}

#s-24510888-0f0f-48c6-9302-b0a3cc73aad4 {
  padding-left: 0%;
padding-right: 0%;
}

#s-629c0a3f-4ef8-498e-a5a4-765274938409 {
  box-shadow:0px 0px 0px 0px rgba(230, 230, 232, 1);
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
max-width: 90%;
}

#s-629c0a3f-4ef8-498e-a5a4-765274938409 {
  background-image: url();
}








#s-629c0a3f-4ef8-498e-a5a4-765274938409 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-629c0a3f-4ef8-498e-a5a4-765274938409.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ce032c52-c812-4102-8fd1-0101153b3e19 {
  max-width: 796px;
aspect-ratio: 796/528;
text-align: center;
}





  #s-ce032c52-c812-4102-8fd1-0101153b3e19 img.shogun-image,
  #s-ce032c52-c812-4102-8fd1-0101153b3e19 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ce032c52-c812-4102-8fd1-0101153b3e19 {
    width: 100%;
    height: auto;
  }



  #s-ce032c52-c812-4102-8fd1-0101153b3e19 img.shogun-image {
    

    
    
    
  }


#s-ce032c52-c812-4102-8fd1-0101153b3e19 .shogun-image-content {
  
    align-items: center;
  
}

#s-13ebc79c-cd8d-4bdb-bdb4-5d4efe9efcde {
  margin-top: 20px;
text-align: left;
}

#s-bb970713-b2b9-4aed-9ef8-ea5f1c52348b {
  margin-bottom: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-494ae300-faae-4a07-893d-3d846f77db79 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
max-width: 600px;
background-color: rgba(246, 247, 249, 1);
}








#s-494ae300-faae-4a07-893d-3d846f77db79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-494ae300-faae-4a07-893d-3d846f77db79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fbea34d2-b897-4607-b217-c8186ee5ed97 {
  border-style: solid;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(206, 42, 66, 1);
border-radius: 5px;
max-width: 300px;
background-color: rgba(206, 42, 66, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fbea34d2-b897-4607-b217-c8186ee5ed97:hover {border-style: solid !important;
border-color: rgba(206, 42, 66, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(206, 42, 66, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fbea34d2-b897-4607-b217-c8186ee5ed97:active {border-style: solid !important;
border-color: rgba(206, 42, 66, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(206, 42, 66, 1) !important;}

  #s-fbea34d2-b897-4607-b217-c8186ee5ed97-root {
    text-align: center;
  }


#s-fbea34d2-b897-4607-b217-c8186ee5ed97.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fbea34d2-b897-4607-b217-c8186ee5ed97-root {
    text-align: center;
  }


#s-fbea34d2-b897-4607-b217-c8186ee5ed97.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fbea34d2-b897-4607-b217-c8186ee5ed97-root {
    text-align: center;
  }


#s-fbea34d2-b897-4607-b217-c8186ee5ed97.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fbea34d2-b897-4607-b217-c8186ee5ed97-root {
    text-align: center;
  }


#s-fbea34d2-b897-4607-b217-c8186ee5ed97.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fbea34d2-b897-4607-b217-c8186ee5ed97-root {
    text-align: center;
  }


#s-fbea34d2-b897-4607-b217-c8186ee5ed97.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}
#s-42d08195-e4ef-4cab-a719-f96449df41bc {
  padding-top: 0px;
padding-bottom: 10px;
}

#s-261c6119-852f-47a0-9ce8-72f71a5ce6f8 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
min-height: 50px;
max-width: 1320px;
}








#s-261c6119-852f-47a0-9ce8-72f71a5ce6f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-261c6119-852f-47a0-9ce8-72f71a5ce6f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/*
  $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;
  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-lazyload-bg-image {
  display: none;
}

.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;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-lazyload-bg-image{display:none}.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}
