.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-91521ac3-15a3-4e9f-a485-31cf32ac51db {
  min-height: 50px;
}
@media (min-width: 1200px){#s-91521ac3-15a3-4e9f-a485-31cf32ac51db {
  display: none;
}
#s-91521ac3-15a3-4e9f-a485-31cf32ac51db, #wrap-s-91521ac3-15a3-4e9f-a485-31cf32ac51db { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-91521ac3-15a3-4e9f-a485-31cf32ac51db {
  display: none;
}
#s-91521ac3-15a3-4e9f-a485-31cf32ac51db, #wrap-s-91521ac3-15a3-4e9f-a485-31cf32ac51db { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-91521ac3-15a3-4e9f-a485-31cf32ac51db {
  display: none;
}
#s-91521ac3-15a3-4e9f-a485-31cf32ac51db, #wrap-s-91521ac3-15a3-4e9f-a485-31cf32ac51db { display: none !important; }}







#s-91521ac3-15a3-4e9f-a485-31cf32ac51db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91521ac3-15a3-4e9f-a485-31cf32ac51db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f4f4e1a-9129-4072-b0aa-e0c744f5fdbd {
  min-height: 50px;
}








#s-0f4f4e1a-9129-4072-b0aa-e0c744f5fdbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f4f4e1a-9129-4072-b0aa-e0c744f5fdbd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb4cd1d1-48f9-4a86-92c8-664a7b139023 {
  min-height: 50px;
}








#s-eb4cd1d1-48f9-4a86-92c8-664a7b139023 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb4cd1d1-48f9-4a86-92c8-664a7b139023.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6167f00-7826-42ca-ab83-0800c07a86d3 {
  min-height: 50px;
}








#s-f6167f00-7826-42ca-ab83-0800c07a86d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6167f00-7826-42ca-ab83-0800c07a86d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-a0b59529-db4d-41b1-aec4-36b17f20ad65 {
  padding-top: 10px;
padding-bottom: 20px;
}

#s-a0b59529-db4d-41b1-aec4-36b17f20ad65 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a0b59529-db4d-41b1-aec4-36b17f20ad65 .shg-sld-nav-button.shg-sld-left,
#s-a0b59529-db4d-41b1-aec4-36b17f20ad65 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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-db1b1516-2d78-4e63-91ca-8791f4e09b1b {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-db1b1516-2d78-4e63-91ca-8791f4e09b1b img.shogun-image,
  #s-db1b1516-2d78-4e63-91ca-8791f4e09b1b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db1b1516-2d78-4e63-91ca-8791f4e09b1b {
    width: 100%;
    height: auto;
  }

  #s-db1b1516-2d78-4e63-91ca-8791f4e09b1b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db1b1516-2d78-4e63-91ca-8791f4e09b1b.shogun-image {
    
    
  }


.s-db1b1516-2d78-4e63-91ca-8791f4e09b1b .shogun-image-content {
  
    align-items: center;
  
}

.s-db1b1516-2d78-4e63-91ca-8791f4e09b1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db1b1516-2d78-4e63-91ca-8791f4e09b1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db1b1516-2d78-4e63-91ca-8791f4e09b1b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db1b1516-2d78-4e63-91ca-8791f4e09b1b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db1b1516-2d78-4e63-91ca-8791f4e09b1b.shogun-image-container {
      position: relative;
    }

    .s-db1b1516-2d78-4e63-91ca-8791f4e09b1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db1b1516-2d78-4e63-91ca-8791f4e09b1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db1b1516-2d78-4e63-91ca-8791f4e09b1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-db1b1516-2d78-4e63-91ca-8791f4e09b1b img.shogun-image,
  #s-db1b1516-2d78-4e63-91ca-8791f4e09b1b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db1b1516-2d78-4e63-91ca-8791f4e09b1b {
    width: 100%;
    height: auto;
  }

  #s-db1b1516-2d78-4e63-91ca-8791f4e09b1b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db1b1516-2d78-4e63-91ca-8791f4e09b1b.shogun-image {
    
    
  }


.s-db1b1516-2d78-4e63-91ca-8791f4e09b1b .shogun-image-content {
  
    align-items: center;
  
}

.s-db1b1516-2d78-4e63-91ca-8791f4e09b1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db1b1516-2d78-4e63-91ca-8791f4e09b1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db1b1516-2d78-4e63-91ca-8791f4e09b1b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db1b1516-2d78-4e63-91ca-8791f4e09b1b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db1b1516-2d78-4e63-91ca-8791f4e09b1b.shogun-image-container {
      position: relative;
    }

    .s-db1b1516-2d78-4e63-91ca-8791f4e09b1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db1b1516-2d78-4e63-91ca-8791f4e09b1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db1b1516-2d78-4e63-91ca-8791f4e09b1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-db1b1516-2d78-4e63-91ca-8791f4e09b1b img.shogun-image,
  #s-db1b1516-2d78-4e63-91ca-8791f4e09b1b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db1b1516-2d78-4e63-91ca-8791f4e09b1b {
    width: 100%;
    height: auto;
  }

  #s-db1b1516-2d78-4e63-91ca-8791f4e09b1b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db1b1516-2d78-4e63-91ca-8791f4e09b1b.shogun-image {
    
    
  }


.s-db1b1516-2d78-4e63-91ca-8791f4e09b1b .shogun-image-content {
  
    align-items: center;
  
}

.s-db1b1516-2d78-4e63-91ca-8791f4e09b1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db1b1516-2d78-4e63-91ca-8791f4e09b1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db1b1516-2d78-4e63-91ca-8791f4e09b1b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db1b1516-2d78-4e63-91ca-8791f4e09b1b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db1b1516-2d78-4e63-91ca-8791f4e09b1b.shogun-image-container {
      position: relative;
    }

    .s-db1b1516-2d78-4e63-91ca-8791f4e09b1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db1b1516-2d78-4e63-91ca-8791f4e09b1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db1b1516-2d78-4e63-91ca-8791f4e09b1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-db1b1516-2d78-4e63-91ca-8791f4e09b1b img.shogun-image,
  #s-db1b1516-2d78-4e63-91ca-8791f4e09b1b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db1b1516-2d78-4e63-91ca-8791f4e09b1b {
    width: 100%;
    height: auto;
  }

  #s-db1b1516-2d78-4e63-91ca-8791f4e09b1b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db1b1516-2d78-4e63-91ca-8791f4e09b1b.shogun-image {
    
    
  }


.s-db1b1516-2d78-4e63-91ca-8791f4e09b1b .shogun-image-content {
  
    align-items: center;
  
}

.s-db1b1516-2d78-4e63-91ca-8791f4e09b1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db1b1516-2d78-4e63-91ca-8791f4e09b1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db1b1516-2d78-4e63-91ca-8791f4e09b1b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db1b1516-2d78-4e63-91ca-8791f4e09b1b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db1b1516-2d78-4e63-91ca-8791f4e09b1b.shogun-image-container {
      position: relative;
    }

    .s-db1b1516-2d78-4e63-91ca-8791f4e09b1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db1b1516-2d78-4e63-91ca-8791f4e09b1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db1b1516-2d78-4e63-91ca-8791f4e09b1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-db1b1516-2d78-4e63-91ca-8791f4e09b1b img.shogun-image,
  #s-db1b1516-2d78-4e63-91ca-8791f4e09b1b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db1b1516-2d78-4e63-91ca-8791f4e09b1b {
    width: 100%;
    height: auto;
  }

  #s-db1b1516-2d78-4e63-91ca-8791f4e09b1b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db1b1516-2d78-4e63-91ca-8791f4e09b1b.shogun-image {
    
    
  }


.s-db1b1516-2d78-4e63-91ca-8791f4e09b1b .shogun-image-content {
  
    align-items: center;
  
}

.s-db1b1516-2d78-4e63-91ca-8791f4e09b1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db1b1516-2d78-4e63-91ca-8791f4e09b1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db1b1516-2d78-4e63-91ca-8791f4e09b1b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db1b1516-2d78-4e63-91ca-8791f4e09b1b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db1b1516-2d78-4e63-91ca-8791f4e09b1b.shogun-image-container {
      position: relative;
    }

    .s-db1b1516-2d78-4e63-91ca-8791f4e09b1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db1b1516-2d78-4e63-91ca-8791f4e09b1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db1b1516-2d78-4e63-91ca-8791f4e09b1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.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-45b5ad83-186e-449b-beae-7791cdbfd2e1 {
  text-align: center;
}







  #s-45b5ad83-186e-449b-beae-7791cdbfd2e1 img.shogun-image {
    

    
    
    
  }


#s-45b5ad83-186e-449b-beae-7791cdbfd2e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ac454f2-c36b-401e-a0a5-2cf97ca16282 {
  text-align: center;
}







  #s-0ac454f2-c36b-401e-a0a5-2cf97ca16282 img.shogun-image {
    

    
    
    
  }


#s-0ac454f2-c36b-401e-a0a5-2cf97ca16282 .shogun-image-content {
  
    align-items: center;
  
}

#s-8272e3f6-ba13-4c14-b279-5d0d4c8a9a34 {
  text-align: center;
}







  #s-8272e3f6-ba13-4c14-b279-5d0d4c8a9a34 img.shogun-image {
    

    
    
    
  }


#s-8272e3f6-ba13-4c14-b279-5d0d4c8a9a34 .shogun-image-content {
  
    align-items: center;
  
}

#s-45180927-8e44-4785-abe0-76bcbd9dbb8c {
  text-align: center;
}







  #s-45180927-8e44-4785-abe0-76bcbd9dbb8c img.shogun-image {
    

    
    
    
  }


