.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-57a75c9d-59b8-453e-a2e3-f29885cd4985 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (max-width: 767px){#s-57a75c9d-59b8-453e-a2e3-f29885cd4985 {
  display: none;
}
#s-57a75c9d-59b8-453e-a2e3-f29885cd4985, #wrap-s-57a75c9d-59b8-453e-a2e3-f29885cd4985 { display: none !important; }}
#s-57a75c9d-59b8-453e-a2e3-f29885cd4985 {
  background-image: url(https://i.shgcdn.com/1e9ebc24-e1cd-4a62-a8b5-0dad9ae92c26/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-57a75c9d-59b8-453e-a2e3-f29885cd4985 {
  background-image: url(https://i.shgcdn.com/1e9ebc24-e1cd-4a62-a8b5-0dad9ae92c26/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-57a75c9d-59b8-453e-a2e3-f29885cd4985 {
  background-image: url(https://i.shgcdn.com/1e9ebc24-e1cd-4a62-a8b5-0dad9ae92c26/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-57a75c9d-59b8-453e-a2e3-f29885cd4985 {
  background-image: url(https://i.shgcdn.com/1e9ebc24-e1cd-4a62-a8b5-0dad9ae92c26/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-57a75c9d-59b8-453e-a2e3-f29885cd4985 {
  background-image: url(https://i.shgcdn.com/1e9ebc24-e1cd-4a62-a8b5-0dad9ae92c26/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-57a75c9d-59b8-453e-a2e3-f29885cd4985 {
  background-image: url(https://i.shgcdn.com/1e9ebc24-e1cd-4a62-a8b5-0dad9ae92c26/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-57a75c9d-59b8-453e-a2e3-f29885cd4985 {
  background-image: url(https://i.shgcdn.com/1e9ebc24-e1cd-4a62-a8b5-0dad9ae92c26/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-57a75c9d-59b8-453e-a2e3-f29885cd4985 {
  background-image: url(https://i.shgcdn.com/1e9ebc24-e1cd-4a62-a8b5-0dad9ae92c26/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-57a75c9d-59b8-453e-a2e3-f29885cd4985 {
  background-image: url(https://i.shgcdn.com/1e9ebc24-e1cd-4a62-a8b5-0dad9ae92c26/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-57a75c9d-59b8-453e-a2e3-f29885cd4985 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57a75c9d-59b8-453e-a2e3-f29885cd4985.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  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-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5 {
  margin-left: 30%;
margin-right: 30%;
max-width: 897px;
aspect-ratio: 897/555;
text-align: center;
}





  #s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5 img.shogun-image,
  #s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5 {
    width: 100%;
    height: auto;
  }

  #s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5.shogun-image {
    
    
  }


.s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5 {
      --shg-aspect-ratio: calc(897/555); 
    }

    .s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5.shogun-image-container {
      position: relative;
    }

    .s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5 img.shogun-image,
  #s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5 {
    width: 100%;
    height: auto;
  }

  #s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5.shogun-image {
    
    
  }


.s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5 {
      --shg-aspect-ratio: calc(897/555); 
    }

    .s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5.shogun-image-container {
      position: relative;
    }

    .s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5 img.shogun-image,
  #s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5 {
    width: 100%;
    height: auto;
  }

  #s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5.shogun-image {
    
    
  }


.s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5 {
      --shg-aspect-ratio: calc(897/555); 
    }

    .s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5.shogun-image-container {
      position: relative;
    }

    .s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5 img.shogun-image,
  #s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5 {
    width: 100%;
    height: auto;
  }

  #s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5.shogun-image {
    
    
  }


.s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5 {
      --shg-aspect-ratio: calc(897/555); 
    }

    .s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5.shogun-image-container {
      position: relative;
    }

    .s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5 img.shogun-image,
  #s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5 {
    width: 100%;
    height: auto;
  }

  #s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5.shogun-image {
    
    
  }


.s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5 {
      --shg-aspect-ratio: calc(897/555); 
    }

    .s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5.shogun-image-container {
      position: relative;
    }

    .s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9bdafd7-9bf2-4b30-96b2-71a3a4beb5d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8429caa8-b181-4c23-aa4d-ffcd96fc4632 {
  margin-top: 20px;
min-height: 50px;
}








#s-8429caa8-b181-4c23-aa4d-ffcd96fc4632 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8429caa8-b181-4c23-aa4d-ffcd96fc4632.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: ;
}

#s-721fafa4-ef3c-4b7c-a9af-2c42f3f31074 {
  margin-left: 20%;
margin-right: 20%;
}

.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-c5edab7f-e965-4eae-a984-804c1c7b1d45 {
  margin-left: 100px;
margin-bottom: 30px;
margin-right: 100px;
}

@media (min-width: 0px) {
[id="s-c5edab7f-e965-4eae-a984-804c1c7b1d45"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5edab7f-e965-4eae-a984-804c1c7b1d45"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c5edab7f-e965-4eae-a984-804c1c7b1d45"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5edab7f-e965-4eae-a984-804c1c7b1d45"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

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

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

.shg-btn-text {
  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-99b7e4d9-d29c-4bd1-a920-027d51c416d4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 4px;
}
#s-99b7e4d9-d29c-4bd1-a920-027d51c416d4:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-99b7e4d9-d29c-4bd1-a920-027d51c416d4:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-99b7e4d9-d29c-4bd1-a920-027d51c416d4-root {
    text-align: center;
  }


#s-99b7e4d9-d29c-4bd1-a920-027d51c416d4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-99b7e4d9-d29c-4bd1-a920-027d51c416d4-root {
    text-align: center;
  }