#s-45180927-8e44-4785-abe0-76bcbd9dbb8c .shogun-image-content {
  
    align-items: center;
  
}

#s-c6f9b1a2-bb5c-4732-8ac6-ccec4cf4ee37 {
  text-align: center;
}







  #s-c6f9b1a2-bb5c-4732-8ac6-ccec4cf4ee37 img.shogun-image {
    

    
    
    
  }


#s-c6f9b1a2-bb5c-4732-8ac6-ccec4cf4ee37 .shogun-image-content {
  
    align-items: center;
  
}

#s-931c4c2f-1a0e-49e0-a940-a49aabe48223 {
  text-align: center;
}







  #s-931c4c2f-1a0e-49e0-a940-a49aabe48223 img.shogun-image {
    

    
    
    
  }


#s-931c4c2f-1a0e-49e0-a940-a49aabe48223 .shogun-image-content {
  
    align-items: center;
  
}

#s-d62f4002-f1f8-4bfa-895f-383d211a672e {
  text-align: center;
}







  #s-d62f4002-f1f8-4bfa-895f-383d211a672e img.shogun-image {
    

    
    
    
  }


#s-d62f4002-f1f8-4bfa-895f-383d211a672e .shogun-image-content {
  
    align-items: center;
  
}

#s-902cfb5a-7496-48cc-bd26-2f651336a947 {
  text-align: center;
}







  #s-902cfb5a-7496-48cc-bd26-2f651336a947 img.shogun-image {
    

    
    
    
  }


#s-902cfb5a-7496-48cc-bd26-2f651336a947 .shogun-image-content {
  
    align-items: center;
  
}

#s-bbc9a871-8936-4b3c-8e6a-54c320bae1a9 {
  text-align: center;
}







  #s-bbc9a871-8936-4b3c-8e6a-54c320bae1a9 img.shogun-image {
    

    
    
    
  }


#s-bbc9a871-8936-4b3c-8e6a-54c320bae1a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-88f51a30-fda7-4ba4-83fe-0cbcd8cd1671 {
  text-align: center;
}







  #s-88f51a30-fda7-4ba4-83fe-0cbcd8cd1671 img.shogun-image {
    

    
    
    
  }


#s-88f51a30-fda7-4ba4-83fe-0cbcd8cd1671 .shogun-image-content {
  
    align-items: center;
  
}

#s-e358a100-52af-4d28-9f86-7a76aced19be {
  text-align: center;
}







  #s-e358a100-52af-4d28-9f86-7a76aced19be img.shogun-image {
    

    
    
    
  }


#s-e358a100-52af-4d28-9f86-7a76aced19be .shogun-image-content {
  
    align-items: center;
  
}

#s-084876ac-1079-40b5-a858-d553189c042a {
  text-align: center;
}







  #s-084876ac-1079-40b5-a858-d553189c042a img.shogun-image {
    

    
    
    
  }


#s-084876ac-1079-40b5-a858-d553189c042a .shogun-image-content {
  
    align-items: center;
  
}

#s-2640fab5-b257-4431-81ff-1be1c0611827 {
  text-align: center;
}







  #s-2640fab5-b257-4431-81ff-1be1c0611827 img.shogun-image {
    

    
    
    
  }


#s-2640fab5-b257-4431-81ff-1be1c0611827 .shogun-image-content {
  
    align-items: center;
  
}

#s-d1a7fa5c-d02e-4ebb-a1f2-a3385e352c77 {
  text-align: center;
}







  #s-d1a7fa5c-d02e-4ebb-a1f2-a3385e352c77 img.shogun-image {
    

    
    
    
  }


#s-d1a7fa5c-d02e-4ebb-a1f2-a3385e352c77 .shogun-image-content {
  
    align-items: center;
  
}

#s-74527bd3-27d8-48c1-be49-1a66bff5aaa5 {
  text-align: center;
}







  #s-74527bd3-27d8-48c1-be49-1a66bff5aaa5 img.shogun-image {
    

    
    
    
  }


#s-74527bd3-27d8-48c1-be49-1a66bff5aaa5 .shogun-image-content {
  
    align-items: center;
  
}

#s-3114d527-160e-4cdf-b115-db180c2991a6 {
  text-align: center;
}







  #s-3114d527-160e-4cdf-b115-db180c2991a6 img.shogun-image {
    

    
    
    
  }


#s-3114d527-160e-4cdf-b115-db180c2991a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-f188b10d-e989-4d59-8e9c-b71925b3a61f {
  text-align: center;
}







  #s-f188b10d-e989-4d59-8e9c-b71925b3a61f img.shogun-image {
    

    
    
    
  }


#s-f188b10d-e989-4d59-8e9c-b71925b3a61f .shogun-image-content {
  
    align-items: center;
  
}

#s-9aa67393-9bd5-4547-8f7a-231416edb3ff {
  text-align: center;
}







  #s-9aa67393-9bd5-4547-8f7a-231416edb3ff img.shogun-image {
    

    
    
    
  }


#s-9aa67393-9bd5-4547-8f7a-231416edb3ff .shogun-image-content {
  
    align-items: center;
  
}

#s-1eef463f-164a-4e40-81e5-acb900875a37 {
  text-align: center;
}







  #s-1eef463f-164a-4e40-81e5-acb900875a37 img.shogun-image {
    

    
    
    
  }


#s-1eef463f-164a-4e40-81e5-acb900875a37 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7a41a4f-7526-4652-a507-4ae3779f7167 {
  text-align: center;
}







  #s-e7a41a4f-7526-4652-a507-4ae3779f7167 img.shogun-image {
    

    
    
    
  }


#s-e7a41a4f-7526-4652-a507-4ae3779f7167 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a10d5a0-9354-4740-a48a-73403af76860 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-7a10d5a0-9354-4740-a48a-73403af76860 img.shogun-image,
  #s-7a10d5a0-9354-4740-a48a-73403af76860 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a10d5a0-9354-4740-a48a-73403af76860 {
    width: 100%;
    height: auto;
  }



  #s-7a10d5a0-9354-4740-a48a-73403af76860 img.shogun-image {
    

    
    
    
  }


#s-7a10d5a0-9354-4740-a48a-73403af76860 .shogun-image-content {
  
    align-items: center;
  
}

#s-25fd0a5d-6f12-454f-8e53-3ae786dc5093 {
  text-align: center;
}







  #s-25fd0a5d-6f12-454f-8e53-3ae786dc5093 img.shogun-image {
    

    
    
    
  }


#s-25fd0a5d-6f12-454f-8e53-3ae786dc5093 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd0b5e37-0c98-4db0-a0b3-b96179325d73 {
  text-align: center;
}







  #s-fd0b5e37-0c98-4db0-a0b3-b96179325d73 img.shogun-image {
    

    
    
    
  }


#s-fd0b5e37-0c98-4db0-a0b3-b96179325d73 .shogun-image-content {
  
    align-items: center;
  
}

#s-53e14db8-561a-4655-a6f1-50bb5f3a07e4 {
  text-align: center;
}







  #s-53e14db8-561a-4655-a6f1-50bb5f3a07e4 img.shogun-image {
    

    
    
    
  }


#s-53e14db8-561a-4655-a6f1-50bb5f3a07e4 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-3acc6bb5-283a-4223-87a7-960d1b0bea1c hr {
  border-top: 290px solid rgba(221, 221, 221, 0);
}

.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-b9afca11-2d80-4beb-a4c7-8a0b3890f393 {
  border-style: solid;
margin-right: 200px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 134, 134, 1);
}
#s-b9afca11-2d80-4beb-a4c7-8a0b3890f393:hover {border-style: solid !important;
border-color: rgba(255, 134, 134, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 134, 134, 1) !important;}#s-b9afca11-2d80-4beb-a4c7-8a0b3890f393:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 134, 134, 1) !important;}

  #s-b9afca11-2d80-4beb-a4c7-8a0b3890f393-root {
    text-align: center;
  }


#s-b9afca11-2d80-4beb-a4c7-8a0b3890f393.shg-btn {
  color: rgba(255, 134, 134, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b9afca11-2d80-4beb-a4c7-8a0b3890f393-root {
    text-align: center;
  }


#s-b9afca11-2d80-4beb-a4c7-8a0b3890f393.shg-btn {
  color: rgba(255, 134, 134, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b9afca11-2d80-4beb-a4c7-8a0b3890f393-root {
    text-align: center;
  }


#s-b9afca11-2d80-4beb-a4c7-8a0b3890f393.shg-btn {
  color: rgba(255, 134, 134, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b9afca11-2d80-4beb-a4c7-8a0b3890f393-root {
    text-align: center;
  }


#s-b9afca11-2d80-4beb-a4c7-8a0b3890f393.shg-btn {
  color: rgba(255, 134, 134, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b9afca11-2d80-4beb-a4c7-8a0b3890f393-root {
    text-align: center;
  }


#s-b9afca11-2d80-4beb-a4c7-8a0b3890f393.shg-btn {
  color: rgba(255, 134, 134, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-9fcb1e37-e4df-4c89-aa1a-6f3704b26be4 {
  text-align: center;
}







  #s-9fcb1e37-e4df-4c89-aa1a-6f3704b26be4 img.shogun-image {
    

    
    
    
  }


#s-9fcb1e37-e4df-4c89-aa1a-6f3704b26be4 .shogun-image-content {
  
    align-items: center;
  
}

#s-0d89e681-2f09-41d7-a646-bc84b3f1551e hr {
  border-top: 320px solid rgba(221, 221, 221, 0);
}

#s-b04e03c9-56b1-4dd2-a8d3-7689e3e3dbd8 {
  border-style: solid;
margin-top: 40px;
margin-left: 140px;
margin-bottom: 40px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(185, 9, 9, 1);
border-radius: 2px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(241, 103, 35, 1);
}
#s-b04e03c9-56b1-4dd2-a8d3-7689e3e3dbd8:hover {border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: rgba(241, 103, 35, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(241, 103, 35, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b04e03c9-56b1-4dd2-a8d3-7689e3e3dbd8:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(241, 103, 35, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-b04e03c9-56b1-4dd2-a8d3-7689e3e3dbd8-root {
    text-align: center;
  }


#s-b04e03c9-56b1-4dd2-a8d3-7689e3e3dbd8.shg-btn {
  color: rgba(241, 103, 35, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b04e03c9-56b1-4dd2-a8d3-7689e3e3dbd8-root {
    text-align: center;
  }


#s-b04e03c9-56b1-4dd2-a8d3-7689e3e3dbd8.shg-btn {
  color: rgba(241, 103, 35, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b04e03c9-56b1-4dd2-a8d3-7689e3e3dbd8-root {
    text-align: center;
  }


#s-b04e03c9-56b1-4dd2-a8d3-7689e3e3dbd8.shg-btn {
  color: rgba(241, 103, 35, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b04e03c9-56b1-4dd2-a8d3-7689e3e3dbd8-root {
    text-align: center;
  }


#s-b04e03c9-56b1-4dd2-a8d3-7689e3e3dbd8.shg-btn {
  color: rgba(241, 103, 35, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b04e03c9-56b1-4dd2-a8d3-7689e3e3dbd8-root {
    text-align: center;
  }


#s-b04e03c9-56b1-4dd2-a8d3-7689e3e3dbd8.shg-btn {
  color: rgba(241, 103, 35, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-f8c331de-3b8d-4e31-aed5-4fff13d03673 {
  text-align: center;
}







  #s-f8c331de-3b8d-4e31-aed5-4fff13d03673 img.shogun-image {
    

    
    
    
  }


#s-f8c331de-3b8d-4e31-aed5-4fff13d03673 .shogun-image-content {
  
    align-items: center;
  
}

#s-b09d7353-20ee-4349-8340-09081d2ac419 hr {
  border-top: 310px solid rgba(221, 221, 221, 0);
}

#s-f748fc5b-ab44-4d72-b33a-483caecef09f {
  border-style: solid;
padding-left: 20px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(241, 103, 35, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f748fc5b-ab44-4d72-b33a-483caecef09f:hover {border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: rgba(241, 103, 35, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(241, 103, 35, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f748fc5b-ab44-4d72-b33a-483caecef09f:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(241, 103, 35, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-f748fc5b-ab44-4d72-b33a-483caecef09f-root {
    text-align: center;
  }


#s-f748fc5b-ab44-4d72-b33a-483caecef09f.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f748fc5b-ab44-4d72-b33a-483caecef09f-root {
    text-align: center;
  }


#s-f748fc5b-ab44-4d72-b33a-483caecef09f.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f748fc5b-ab44-4d72-b33a-483caecef09f-root {
    text-align: center;
  }


#s-f748fc5b-ab44-4d72-b33a-483caecef09f.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f748fc5b-ab44-4d72-b33a-483caecef09f-root {
    text-align: center;
  }


#s-f748fc5b-ab44-4d72-b33a-483caecef09f.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f748fc5b-ab44-4d72-b33a-483caecef09f-root {
    text-align: center;
  }


#s-f748fc5b-ab44-4d72-b33a-483caecef09f.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
}
#s-c86cae09-8ed4-4589-803e-6ba353ddc53d {
  text-align: center;
}







  #s-c86cae09-8ed4-4589-803e-6ba353ddc53d img.shogun-image {
    

    
    
    
  }


#s-c86cae09-8ed4-4589-803e-6ba353ddc53d .shogun-image-content {
  
    align-items: center;
  
}

#s-076349ef-18c7-46df-af56-bddf7726bbd8 hr {
  border-top: 310px solid rgba(255, 255, 255, 0);
}

#s-e19609a8-4043-4412-acb0-5d4b48e83bcd {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-e19609a8-4043-4412-acb0-5d4b48e83bcd:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e19609a8-4043-4412-acb0-5d4b48e83bcd:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-e19609a8-4043-4412-acb0-5d4b48e83bcd-root {
    text-align: center;
  }


#s-e19609a8-4043-4412-acb0-5d4b48e83bcd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e19609a8-4043-4412-acb0-5d4b48e83bcd-root {
    text-align: center;
  }


#s-e19609a8-4043-4412-acb0-5d4b48e83bcd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e19609a8-4043-4412-acb0-5d4b48e83bcd-root {
    text-align: center;
  }


#s-e19609a8-4043-4412-acb0-5d4b48e83bcd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e19609a8-4043-4412-acb0-5d4b48e83bcd-root {
    text-align: center;
  }


#s-e19609a8-4043-4412-acb0-5d4b48e83bcd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e19609a8-4043-4412-acb0-5d4b48e83bcd-root {
    text-align: center;
  }


#s-e19609a8-4043-4412-acb0-5d4b48e83bcd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-cf94d7a3-b90a-4cc3-b0fa-aea2fd862852 {
  text-align: center;
}







  #s-cf94d7a3-b90a-4cc3-b0fa-aea2fd862852 img.shogun-image {
    

    
    
    
  }


#s-cf94d7a3-b90a-4cc3-b0fa-aea2fd862852 .shogun-image-content {
  
    align-items: center;
  
}

#s-340ba601-5a88-4daa-b079-239c018effbd {
  text-align: center;
}







  #s-340ba601-5a88-4daa-b079-239c018effbd img.shogun-image {
    

    
    
    
  }


#s-340ba601-5a88-4daa-b079-239c018effbd .shogun-image-content {
  
    align-items: center;
  
}

#s-60a02e53-a678-4d3a-98f1-b51e465908b2 {
  text-align: center;
}







  #s-60a02e53-a678-4d3a-98f1-b51e465908b2 img.shogun-image {
    

    
    
    
  }


#s-60a02e53-a678-4d3a-98f1-b51e465908b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-5464e6c4-7f88-40e7-8b11-d72eb6c96534 {
  margin-left: 3px;
margin-right: 3px;
}

#s-5464e6c4-7f88-40e7-8b11-d72eb6c96534 hr {
  border-top: 260px solid rgba(255, 255, 255, 0);
}

#s-9678f180-a967-445c-8c8f-9f584e2d4ba3 {
  border-style: solid;
margin-top: 4px;
margin-left: 35px;
margin-bottom: 62px;
margin-right: 35px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(183, 25, 28, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center undefined;
}
#s-9678f180-a967-445c-8c8f-9f584e2d4ba3:hover {border-style: solid !important;
border-color: rgba(183, 25, 28, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(183, 25, 28, 1) !important;}#s-9678f180-a967-445c-8c8f-9f584e2d4ba3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9678f180-a967-445c-8c8f-9f584e2d4ba3-root {
    text-align: right;
  }


#s-9678f180-a967-445c-8c8f-9f584e2d4ba3.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9678f180-a967-445c-8c8f-9f584e2d4ba3-root {
    text-align: right;
  }


#s-9678f180-a967-445c-8c8f-9f584e2d4ba3.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9678f180-a967-445c-8c8f-9f584e2d4ba3-root {
    text-align: right;
  }


#s-9678f180-a967-445c-8c8f-9f584e2d4ba3.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9678f180-a967-445c-8c8f-9f584e2d4ba3-root {
    text-align: right;
  }


#s-9678f180-a967-445c-8c8f-9f584e2d4ba3.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9678f180-a967-445c-8c8f-9f584e2d4ba3-root {
    text-align: right;
  }


#s-9678f180-a967-445c-8c8f-9f584e2d4ba3.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
}
#s-54a67132-1615-4e6c-9349-93d071563634 {
  text-align: center;
}







  #s-54a67132-1615-4e6c-9349-93d071563634 img.shogun-image {
    

    
    
    
  }


#s-54a67132-1615-4e6c-9349-93d071563634 .shogun-image-content {
  
    align-items: center;
  
}

#s-707e711c-9a7b-4030-8cfd-4427a258f609 {
  text-align: center;
}







  #s-707e711c-9a7b-4030-8cfd-4427a258f609 img.shogun-image {
    

    
    
    
  }


#s-707e711c-9a7b-4030-8cfd-4427a258f609 .shogun-image-content {
  
    align-items: center;
  
}

#s-9268a8c5-5aa1-4b90-9c0a-e8ebfe55aa71 {
  margin-top: 400px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 3px;
}
#s-9268a8c5-5aa1-4b90-9c0a-e8ebfe55aa71:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9268a8c5-5aa1-4b90-9c0a-e8ebfe55aa71:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9268a8c5-5aa1-4b90-9c0a-e8ebfe55aa71-root {
    text-align: center;
  }


#s-9268a8c5-5aa1-4b90-9c0a-e8ebfe55aa71.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9268a8c5-5aa1-4b90-9c0a-e8ebfe55aa71-root {
    text-align: center;
  }


#s-9268a8c5-5aa1-4b90-9c0a-e8ebfe55aa71.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9268a8c5-5aa1-4b90-9c0a-e8ebfe55aa71-root {
    text-align: center;
  }


#s-9268a8c5-5aa1-4b90-9c0a-e8ebfe55aa71.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9268a8c5-5aa1-4b90-9c0a-e8ebfe55aa71-root {
    text-align: center;
  }