#s-99b7e4d9-d29c-4bd1-a920-027d51c416d4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-99b7e4d9-d29c-4bd1-a920-027d51c416d4-root {
    text-align: center;
  }


#s-99b7e4d9-d29c-4bd1-a920-027d51c416d4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-99b7e4d9-d29c-4bd1-a920-027d51c416d4-root {
    text-align: center;
  }


#s-99b7e4d9-d29c-4bd1-a920-027d51c416d4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-99b7e4d9-d29c-4bd1-a920-027d51c416d4-root {
    text-align: center;
  }


#s-99b7e4d9-d29c-4bd1-a920-027d51c416d4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
#s-01ddd6c8-0f96-4376-99e6-2fd592fb1eea {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 4px;
}
#s-01ddd6c8-0f96-4376-99e6-2fd592fb1eea:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-01ddd6c8-0f96-4376-99e6-2fd592fb1eea:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-01ddd6c8-0f96-4376-99e6-2fd592fb1eea-root {
    text-align: center;
  }


#s-01ddd6c8-0f96-4376-99e6-2fd592fb1eea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-01ddd6c8-0f96-4376-99e6-2fd592fb1eea-root {
    text-align: center;
  }


#s-01ddd6c8-0f96-4376-99e6-2fd592fb1eea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-01ddd6c8-0f96-4376-99e6-2fd592fb1eea-root {
    text-align: center;
  }


#s-01ddd6c8-0f96-4376-99e6-2fd592fb1eea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-01ddd6c8-0f96-4376-99e6-2fd592fb1eea-root {
    text-align: center;
  }


#s-01ddd6c8-0f96-4376-99e6-2fd592fb1eea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-01ddd6c8-0f96-4376-99e6-2fd592fb1eea-root {
    text-align: center;
  }


#s-01ddd6c8-0f96-4376-99e6-2fd592fb1eea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
#s-1fc6b5a0-3df3-46ce-8c31-82aed4261446 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 4px;
}
#s-1fc6b5a0-3df3-46ce-8c31-82aed4261446:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1fc6b5a0-3df3-46ce-8c31-82aed4261446:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-1fc6b5a0-3df3-46ce-8c31-82aed4261446-root {
    text-align: center;
  }


#s-1fc6b5a0-3df3-46ce-8c31-82aed4261446.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1fc6b5a0-3df3-46ce-8c31-82aed4261446-root {
    text-align: center;
  }


#s-1fc6b5a0-3df3-46ce-8c31-82aed4261446.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1fc6b5a0-3df3-46ce-8c31-82aed4261446-root {
    text-align: center;
  }


#s-1fc6b5a0-3df3-46ce-8c31-82aed4261446.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1fc6b5a0-3df3-46ce-8c31-82aed4261446-root {
    text-align: center;
  }


#s-1fc6b5a0-3df3-46ce-8c31-82aed4261446.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1fc6b5a0-3df3-46ce-8c31-82aed4261446-root {
    text-align: center;
  }


#s-1fc6b5a0-3df3-46ce-8c31-82aed4261446.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
#s-6653d514-33fa-4e33-96d2-09d90840c8e1 {
  margin-left: 100px;
margin-bottom: 30px;
margin-right: 100px;
}

@media (min-width: 0px) {
[id="s-6653d514-33fa-4e33-96d2-09d90840c8e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6653d514-33fa-4e33-96d2-09d90840c8e1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-6653d514-33fa-4e33-96d2-09d90840c8e1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-6653d514-33fa-4e33-96d2-09d90840c8e1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-fd32276a-3442-4329-aa9c-e2a561558f76 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 4px;
}
#s-fd32276a-3442-4329-aa9c-e2a561558f76:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fd32276a-3442-4329-aa9c-e2a561558f76:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-fd32276a-3442-4329-aa9c-e2a561558f76-root {
    text-align: center;
  }


#s-fd32276a-3442-4329-aa9c-e2a561558f76.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-fd32276a-3442-4329-aa9c-e2a561558f76-root {
    text-align: center;
  }


#s-fd32276a-3442-4329-aa9c-e2a561558f76.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fd32276a-3442-4329-aa9c-e2a561558f76-root {
    text-align: center;
  }


#s-fd32276a-3442-4329-aa9c-e2a561558f76.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fd32276a-3442-4329-aa9c-e2a561558f76-root {
    text-align: center;
  }


#s-fd32276a-3442-4329-aa9c-e2a561558f76.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-fd32276a-3442-4329-aa9c-e2a561558f76-root {
    text-align: center;
  }


#s-fd32276a-3442-4329-aa9c-e2a561558f76.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
#s-4c1f838b-317b-4e60-9876-0f0a32804ab3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 4px;
}
#s-4c1f838b-317b-4e60-9876-0f0a32804ab3:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4c1f838b-317b-4e60-9876-0f0a32804ab3:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-4c1f838b-317b-4e60-9876-0f0a32804ab3-root {
    text-align: center;
  }


#s-4c1f838b-317b-4e60-9876-0f0a32804ab3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-4c1f838b-317b-4e60-9876-0f0a32804ab3-root {
    text-align: center;
  }


#s-4c1f838b-317b-4e60-9876-0f0a32804ab3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4c1f838b-317b-4e60-9876-0f0a32804ab3-root {
    text-align: center;
  }