#s-9268a8c5-5aa1-4b90-9c0a-e8ebfe55aa71.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9268a8c5-5aa1-4b90-9c0a-e8ebfe55aa71-root {
    text-align: center;
  }


#s-9268a8c5-5aa1-4b90-9c0a-e8ebfe55aa71.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-93900d7a-b4e6-4e14-b31a-fb1e5d9111cd {
  text-align: center;
}







  #s-93900d7a-b4e6-4e14-b31a-fb1e5d9111cd img.shogun-image {
    

    
    
    
  }


#s-93900d7a-b4e6-4e14-b31a-fb1e5d9111cd .shogun-image-content {
  
    align-items: center;
  
}

#s-b4019292-ccaf-418e-be03-49de91d53a4e {
  margin-top: 170px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 231, 61, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b4019292-ccaf-418e-be03-49de91d53a4e:hover {border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: rgba(255, 231, 61, 1) !important;
border-radius: 2px !important;
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-b4019292-ccaf-418e-be03-49de91d53a4e: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-b4019292-ccaf-418e-be03-49de91d53a4e-root {
    text-align: center;
  }


#s-b4019292-ccaf-418e-be03-49de91d53a4e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b4019292-ccaf-418e-be03-49de91d53a4e-root {
    text-align: center;
  }


#s-b4019292-ccaf-418e-be03-49de91d53a4e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b4019292-ccaf-418e-be03-49de91d53a4e-root {
    text-align: center;
  }


#s-b4019292-ccaf-418e-be03-49de91d53a4e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b4019292-ccaf-418e-be03-49de91d53a4e-root {
    text-align: center;
  }


#s-b4019292-ccaf-418e-be03-49de91d53a4e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b4019292-ccaf-418e-be03-49de91d53a4e-root {
    text-align: center;
  }


#s-b4019292-ccaf-418e-be03-49de91d53a4e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-c9e9a3a9-51f2-4ad6-abfd-92b9943f1944 {
  text-align: center;
}







  #s-c9e9a3a9-51f2-4ad6-abfd-92b9943f1944 img.shogun-image {
    

    
    
    
  }


#s-c9e9a3a9-51f2-4ad6-abfd-92b9943f1944 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6f2f031-4618-4a16-8d92-63865bd065b9 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-51880a84-3e29-49a5-85a3-aa9dada8ffdd {
  margin-top: 200px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 3px;
}
#s-51880a84-3e29-49a5-85a3-aa9dada8ffdd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-51880a84-3e29-49a5-85a3-aa9dada8ffdd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-51880a84-3e29-49a5-85a3-aa9dada8ffdd-root {
    text-align: center;
  }


#s-51880a84-3e29-49a5-85a3-aa9dada8ffdd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-51880a84-3e29-49a5-85a3-aa9dada8ffdd-root {
    text-align: center;
  }


#s-51880a84-3e29-49a5-85a3-aa9dada8ffdd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-51880a84-3e29-49a5-85a3-aa9dada8ffdd-root {
    text-align: center;
  }


#s-51880a84-3e29-49a5-85a3-aa9dada8ffdd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-51880a84-3e29-49a5-85a3-aa9dada8ffdd-root {
    text-align: center;
  }


#s-51880a84-3e29-49a5-85a3-aa9dada8ffdd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-51880a84-3e29-49a5-85a3-aa9dada8ffdd-root {
    text-align: center;
  }


#s-51880a84-3e29-49a5-85a3-aa9dada8ffdd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-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-25a0c6da-2ac3-42be-b474-dd0ff5415fef {
  margin-left: 15px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-25a0c6da-2ac3-42be-b474-dd0ff5415fef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-25a0c6da-2ac3-42be-b474-dd0ff5415fef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-25a0c6da-2ac3-42be-b474-dd0ff5415fef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-25a0c6da-2ac3-42be-b474-dd0ff5415fef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-3e2e503a-3e3f-4f60-b56d-07dbcb2d8671 {
  border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(237, 32, 36, 1);
text-align: center;
}







  #s-3e2e503a-3e3f-4f60-b56d-07dbcb2d8671 img.shogun-image {
    

    
    
    
  }


#s-3e2e503a-3e3f-4f60-b56d-07dbcb2d8671 .shogun-image-content {
  
    align-items: center;
  
}

#s-b5c330d0-664d-4d43-b799-30420b0dbfa9 {
  border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(237, 32, 36, 1);
text-align: center;
}







  #s-b5c330d0-664d-4d43-b799-30420b0dbfa9 img.shogun-image {
    

    
    
    
  }


#s-b5c330d0-664d-4d43-b799-30420b0dbfa9 .shogun-image-content {
  
    align-items: 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-6c84c840-7e1f-4ff1-96db-610758397beb {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-6c84c840-7e1f-4ff1-96db-610758397beb .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-6c84c840-7e1f-4ff1-96db-610758397beb .shg-sld-nav-button.shg-sld-left,
#s-6c84c840-7e1f-4ff1-96db-610758397beb .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-6b47e9f1-9fc5-4d5b-94e4-f645a0617619"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6b47e9f1-9fc5-4d5b-94e4-f645a0617619"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6b47e9f1-9fc5-4d5b-94e4-f645a0617619"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6b47e9f1-9fc5-4d5b-94e4-f645a0617619"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-7231c8ab-e4b4-45be-8a7a-d639e1262604 {
  text-align: center;
}







  #s-7231c8ab-e4b4-45be-8a7a-d639e1262604 img.shogun-image {
    

    
    
    
  }


#s-7231c8ab-e4b4-45be-8a7a-d639e1262604 .shogun-image-content {
  
    align-items: center;
  
}

#s-4cde5e65-345f-4be7-8d0e-3c3d1b1e7407 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 0px;
text-align: center;
opacity: 1;
}







  #s-4cde5e65-345f-4be7-8d0e-3c3d1b1e7407 img.shogun-image {
    

    
    
    
  }


#s-4cde5e65-345f-4be7-8d0e-3c3d1b1e7407 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-0badb86b-73b9-4d8c-ab69-54713205971b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0badb86b-73b9-4d8c-ab69-54713205971b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0badb86b-73b9-4d8c-ab69-54713205971b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0badb86b-73b9-4d8c-ab69-54713205971b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-31b85919-d2d2-4ac4-8a12-8559406ef33e {
  text-align: center;
}







  #s-31b85919-d2d2-4ac4-8a12-8559406ef33e img.shogun-image {
    

    
    
    
  }


#s-31b85919-d2d2-4ac4-8a12-8559406ef33e .shogun-image-content {
  
    align-items: center;
  
}

#s-c26975cf-ca28-4618-97e9-be9d06634f99 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 0px;
text-align: center;
opacity: 1;
}







  #s-c26975cf-ca28-4618-97e9-be9d06634f99 img.shogun-image {
    

    
    
    
  }


#s-c26975cf-ca28-4618-97e9-be9d06634f99 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c29317a5-50e9-46d1-9809-038c765d9811"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c29317a5-50e9-46d1-9809-038c765d9811"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-c29317a5-50e9-46d1-9809-038c765d9811"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-c29317a5-50e9-46d1-9809-038c765d9811"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-39fab841-b833-4b9a-898b-0a50cfcb60e9 {
  text-align: center;
}







  #s-39fab841-b833-4b9a-898b-0a50cfcb60e9 img.shogun-image {
    

    
    
    
  }


#s-39fab841-b833-4b9a-898b-0a50cfcb60e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-f55e253f-e5c8-4b05-a460-862e3374ccc4 {
  text-align: center;
}







  #s-f55e253f-e5c8-4b05-a460-862e3374ccc4 img.shogun-image {
    

    
    
    
  }


#s-f55e253f-e5c8-4b05-a460-862e3374ccc4 .shogun-image-content {
  
    align-items: center;
  
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  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-7a08d76c-62d0-4614-a31b-2d2aac9a8aee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a08d76c-62d0-4614-a31b-2d2aac9a8aee .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-19daebc2-cad3-4116-b11a-610f22c5571c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19daebc2-cad3-4116-b11a-610f22c5571c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-a6aa8348-0345-4f55-b463-0ad9393a363b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-a6aa8348-0345-4f55-b463-0ad9393a363b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a6aa8348-0345-4f55-b463-0ad9393a363b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a6aa8348-0345-4f55-b463-0ad9393a363b-root {
    text-align: center;
  }


#s-a6aa8348-0345-4f55-b463-0ad9393a363b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a6aa8348-0345-4f55-b463-0ad9393a363b-root {
    text-align: center;
  }


#s-a6aa8348-0345-4f55-b463-0ad9393a363b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a6aa8348-0345-4f55-b463-0ad9393a363b-root {
    text-align: center;
  }


#s-a6aa8348-0345-4f55-b463-0ad9393a363b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a6aa8348-0345-4f55-b463-0ad9393a363b-root {
    text-align: center;
  }


#s-a6aa8348-0345-4f55-b463-0ad9393a363b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a6aa8348-0345-4f55-b463-0ad9393a363b-root {
    text-align: center;
  }


#s-a6aa8348-0345-4f55-b463-0ad9393a363b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-528305aa-dc0c-4753-98fb-7c09443c6818 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-528305aa-dc0c-4753-98fb-7c09443c6818:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-528305aa-dc0c-4753-98fb-7c09443c6818:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-528305aa-dc0c-4753-98fb-7c09443c6818-root {
    text-align: center;
  }


#s-528305aa-dc0c-4753-98fb-7c09443c6818.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-528305aa-dc0c-4753-98fb-7c09443c6818-root {
    text-align: center;
  }