#s-4c1f838b-317b-4e60-9876-0f0a32804ab3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4c1f838b-317b-4e60-9876-0f0a32804ab3-root {
    text-align: center;
  }


#s-4c1f838b-317b-4e60-9876-0f0a32804ab3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-4c1f838b-317b-4e60-9876-0f0a32804ab3-root {
    text-align: center;
  }


#s-4c1f838b-317b-4e60-9876-0f0a32804ab3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
#s-9f243c01-6c14-43a8-88bf-681e57177d4b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 4px;
}
#s-9f243c01-6c14-43a8-88bf-681e57177d4b:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9f243c01-6c14-43a8-88bf-681e57177d4b:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-9f243c01-6c14-43a8-88bf-681e57177d4b-root {
    text-align: center;
  }


#s-9f243c01-6c14-43a8-88bf-681e57177d4b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-9f243c01-6c14-43a8-88bf-681e57177d4b-root {
    text-align: center;
  }


#s-9f243c01-6c14-43a8-88bf-681e57177d4b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9f243c01-6c14-43a8-88bf-681e57177d4b-root {
    text-align: center;
  }


#s-9f243c01-6c14-43a8-88bf-681e57177d4b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9f243c01-6c14-43a8-88bf-681e57177d4b-root {
    text-align: center;
  }


#s-9f243c01-6c14-43a8-88bf-681e57177d4b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-9f243c01-6c14-43a8-88bf-681e57177d4b-root {
    text-align: center;
  }


#s-9f243c01-6c14-43a8-88bf-681e57177d4b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
#s-236ec4c5-8443-45ee-84c2-3113f5f6608e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-236ec4c5-8443-45ee-84c2-3113f5f6608e {
  display: none;
}
#s-236ec4c5-8443-45ee-84c2-3113f5f6608e, #wrap-s-236ec4c5-8443-45ee-84c2-3113f5f6608e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-236ec4c5-8443-45ee-84c2-3113f5f6608e {
  display: none;
}
#s-236ec4c5-8443-45ee-84c2-3113f5f6608e, #wrap-s-236ec4c5-8443-45ee-84c2-3113f5f6608e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-236ec4c5-8443-45ee-84c2-3113f5f6608e {
  display: none;
}
#s-236ec4c5-8443-45ee-84c2-3113f5f6608e, #wrap-s-236ec4c5-8443-45ee-84c2-3113f5f6608e { display: none !important; }}
#s-236ec4c5-8443-45ee-84c2-3113f5f6608e {
  background-image: url(https://i.shgcdn.com/2d14556e-f284-4a84-88a3-b1b4bed687da/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-236ec4c5-8443-45ee-84c2-3113f5f6608e {
  background-image: url(https://i.shgcdn.com/2d14556e-f284-4a84-88a3-b1b4bed687da/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-236ec4c5-8443-45ee-84c2-3113f5f6608e {
  background-image: url(https://i.shgcdn.com/2d14556e-f284-4a84-88a3-b1b4bed687da/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-236ec4c5-8443-45ee-84c2-3113f5f6608e {
  background-image: url(https://i.shgcdn.com/2d14556e-f284-4a84-88a3-b1b4bed687da/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-236ec4c5-8443-45ee-84c2-3113f5f6608e {
  background-image: url(https://i.shgcdn.com/2d14556e-f284-4a84-88a3-b1b4bed687da/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-236ec4c5-8443-45ee-84c2-3113f5f6608e {
  background-image: url(https://i.shgcdn.com/2d14556e-f284-4a84-88a3-b1b4bed687da/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-236ec4c5-8443-45ee-84c2-3113f5f6608e {
  background-image: url(https://i.shgcdn.com/2d14556e-f284-4a84-88a3-b1b4bed687da/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-236ec4c5-8443-45ee-84c2-3113f5f6608e {
  background-image: url(https://i.shgcdn.com/2d14556e-f284-4a84-88a3-b1b4bed687da/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-236ec4c5-8443-45ee-84c2-3113f5f6608e {
  background-image: url(https://i.shgcdn.com/2d14556e-f284-4a84-88a3-b1b4bed687da/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-236ec4c5-8443-45ee-84c2-3113f5f6608e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-236ec4c5-8443-45ee-84c2-3113f5f6608e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9ac8244-3019-46c4-ba43-2420461513fb {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
max-width: 897px;
aspect-ratio: 897/555;
text-align: center;
}





  #s-c9ac8244-3019-46c4-ba43-2420461513fb img.shogun-image,
  #s-c9ac8244-3019-46c4-ba43-2420461513fb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c9ac8244-3019-46c4-ba43-2420461513fb {
    width: 100%;
    height: auto;
  }

  #s-c9ac8244-3019-46c4-ba43-2420461513fb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c9ac8244-3019-46c4-ba43-2420461513fb.shogun-image {
    
    
  }


.s-c9ac8244-3019-46c4-ba43-2420461513fb .shogun-image-content {
  
    align-items: center;
  
}

.s-c9ac8244-3019-46c4-ba43-2420461513fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9ac8244-3019-46c4-ba43-2420461513fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9ac8244-3019-46c4-ba43-2420461513fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c9ac8244-3019-46c4-ba43-2420461513fb {
      --shg-aspect-ratio: calc(897/555); 
    }

    .s-c9ac8244-3019-46c4-ba43-2420461513fb.shogun-image-container {
      position: relative;
    }

    .s-c9ac8244-3019-46c4-ba43-2420461513fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9ac8244-3019-46c4-ba43-2420461513fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9ac8244-3019-46c4-ba43-2420461513fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c9ac8244-3019-46c4-ba43-2420461513fb img.shogun-image,
  #s-c9ac8244-3019-46c4-ba43-2420461513fb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c9ac8244-3019-46c4-ba43-2420461513fb {
    width: 100%;
    height: auto;
  }

  #s-c9ac8244-3019-46c4-ba43-2420461513fb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c9ac8244-3019-46c4-ba43-2420461513fb.shogun-image {
    
    
  }


.s-c9ac8244-3019-46c4-ba43-2420461513fb .shogun-image-content {
  
    align-items: center;
  
}

.s-c9ac8244-3019-46c4-ba43-2420461513fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9ac8244-3019-46c4-ba43-2420461513fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9ac8244-3019-46c4-ba43-2420461513fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c9ac8244-3019-46c4-ba43-2420461513fb {
      --shg-aspect-ratio: calc(897/555); 
    }

    .s-c9ac8244-3019-46c4-ba43-2420461513fb.shogun-image-container {
      position: relative;
    }

    .s-c9ac8244-3019-46c4-ba43-2420461513fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9ac8244-3019-46c4-ba43-2420461513fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9ac8244-3019-46c4-ba43-2420461513fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c9ac8244-3019-46c4-ba43-2420461513fb img.shogun-image,
  #s-c9ac8244-3019-46c4-ba43-2420461513fb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c9ac8244-3019-46c4-ba43-2420461513fb {
    width: 100%;
    height: auto;
  }

  #s-c9ac8244-3019-46c4-ba43-2420461513fb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c9ac8244-3019-46c4-ba43-2420461513fb.shogun-image {
    
    
  }


.s-c9ac8244-3019-46c4-ba43-2420461513fb .shogun-image-content {
  
    align-items: center;
  
}

.s-c9ac8244-3019-46c4-ba43-2420461513fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9ac8244-3019-46c4-ba43-2420461513fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9ac8244-3019-46c4-ba43-2420461513fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c9ac8244-3019-46c4-ba43-2420461513fb {
      --shg-aspect-ratio: calc(897/555); 
    }

    .s-c9ac8244-3019-46c4-ba43-2420461513fb.shogun-image-container {
      position: relative;
    }

    .s-c9ac8244-3019-46c4-ba43-2420461513fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9ac8244-3019-46c4-ba43-2420461513fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9ac8244-3019-46c4-ba43-2420461513fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c9ac8244-3019-46c4-ba43-2420461513fb img.shogun-image,
  #s-c9ac8244-3019-46c4-ba43-2420461513fb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c9ac8244-3019-46c4-ba43-2420461513fb {
    width: 100%;
    height: auto;
  }

  #s-c9ac8244-3019-46c4-ba43-2420461513fb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c9ac8244-3019-46c4-ba43-2420461513fb.shogun-image {
    
    
  }


.s-c9ac8244-3019-46c4-ba43-2420461513fb .shogun-image-content {
  
    align-items: center;
  
}

.s-c9ac8244-3019-46c4-ba43-2420461513fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9ac8244-3019-46c4-ba43-2420461513fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9ac8244-3019-46c4-ba43-2420461513fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c9ac8244-3019-46c4-ba43-2420461513fb {
      --shg-aspect-ratio: calc(897/555); 
    }

    .s-c9ac8244-3019-46c4-ba43-2420461513fb.shogun-image-container {
      position: relative;
    }

    .s-c9ac8244-3019-46c4-ba43-2420461513fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9ac8244-3019-46c4-ba43-2420461513fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9ac8244-3019-46c4-ba43-2420461513fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c9ac8244-3019-46c4-ba43-2420461513fb img.shogun-image,
  #s-c9ac8244-3019-46c4-ba43-2420461513fb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c9ac8244-3019-46c4-ba43-2420461513fb {
    width: 100%;
    height: auto;
  }

  #s-c9ac8244-3019-46c4-ba43-2420461513fb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c9ac8244-3019-46c4-ba43-2420461513fb.shogun-image {
    
    
  }


.s-c9ac8244-3019-46c4-ba43-2420461513fb .shogun-image-content {
  
    align-items: center;
  
}

.s-c9ac8244-3019-46c4-ba43-2420461513fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9ac8244-3019-46c4-ba43-2420461513fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9ac8244-3019-46c4-ba43-2420461513fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c9ac8244-3019-46c4-ba43-2420461513fb {
      --shg-aspect-ratio: calc(897/555); 
    }

    .s-c9ac8244-3019-46c4-ba43-2420461513fb.shogun-image-container {
      position: relative;
    }

    .s-c9ac8244-3019-46c4-ba43-2420461513fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9ac8244-3019-46c4-ba43-2420461513fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9ac8244-3019-46c4-ba43-2420461513fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.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-f4838ec9-e898-4422-82aa-bd1fbfb6d832 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f4838ec9-e898-4422-82aa-bd1fbfb6d832 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 0);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-e22ac79e-f718-4726-a6f9-0539a8780f81 {
  min-height: 50px;
}








#s-e22ac79e-f718-4726-a6f9-0539a8780f81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e22ac79e-f718-4726-a6f9-0539a8780f81.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-815fc81a-9cd3-4a96-844a-e68f7acee66f {
  text-align: left;
}