#s-528305aa-dc0c-4753-98fb-7c09443c6818.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-528305aa-dc0c-4753-98fb-7c09443c6818-root {
    text-align: center;
  }


#s-528305aa-dc0c-4753-98fb-7c09443c6818.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-528305aa-dc0c-4753-98fb-7c09443c6818-root {
    text-align: center;
  }


#s-528305aa-dc0c-4753-98fb-7c09443c6818.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-528305aa-dc0c-4753-98fb-7c09443c6818-root {
    text-align: center;
  }


#s-528305aa-dc0c-4753-98fb-7c09443c6818.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-1f6d0842-4584-4b00-bdd8-c2ca62ca7c60"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1f6d0842-4584-4b00-bdd8-c2ca62ca7c60"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1f6d0842-4584-4b00-bdd8-c2ca62ca7c60"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1f6d0842-4584-4b00-bdd8-c2ca62ca7c60"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-206dcc14-a42c-4e82-9bd4-01b1dcc7d113 {
  text-align: center;
}







  #s-206dcc14-a42c-4e82-9bd4-01b1dcc7d113 img.shogun-image {
    

    
    
    
  }


#s-206dcc14-a42c-4e82-9bd4-01b1dcc7d113 .shogun-image-content {
  
    align-items: center;
  
}

#s-6b72f957-1135-4cbb-9053-bc43cc21897e {
  text-align: center;
}







  #s-6b72f957-1135-4cbb-9053-bc43cc21897e img.shogun-image {
    

    
    
    
  }


#s-6b72f957-1135-4cbb-9053-bc43cc21897e .shogun-image-content {
  
    align-items: center;
  
}

#s-ecf3caa6-d6c4-4221-a4a6-3b7b71cb496a {
  text-align: center;
}
@media (min-width: 1200px){#s-ecf3caa6-d6c4-4221-a4a6-3b7b71cb496a {
  display: none;
}
#s-ecf3caa6-d6c4-4221-a4a6-3b7b71cb496a, #wrap-s-ecf3caa6-d6c4-4221-a4a6-3b7b71cb496a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ecf3caa6-d6c4-4221-a4a6-3b7b71cb496a {
  display: none;
}
#s-ecf3caa6-d6c4-4221-a4a6-3b7b71cb496a, #wrap-s-ecf3caa6-d6c4-4221-a4a6-3b7b71cb496a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ecf3caa6-d6c4-4221-a4a6-3b7b71cb496a {
  display: none;
}
#s-ecf3caa6-d6c4-4221-a4a6-3b7b71cb496a, #wrap-s-ecf3caa6-d6c4-4221-a4a6-3b7b71cb496a { display: none !important; }}






  #s-ecf3caa6-d6c4-4221-a4a6-3b7b71cb496a img.shogun-image {
    

    
    
    
  }


#s-ecf3caa6-d6c4-4221-a4a6-3b7b71cb496a .shogun-image-content {
  
    align-items: center;
  
}

#s-8dd4cfb2-ef02-498b-8250-3a2af99d7b60 hr {
  border-top: 310px solid rgba(221, 221, 221, 0);
}

#s-c559bf8e-affc-4c5c-8f16-af1fd9100587 {
  border-style: solid;
padding-left: 20px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(0, 24, 140, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c559bf8e-affc-4c5c-8f16-af1fd9100587:hover {border-style: solid !important;
border-color: rgba(0, 24, 140, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 24, 140, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c559bf8e-affc-4c5c-8f16-af1fd9100587:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c559bf8e-affc-4c5c-8f16-af1fd9100587 {
  display: none;
}
#s-c559bf8e-affc-4c5c-8f16-af1fd9100587, #wrap-s-c559bf8e-affc-4c5c-8f16-af1fd9100587 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c559bf8e-affc-4c5c-8f16-af1fd9100587 {
  display: none;
}
#s-c559bf8e-affc-4c5c-8f16-af1fd9100587, #wrap-s-c559bf8e-affc-4c5c-8f16-af1fd9100587 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c559bf8e-affc-4c5c-8f16-af1fd9100587 {
  display: none;
}
#s-c559bf8e-affc-4c5c-8f16-af1fd9100587, #wrap-s-c559bf8e-affc-4c5c-8f16-af1fd9100587 { display: none !important; }}

  #s-c559bf8e-affc-4c5c-8f16-af1fd9100587-root {
    text-align: center;
  }


#s-c559bf8e-affc-4c5c-8f16-af1fd9100587.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c559bf8e-affc-4c5c-8f16-af1fd9100587-root {
    text-align: center;
  }


#s-c559bf8e-affc-4c5c-8f16-af1fd9100587.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c559bf8e-affc-4c5c-8f16-af1fd9100587-root {
    text-align: center;
  }


#s-c559bf8e-affc-4c5c-8f16-af1fd9100587.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c559bf8e-affc-4c5c-8f16-af1fd9100587-root {
    text-align: center;
  }


#s-c559bf8e-affc-4c5c-8f16-af1fd9100587.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c559bf8e-affc-4c5c-8f16-af1fd9100587-root {
    text-align: center;
  }


#s-c559bf8e-affc-4c5c-8f16-af1fd9100587.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
}
#s-96ffcf3a-8dc1-4b19-8c3c-325969ddc7db {
  min-height: 50px;
}








#s-96ffcf3a-8dc1-4b19-8c3c-325969ddc7db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96ffcf3a-8dc1-4b19-8c3c-325969ddc7db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bfa8aeb7-0740-4c0a-8412-b2dabefe8844 {
  padding-top: 30px;
padding-bottom: 30px;
}

#s-bfa8aeb7-0740-4c0a-8412-b2dabefe8844 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-bfa8aeb7-0740-4c0a-8412-b2dabefe8844 .shg-sld-nav-button.shg-sld-left,
#s-bfa8aeb7-0740-4c0a-8412-b2dabefe8844 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-9bc8ee38-f550-4bbe-810c-cb0541f99a83 {
  text-align: center;
}







  #s-9bc8ee38-f550-4bbe-810c-cb0541f99a83 img.shogun-image {
    

    
    
    
  }


#s-9bc8ee38-f550-4bbe-810c-cb0541f99a83 .shogun-image-content {
  
    align-items: center;
  
}

#s-b72fae7b-decd-4be5-a20f-a6022dd2a5c5 {
  text-align: center;
}







  #s-b72fae7b-decd-4be5-a20f-a6022dd2a5c5 img.shogun-image {
    

    
    
    
  }


#s-b72fae7b-decd-4be5-a20f-a6022dd2a5c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-236a249b-c48f-49a4-b521-5d44770aafe1 {
  text-align: center;
}







  #s-236a249b-c48f-49a4-b521-5d44770aafe1 img.shogun-image {
    

    
    
    
  }


#s-236a249b-c48f-49a4-b521-5d44770aafe1 .shogun-image-content {
  
    align-items: center;
  
}

#s-0084e77a-ef59-4345-9971-48194ab5073b {
  text-align: center;
}







  #s-0084e77a-ef59-4345-9971-48194ab5073b img.shogun-image {
    

    
    
    
  }


#s-0084e77a-ef59-4345-9971-48194ab5073b .shogun-image-content {
  
    align-items: center;
  
}

#s-7dbe8ef6-924c-4254-b22d-666e524368ea {
  padding-top: 8px;
}

#s-c2a9a5da-3107-4abf-b8a9-f65389289144 {
  padding-top: 8px;
}

#s-ea59e5fd-2373-4430-b4e6-20051c00e646 {
  padding-top: 8px;
}

#s-82b50f39-95eb-48a5-b5fe-f07ad1ff555e {
  padding-top: 8px;
}

#s-073edb90-6c41-4b25-b93f-34e0c878c6cd {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-073edb90-6c41-4b25-b93f-34e0c878c6cd {
  
}
}@media (max-width: 767px){#s-073edb90-6c41-4b25-b93f-34e0c878c6cd {
  display: none;
}
#s-073edb90-6c41-4b25-b93f-34e0c878c6cd, #wrap-s-073edb90-6c41-4b25-b93f-34e0c878c6cd { display: none !important; }}
#s-073edb90-6c41-4b25-b93f-34e0c878c6cd .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-073edb90-6c41-4b25-b93f-34e0c878c6cd .shg-sld-nav-button.shg-sld-left,
#s-073edb90-6c41-4b25-b93f-34e0c878c6cd .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-e4efd581-0ecf-409f-bf94-8e92c64d2707 {
  max-width: 5120px;
aspect-ratio: 5120/1926;
text-align: center;
}





  #s-e4efd581-0ecf-409f-bf94-8e92c64d2707 img.shogun-image,
  #s-e4efd581-0ecf-409f-bf94-8e92c64d2707 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4efd581-0ecf-409f-bf94-8e92c64d2707 {
    width: 100%;
    height: auto;
  }

  #s-e4efd581-0ecf-409f-bf94-8e92c64d2707 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4efd581-0ecf-409f-bf94-8e92c64d2707.shogun-image {
    
    
  }


.s-e4efd581-0ecf-409f-bf94-8e92c64d2707 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4efd581-0ecf-409f-bf94-8e92c64d2707.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4efd581-0ecf-409f-bf94-8e92c64d2707.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4efd581-0ecf-409f-bf94-8e92c64d2707.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4efd581-0ecf-409f-bf94-8e92c64d2707 {
      --shg-aspect-ratio: calc(5120/1926); 
    }

    .s-e4efd581-0ecf-409f-bf94-8e92c64d2707.shogun-image-container {
      position: relative;
    }

    .s-e4efd581-0ecf-409f-bf94-8e92c64d2707.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4efd581-0ecf-409f-bf94-8e92c64d2707.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4efd581-0ecf-409f-bf94-8e92c64d2707 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e4efd581-0ecf-409f-bf94-8e92c64d2707 img.shogun-image,
  #s-e4efd581-0ecf-409f-bf94-8e92c64d2707 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4efd581-0ecf-409f-bf94-8e92c64d2707 {
    width: 100%;
    height: auto;
  }

  #s-e4efd581-0ecf-409f-bf94-8e92c64d2707 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4efd581-0ecf-409f-bf94-8e92c64d2707.shogun-image {
    
    
  }