#s-99bfe9f9-2c78-4d76-a425-63d18e8a0d57 {
  margin-left: 20%;
margin-right: 20%;
}
@media (max-width: 767px){#s-99bfe9f9-2c78-4d76-a425-63d18e8a0d57 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-f209102b-434e-4be0-8730-bce87ecca3d1 {
  margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-f209102b-434e-4be0-8730-bce87ecca3d1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f209102b-434e-4be0-8730-bce87ecca3d1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f209102b-434e-4be0-8730-bce87ecca3d1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f209102b-434e-4be0-8730-bce87ecca3d1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-51a1e522-a2b4-4f78-ba36-f4c17e96b697 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 4px;
}
#s-51a1e522-a2b4-4f78-ba36-f4c17e96b697:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-51a1e522-a2b4-4f78-ba36-f4c17e96b697:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-51a1e522-a2b4-4f78-ba36-f4c17e96b697-root {
    text-align: center;
  }


#s-51a1e522-a2b4-4f78-ba36-f4c17e96b697.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-51a1e522-a2b4-4f78-ba36-f4c17e96b697-root {
    text-align: center;
  }


#s-51a1e522-a2b4-4f78-ba36-f4c17e96b697.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-51a1e522-a2b4-4f78-ba36-f4c17e96b697-root {
    text-align: center;
  }


#s-51a1e522-a2b4-4f78-ba36-f4c17e96b697.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-51a1e522-a2b4-4f78-ba36-f4c17e96b697-root {
    text-align: center;
  }


#s-51a1e522-a2b4-4f78-ba36-f4c17e96b697.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-51a1e522-a2b4-4f78-ba36-f4c17e96b697-root {
    text-align: center;
  }


#s-51a1e522-a2b4-4f78-ba36-f4c17e96b697.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
#s-a8322750-ac44-494b-a944-de734ad9de5a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 4px;
}
#s-a8322750-ac44-494b-a944-de734ad9de5a:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a8322750-ac44-494b-a944-de734ad9de5a:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-a8322750-ac44-494b-a944-de734ad9de5a-root {
    text-align: center;
  }


#s-a8322750-ac44-494b-a944-de734ad9de5a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a8322750-ac44-494b-a944-de734ad9de5a-root {
    text-align: center;
  }


#s-a8322750-ac44-494b-a944-de734ad9de5a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a8322750-ac44-494b-a944-de734ad9de5a-root {
    text-align: center;
  }


#s-a8322750-ac44-494b-a944-de734ad9de5a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a8322750-ac44-494b-a944-de734ad9de5a-root {
    text-align: center;
  }


#s-a8322750-ac44-494b-a944-de734ad9de5a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a8322750-ac44-494b-a944-de734ad9de5a-root {
    text-align: center;
  }


#s-a8322750-ac44-494b-a944-de734ad9de5a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
#s-8677a009-54ff-4e15-9068-306fe3177313 {
  margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-8677a009-54ff-4e15-9068-306fe3177313"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-8677a009-54ff-4e15-9068-306fe3177313"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8677a009-54ff-4e15-9068-306fe3177313"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8677a009-54ff-4e15-9068-306fe3177313"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-abd6d7d0-a52b-43c5-a801-aca53e91bb18 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 4px;
}
#s-abd6d7d0-a52b-43c5-a801-aca53e91bb18:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-abd6d7d0-a52b-43c5-a801-aca53e91bb18:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-abd6d7d0-a52b-43c5-a801-aca53e91bb18-root {
    text-align: center;
  }


#s-abd6d7d0-a52b-43c5-a801-aca53e91bb18.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-abd6d7d0-a52b-43c5-a801-aca53e91bb18-root {
    text-align: center;
  }


#s-abd6d7d0-a52b-43c5-a801-aca53e91bb18.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-abd6d7d0-a52b-43c5-a801-aca53e91bb18-root {
    text-align: center;
  }


#s-abd6d7d0-a52b-43c5-a801-aca53e91bb18.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-abd6d7d0-a52b-43c5-a801-aca53e91bb18-root {
    text-align: center;
  }


#s-abd6d7d0-a52b-43c5-a801-aca53e91bb18.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-abd6d7d0-a52b-43c5-a801-aca53e91bb18-root {
    text-align: center;
  }


#s-abd6d7d0-a52b-43c5-a801-aca53e91bb18.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
#s-ff1a18b0-f6df-4b85-9bc5-87483f701901 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 4px;
}
#s-ff1a18b0-f6df-4b85-9bc5-87483f701901:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ff1a18b0-f6df-4b85-9bc5-87483f701901:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-ff1a18b0-f6df-4b85-9bc5-87483f701901-root {
    text-align: center;
  }


#s-ff1a18b0-f6df-4b85-9bc5-87483f701901.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ff1a18b0-f6df-4b85-9bc5-87483f701901-root {
    text-align: center;
  }


#s-ff1a18b0-f6df-4b85-9bc5-87483f701901.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ff1a18b0-f6df-4b85-9bc5-87483f701901-root {
    text-align: center;
  }


#s-ff1a18b0-f6df-4b85-9bc5-87483f701901.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ff1a18b0-f6df-4b85-9bc5-87483f701901-root {
    text-align: center;
  }


#s-ff1a18b0-f6df-4b85-9bc5-87483f701901.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ff1a18b0-f6df-4b85-9bc5-87483f701901-root {
    text-align: center;
  }