.s-e4efd581-0ecf-409f-bf94-8e92c64d2707 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4efd581-0ecf-409f-bf94-8e92c64d2707.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4efd581-0ecf-409f-bf94-8e92c64d2707.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4efd581-0ecf-409f-bf94-8e92c64d2707.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4efd581-0ecf-409f-bf94-8e92c64d2707 {
      --shg-aspect-ratio: calc(5120/1926); 
    }

    .s-e4efd581-0ecf-409f-bf94-8e92c64d2707.shogun-image-container {
      position: relative;
    }

    .s-e4efd581-0ecf-409f-bf94-8e92c64d2707.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4efd581-0ecf-409f-bf94-8e92c64d2707.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4efd581-0ecf-409f-bf94-8e92c64d2707 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e4efd581-0ecf-409f-bf94-8e92c64d2707 img.shogun-image,
  #s-e4efd581-0ecf-409f-bf94-8e92c64d2707 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4efd581-0ecf-409f-bf94-8e92c64d2707 {
    width: 100%;
    height: auto;
  }

  #s-e4efd581-0ecf-409f-bf94-8e92c64d2707 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4efd581-0ecf-409f-bf94-8e92c64d2707.shogun-image {
    
    
  }


.s-e4efd581-0ecf-409f-bf94-8e92c64d2707 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4efd581-0ecf-409f-bf94-8e92c64d2707.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4efd581-0ecf-409f-bf94-8e92c64d2707.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4efd581-0ecf-409f-bf94-8e92c64d2707.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4efd581-0ecf-409f-bf94-8e92c64d2707 {
      --shg-aspect-ratio: calc(5120/1926); 
    }

    .s-e4efd581-0ecf-409f-bf94-8e92c64d2707.shogun-image-container {
      position: relative;
    }

    .s-e4efd581-0ecf-409f-bf94-8e92c64d2707.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4efd581-0ecf-409f-bf94-8e92c64d2707.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4efd581-0ecf-409f-bf94-8e92c64d2707 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e4efd581-0ecf-409f-bf94-8e92c64d2707 img.shogun-image,
  #s-e4efd581-0ecf-409f-bf94-8e92c64d2707 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4efd581-0ecf-409f-bf94-8e92c64d2707 {
    width: 100%;
    height: auto;
  }

  #s-e4efd581-0ecf-409f-bf94-8e92c64d2707 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4efd581-0ecf-409f-bf94-8e92c64d2707.shogun-image {
    
    
  }


.s-e4efd581-0ecf-409f-bf94-8e92c64d2707 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4efd581-0ecf-409f-bf94-8e92c64d2707.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4efd581-0ecf-409f-bf94-8e92c64d2707.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4efd581-0ecf-409f-bf94-8e92c64d2707.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4efd581-0ecf-409f-bf94-8e92c64d2707 {
      --shg-aspect-ratio: calc(5120/1926); 
    }

    .s-e4efd581-0ecf-409f-bf94-8e92c64d2707.shogun-image-container {
      position: relative;
    }

    .s-e4efd581-0ecf-409f-bf94-8e92c64d2707.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4efd581-0ecf-409f-bf94-8e92c64d2707.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4efd581-0ecf-409f-bf94-8e92c64d2707 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e4efd581-0ecf-409f-bf94-8e92c64d2707 img.shogun-image,
  #s-e4efd581-0ecf-409f-bf94-8e92c64d2707 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4efd581-0ecf-409f-bf94-8e92c64d2707 {
    width: 100%;
    height: auto;
  }

  #s-e4efd581-0ecf-409f-bf94-8e92c64d2707 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4efd581-0ecf-409f-bf94-8e92c64d2707.shogun-image {
    
    
  }


.s-e4efd581-0ecf-409f-bf94-8e92c64d2707 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4efd581-0ecf-409f-bf94-8e92c64d2707.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4efd581-0ecf-409f-bf94-8e92c64d2707.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4efd581-0ecf-409f-bf94-8e92c64d2707.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4efd581-0ecf-409f-bf94-8e92c64d2707 {
      --shg-aspect-ratio: calc(5120/1926); 
    }

    .s-e4efd581-0ecf-409f-bf94-8e92c64d2707.shogun-image-container {
      position: relative;
    }

    .s-e4efd581-0ecf-409f-bf94-8e92c64d2707.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4efd581-0ecf-409f-bf94-8e92c64d2707.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4efd581-0ecf-409f-bf94-8e92c64d2707 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-dd846ec4-d49f-4ff7-81d9-68d7f8ec5173 {
  text-align: center;
}







  #s-dd846ec4-d49f-4ff7-81d9-68d7f8ec5173 img.shogun-image {
    

    
    
    
  }


#s-dd846ec4-d49f-4ff7-81d9-68d7f8ec5173 .shogun-image-content {
  
    align-items: center;
  
}

#s-4a863ccd-e025-4e54-82dc-0ac33a4743f1 {
  text-align: center;
}







  #s-4a863ccd-e025-4e54-82dc-0ac33a4743f1 img.shogun-image {
    

    
    
    
  }


#s-4a863ccd-e025-4e54-82dc-0ac33a4743f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-1c85d3a9-46bb-4670-b8a0-b671ff20f492 {
  text-align: center;
}







  #s-1c85d3a9-46bb-4670-b8a0-b671ff20f492 img.shogun-image {
    

    
    
    
  }


#s-1c85d3a9-46bb-4670-b8a0-b671ff20f492 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d4f518d-7c98-45bb-87f1-7cf31a136b8d {
  max-width: 5120px;
aspect-ratio: 5120/1926;
text-align: center;
}





  #s-5d4f518d-7c98-45bb-87f1-7cf31a136b8d img.shogun-image,
  #s-5d4f518d-7c98-45bb-87f1-7cf31a136b8d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d4f518d-7c98-45bb-87f1-7cf31a136b8d {
    width: 100%;
    height: auto;
  }



  #s-5d4f518d-7c98-45bb-87f1-7cf31a136b8d img.shogun-image {
    

    
    
    
  }


#s-5d4f518d-7c98-45bb-87f1-7cf31a136b8d .shogun-image-content {
  
    align-items: center;
  
}

#s-a9f243c6-2230-4a8f-89e3-7e7730178379 {
  text-align: center;
}







  #s-a9f243c6-2230-4a8f-89e3-7e7730178379 img.shogun-image {
    

    
    
    
  }


#s-a9f243c6-2230-4a8f-89e3-7e7730178379 .shogun-image-content {
  
    align-items: center;
  
}

#s-c65d0033-6932-429a-a188-767ed86cb805 {
  text-align: center;
}







  #s-c65d0033-6932-429a-a188-767ed86cb805 img.shogun-image {
    

    
    
    
  }


#s-c65d0033-6932-429a-a188-767ed86cb805 .shogun-image-content {
  
    align-items: center;
  
}

#s-080bd910-c6f6-40c2-972d-7f29268a6e05 {
  text-align: center;
}







  #s-080bd910-c6f6-40c2-972d-7f29268a6e05 img.shogun-image {
    

    
    
    
  }


#s-080bd910-c6f6-40c2-972d-7f29268a6e05 .shogun-image-content {
  
    align-items: center;
  
}

#s-c59a0b43-5c59-41fd-a4b7-ece564505deb {
  text-align: center;
}







  #s-c59a0b43-5c59-41fd-a4b7-ece564505deb img.shogun-image {
    

    
    
    
  }


#s-c59a0b43-5c59-41fd-a4b7-ece564505deb .shogun-image-content {
  
    align-items: center;
  
}

#s-d2152ca6-eb37-42ed-8841-6eb342253bf9 {
  text-align: center;
}







  #s-d2152ca6-eb37-42ed-8841-6eb342253bf9 img.shogun-image {
    

    
    
    
  }


#s-d2152ca6-eb37-42ed-8841-6eb342253bf9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ff8c2bf1-0d35-400b-8506-25fc00a4e458 {
  text-align: center;
}







  #s-ff8c2bf1-0d35-400b-8506-25fc00a4e458 img.shogun-image {
    

    
    
    
  }


#s-ff8c2bf1-0d35-400b-8506-25fc00a4e458 .shogun-image-content {
  
    align-items: center;
  
}

#s-85ff243e-c7d8-467c-a9a0-7096532575e2 {
  text-align: center;
}







  #s-85ff243e-c7d8-467c-a9a0-7096532575e2 img.shogun-image {
    

    
    
    
  }


#s-85ff243e-c7d8-467c-a9a0-7096532575e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-e31e2dc7-b43c-4853-8f15-5bd4ad7920b5 {
  text-align: center;
}







  #s-e31e2dc7-b43c-4853-8f15-5bd4ad7920b5 img.shogun-image {
    

    
    
    
  }


#s-e31e2dc7-b43c-4853-8f15-5bd4ad7920b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2544279-9c52-49f5-8cfe-011ec7912363 {
  text-align: center;
}







  #s-d2544279-9c52-49f5-8cfe-011ec7912363 img.shogun-image {
    

    
    
    
  }


#s-d2544279-9c52-49f5-8cfe-011ec7912363 .shogun-image-content {
  
    align-items: center;
  
}

#s-80bce049-702a-46e0-9e8c-697de1ad668e {
  text-align: center;
}







  #s-80bce049-702a-46e0-9e8c-697de1ad668e img.shogun-image {
    

    
    
    
  }


#s-80bce049-702a-46e0-9e8c-697de1ad668e .shogun-image-content {
  
    align-items: center;
  
}

#s-9f30a472-a7f5-4995-8be7-c22c077a4d83 {
  text-align: center;
}







  #s-9f30a472-a7f5-4995-8be7-c22c077a4d83 img.shogun-image {
    

    
    
    
  }


#s-9f30a472-a7f5-4995-8be7-c22c077a4d83 .shogun-image-content {
  
    align-items: center;
  
}

#s-d801b69b-8c78-47b8-91fa-80a27a6513dc {
  text-align: center;
}







  #s-d801b69b-8c78-47b8-91fa-80a27a6513dc img.shogun-image {
    

    
    
    
  }


#s-d801b69b-8c78-47b8-91fa-80a27a6513dc .shogun-image-content {
  
    align-items: center;
  
}

#s-d1ec0f51-ba19-4852-88e4-22318dd2015e {
  text-align: center;
}







  #s-d1ec0f51-ba19-4852-88e4-22318dd2015e img.shogun-image {
    

    
    
    
  }


#s-d1ec0f51-ba19-4852-88e4-22318dd2015e .shogun-image-content {
  
    align-items: center;
  
}

#s-1f20487c-0812-4396-bfde-84ef0586890c {
  text-align: center;
}







  #s-1f20487c-0812-4396-bfde-84ef0586890c img.shogun-image {
    

    
    
    
  }


#s-1f20487c-0812-4396-bfde-84ef0586890c .shogun-image-content {
  
    align-items: center;
  
}

#s-0638a0ed-e4c4-4dd9-a1a3-61529f6d3a6c {
  text-align: center;
}







  #s-0638a0ed-e4c4-4dd9-a1a3-61529f6d3a6c img.shogun-image {
    

    
    
    
  }


#s-0638a0ed-e4c4-4dd9-a1a3-61529f6d3a6c .shogun-image-content {
  
    align-items: center;
  
}

#s-81c8b59a-240b-4b1b-9a02-d747fd5a4cdb {
  text-align: center;
}







  #s-81c8b59a-240b-4b1b-9a02-d747fd5a4cdb img.shogun-image {
    

    
    
    
  }


#s-81c8b59a-240b-4b1b-9a02-d747fd5a4cdb .shogun-image-content {
  
    align-items: center;
  
}

#s-2228dc5f-7938-4788-85dc-95565cc78b63 {
  text-align: center;
}







  #s-2228dc5f-7938-4788-85dc-95565cc78b63 img.shogun-image {
    

    
    
    
  }


#s-2228dc5f-7938-4788-85dc-95565cc78b63 .shogun-image-content {
  
    align-items: center;
  
}

#s-6e61c8b9-bb5d-4135-bc9a-7ed94295aa2f {
  text-align: center;
}







  #s-6e61c8b9-bb5d-4135-bc9a-7ed94295aa2f img.shogun-image {
    

    
    
    
  }


#s-6e61c8b9-bb5d-4135-bc9a-7ed94295aa2f .shogun-image-content {
  
    align-items: center;
  
}

#s-09b71d8f-00f7-4985-b8b0-c438c945d7b9 {
  text-align: center;
}







  #s-09b71d8f-00f7-4985-b8b0-c438c945d7b9 img.shogun-image {
    

    
    
    
  }


#s-09b71d8f-00f7-4985-b8b0-c438c945d7b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-f5e3ddbb-98b0-4c23-a1c7-63eba85d86c8 {
  text-align: center;
}







  #s-f5e3ddbb-98b0-4c23-a1c7-63eba85d86c8 img.shogun-image {
    

    
    
    
  }


#s-f5e3ddbb-98b0-4c23-a1c7-63eba85d86c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a1cabf2-9c92-4e90-af78-8ea03d37a0b6 {
  text-align: center;
}







  #s-8a1cabf2-9c92-4e90-af78-8ea03d37a0b6 img.shogun-image {
    

    
    
    
  }


#s-8a1cabf2-9c92-4e90-af78-8ea03d37a0b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-38acaf78-6db7-4131-8c77-19fb800079d2 {
  text-align: center;
}







  #s-38acaf78-6db7-4131-8c77-19fb800079d2 img.shogun-image {
    

    
    
    
  }


#s-38acaf78-6db7-4131-8c77-19fb800079d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-463bf856-6919-4dcf-a3cc-67476877fd75 {
  text-align: center;
}







  #s-463bf856-6919-4dcf-a3cc-67476877fd75 img.shogun-image {
    

    
    
    
  }


#s-463bf856-6919-4dcf-a3cc-67476877fd75 .shogun-image-content {
  
    align-items: center;
  
}

#s-7680c4fe-6823-49c6-ac3a-f50370d34153 {
  text-align: center;
}







  #s-7680c4fe-6823-49c6-ac3a-f50370d34153 img.shogun-image {
    

    
    
    
  }


#s-7680c4fe-6823-49c6-ac3a-f50370d34153 .shogun-image-content {
  
    align-items: center;
  
}

#s-baea7287-4dc7-404a-95b1-28fae32a7e39 {
  text-align: center;
}







  #s-baea7287-4dc7-404a-95b1-28fae32a7e39 img.shogun-image {
    

    
    
    
  }


#s-baea7287-4dc7-404a-95b1-28fae32a7e39 .shogun-image-content {
  
    align-items: center;
  
}

#s-9553ed75-a174-47a6-8eaf-70ba35588546 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-9553ed75-a174-47a6-8eaf-70ba35588546:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9553ed75-a174-47a6-8eaf-70ba35588546:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9553ed75-a174-47a6-8eaf-70ba35588546-root {
    text-align: center;
  }


#s-9553ed75-a174-47a6-8eaf-70ba35588546.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9553ed75-a174-47a6-8eaf-70ba35588546-root {
    text-align: center;
  }


#s-9553ed75-a174-47a6-8eaf-70ba35588546.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9553ed75-a174-47a6-8eaf-70ba35588546-root {
    text-align: center;
  }


#s-9553ed75-a174-47a6-8eaf-70ba35588546.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9553ed75-a174-47a6-8eaf-70ba35588546-root {
    text-align: center;
  }


#s-9553ed75-a174-47a6-8eaf-70ba35588546.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9553ed75-a174-47a6-8eaf-70ba35588546-root {
    text-align: center;
  }


#s-9553ed75-a174-47a6-8eaf-70ba35588546.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9158b66b-5a3a-40d1-8adb-ddcf52d4f237 {
  text-align: center;
}







  #s-9158b66b-5a3a-40d1-8adb-ddcf52d4f237 img.shogun-image {
    

    
    
    
  }


#s-9158b66b-5a3a-40d1-8adb-ddcf52d4f237 .shogun-image-content {
  
    align-items: center;
  
}

#s-02a9aca2-f0e8-44cc-907d-3ea1b1f5a37e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-02a9aca2-f0e8-44cc-907d-3ea1b1f5a37e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-02a9aca2-f0e8-44cc-907d-3ea1b1f5a37e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-02a9aca2-f0e8-44cc-907d-3ea1b1f5a37e-root {
    text-align: center;
  }


#s-02a9aca2-f0e8-44cc-907d-3ea1b1f5a37e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-02a9aca2-f0e8-44cc-907d-3ea1b1f5a37e-root {
    text-align: center;
  }


#s-02a9aca2-f0e8-44cc-907d-3ea1b1f5a37e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-02a9aca2-f0e8-44cc-907d-3ea1b1f5a37e-root {
    text-align: center;
  }


#s-02a9aca2-f0e8-44cc-907d-3ea1b1f5a37e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-02a9aca2-f0e8-44cc-907d-3ea1b1f5a37e-root {
    text-align: center;
  }


#s-02a9aca2-f0e8-44cc-907d-3ea1b1f5a37e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-02a9aca2-f0e8-44cc-907d-3ea1b1f5a37e-root {
    text-align: center;
  }


#s-02a9aca2-f0e8-44cc-907d-3ea1b1f5a37e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1c735b5d-a40a-431b-9459-252d57b1d5cf {
  text-align: center;
}







  #s-1c735b5d-a40a-431b-9459-252d57b1d5cf img.shogun-image {
    

    
    
    
  }


#s-1c735b5d-a40a-431b-9459-252d57b1d5cf .shogun-image-content {
  
    align-items: center;
  
}

#s-64ac912f-4722-41a8-b506-7ec48727d2d1 {
  min-height: 50px;
}
@media (max-width: 767px){#s-64ac912f-4722-41a8-b506-7ec48727d2d1 {
  display: none;
}
#s-64ac912f-4722-41a8-b506-7ec48727d2d1, #wrap-s-64ac912f-4722-41a8-b506-7ec48727d2d1 { display: none !important; }}







#s-64ac912f-4722-41a8-b506-7ec48727d2d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64ac912f-4722-41a8-b506-7ec48727d2d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08034543-8f84-468f-b3f6-f50a9daeaa90 {
  margin-top: 30px;
margin-left: 40px;
margin-bottom: 30px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-08034543-8f84-468f-b3f6-f50a9daeaa90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08034543-8f84-468f-b3f6-f50a9daeaa90"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-08034543-8f84-468f-b3f6-f50a9daeaa90"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-08034543-8f84-468f-b3f6-f50a9daeaa90"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-b6f2aa5a-e398-4aa5-bd3e-a1b090b43b2b {
  border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(237, 32, 36, 1);