#s-ff1a18b0-f6df-4b85-9bc5-87483f701901.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
#s-4bf935cc-2487-4b0f-af6d-23251cdf6f62 {
  margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-4bf935cc-2487-4b0f-af6d-23251cdf6f62"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-4bf935cc-2487-4b0f-af6d-23251cdf6f62"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4bf935cc-2487-4b0f-af6d-23251cdf6f62"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4bf935cc-2487-4b0f-af6d-23251cdf6f62"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-ce8d7331-35bb-40c1-896e-a9012ddd651d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 4px;
}
#s-ce8d7331-35bb-40c1-896e-a9012ddd651d:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ce8d7331-35bb-40c1-896e-a9012ddd651d:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-ce8d7331-35bb-40c1-896e-a9012ddd651d-root {
    text-align: center;
  }


#s-ce8d7331-35bb-40c1-896e-a9012ddd651d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ce8d7331-35bb-40c1-896e-a9012ddd651d-root {
    text-align: center;
  }


#s-ce8d7331-35bb-40c1-896e-a9012ddd651d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ce8d7331-35bb-40c1-896e-a9012ddd651d-root {
    text-align: center;
  }


#s-ce8d7331-35bb-40c1-896e-a9012ddd651d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ce8d7331-35bb-40c1-896e-a9012ddd651d-root {
    text-align: center;
  }


#s-ce8d7331-35bb-40c1-896e-a9012ddd651d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ce8d7331-35bb-40c1-896e-a9012ddd651d-root {
    text-align: center;
  }


#s-ce8d7331-35bb-40c1-896e-a9012ddd651d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
#s-5fd288a7-efb1-47f1-a72c-8717f11ce1fe {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 4px;
}
#s-5fd288a7-efb1-47f1-a72c-8717f11ce1fe:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5fd288a7-efb1-47f1-a72c-8717f11ce1fe:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-5fd288a7-efb1-47f1-a72c-8717f11ce1fe-root {
    text-align: center;
  }


#s-5fd288a7-efb1-47f1-a72c-8717f11ce1fe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5fd288a7-efb1-47f1-a72c-8717f11ce1fe-root {
    text-align: center;
  }


#s-5fd288a7-efb1-47f1-a72c-8717f11ce1fe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5fd288a7-efb1-47f1-a72c-8717f11ce1fe-root {
    text-align: center;
  }


#s-5fd288a7-efb1-47f1-a72c-8717f11ce1fe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5fd288a7-efb1-47f1-a72c-8717f11ce1fe-root {
    text-align: center;
  }


#s-5fd288a7-efb1-47f1-a72c-8717f11ce1fe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5fd288a7-efb1-47f1-a72c-8717f11ce1fe-root {
    text-align: center;
  }


#s-5fd288a7-efb1-47f1-a72c-8717f11ce1fe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
#s-4648010b-d2ac-4de7-8725-5cff92ea0fe3 {
  min-height: 50px;
}








#s-4648010b-d2ac-4de7-8725-5cff92ea0fe3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4648010b-d2ac-4de7-8725-5cff92ea0fe3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7943ca41-55de-4f4f-b9c9-afe797226ab6 {
  min-height: 50px;
}








#s-7943ca41-55de-4f4f-b9c9-afe797226ab6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7943ca41-55de-4f4f-b9c9-afe797226ab6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad54e965-5ae0-4802-92eb-92c57f17d17e {
  margin-left: 200px;
margin-right: 200px;
min-height: 50px;
}
@media (max-width: 767px){#s-ad54e965-5ae0-4802-92eb-92c57f17d17e {
  margin-left: 50px;
margin-right: 50px;
}
}







#s-ad54e965-5ae0-4802-92eb-92c57f17d17e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad54e965-5ae0-4802-92eb-92c57f17d17e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60bbb3df-4797-4419-bb3e-f157ff5d2bda {
  text-align: left;
}

#s-d25bbd7c-ab1a-429c-92a6-38c0db2f1ae7 {
  background-image: url(https://i.shgcdn.com/2dbb6b58-365e-4cbf-a066-386f0a87b469/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-position: center center;
}

#s-d25bbd7c-ab1a-429c-92a6-38c0db2f1ae7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 5px;
  
}



#s-6636889c-7541-4841-9144-19fdb2b62b87 {
  text-align: left;
}

@media (min-width: 0px) {
[id="s-74c5d36f-a21e-46a5-b102-779b28975eee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74c5d36f-a21e-46a5-b102-779b28975eee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-74c5d36f-a21e-46a5-b102-779b28975eee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-74c5d36f-a21e-46a5-b102-779b28975eee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shg-hr-wrapper {
  padding: 30px 0;
}

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

@media (min-width: 1200px){#s-d11c974e-f006-44ac-98a3-f8d4fc71bc36 {
  display: none;
}
#s-d11c974e-f006-44ac-98a3-f8d4fc71bc36, #wrap-s-d11c974e-f006-44ac-98a3-f8d4fc71bc36 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d11c974e-f006-44ac-98a3-f8d4fc71bc36 {
  display: none;
}
#s-d11c974e-f006-44ac-98a3-f8d4fc71bc36, #wrap-s-d11c974e-f006-44ac-98a3-f8d4fc71bc36 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d11c974e-f006-44ac-98a3-f8d4fc71bc36 {
  display: none;
}
#s-d11c974e-f006-44ac-98a3-f8d4fc71bc36, #wrap-s-d11c974e-f006-44ac-98a3-f8d4fc71bc36 { display: none !important; }}
#s-d11c974e-f006-44ac-98a3-f8d4fc71bc36 hr {
  border-top: 2px solid rgba(201, 81, 85, 1);
}