text-align: center;
}







  #s-b6f2aa5a-e398-4aa5-bd3e-a1b090b43b2b img.shogun-image {
    

    
    
    
  }


#s-b6f2aa5a-e398-4aa5-bd3e-a1b090b43b2b .shogun-image-content {
  
    align-items: center;
  
}

#s-de4ccf0f-69db-4515-befa-cf2de9ac91dc {
  border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(237, 32, 36, 1);
border-style: solid;
text-align: center;
}







  #s-de4ccf0f-69db-4515-befa-cf2de9ac91dc img.shogun-image {
    

    
    
    
  }


#s-de4ccf0f-69db-4515-befa-cf2de9ac91dc .shogun-image-content {
  
    align-items: center;
  
}

#s-36cd7c78-d931-499e-8a97-4cd60311db86 {
  border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(237, 32, 36, 1);
border-style: solid;
text-align: center;
}







  #s-36cd7c78-d931-499e-8a97-4cd60311db86 img.shogun-image {
    

    
    
    
  }


#s-36cd7c78-d931-499e-8a97-4cd60311db86 .shogun-image-content {
  
    align-items: center;
  
}

#s-6bdd76d2-af47-4ccd-a189-667d968e9a06 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-6bdd76d2-af47-4ccd-a189-667d968e9a06 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-6bdd76d2-af47-4ccd-a189-667d968e9a06 .shg-sld-nav-button.shg-sld-left,
#s-6bdd76d2-af47-4ccd-a189-667d968e9a06 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-e2b0db01-20a6-441f-bdb2-0c3905c35a08 {
  text-align: center;
}







  #s-e2b0db01-20a6-441f-bdb2-0c3905c35a08 img.shogun-image {
    

    
    
    
  }


#s-e2b0db01-20a6-441f-bdb2-0c3905c35a08 .shogun-image-content {
  
    align-items: center;
  
}

#s-71a87e39-abe4-4123-ad58-2f19f837a404 {
  text-align: center;
}







  #s-71a87e39-abe4-4123-ad58-2f19f837a404 img.shogun-image {
    

    
    
    
  }


#s-71a87e39-abe4-4123-ad58-2f19f837a404 .shogun-image-content {
  
    align-items: center;
  
}

#s-6bdc8591-a52f-4ea3-9928-683aeafc5ce8 {
  text-align: center;
}







  #s-6bdc8591-a52f-4ea3-9928-683aeafc5ce8 img.shogun-image {
    

    
    
    
  }


#s-6bdc8591-a52f-4ea3-9928-683aeafc5ce8 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f90c11d-466e-40f7-b5cc-3aa807d0cad0 {
  text-align: center;
}







  #s-2f90c11d-466e-40f7-b5cc-3aa807d0cad0 img.shogun-image {
    

    
    
    
  }


#s-2f90c11d-466e-40f7-b5cc-3aa807d0cad0 .shogun-image-content {
  
    align-items: center;
  
}

#s-c69f5b04-5755-4beb-bdf1-fae1abd0ad8e {
  min-height: 50px;
}
@media (max-width: 767px){#s-c69f5b04-5755-4beb-bdf1-fae1abd0ad8e {
  display: none;
}
#s-c69f5b04-5755-4beb-bdf1-fae1abd0ad8e, #wrap-s-c69f5b04-5755-4beb-bdf1-fae1abd0ad8e { display: none !important; }}







#s-c69f5b04-5755-4beb-bdf1-fae1abd0ad8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c69f5b04-5755-4beb-bdf1-fae1abd0ad8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e61bcc0-56d2-4191-b55d-6d9ca9290bc9 {
  padding-top: 10px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-0e61bcc0-56d2-4191-b55d-6d9ca9290bc9 {
  
}
}@media (max-width: 767px){#s-0e61bcc0-56d2-4191-b55d-6d9ca9290bc9 {
  display: none;
}
#s-0e61bcc0-56d2-4191-b55d-6d9ca9290bc9, #wrap-s-0e61bcc0-56d2-4191-b55d-6d9ca9290bc9 { display: none !important; }}
#s-0e61bcc0-56d2-4191-b55d-6d9ca9290bc9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-f94ae387-3b76-4f99-ac57-e96ce8bb1d6c {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-f94ae387-3b76-4f99-ac57-e96ce8bb1d6c .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f94ae387-3b76-4f99-ac57-e96ce8bb1d6c .shg-sld-nav-button.shg-sld-left,
#s-f94ae387-3b76-4f99-ac57-e96ce8bb1d6c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-93712cb3-fff3-4628-b856-03513c3faa24"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-93712cb3-fff3-4628-b856-03513c3faa24"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-93712cb3-fff3-4628-b856-03513c3faa24"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-93712cb3-fff3-4628-b856-03513c3faa24"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-66dd475c-7a18-44fd-836a-4b47dae0a249 {
  text-align: center;
}







  #s-66dd475c-7a18-44fd-836a-4b47dae0a249 img.shogun-image {
    

    
    
    
  }


#s-66dd475c-7a18-44fd-836a-4b47dae0a249 .shogun-image-content {
  
    align-items: center;
  
}

#s-dae54b5c-f437-4d1f-bd8d-6c882753c008 {
  text-align: center;
}







  #s-dae54b5c-f437-4d1f-bd8d-6c882753c008 img.shogun-image {
    

    
    
    
  }


#s-dae54b5c-f437-4d1f-bd8d-6c882753c008 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-271eb8d3-bb95-45e8-a40a-37c2ac008b30"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-271eb8d3-bb95-45e8-a40a-37c2ac008b30"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-271eb8d3-bb95-45e8-a40a-37c2ac008b30"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-271eb8d3-bb95-45e8-a40a-37c2ac008b30"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-3aef6e7f-dd9c-4b57-880a-64b9ae2c331b {
  text-align: center;
}







  #s-3aef6e7f-dd9c-4b57-880a-64b9ae2c331b img.shogun-image {
    

    
    
    
  }


#s-3aef6e7f-dd9c-4b57-880a-64b9ae2c331b .shogun-image-content {
  
    align-items: center;
  
}

#s-8c7aa664-a534-4430-9ee9-71f48ed534fc {
  text-align: center;
}







  #s-8c7aa664-a534-4430-9ee9-71f48ed534fc img.shogun-image {
    

    
    
    
  }


#s-8c7aa664-a534-4430-9ee9-71f48ed534fc .shogun-image-content {
  
    align-items: center;
  
}

#s-8f9ad8d1-3f8a-4a9f-bbb6-4702f4e57a0d {
  text-align: center;
}







  #s-8f9ad8d1-3f8a-4a9f-bbb6-4702f4e57a0d img.shogun-image {
    

    
    
    
  }


#s-8f9ad8d1-3f8a-4a9f-bbb6-4702f4e57a0d .shogun-image-content {
  
    align-items: center;
  
}

#s-66a3e5f9-505f-440d-a382-4cc6bad42bff {
  text-align: center;
}







  #s-66a3e5f9-505f-440d-a382-4cc6bad42bff img.shogun-image {
    

    
    
    
  }


#s-66a3e5f9-505f-440d-a382-4cc6bad42bff .shogun-image-content {
  
    align-items: center;
  
}

#s-7d755c29-122b-42d2-861f-313988e1dfe8 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-7d755c29-122b-42d2-861f-313988e1dfe8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d755c29-122b-42d2-861f-313988e1dfe8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7d755c29-122b-42d2-861f-313988e1dfe8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d755c29-122b-42d2-861f-313988e1dfe8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-34c30638-f844-4fba-ba1b-266eb1088267 {
  text-align: center;
}







  #s-34c30638-f844-4fba-ba1b-266eb1088267 img.shogun-image {
    

    
    
    
  }


#s-34c30638-f844-4fba-ba1b-266eb1088267 .shogun-image-content {
  
    align-items: center;
  
}

#s-aba26173-61b6-4e71-9d63-29d8197564fa {
  text-align: center;
}







  #s-aba26173-61b6-4e71-9d63-29d8197564fa img.shogun-image {
    

    
    
    
  }


#s-aba26173-61b6-4e71-9d63-29d8197564fa .shogun-image-content {
  
    align-items: center;
  
}

#s-e0eb5378-c10d-433f-bed5-f06173ec7ab0 {
  margin-top: 10px;
margin-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-e0eb5378-c10d-433f-bed5-f06173ec7ab0 {
  display: none;
}
#s-e0eb5378-c10d-433f-bed5-f06173ec7ab0, #wrap-s-e0eb5378-c10d-433f-bed5-f06173ec7ab0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0eb5378-c10d-433f-bed5-f06173ec7ab0 {
  display: none;
}
#s-e0eb5378-c10d-433f-bed5-f06173ec7ab0, #wrap-s-e0eb5378-c10d-433f-bed5-f06173ec7ab0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e0eb5378-c10d-433f-bed5-f06173ec7ab0 {
  display: none;
}
#s-e0eb5378-c10d-433f-bed5-f06173ec7ab0, #wrap-s-e0eb5378-c10d-433f-bed5-f06173ec7ab0 { display: none !important; }}






  #s-e0eb5378-c10d-433f-bed5-f06173ec7ab0 img.shogun-image {
    

    
    
    
  }


#s-e0eb5378-c10d-433f-bed5-f06173ec7ab0 .shogun-image-content {
  
    align-items: center;
  
}

#s-abd58b6e-157d-4f5b-9d86-61fbb71ef742 hr {
  border-top: 2px solid #ddd;
}

/*
  $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}