@media (min-width: 1200px){#s-26e6b728-1704-4bb2-bb57-ac2560082fa5 {
  display: none;
}
#s-26e6b728-1704-4bb2-bb57-ac2560082fa5, #wrap-s-26e6b728-1704-4bb2-bb57-ac2560082fa5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-26e6b728-1704-4bb2-bb57-ac2560082fa5 {
  display: none;
}
#s-26e6b728-1704-4bb2-bb57-ac2560082fa5, #wrap-s-26e6b728-1704-4bb2-bb57-ac2560082fa5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-26e6b728-1704-4bb2-bb57-ac2560082fa5 {
  display: none;
}
#s-26e6b728-1704-4bb2-bb57-ac2560082fa5, #wrap-s-26e6b728-1704-4bb2-bb57-ac2560082fa5 { display: none !important; }}
#s-26e6b728-1704-4bb2-bb57-ac2560082fa5 hr {
  border-top: 2px solid rgba(201, 81, 85, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-7f0d76b8-0f4b-4376-893d-b350513b678a {
  display: unset;
}
#s-7f0d76b8-0f4b-4376-893d-b350513b678a, #wrap-s-7f0d76b8-0f4b-4376-893d-b350513b678a { display: unset !important; }}@media (max-width: 767px){#s-7f0d76b8-0f4b-4376-893d-b350513b678a {
  display: none;
}
#s-7f0d76b8-0f4b-4376-893d-b350513b678a, #wrap-s-7f0d76b8-0f4b-4376-893d-b350513b678a { display: none !important; }}
#s-7f0d76b8-0f4b-4376-893d-b350513b678a hr {
  border-top: 2px solid rgba(201, 81, 85, 1);
}

@media (max-width: 767px){#s-851e6bfe-c005-4cbb-86aa-2718b61b9d41 {
  display: none;
}
#s-851e6bfe-c005-4cbb-86aa-2718b61b9d41, #wrap-s-851e6bfe-c005-4cbb-86aa-2718b61b9d41 { display: none !important; }}
#s-851e6bfe-c005-4cbb-86aa-2718b61b9d41 hr {
  border-top: 2px solid rgba(201, 81, 85, 1);
}

#s-68cec5cd-00b1-4ead-baec-884a517ba553 {
  text-align: left;
}

#s-191e33df-ca49-47fd-83be-1054df53ed70 {
  margin-left: 200px;
margin-right: 200px;
min-height: 50px;
}
@media (max-width: 767px){#s-191e33df-ca49-47fd-83be-1054df53ed70 {
  margin-left: 50px;
margin-right: 50px;
}
}







#s-191e33df-ca49-47fd-83be-1054df53ed70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-191e33df-ca49-47fd-83be-1054df53ed70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dff92070-e074-4226-94fd-3ca0469c88e4 {
  background-image: url(https://i.shgcdn.com/2dbb6b58-365e-4cbf-a066-386f0a87b469/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-position: center center;
}

#s-dff92070-e074-4226-94fd-3ca0469c88e4 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 5px;
  
}



#s-448a4106-74d1-4152-8c5a-7d6b9fa5f486 {
  padding-bottom: 20px;
}

#s-34a76373-cec8-4d80-aef3-1f4ba370951a {
  min-height: 50px;
}








#s-34a76373-cec8-4d80-aef3-1f4ba370951a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34a76373-cec8-4d80-aef3-1f4ba370951a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e72d18f-3c34-4da9-9229-fd716559a11c {
  margin-left: 200px;
margin-right: 200px;
min-height: 50px;
}
@media (max-width: 767px){#s-6e72d18f-3c34-4da9-9229-fd716559a11c {
  margin-left: 50px;
margin-right: 50px;
}
}







#s-6e72d18f-3c34-4da9-9229-fd716559a11c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e72d18f-3c34-4da9-9229-fd716559a11c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9fb6d6d-0609-43bc-933c-202e2192de5a {
  text-align: left;
}

#s-3ced2c11-cd14-4524-9536-bc5d2e5458b6 {
  background-image: url(https://i.shgcdn.com/ab3fad13-dd83-4b26-8f1d-87d3989c6786/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-position: center center;
}

#s-3ced2c11-cd14-4524-9536-bc5d2e5458b6 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 5px;
  
}



@media (min-width: 0px) {
[id="s-2eea943f-01ad-40e1-ab99-dd03dd77d946"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-2eea943f-01ad-40e1-ab99-dd03dd77d946"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-2eea943f-01ad-40e1-ab99-dd03dd77d946"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-2eea943f-01ad-40e1-ab99-dd03dd77d946"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-30bca65a-9ec4-4e41-b869-e948e653db83 {
  padding-bottom: 20px;
}

#s-0dca0010-1077-4f28-978d-ccc8e4a43ad6 {
  padding-bottom: 20px;
}

#s-94867503-8409-46c5-bf1a-6d8e06ff6cc8 {
  padding-bottom: 20px;
}

#s-dea3e885-5359-41d3-b0a4-526948f9e208 {
  min-height: 50px;
}








#s-dea3e885-5359-41d3-b0a4-526948f9e208 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dea3e885-5359-41d3-b0a4-526948f9e208.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd680a08-d387-404c-9e0a-eec8aa9d5aa3 {
  margin-left: 200px;
margin-right: 200px;
min-height: 50px;
}
@media (max-width: 767px){#s-bd680a08-d387-404c-9e0a-eec8aa9d5aa3 {
  margin-left: 50px;
margin-right: 50px;
}
}







#s-bd680a08-d387-404c-9e0a-eec8aa9d5aa3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd680a08-d387-404c-9e0a-eec8aa9d5aa3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88b7bf60-5796-40ac-87e4-fe33ec75bfa2 {
  text-align: left;
}

#s-937d4484-38f2-4bea-8997-338913bf322e {
  background-image: url(https://i.shgcdn.com/14e511df-93fc-44df-9e62-4f746bd9b92c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-position: center center;
}

#s-937d4484-38f2-4bea-8997-338913bf322e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 5px;
  
}



#s-139ad251-9afc-484b-b5cd-07011c6a1270 {
  min-height: 50px;
}








#s-139ad251-9afc-484b-b5cd-07011c6a1270 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-139ad251-9afc-484b-b5cd-07011c6a1270.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0150506a-173c-4b49-ac85-dd57100f44a6 {
  margin-left: 200px;
margin-right: 200px;
min-height: 50px;
}
@media (max-width: 767px){#s-0150506a-173c-4b49-ac85-dd57100f44a6 {
  margin-left: 50px;
margin-right: 50px;
}
}







#s-0150506a-173c-4b49-ac85-dd57100f44a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0150506a-173c-4b49-ac85-dd57100f44a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33d9ac45-7f80-4df3-a570-c596f629cf7c {
  text-align: left;
}

#s-bc6d40aa-1753-452d-9c82-499dcecab287 {
  background-image: url(https://i.shgcdn.com/84220c8f-135b-44ef-af67-c5986e7bced5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-position: center center;
}

#s-bc6d40aa-1753-452d-9c82-499dcecab287 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 5px;
  
}



#s-2ac739bd-7757-4b7e-97eb-0e8ebb2691aa {
  min-height: 50px;
}








#s-2ac739bd-7757-4b7e-97eb-0e8ebb2691aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ac739bd-7757-4b7e-97eb-0e8ebb2691aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fcea6656-373d-42cb-9477-017485efeda5 {
  margin-left: 200px;
margin-right: 200px;
min-height: 50px;
}
@media (max-width: 767px){#s-fcea6656-373d-42cb-9477-017485efeda5 {
  margin-left: 50px;
margin-right: 50px;
}
}







#s-fcea6656-373d-42cb-9477-017485efeda5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fcea6656-373d-42cb-9477-017485efeda5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19ad7648-2268-4279-988b-c0f80515b36c {
  text-align: left;
}

#s-c0a2a43b-1c3c-4a8b-be97-5d9b3042c8a7 {
  background-image: url(https://i.shgcdn.com/bb884275-b27a-4104-bddb-1683ab461aa3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-position: center center;
}

#s-c0a2a43b-1c3c-4a8b-be97-5d9b3042c8a7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 5px;
  
}



#s-392d8d83-50ed-4105-a4bf-8729ece120e0 {
  min-height: 50px;
}








#s-392d8d83-50ed-4105-a4bf-8729ece120e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-392d8d83-50ed-4105-a4bf-8729ece120e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70672f1e-7a33-427f-81a1-5f5aa5f715a3 {
  margin-left: 200px;
margin-right: 200px;
min-height: 50px;
}
@media (max-width: 767px){#s-70672f1e-7a33-427f-81a1-5f5aa5f715a3 {
  margin-left: 50px;
margin-right: 50px;
}
}







#s-70672f1e-7a33-427f-81a1-5f5aa5f715a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70672f1e-7a33-427f-81a1-5f5aa5f715a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71324ac2-29a9-4d81-b537-ee586b237461 {
  text-align: left;
}

#s-c3b765af-6516-4e28-a2d2-90c12e669b1e {
  background-image: url(https://i.shgcdn.com/40720a01-3d6f-4f80-9685-94d8d14e0c88/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-position: center center;
}

#s-c3b765af-6516-4e28-a2d2-90c12e669b1e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 5px;
  
}



#s-474f8d62-feb4-41d7-ae0a-9920e893f158 {
  min-height: 50px;
}








#s-474f8d62-feb4-41d7-ae0a-9920e893f158 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-474f8d62-feb4-41d7-ae0a-9920e893f158.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9cba4b82-264a-450a-bec3-f725b2c56ae8 {
  margin-left: 200px;
margin-right: 200px;
min-height: 50px;
}
@media (max-width: 767px){#s-9cba4b82-264a-450a-bec3-f725b2c56ae8 {
  margin-left: 50px;
margin-right: 50px;
}
}







#s-9cba4b82-264a-450a-bec3-f725b2c56ae8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9cba4b82-264a-450a-bec3-f725b2c56ae8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-310a247a-a6ae-461c-91b0-339986cf39fd hr {
  border-top: 2px solid #ddd;
}

@media (max-width: 767px){#s-96477e7d-8732-40f5-92a4-19b6c7a5c9b4 {
  padding-bottom: 20px;
}
}
#s-0632878c-9d78-4bfd-b7f9-fe9809b1d7ea {
  min-height: 50px;
}








#s-0632878c-9d78-4bfd-b7f9-fe9809b1d7ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0632878c-9d78-4bfd-b7f9-fe9809b1d7ea.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}
