.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-63c419ce-cfb7-48b0-bf6b-66ab576178f9 {
  margin-top: -153px;
min-height: 50px;
}








#s-63c419ce-cfb7-48b0-bf6b-66ab576178f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63c419ce-cfb7-48b0-bf6b-66ab576178f9.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;
  }
}

@media (min-width: 768px) and (max-width: 991px){#s-640003f6-b7e0-471d-9cb8-c1d31a0cb6da {
  display: none;
}
#s-640003f6-b7e0-471d-9cb8-c1d31a0cb6da, #wrap-s-640003f6-b7e0-471d-9cb8-c1d31a0cb6da { display: none !important; }}@media (max-width: 767px){#s-640003f6-b7e0-471d-9cb8-c1d31a0cb6da {
  display: none;
}
#s-640003f6-b7e0-471d-9cb8-c1d31a0cb6da, #wrap-s-640003f6-b7e0-471d-9cb8-c1d31a0cb6da { display: none !important; }}
#s-640003f6-b7e0-471d-9cb8-c1d31a0cb6da .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-640003f6-b7e0-471d-9cb8-c1d31a0cb6da .shg-sld-nav-button.shg-sld-left,
#s-640003f6-b7e0-471d-9cb8-c1d31a0cb6da .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-f9d61eec-5335-49e9-977b-bb34e18f65eb {
  padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 2400px;
aspect-ratio: 2400/900;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f9d61eec-5335-49e9-977b-bb34e18f65eb {
  
}
}@media (max-width: 767px){#s-f9d61eec-5335-49e9-977b-bb34e18f65eb {
  
}
}




  #s-f9d61eec-5335-49e9-977b-bb34e18f65eb img.shogun-image,
  #s-f9d61eec-5335-49e9-977b-bb34e18f65eb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9d61eec-5335-49e9-977b-bb34e18f65eb {
    width: 100%;
    height: auto;
  }

  #s-f9d61eec-5335-49e9-977b-bb34e18f65eb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9d61eec-5335-49e9-977b-bb34e18f65eb.shogun-image {
    
    
  }


.s-f9d61eec-5335-49e9-977b-bb34e18f65eb .shogun-image-content {
  
    align-items: center;
  
}

.s-f9d61eec-5335-49e9-977b-bb34e18f65eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9d61eec-5335-49e9-977b-bb34e18f65eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9d61eec-5335-49e9-977b-bb34e18f65eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9d61eec-5335-49e9-977b-bb34e18f65eb {
      --shg-aspect-ratio: calc(2400/900); 
    }

    .s-f9d61eec-5335-49e9-977b-bb34e18f65eb.shogun-image-container {
      position: relative;
    }

    .s-f9d61eec-5335-49e9-977b-bb34e18f65eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9d61eec-5335-49e9-977b-bb34e18f65eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9d61eec-5335-49e9-977b-bb34e18f65eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f9d61eec-5335-49e9-977b-bb34e18f65eb img.shogun-image,
  #s-f9d61eec-5335-49e9-977b-bb34e18f65eb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9d61eec-5335-49e9-977b-bb34e18f65eb {
    width: 100%;
    height: auto;
  }

  #s-f9d61eec-5335-49e9-977b-bb34e18f65eb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9d61eec-5335-49e9-977b-bb34e18f65eb.shogun-image {
    
    
  }


.s-f9d61eec-5335-49e9-977b-bb34e18f65eb .shogun-image-content {
  
    align-items: center;
  
}

.s-f9d61eec-5335-49e9-977b-bb34e18f65eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9d61eec-5335-49e9-977b-bb34e18f65eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9d61eec-5335-49e9-977b-bb34e18f65eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9d61eec-5335-49e9-977b-bb34e18f65eb {
      --shg-aspect-ratio: calc(2400/900); 
    }

    .s-f9d61eec-5335-49e9-977b-bb34e18f65eb.shogun-image-container {
      position: relative;
    }

    .s-f9d61eec-5335-49e9-977b-bb34e18f65eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9d61eec-5335-49e9-977b-bb34e18f65eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9d61eec-5335-49e9-977b-bb34e18f65eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f9d61eec-5335-49e9-977b-bb34e18f65eb img.shogun-image,
  #s-f9d61eec-5335-49e9-977b-bb34e18f65eb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9d61eec-5335-49e9-977b-bb34e18f65eb {
    width: 100%;
    height: auto;
  }

  #s-f9d61eec-5335-49e9-977b-bb34e18f65eb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9d61eec-5335-49e9-977b-bb34e18f65eb.shogun-image {
    
    
  }


.s-f9d61eec-5335-49e9-977b-bb34e18f65eb .shogun-image-content {
  
    align-items: center;
  
}

.s-f9d61eec-5335-49e9-977b-bb34e18f65eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9d61eec-5335-49e9-977b-bb34e18f65eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9d61eec-5335-49e9-977b-bb34e18f65eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9d61eec-5335-49e9-977b-bb34e18f65eb {
      --shg-aspect-ratio: calc(2400/900); 
    }

    .s-f9d61eec-5335-49e9-977b-bb34e18f65eb.shogun-image-container {
      position: relative;
    }

    .s-f9d61eec-5335-49e9-977b-bb34e18f65eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9d61eec-5335-49e9-977b-bb34e18f65eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9d61eec-5335-49e9-977b-bb34e18f65eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f9d61eec-5335-49e9-977b-bb34e18f65eb img.shogun-image,
  #s-f9d61eec-5335-49e9-977b-bb34e18f65eb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9d61eec-5335-49e9-977b-bb34e18f65eb {
    width: 100%;
    height: auto;
  }

  #s-f9d61eec-5335-49e9-977b-bb34e18f65eb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9d61eec-5335-49e9-977b-bb34e18f65eb.shogun-image {
    
    
  }


.s-f9d61eec-5335-49e9-977b-bb34e18f65eb .shogun-image-content {
  
    align-items: center;
  
}

.s-f9d61eec-5335-49e9-977b-bb34e18f65eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9d61eec-5335-49e9-977b-bb34e18f65eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9d61eec-5335-49e9-977b-bb34e18f65eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9d61eec-5335-49e9-977b-bb34e18f65eb {
      --shg-aspect-ratio: calc(2400/900); 
    }

    .s-f9d61eec-5335-49e9-977b-bb34e18f65eb.shogun-image-container {
      position: relative;
    }

    .s-f9d61eec-5335-49e9-977b-bb34e18f65eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9d61eec-5335-49e9-977b-bb34e18f65eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9d61eec-5335-49e9-977b-bb34e18f65eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f9d61eec-5335-49e9-977b-bb34e18f65eb img.shogun-image,
  #s-f9d61eec-5335-49e9-977b-bb34e18f65eb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9d61eec-5335-49e9-977b-bb34e18f65eb {
    width: 100%;
    height: auto;
  }

  #s-f9d61eec-5335-49e9-977b-bb34e18f65eb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9d61eec-5335-49e9-977b-bb34e18f65eb.shogun-image {
    
    
  }


.s-f9d61eec-5335-49e9-977b-bb34e18f65eb .shogun-image-content {
  
    align-items: center;
  
}

.s-f9d61eec-5335-49e9-977b-bb34e18f65eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9d61eec-5335-49e9-977b-bb34e18f65eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9d61eec-5335-49e9-977b-bb34e18f65eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9d61eec-5335-49e9-977b-bb34e18f65eb {
      --shg-aspect-ratio: calc(2400/900); 
    }

    .s-f9d61eec-5335-49e9-977b-bb34e18f65eb.shogun-image-container {
      position: relative;
    }

    .s-f9d61eec-5335-49e9-977b-bb34e18f65eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9d61eec-5335-49e9-977b-bb34e18f65eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9d61eec-5335-49e9-977b-bb34e18f65eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-da923c19-ff07-4d1d-af35-45f4d095627f {
  min-height: 50px;
}








#s-da923c19-ff07-4d1d-af35-45f4d095627f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da923c19-ff07-4d1d-af35-45f4d095627f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8edbadd3-5594-4d26-a612-8bea4dfc44a1 {
  text-align: center;
}
@media (min-width: 1200px){#s-8edbadd3-5594-4d26-a612-8bea4dfc44a1 {
  display: none;
}
#s-8edbadd3-5594-4d26-a612-8bea4dfc44a1, #wrap-s-8edbadd3-5594-4d26-a612-8bea4dfc44a1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8edbadd3-5594-4d26-a612-8bea4dfc44a1 {
  display: none;
}
#s-8edbadd3-5594-4d26-a612-8bea4dfc44a1, #wrap-s-8edbadd3-5594-4d26-a612-8bea4dfc44a1 { display: none !important; }}






  img.s-8edbadd3-5594-4d26-a612-8bea4dfc44a1.shogun-image {
    
    
  }


.s-8edbadd3-5594-4d26-a612-8bea4dfc44a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-8edbadd3-5594-4d26-a612-8bea4dfc44a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8edbadd3-5594-4d26-a612-8bea4dfc44a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8edbadd3-5594-4d26-a612-8bea4dfc44a1.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-8edbadd3-5594-4d26-a612-8bea4dfc44a1.shogun-image {
    
    
  }


.s-8edbadd3-5594-4d26-a612-8bea4dfc44a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-8edbadd3-5594-4d26-a612-8bea4dfc44a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8edbadd3-5594-4d26-a612-8bea4dfc44a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8edbadd3-5594-4d26-a612-8bea4dfc44a1.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8edbadd3-5594-4d26-a612-8bea4dfc44a1.shogun-image {
    
    
  }


.s-8edbadd3-5594-4d26-a612-8bea4dfc44a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-8edbadd3-5594-4d26-a612-8bea4dfc44a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8edbadd3-5594-4d26-a612-8bea4dfc44a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8edbadd3-5594-4d26-a612-8bea4dfc44a1.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8edbadd3-5594-4d26-a612-8bea4dfc44a1.shogun-image {
    
    
  }


.s-8edbadd3-5594-4d26-a612-8bea4dfc44a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-8edbadd3-5594-4d26-a612-8bea4dfc44a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8edbadd3-5594-4d26-a612-8bea4dfc44a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8edbadd3-5594-4d26-a612-8bea4dfc44a1.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8edbadd3-5594-4d26-a612-8bea4dfc44a1.shogun-image {
    
    
  }


.s-8edbadd3-5594-4d26-a612-8bea4dfc44a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-8edbadd3-5594-4d26-a612-8bea4dfc44a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8edbadd3-5594-4d26-a612-8bea4dfc44a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8edbadd3-5594-4d26-a612-8bea4dfc44a1.shogun-image {
  box-sizing: border-box;
}



}
#s-ba865a6a-a3df-4897-be5f-33a1cdf04715 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-ba865a6a-a3df-4897-be5f-33a1cdf04715 {
  display: none;
}
#s-ba865a6a-a3df-4897-be5f-33a1cdf04715, #wrap-s-ba865a6a-a3df-4897-be5f-33a1cdf04715 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba865a6a-a3df-4897-be5f-33a1cdf04715 {
  display: none;
}
#s-ba865a6a-a3df-4897-be5f-33a1cdf04715, #wrap-s-ba865a6a-a3df-4897-be5f-33a1cdf04715 { display: none !important; }}




  #s-ba865a6a-a3df-4897-be5f-33a1cdf04715 img.shogun-image,
  #s-ba865a6a-a3df-4897-be5f-33a1cdf04715 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ba865a6a-a3df-4897-be5f-33a1cdf04715 {
    width: 100%;
    height: auto;
  }

  #s-ba865a6a-a3df-4897-be5f-33a1cdf04715 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ba865a6a-a3df-4897-be5f-33a1cdf04715.shogun-image {
    
    
  }


.s-ba865a6a-a3df-4897-be5f-33a1cdf04715 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-ba865a6a-a3df-4897-be5f-33a1cdf04715.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba865a6a-a3df-4897-be5f-33a1cdf04715.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba865a6a-a3df-4897-be5f-33a1cdf04715.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ba865a6a-a3df-4897-be5f-33a1cdf04715 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ba865a6a-a3df-4897-be5f-33a1cdf04715.shogun-image-container {
      position: relative;
    }

    .s-ba865a6a-a3df-4897-be5f-33a1cdf04715.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba865a6a-a3df-4897-be5f-33a1cdf04715.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba865a6a-a3df-4897-be5f-33a1cdf04715 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ba865a6a-a3df-4897-be5f-33a1cdf04715 img.shogun-image,
  #s-ba865a6a-a3df-4897-be5f-33a1cdf04715 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ba865a6a-a3df-4897-be5f-33a1cdf04715 {
    width: 100%;
    height: auto;
  }

  #s-ba865a6a-a3df-4897-be5f-33a1cdf04715 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ba865a6a-a3df-4897-be5f-33a1cdf04715.shogun-image {
    
    
  }


.s-ba865a6a-a3df-4897-be5f-33a1cdf04715 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-ba865a6a-a3df-4897-be5f-33a1cdf04715.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba865a6a-a3df-4897-be5f-33a1cdf04715.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba865a6a-a3df-4897-be5f-33a1cdf04715.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ba865a6a-a3df-4897-be5f-33a1cdf04715 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ba865a6a-a3df-4897-be5f-33a1cdf04715.shogun-image-container {
      position: relative;
    }

    .s-ba865a6a-a3df-4897-be5f-33a1cdf04715.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba865a6a-a3df-4897-be5f-33a1cdf04715.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba865a6a-a3df-4897-be5f-33a1cdf04715 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ba865a6a-a3df-4897-be5f-33a1cdf04715 img.shogun-image,
  #s-ba865a6a-a3df-4897-be5f-33a1cdf04715 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ba865a6a-a3df-4897-be5f-33a1cdf04715 {
    width: 100%;
    height: auto;
  }

  #s-ba865a6a-a3df-4897-be5f-33a1cdf04715 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ba865a6a-a3df-4897-be5f-33a1cdf04715.shogun-image {
    
    
  }


.s-ba865a6a-a3df-4897-be5f-33a1cdf04715 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-ba865a6a-a3df-4897-be5f-33a1cdf04715.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba865a6a-a3df-4897-be5f-33a1cdf04715.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba865a6a-a3df-4897-be5f-33a1cdf04715.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ba865a6a-a3df-4897-be5f-33a1cdf04715 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ba865a6a-a3df-4897-be5f-33a1cdf04715.shogun-image-container {
      position: relative;
    }

    .s-ba865a6a-a3df-4897-be5f-33a1cdf04715.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba865a6a-a3df-4897-be5f-33a1cdf04715.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba865a6a-a3df-4897-be5f-33a1cdf04715 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ba865a6a-a3df-4897-be5f-33a1cdf04715 img.shogun-image,
  #s-ba865a6a-a3df-4897-be5f-33a1cdf04715 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ba865a6a-a3df-4897-be5f-33a1cdf04715 {
    width: 100%;
    height: auto;
  }

  #s-ba865a6a-a3df-4897-be5f-33a1cdf04715 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ba865a6a-a3df-4897-be5f-33a1cdf04715.shogun-image {
    
    
  }


.s-ba865a6a-a3df-4897-be5f-33a1cdf04715 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-ba865a6a-a3df-4897-be5f-33a1cdf04715.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba865a6a-a3df-4897-be5f-33a1cdf04715.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba865a6a-a3df-4897-be5f-33a1cdf04715.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ba865a6a-a3df-4897-be5f-33a1cdf04715 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ba865a6a-a3df-4897-be5f-33a1cdf04715.shogun-image-container {
      position: relative;
    }

    .s-ba865a6a-a3df-4897-be5f-33a1cdf04715.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba865a6a-a3df-4897-be5f-33a1cdf04715.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba865a6a-a3df-4897-be5f-33a1cdf04715 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ba865a6a-a3df-4897-be5f-33a1cdf04715 img.shogun-image,
  #s-ba865a6a-a3df-4897-be5f-33a1cdf04715 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ba865a6a-a3df-4897-be5f-33a1cdf04715 {
    width: 100%;
    height: auto;
  }

  #s-ba865a6a-a3df-4897-be5f-33a1cdf04715 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ba865a6a-a3df-4897-be5f-33a1cdf04715.shogun-image {
    
    
  }


.s-ba865a6a-a3df-4897-be5f-33a1cdf04715 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-ba865a6a-a3df-4897-be5f-33a1cdf04715.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba865a6a-a3df-4897-be5f-33a1cdf04715.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba865a6a-a3df-4897-be5f-33a1cdf04715.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ba865a6a-a3df-4897-be5f-33a1cdf04715 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ba865a6a-a3df-4897-be5f-33a1cdf04715.shogun-image-container {
      position: relative;
    }

    .s-ba865a6a-a3df-4897-be5f-33a1cdf04715.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba865a6a-a3df-4897-be5f-33a1cdf04715.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba865a6a-a3df-4897-be5f-33a1cdf04715 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.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-51c8af84-118b-49fb-b56d-43c642e801df {
  margin-top: 2%;
margin-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-51c8af84-118b-49fb-b56d-43c642e801df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51c8af84-118b-49fb-b56d-43c642e801df"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-51c8af84-118b-49fb-b56d-43c642e801df"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-51c8af84-118b-49fb-b56d-43c642e801df"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-51c8af84-118b-49fb-b56d-43c642e801df"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-51c8af84-118b-49fb-b56d-43c642e801df"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-51c8af84-118b-49fb-b56d-43c642e801df"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

.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-698c257e-1633-416b-990d-7dd8462cb123 {
  margin-top: 2%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-698c257e-1633-416b-990d-7dd8462cb123 .shogun-heading-component h2 {
  color: rgba(138, 138, 138, 1);
  font-weight:  normal ;
  font-family: "EB Garamond";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


@media (min-width: 1200px){#s-698c257e-1633-416b-990d-7dd8462cb123 .shogun-heading-component h2 {
  color: rgba(138, 138, 138, 1);
  font-weight:  normal ;
  font-family: "EB Garamond";
  font-style:  normal ;
  font-size: 65px;
  
  
  
}


}@media (max-width: 767px){#s-698c257e-1633-416b-990d-7dd8462cb123 .shogun-heading-component h2 {
  color: rgba(138, 138, 138, 1);
  font-weight:  normal ;
  font-family: "EB Garamond";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}
@media (min-width: 0px) {
[id="s-723dc51e-477c-4e27-9cb3-9a98584cc341"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-723dc51e-477c-4e27-9cb3-9a98584cc341"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-723dc51e-477c-4e27-9cb3-9a98584cc341"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-723dc51e-477c-4e27-9cb3-9a98584cc341"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-723dc51e-477c-4e27-9cb3-9a98584cc341"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-723dc51e-477c-4e27-9cb3-9a98584cc341"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-723dc51e-477c-4e27-9cb3-9a98584cc341"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

.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-6942dea7-6d2e-4810-96ca-cf10c0154eb6 {
  padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-6942dea7-6d2e-4810-96ca-cf10c0154eb6 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6942dea7-6d2e-4810-96ca-cf10c0154eb6 {
  padding-left: 7%;
padding-right: 7%;
}
}
#s-36fddeba-d1f1-40b9-b4d1-e763ff02aa71 {
  text-align: center;
}
@media (min-width: 1200px){#s-36fddeba-d1f1-40b9-b4d1-e763ff02aa71 {
  display: none;
}
#s-36fddeba-d1f1-40b9-b4d1-e763ff02aa71, #wrap-s-36fddeba-d1f1-40b9-b4d1-e763ff02aa71 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36fddeba-d1f1-40b9-b4d1-e763ff02aa71 {
  display: none;
}
#s-36fddeba-d1f1-40b9-b4d1-e763ff02aa71, #wrap-s-36fddeba-d1f1-40b9-b4d1-e763ff02aa71 { display: none !important; }}







.s-36fddeba-d1f1-40b9-b4d1-e763ff02aa71 .shogun-image-content {
  
    align-items: center;
  
}

.s-36fddeba-d1f1-40b9-b4d1-e763ff02aa71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36fddeba-d1f1-40b9-b4d1-e763ff02aa71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36fddeba-d1f1-40b9-b4d1-e763ff02aa71.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){






.s-36fddeba-d1f1-40b9-b4d1-e763ff02aa71 .shogun-image-content {
  
    align-items: center;
  
}

.s-36fddeba-d1f1-40b9-b4d1-e763ff02aa71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36fddeba-d1f1-40b9-b4d1-e763ff02aa71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36fddeba-d1f1-40b9-b4d1-e763ff02aa71.shogun-image {
  box-sizing: border-box;
}



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






.s-36fddeba-d1f1-40b9-b4d1-e763ff02aa71 .shogun-image-content {
  
    align-items: center;
  
}

.s-36fddeba-d1f1-40b9-b4d1-e763ff02aa71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36fddeba-d1f1-40b9-b4d1-e763ff02aa71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36fddeba-d1f1-40b9-b4d1-e763ff02aa71.shogun-image {
  box-sizing: border-box;
}



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






.s-36fddeba-d1f1-40b9-b4d1-e763ff02aa71 .shogun-image-content {
  
    align-items: center;
  
}

.s-36fddeba-d1f1-40b9-b4d1-e763ff02aa71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36fddeba-d1f1-40b9-b4d1-e763ff02aa71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36fddeba-d1f1-40b9-b4d1-e763ff02aa71.shogun-image {
  box-sizing: border-box;
}



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






.s-36fddeba-d1f1-40b9-b4d1-e763ff02aa71 .shogun-image-content {
  
    align-items: center;
  
}

.s-36fddeba-d1f1-40b9-b4d1-e763ff02aa71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36fddeba-d1f1-40b9-b4d1-e763ff02aa71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36fddeba-d1f1-40b9-b4d1-e763ff02aa71.shogun-image {
  box-sizing: border-box;
}



}
#s-c547abcb-b922-46a8-8d0e-4d1645ba49ea {
  margin-top: 2%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c547abcb-b922-46a8-8d0e-4d1645ba49ea {
  display: unset;
}
#s-c547abcb-b922-46a8-8d0e-4d1645ba49ea, #wrap-s-c547abcb-b922-46a8-8d0e-4d1645ba49ea { display: unset !important; }}
#s-c547abcb-b922-46a8-8d0e-4d1645ba49ea .shogun-heading-component h3 {
  color: rgba(138, 138, 138, 1);
  font-weight:  normal ;
  font-family: "EB Garamond";
  font-style:  normal ;
  font-size: 43px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-c547abcb-b922-46a8-8d0e-4d1645ba49ea .shogun-heading-component h3 {
  color: rgba(138, 138, 138, 1);
  font-weight:  normal ;
  font-family: "EB Garamond";
  font-style:  normal ;
  font-size: 65px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c547abcb-b922-46a8-8d0e-4d1645ba49ea .shogun-heading-component h3 {
  color: rgba(138, 138, 138, 1);
  font-weight:  normal ;
  font-family: "EB Garamond";
  font-style:  normal ;
  font-size: 50px;
  
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-c547abcb-b922-46a8-8d0e-4d1645ba49ea .shogun-heading-component h3 {
  color: rgba(138, 138, 138, 1);
  font-weight:  normal ;
  font-family: "EB Garamond";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 1px;
  
}


}
#s-be296c5c-c4db-48bf-b935-c7b4e5761be9 {
  margin-top: 0%;
}

@media (min-width: 0px) {
[id="s-be296c5c-c4db-48bf-b935-c7b4e5761be9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be296c5c-c4db-48bf-b935-c7b4e5761be9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-be296c5c-c4db-48bf-b935-c7b4e5761be9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-be296c5c-c4db-48bf-b935-c7b4e5761be9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-be296c5c-c4db-48bf-b935-c7b4e5761be9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-be296c5c-c4db-48bf-b935-c7b4e5761be9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-be296c5c-c4db-48bf-b935-c7b4e5761be9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-b71ebef5-431e-49b1-96e6-f16c5821fbb8 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-b71ebef5-431e-49b1-96e6-f16c5821fbb8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-b71ebef5-431e-49b1-96e6-f16c5821fbb8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-b71ebef5-431e-49b1-96e6-f16c5821fbb8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-b71ebef5-431e-49b1-96e6-f16c5821fbb8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-5feb9f49-08de-49ad-8ac9-44356a6a1d43 {
  margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(226, 226, 226, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(248, 249, 250, 1);
}








#s-5feb9f49-08de-49ad-8ac9-44356a6a1d43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5feb9f49-08de-49ad-8ac9-44356a6a1d43.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-5cf0a530-0a4b-43b4-8fad-6d90de2e13d2 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
max-width: 600px;
aspect-ratio: 600/806;
text-align: center;
}





  #s-5cf0a530-0a4b-43b4-8fad-6d90de2e13d2 img.shogun-image,
  #s-5cf0a530-0a4b-43b4-8fad-6d90de2e13d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5cf0a530-0a4b-43b4-8fad-6d90de2e13d2 {
    width: 100%;
    height: auto;
  }



  #s-5cf0a530-0a4b-43b4-8fad-6d90de2e13d2 img.shogun-image {
    

    
    
    
  }


#s-5cf0a530-0a4b-43b4-8fad-6d90de2e13d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-98e5bb57-4642-4ca1-a45d-c2054566b690 {
  padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-98e5bb57-4642-4ca1-a45d-c2054566b690 {
  display: none;
}
#s-98e5bb57-4642-4ca1-a45d-c2054566b690, #wrap-s-98e5bb57-4642-4ca1-a45d-c2054566b690 { display: none !important; }}
#s-beb950f9-26ac-4071-946a-e886868bd0fa {
  margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(226, 226, 226, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(248, 249, 250, 1);
}








#s-beb950f9-26ac-4071-946a-e886868bd0fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-beb950f9-26ac-4071-946a-e886868bd0fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-295e8e62-243c-402c-bfb5-aa613c5c849a {
  margin-left: 3%;
margin-right: 3%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
max-width: 600px;
aspect-ratio: 600/806;
text-align: center;
}





  #s-295e8e62-243c-402c-bfb5-aa613c5c849a img.shogun-image,
  #s-295e8e62-243c-402c-bfb5-aa613c5c849a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-295e8e62-243c-402c-bfb5-aa613c5c849a {
    width: 100%;
    height: auto;
  }



  #s-295e8e62-243c-402c-bfb5-aa613c5c849a img.shogun-image {
    

    
    
    
  }


#s-295e8e62-243c-402c-bfb5-aa613c5c849a .shogun-image-content {
  
    align-items: center;
  
}

#s-3ea41cbf-c6ae-46db-b1a6-4b04d71932c2 {
  padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-3ea41cbf-c6ae-46db-b1a6-4b04d71932c2 {
  display: none;
}
#s-3ea41cbf-c6ae-46db-b1a6-4b04d71932c2, #wrap-s-3ea41cbf-c6ae-46db-b1a6-4b04d71932c2 { display: none !important; }}
#s-5ce927a1-8135-483f-87ee-093cf01bb944 {
  margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(226, 226, 226, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(248, 249, 250, 1);
}








#s-5ce927a1-8135-483f-87ee-093cf01bb944 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ce927a1-8135-483f-87ee-093cf01bb944.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c57e81d-2ed6-444c-b07a-4d928e6934f5 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
max-width: 600px;
aspect-ratio: 600/806;
text-align: center;
}





  #s-3c57e81d-2ed6-444c-b07a-4d928e6934f5 img.shogun-image,
  #s-3c57e81d-2ed6-444c-b07a-4d928e6934f5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c57e81d-2ed6-444c-b07a-4d928e6934f5 {
    width: 100%;
    height: auto;
  }



  #s-3c57e81d-2ed6-444c-b07a-4d928e6934f5 img.shogun-image {
    

    
    
    
  }


#s-3c57e81d-2ed6-444c-b07a-4d928e6934f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-301cba49-a8e2-4e98-bb00-491e8fe36787 {
  padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-301cba49-a8e2-4e98-bb00-491e8fe36787 {
  display: none;
}
#s-301cba49-a8e2-4e98-bb00-491e8fe36787, #wrap-s-301cba49-a8e2-4e98-bb00-491e8fe36787 { display: none !important; }}
#s-6411afc7-d113-4126-9757-030e54e0ff8f {
  margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(226, 226, 226, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(248, 249, 250, 1);
}








#s-6411afc7-d113-4126-9757-030e54e0ff8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6411afc7-d113-4126-9757-030e54e0ff8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47e5223e-ed10-43a3-95fd-177398593cdd {
  margin-left: 3%;
margin-right: 3%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
max-width: 600px;
aspect-ratio: 600/806;
text-align: center;
}





  #s-47e5223e-ed10-43a3-95fd-177398593cdd img.shogun-image,
  #s-47e5223e-ed10-43a3-95fd-177398593cdd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-47e5223e-ed10-43a3-95fd-177398593cdd {
    width: 100%;
    height: auto;
  }



  #s-47e5223e-ed10-43a3-95fd-177398593cdd img.shogun-image {
    

    
    
    
  }


#s-47e5223e-ed10-43a3-95fd-177398593cdd .shogun-image-content {
  
    align-items: center;
  
}

#s-53f01d06-9113-47dd-b736-fb9aa581ed68 {
  padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-53f01d06-9113-47dd-b736-fb9aa581ed68 {
  display: none;
}
#s-53f01d06-9113-47dd-b736-fb9aa581ed68, #wrap-s-53f01d06-9113-47dd-b736-fb9aa581ed68 { display: none !important; }}
#s-6578725d-05c3-4c15-883a-103a2e81f8b0 {
  min-height: 50px;
}








#s-6578725d-05c3-4c15-883a-103a2e81f8b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6578725d-05c3-4c15-883a-103a2e81f8b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30a6ee1a-b3ee-4378-a65a-fb8c975a9785 {
  margin-top: 4%;
margin-bottom: 1%;
}

@media (min-width: 0px) {
[id="s-30a6ee1a-b3ee-4378-a65a-fb8c975a9785"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30a6ee1a-b3ee-4378-a65a-fb8c975a9785"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-30a6ee1a-b3ee-4378-a65a-fb8c975a9785"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-30a6ee1a-b3ee-4378-a65a-fb8c975a9785"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-ef375783-92b0-4009-ba3c-b402ad5c89fd {
  margin-top: 5px;
margin-bottom: 0px;
max-width: 900px;
aspect-ratio: 900/600;
text-align: center;
}





  #s-ef375783-92b0-4009-ba3c-b402ad5c89fd img.shogun-image,
  #s-ef375783-92b0-4009-ba3c-b402ad5c89fd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef375783-92b0-4009-ba3c-b402ad5c89fd {
    width: 100%;
    height: auto;
  }

  #s-ef375783-92b0-4009-ba3c-b402ad5c89fd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef375783-92b0-4009-ba3c-b402ad5c89fd.shogun-image {
    
    
  }


.s-ef375783-92b0-4009-ba3c-b402ad5c89fd .shogun-image-content {
  
    align-items: center;
  
}

.s-ef375783-92b0-4009-ba3c-b402ad5c89fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef375783-92b0-4009-ba3c-b402ad5c89fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef375783-92b0-4009-ba3c-b402ad5c89fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef375783-92b0-4009-ba3c-b402ad5c89fd {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-ef375783-92b0-4009-ba3c-b402ad5c89fd.shogun-image-container {
      position: relative;
    }

    .s-ef375783-92b0-4009-ba3c-b402ad5c89fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef375783-92b0-4009-ba3c-b402ad5c89fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef375783-92b0-4009-ba3c-b402ad5c89fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ef375783-92b0-4009-ba3c-b402ad5c89fd img.shogun-image,
  #s-ef375783-92b0-4009-ba3c-b402ad5c89fd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef375783-92b0-4009-ba3c-b402ad5c89fd {
    width: 100%;
    height: auto;
  }

  #s-ef375783-92b0-4009-ba3c-b402ad5c89fd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef375783-92b0-4009-ba3c-b402ad5c89fd.shogun-image {
    
    
  }


.s-ef375783-92b0-4009-ba3c-b402ad5c89fd .shogun-image-content {
  
    align-items: center;
  
}

.s-ef375783-92b0-4009-ba3c-b402ad5c89fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef375783-92b0-4009-ba3c-b402ad5c89fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef375783-92b0-4009-ba3c-b402ad5c89fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef375783-92b0-4009-ba3c-b402ad5c89fd {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-ef375783-92b0-4009-ba3c-b402ad5c89fd.shogun-image-container {
      position: relative;
    }

    .s-ef375783-92b0-4009-ba3c-b402ad5c89fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef375783-92b0-4009-ba3c-b402ad5c89fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef375783-92b0-4009-ba3c-b402ad5c89fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ef375783-92b0-4009-ba3c-b402ad5c89fd img.shogun-image,
  #s-ef375783-92b0-4009-ba3c-b402ad5c89fd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef375783-92b0-4009-ba3c-b402ad5c89fd {
    width: 100%;
    height: auto;
  }

  #s-ef375783-92b0-4009-ba3c-b402ad5c89fd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef375783-92b0-4009-ba3c-b402ad5c89fd.shogun-image {
    
    
  }


.s-ef375783-92b0-4009-ba3c-b402ad5c89fd .shogun-image-content {
  
    align-items: center;
  
}

.s-ef375783-92b0-4009-ba3c-b402ad5c89fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef375783-92b0-4009-ba3c-b402ad5c89fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef375783-92b0-4009-ba3c-b402ad5c89fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef375783-92b0-4009-ba3c-b402ad5c89fd {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-ef375783-92b0-4009-ba3c-b402ad5c89fd.shogun-image-container {
      position: relative;
    }

    .s-ef375783-92b0-4009-ba3c-b402ad5c89fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef375783-92b0-4009-ba3c-b402ad5c89fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef375783-92b0-4009-ba3c-b402ad5c89fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ef375783-92b0-4009-ba3c-b402ad5c89fd img.shogun-image,
  #s-ef375783-92b0-4009-ba3c-b402ad5c89fd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef375783-92b0-4009-ba3c-b402ad5c89fd {
    width: 100%;
    height: auto;
  }

  #s-ef375783-92b0-4009-ba3c-b402ad5c89fd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef375783-92b0-4009-ba3c-b402ad5c89fd.shogun-image {
    
    
  }


.s-ef375783-92b0-4009-ba3c-b402ad5c89fd .shogun-image-content {
  
    align-items: center;
  
}

.s-ef375783-92b0-4009-ba3c-b402ad5c89fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef375783-92b0-4009-ba3c-b402ad5c89fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef375783-92b0-4009-ba3c-b402ad5c89fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef375783-92b0-4009-ba3c-b402ad5c89fd {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-ef375783-92b0-4009-ba3c-b402ad5c89fd.shogun-image-container {
      position: relative;
    }

    .s-ef375783-92b0-4009-ba3c-b402ad5c89fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef375783-92b0-4009-ba3c-b402ad5c89fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef375783-92b0-4009-ba3c-b402ad5c89fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ef375783-92b0-4009-ba3c-b402ad5c89fd img.shogun-image,
  #s-ef375783-92b0-4009-ba3c-b402ad5c89fd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef375783-92b0-4009-ba3c-b402ad5c89fd {
    width: 100%;
    height: auto;
  }

  #s-ef375783-92b0-4009-ba3c-b402ad5c89fd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef375783-92b0-4009-ba3c-b402ad5c89fd.shogun-image {
    
    
  }


.s-ef375783-92b0-4009-ba3c-b402ad5c89fd .shogun-image-content {
  
    align-items: center;
  
}

.s-ef375783-92b0-4009-ba3c-b402ad5c89fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef375783-92b0-4009-ba3c-b402ad5c89fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef375783-92b0-4009-ba3c-b402ad5c89fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef375783-92b0-4009-ba3c-b402ad5c89fd {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-ef375783-92b0-4009-ba3c-b402ad5c89fd.shogun-image-container {
      position: relative;
    }

    .s-ef375783-92b0-4009-ba3c-b402ad5c89fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef375783-92b0-4009-ba3c-b402ad5c89fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef375783-92b0-4009-ba3c-b402ad5c89fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e7c3bb6f-a743-470a-bdfd-aa1cc5ab3fb4 {
  padding-top: 1%;
padding-bottom: 1%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-e7c3bb6f-a743-470a-bdfd-aa1cc5ab3fb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7c3bb6f-a743-470a-bdfd-aa1cc5ab3fb4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-bb0bafd2-5258-4ae2-93f7-d8257960b0f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb0bafd2-5258-4ae2-93f7-d8257960b0f7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bb0bafd2-5258-4ae2-93f7-d8257960b0f7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bb0bafd2-5258-4ae2-93f7-d8257960b0f7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bb0bafd2-5258-4ae2-93f7-d8257960b0f7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb0bafd2-5258-4ae2-93f7-d8257960b0f7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bb0bafd2-5258-4ae2-93f7-d8257960b0f7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-3bf08f85-571b-46c2-9e40-46e9001cae43"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3bf08f85-571b-46c2-9e40-46e9001cae43"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3bf08f85-571b-46c2-9e40-46e9001cae43"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3bf08f85-571b-46c2-9e40-46e9001cae43"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

#s-38043ac7-db7f-4fcc-8ad0-ccc4628115d6 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(2, 2, 2, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(231, 231, 231, 1);
}
#s-38043ac7-db7f-4fcc-8ad0-ccc4628115d6:hover {border-style: solid !important;
border-color: rgba(161, 161, 161, 1) !important;
background-color: rgba(161, 161, 161, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-38043ac7-db7f-4fcc-8ad0-ccc4628115d6:active {border-style: solid !important;
border-color: rgba(0, 105, 122, 1) !important;
background-color: rgba(0, 105, 122, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-38043ac7-db7f-4fcc-8ad0-ccc4628115d6-root {
    text-align: center;
  }


#s-38043ac7-db7f-4fcc-8ad0-ccc4628115d6.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-38043ac7-db7f-4fcc-8ad0-ccc4628115d6-root {
    text-align: center;
  }


#s-38043ac7-db7f-4fcc-8ad0-ccc4628115d6.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-38043ac7-db7f-4fcc-8ad0-ccc4628115d6-root {
    text-align: center;
  }


#s-38043ac7-db7f-4fcc-8ad0-ccc4628115d6.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-38043ac7-db7f-4fcc-8ad0-ccc4628115d6-root {
    text-align: center;
  }


#s-38043ac7-db7f-4fcc-8ad0-ccc4628115d6.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-38043ac7-db7f-4fcc-8ad0-ccc4628115d6-root {
    text-align: center;
  }


#s-38043ac7-db7f-4fcc-8ad0-ccc4628115d6.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}
  #s-38043ac7-db7f-4fcc-8ad0-ccc4628115d6-root {
    text-align: center;
  }


#s-38043ac7-db7f-4fcc-8ad0-ccc4628115d6.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}

#s-97cb420a-658e-46c7-bd79-54c441885e3e {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(2, 2, 2, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(231, 231, 231, 1);
}
#s-97cb420a-658e-46c7-bd79-54c441885e3e:hover {border-style: solid !important;
border-color: rgba(161, 161, 161, 1) !important;
background-color: rgba(161, 161, 161, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-97cb420a-658e-46c7-bd79-54c441885e3e:active {border-style: solid !important;
border-color: rgba(0, 105, 122, 1) !important;
background-color: rgba(0, 105, 122, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-97cb420a-658e-46c7-bd79-54c441885e3e-root {
    text-align: center;
  }


#s-97cb420a-658e-46c7-bd79-54c441885e3e.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-97cb420a-658e-46c7-bd79-54c441885e3e-root {
    text-align: center;
  }


#s-97cb420a-658e-46c7-bd79-54c441885e3e.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-97cb420a-658e-46c7-bd79-54c441885e3e-root {
    text-align: center;
  }


#s-97cb420a-658e-46c7-bd79-54c441885e3e.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-97cb420a-658e-46c7-bd79-54c441885e3e-root {
    text-align: center;
  }


#s-97cb420a-658e-46c7-bd79-54c441885e3e.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-97cb420a-658e-46c7-bd79-54c441885e3e-root {
    text-align: center;
  }


#s-97cb420a-658e-46c7-bd79-54c441885e3e.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}
  #s-97cb420a-658e-46c7-bd79-54c441885e3e-root {
    text-align: center;
  }


#s-97cb420a-658e-46c7-bd79-54c441885e3e.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}

#s-073c4444-9bb4-49ff-bd06-1d1dc20f3788 {
  margin-top: 5px;
margin-bottom: 0px;
max-width: 900px;
aspect-ratio: 900/600;
text-align: center;
}





  #s-073c4444-9bb4-49ff-bd06-1d1dc20f3788 img.shogun-image,
  #s-073c4444-9bb4-49ff-bd06-1d1dc20f3788 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-073c4444-9bb4-49ff-bd06-1d1dc20f3788 {
    width: 100%;
    height: auto;
  }

  #s-073c4444-9bb4-49ff-bd06-1d1dc20f3788 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-073c4444-9bb4-49ff-bd06-1d1dc20f3788.shogun-image {
    
    
  }


.s-073c4444-9bb4-49ff-bd06-1d1dc20f3788 .shogun-image-content {
  
    align-items: center;
  
}

.s-073c4444-9bb4-49ff-bd06-1d1dc20f3788.shg-align-container {
  display: flex;
  justify-content: center
}

.s-073c4444-9bb4-49ff-bd06-1d1dc20f3788.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-073c4444-9bb4-49ff-bd06-1d1dc20f3788.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-073c4444-9bb4-49ff-bd06-1d1dc20f3788 {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-073c4444-9bb4-49ff-bd06-1d1dc20f3788.shogun-image-container {
      position: relative;
    }

    .s-073c4444-9bb4-49ff-bd06-1d1dc20f3788.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-073c4444-9bb4-49ff-bd06-1d1dc20f3788.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-073c4444-9bb4-49ff-bd06-1d1dc20f3788 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-073c4444-9bb4-49ff-bd06-1d1dc20f3788 img.shogun-image,
  #s-073c4444-9bb4-49ff-bd06-1d1dc20f3788 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-073c4444-9bb4-49ff-bd06-1d1dc20f3788 {
    width: 100%;
    height: auto;
  }

  #s-073c4444-9bb4-49ff-bd06-1d1dc20f3788 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-073c4444-9bb4-49ff-bd06-1d1dc20f3788.shogun-image {
    
    
  }


.s-073c4444-9bb4-49ff-bd06-1d1dc20f3788 .shogun-image-content {
  
    align-items: center;
  
}

.s-073c4444-9bb4-49ff-bd06-1d1dc20f3788.shg-align-container {
  display: flex;
  justify-content: center
}

.s-073c4444-9bb4-49ff-bd06-1d1dc20f3788.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-073c4444-9bb4-49ff-bd06-1d1dc20f3788.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-073c4444-9bb4-49ff-bd06-1d1dc20f3788 {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-073c4444-9bb4-49ff-bd06-1d1dc20f3788.shogun-image-container {
      position: relative;
    }

    .s-073c4444-9bb4-49ff-bd06-1d1dc20f3788.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-073c4444-9bb4-49ff-bd06-1d1dc20f3788.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-073c4444-9bb4-49ff-bd06-1d1dc20f3788 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-073c4444-9bb4-49ff-bd06-1d1dc20f3788 img.shogun-image,
  #s-073c4444-9bb4-49ff-bd06-1d1dc20f3788 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-073c4444-9bb4-49ff-bd06-1d1dc20f3788 {
    width: 100%;
    height: auto;
  }

  #s-073c4444-9bb4-49ff-bd06-1d1dc20f3788 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-073c4444-9bb4-49ff-bd06-1d1dc20f3788.shogun-image {
    
    
  }


.s-073c4444-9bb4-49ff-bd06-1d1dc20f3788 .shogun-image-content {
  
    align-items: center;
  
}

.s-073c4444-9bb4-49ff-bd06-1d1dc20f3788.shg-align-container {
  display: flex;
  justify-content: center
}

.s-073c4444-9bb4-49ff-bd06-1d1dc20f3788.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-073c4444-9bb4-49ff-bd06-1d1dc20f3788.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-073c4444-9bb4-49ff-bd06-1d1dc20f3788 {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-073c4444-9bb4-49ff-bd06-1d1dc20f3788.shogun-image-container {
      position: relative;
    }

    .s-073c4444-9bb4-49ff-bd06-1d1dc20f3788.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-073c4444-9bb4-49ff-bd06-1d1dc20f3788.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-073c4444-9bb4-49ff-bd06-1d1dc20f3788 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-073c4444-9bb4-49ff-bd06-1d1dc20f3788 img.shogun-image,
  #s-073c4444-9bb4-49ff-bd06-1d1dc20f3788 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-073c4444-9bb4-49ff-bd06-1d1dc20f3788 {
    width: 100%;
    height: auto;
  }

  #s-073c4444-9bb4-49ff-bd06-1d1dc20f3788 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-073c4444-9bb4-49ff-bd06-1d1dc20f3788.shogun-image {
    
    
  }


.s-073c4444-9bb4-49ff-bd06-1d1dc20f3788 .shogun-image-content {
  
    align-items: center;
  
}

.s-073c4444-9bb4-49ff-bd06-1d1dc20f3788.shg-align-container {
  display: flex;
  justify-content: center
}

.s-073c4444-9bb4-49ff-bd06-1d1dc20f3788.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-073c4444-9bb4-49ff-bd06-1d1dc20f3788.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-073c4444-9bb4-49ff-bd06-1d1dc20f3788 {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-073c4444-9bb4-49ff-bd06-1d1dc20f3788.shogun-image-container {
      position: relative;
    }

    .s-073c4444-9bb4-49ff-bd06-1d1dc20f3788.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-073c4444-9bb4-49ff-bd06-1d1dc20f3788.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-073c4444-9bb4-49ff-bd06-1d1dc20f3788 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-073c4444-9bb4-49ff-bd06-1d1dc20f3788 img.shogun-image,
  #s-073c4444-9bb4-49ff-bd06-1d1dc20f3788 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-073c4444-9bb4-49ff-bd06-1d1dc20f3788 {
    width: 100%;
    height: auto;
  }

  #s-073c4444-9bb4-49ff-bd06-1d1dc20f3788 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-073c4444-9bb4-49ff-bd06-1d1dc20f3788.shogun-image {
    
    
  }


.s-073c4444-9bb4-49ff-bd06-1d1dc20f3788 .shogun-image-content {
  
    align-items: center;
  
}

.s-073c4444-9bb4-49ff-bd06-1d1dc20f3788.shg-align-container {
  display: flex;
  justify-content: center
}

.s-073c4444-9bb4-49ff-bd06-1d1dc20f3788.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-073c4444-9bb4-49ff-bd06-1d1dc20f3788.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-073c4444-9bb4-49ff-bd06-1d1dc20f3788 {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-073c4444-9bb4-49ff-bd06-1d1dc20f3788.shogun-image-container {
      position: relative;
    }

    .s-073c4444-9bb4-49ff-bd06-1d1dc20f3788.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-073c4444-9bb4-49ff-bd06-1d1dc20f3788.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-073c4444-9bb4-49ff-bd06-1d1dc20f3788 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1d24557c-684c-49d5-88ae-3bd438e0c465 {
  padding-top: 1%;
padding-bottom: 1%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-1d24557c-684c-49d5-88ae-3bd438e0c465 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d24557c-684c-49d5-88ae-3bd438e0c465.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-32a976b2-6d0f-4140-a0b8-2d3ab1aed27b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32a976b2-6d0f-4140-a0b8-2d3ab1aed27b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-32a976b2-6d0f-4140-a0b8-2d3ab1aed27b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-32a976b2-6d0f-4140-a0b8-2d3ab1aed27b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-32a976b2-6d0f-4140-a0b8-2d3ab1aed27b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-32a976b2-6d0f-4140-a0b8-2d3ab1aed27b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-32a976b2-6d0f-4140-a0b8-2d3ab1aed27b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-cf8791e4-9fb4-4289-a58e-df1bfd7ac100"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf8791e4-9fb4-4289-a58e-df1bfd7ac100"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cf8791e4-9fb4-4289-a58e-df1bfd7ac100"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf8791e4-9fb4-4289-a58e-df1bfd7ac100"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b0de7ad1-23e6-4c8b-8fee-919819b84613 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(2, 2, 2, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(231, 231, 231, 1);
}
#s-b0de7ad1-23e6-4c8b-8fee-919819b84613:hover {border-style: solid !important;
border-color: rgba(161, 161, 161, 1) !important;
background-color: rgba(161, 161, 161, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b0de7ad1-23e6-4c8b-8fee-919819b84613:active {border-style: solid !important;
border-color: rgba(0, 105, 122, 1) !important;
background-color: rgba(0, 105, 122, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b0de7ad1-23e6-4c8b-8fee-919819b84613-root {
    text-align: center;
  }


#s-b0de7ad1-23e6-4c8b-8fee-919819b84613.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b0de7ad1-23e6-4c8b-8fee-919819b84613-root {
    text-align: center;
  }


#s-b0de7ad1-23e6-4c8b-8fee-919819b84613.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b0de7ad1-23e6-4c8b-8fee-919819b84613-root {
    text-align: center;
  }


#s-b0de7ad1-23e6-4c8b-8fee-919819b84613.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b0de7ad1-23e6-4c8b-8fee-919819b84613-root {
    text-align: center;
  }


#s-b0de7ad1-23e6-4c8b-8fee-919819b84613.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b0de7ad1-23e6-4c8b-8fee-919819b84613-root {
    text-align: center;
  }


#s-b0de7ad1-23e6-4c8b-8fee-919819b84613.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}
  #s-b0de7ad1-23e6-4c8b-8fee-919819b84613-root {
    text-align: center;
  }


#s-b0de7ad1-23e6-4c8b-8fee-919819b84613.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}

#s-7c76d96f-4efe-4f08-a762-844634714ccd {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(2, 2, 2, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(231, 231, 231, 1);
}
#s-7c76d96f-4efe-4f08-a762-844634714ccd:hover {border-style: solid !important;
border-color: rgba(161, 161, 161, 1) !important;
background-color: rgba(161, 161, 161, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7c76d96f-4efe-4f08-a762-844634714ccd:active {border-style: solid !important;
border-color: rgba(0, 105, 122, 1) !important;
background-color: rgba(0, 105, 122, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7c76d96f-4efe-4f08-a762-844634714ccd-root {
    text-align: center;
  }


#s-7c76d96f-4efe-4f08-a762-844634714ccd.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7c76d96f-4efe-4f08-a762-844634714ccd-root {
    text-align: center;
  }


#s-7c76d96f-4efe-4f08-a762-844634714ccd.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7c76d96f-4efe-4f08-a762-844634714ccd-root {
    text-align: center;
  }


#s-7c76d96f-4efe-4f08-a762-844634714ccd.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7c76d96f-4efe-4f08-a762-844634714ccd-root {
    text-align: center;
  }


#s-7c76d96f-4efe-4f08-a762-844634714ccd.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7c76d96f-4efe-4f08-a762-844634714ccd-root {
    text-align: center;
  }


#s-7c76d96f-4efe-4f08-a762-844634714ccd.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}
  #s-7c76d96f-4efe-4f08-a762-844634714ccd-root {
    text-align: center;
  }


#s-7c76d96f-4efe-4f08-a762-844634714ccd.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}

#s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293 {
  margin-top: 5px;
margin-bottom: 0px;
max-width: 900px;
aspect-ratio: 900/600;
text-align: center;
}





  #s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293 img.shogun-image,
  #s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293 {
    width: 100%;
    height: auto;
  }

  #s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293.shogun-image {
    
    
  }


.s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293 {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293.shogun-image-container {
      position: relative;
    }

    .s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293 img.shogun-image,
  #s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293 {
    width: 100%;
    height: auto;
  }

  #s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293.shogun-image {
    
    
  }


.s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293 {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293.shogun-image-container {
      position: relative;
    }

    .s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293 img.shogun-image,
  #s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293 {
    width: 100%;
    height: auto;
  }

  #s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293.shogun-image {
    
    
  }


.s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293 {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293.shogun-image-container {
      position: relative;
    }

    .s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293 img.shogun-image,
  #s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293 {
    width: 100%;
    height: auto;
  }

  #s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293.shogun-image {
    
    
  }


.s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293 {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293.shogun-image-container {
      position: relative;
    }

    .s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293 img.shogun-image,
  #s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293 {
    width: 100%;
    height: auto;
  }

  #s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293.shogun-image {
    
    
  }


.s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293 {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293.shogun-image-container {
      position: relative;
    }

    .s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f618ae7-a5ac-4c2e-91f6-c45e9a4cb293 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3a3282ea-6d06-4922-b609-b25a47bf3a03 {
  padding-top: 1%;
padding-bottom: 1%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-3a3282ea-6d06-4922-b609-b25a47bf3a03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a3282ea-6d06-4922-b609-b25a47bf3a03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5d359edc-ff1f-4802-8a6e-dbc05e443075"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d359edc-ff1f-4802-8a6e-dbc05e443075"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5d359edc-ff1f-4802-8a6e-dbc05e443075"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5d359edc-ff1f-4802-8a6e-dbc05e443075"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5d359edc-ff1f-4802-8a6e-dbc05e443075"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d359edc-ff1f-4802-8a6e-dbc05e443075"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5d359edc-ff1f-4802-8a6e-dbc05e443075"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-17dc5311-635c-4197-bbf6-384c7af75152"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17dc5311-635c-4197-bbf6-384c7af75152"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-17dc5311-635c-4197-bbf6-384c7af75152"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-17dc5311-635c-4197-bbf6-384c7af75152"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-51d86834-c5ab-4f8d-9793-e779d46a3f60 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(2, 2, 2, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(231, 231, 231, 1);
}
#s-51d86834-c5ab-4f8d-9793-e779d46a3f60:hover {border-style: solid !important;
border-color: rgba(161, 161, 161, 1) !important;
background-color: rgba(161, 161, 161, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-51d86834-c5ab-4f8d-9793-e779d46a3f60:active {border-style: solid !important;
border-color: rgba(0, 105, 122, 1) !important;
background-color: rgba(0, 105, 122, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-51d86834-c5ab-4f8d-9793-e779d46a3f60-root {
    text-align: center;
  }


#s-51d86834-c5ab-4f8d-9793-e779d46a3f60.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-51d86834-c5ab-4f8d-9793-e779d46a3f60-root {
    text-align: center;
  }


#s-51d86834-c5ab-4f8d-9793-e779d46a3f60.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-51d86834-c5ab-4f8d-9793-e779d46a3f60-root {
    text-align: center;
  }


#s-51d86834-c5ab-4f8d-9793-e779d46a3f60.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-51d86834-c5ab-4f8d-9793-e779d46a3f60-root {
    text-align: center;
  }


#s-51d86834-c5ab-4f8d-9793-e779d46a3f60.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-51d86834-c5ab-4f8d-9793-e779d46a3f60-root {
    text-align: center;
  }


#s-51d86834-c5ab-4f8d-9793-e779d46a3f60.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}
  #s-51d86834-c5ab-4f8d-9793-e779d46a3f60-root {
    text-align: center;
  }


#s-51d86834-c5ab-4f8d-9793-e779d46a3f60.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}

#s-ab8caa03-8d8f-4a6c-8016-41cfd7ecb9e3 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(2, 2, 2, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(231, 231, 231, 1);
}
#s-ab8caa03-8d8f-4a6c-8016-41cfd7ecb9e3:hover {border-style: solid !important;
border-color: rgba(161, 161, 161, 1) !important;
background-color: rgba(161, 161, 161, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ab8caa03-8d8f-4a6c-8016-41cfd7ecb9e3:active {border-style: solid !important;
border-color: rgba(0, 105, 122, 1) !important;
background-color: rgba(0, 105, 122, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ab8caa03-8d8f-4a6c-8016-41cfd7ecb9e3-root {
    text-align: center;
  }


#s-ab8caa03-8d8f-4a6c-8016-41cfd7ecb9e3.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ab8caa03-8d8f-4a6c-8016-41cfd7ecb9e3-root {
    text-align: center;
  }


#s-ab8caa03-8d8f-4a6c-8016-41cfd7ecb9e3.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ab8caa03-8d8f-4a6c-8016-41cfd7ecb9e3-root {
    text-align: center;
  }


#s-ab8caa03-8d8f-4a6c-8016-41cfd7ecb9e3.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ab8caa03-8d8f-4a6c-8016-41cfd7ecb9e3-root {
    text-align: center;
  }


#s-ab8caa03-8d8f-4a6c-8016-41cfd7ecb9e3.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ab8caa03-8d8f-4a6c-8016-41cfd7ecb9e3-root {
    text-align: center;
  }


#s-ab8caa03-8d8f-4a6c-8016-41cfd7ecb9e3.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}
  #s-ab8caa03-8d8f-4a6c-8016-41cfd7ecb9e3-root {
    text-align: center;
  }


#s-ab8caa03-8d8f-4a6c-8016-41cfd7ecb9e3.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}

#s-faa13094-ebd2-4e2a-950f-3803711f8522 {
  margin-top: 1%;
margin-bottom: 1%;
}

@media (min-width: 0px) {
[id="s-faa13094-ebd2-4e2a-950f-3803711f8522"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-faa13094-ebd2-4e2a-950f-3803711f8522"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-faa13094-ebd2-4e2a-950f-3803711f8522"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-faa13094-ebd2-4e2a-950f-3803711f8522"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-6409a5cc-694e-4566-b155-4c8e66a33208 {
  margin-top: 5px;
margin-bottom: 0px;
max-width: 900px;
aspect-ratio: 900/600;
text-align: center;
}





  #s-6409a5cc-694e-4566-b155-4c8e66a33208 img.shogun-image,
  #s-6409a5cc-694e-4566-b155-4c8e66a33208 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6409a5cc-694e-4566-b155-4c8e66a33208 {
    width: 100%;
    height: auto;
  }

  #s-6409a5cc-694e-4566-b155-4c8e66a33208 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6409a5cc-694e-4566-b155-4c8e66a33208.shogun-image {
    
    
  }


.s-6409a5cc-694e-4566-b155-4c8e66a33208 .shogun-image-content {
  
    align-items: center;
  
}

.s-6409a5cc-694e-4566-b155-4c8e66a33208.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6409a5cc-694e-4566-b155-4c8e66a33208.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6409a5cc-694e-4566-b155-4c8e66a33208.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6409a5cc-694e-4566-b155-4c8e66a33208 {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-6409a5cc-694e-4566-b155-4c8e66a33208.shogun-image-container {
      position: relative;
    }

    .s-6409a5cc-694e-4566-b155-4c8e66a33208.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6409a5cc-694e-4566-b155-4c8e66a33208.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6409a5cc-694e-4566-b155-4c8e66a33208 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-6409a5cc-694e-4566-b155-4c8e66a33208 img.shogun-image,
  #s-6409a5cc-694e-4566-b155-4c8e66a33208 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6409a5cc-694e-4566-b155-4c8e66a33208 {
    width: 100%;
    height: auto;
  }

  #s-6409a5cc-694e-4566-b155-4c8e66a33208 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6409a5cc-694e-4566-b155-4c8e66a33208.shogun-image {
    
    
  }


.s-6409a5cc-694e-4566-b155-4c8e66a33208 .shogun-image-content {
  
    align-items: center;
  
}

.s-6409a5cc-694e-4566-b155-4c8e66a33208.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6409a5cc-694e-4566-b155-4c8e66a33208.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6409a5cc-694e-4566-b155-4c8e66a33208.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6409a5cc-694e-4566-b155-4c8e66a33208 {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-6409a5cc-694e-4566-b155-4c8e66a33208.shogun-image-container {
      position: relative;
    }

    .s-6409a5cc-694e-4566-b155-4c8e66a33208.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6409a5cc-694e-4566-b155-4c8e66a33208.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6409a5cc-694e-4566-b155-4c8e66a33208 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-6409a5cc-694e-4566-b155-4c8e66a33208 img.shogun-image,
  #s-6409a5cc-694e-4566-b155-4c8e66a33208 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6409a5cc-694e-4566-b155-4c8e66a33208 {
    width: 100%;
    height: auto;
  }

  #s-6409a5cc-694e-4566-b155-4c8e66a33208 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6409a5cc-694e-4566-b155-4c8e66a33208.shogun-image {
    
    
  }


.s-6409a5cc-694e-4566-b155-4c8e66a33208 .shogun-image-content {
  
    align-items: center;
  
}

.s-6409a5cc-694e-4566-b155-4c8e66a33208.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6409a5cc-694e-4566-b155-4c8e66a33208.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6409a5cc-694e-4566-b155-4c8e66a33208.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6409a5cc-694e-4566-b155-4c8e66a33208 {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-6409a5cc-694e-4566-b155-4c8e66a33208.shogun-image-container {
      position: relative;
    }

    .s-6409a5cc-694e-4566-b155-4c8e66a33208.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6409a5cc-694e-4566-b155-4c8e66a33208.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6409a5cc-694e-4566-b155-4c8e66a33208 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-6409a5cc-694e-4566-b155-4c8e66a33208 img.shogun-image,
  #s-6409a5cc-694e-4566-b155-4c8e66a33208 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6409a5cc-694e-4566-b155-4c8e66a33208 {
    width: 100%;
    height: auto;
  }

  #s-6409a5cc-694e-4566-b155-4c8e66a33208 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6409a5cc-694e-4566-b155-4c8e66a33208.shogun-image {
    
    
  }


.s-6409a5cc-694e-4566-b155-4c8e66a33208 .shogun-image-content {
  
    align-items: center;
  
}

.s-6409a5cc-694e-4566-b155-4c8e66a33208.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6409a5cc-694e-4566-b155-4c8e66a33208.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6409a5cc-694e-4566-b155-4c8e66a33208.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6409a5cc-694e-4566-b155-4c8e66a33208 {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-6409a5cc-694e-4566-b155-4c8e66a33208.shogun-image-container {
      position: relative;
    }

    .s-6409a5cc-694e-4566-b155-4c8e66a33208.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6409a5cc-694e-4566-b155-4c8e66a33208.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6409a5cc-694e-4566-b155-4c8e66a33208 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-6409a5cc-694e-4566-b155-4c8e66a33208 img.shogun-image,
  #s-6409a5cc-694e-4566-b155-4c8e66a33208 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6409a5cc-694e-4566-b155-4c8e66a33208 {
    width: 100%;
    height: auto;
  }

  #s-6409a5cc-694e-4566-b155-4c8e66a33208 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6409a5cc-694e-4566-b155-4c8e66a33208.shogun-image {
    
    
  }


.s-6409a5cc-694e-4566-b155-4c8e66a33208 .shogun-image-content {
  
    align-items: center;
  
}

.s-6409a5cc-694e-4566-b155-4c8e66a33208.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6409a5cc-694e-4566-b155-4c8e66a33208.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6409a5cc-694e-4566-b155-4c8e66a33208.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6409a5cc-694e-4566-b155-4c8e66a33208 {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-6409a5cc-694e-4566-b155-4c8e66a33208.shogun-image-container {
      position: relative;
    }

    .s-6409a5cc-694e-4566-b155-4c8e66a33208.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6409a5cc-694e-4566-b155-4c8e66a33208.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6409a5cc-694e-4566-b155-4c8e66a33208 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-39bd64be-d79c-475a-9ba8-bbe3e6a9ecd2 {
  padding-top: 1%;
padding-bottom: 1%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-39bd64be-d79c-475a-9ba8-bbe3e6a9ecd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39bd64be-d79c-475a-9ba8-bbe3e6a9ecd2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ba104cba-4432-493d-9deb-c8974c5a1398"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba104cba-4432-493d-9deb-c8974c5a1398"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ba104cba-4432-493d-9deb-c8974c5a1398"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ba104cba-4432-493d-9deb-c8974c5a1398"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ba104cba-4432-493d-9deb-c8974c5a1398"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba104cba-4432-493d-9deb-c8974c5a1398"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ba104cba-4432-493d-9deb-c8974c5a1398"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-c4d9aba9-0be9-4963-9044-48395fd2f29b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4d9aba9-0be9-4963-9044-48395fd2f29b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c4d9aba9-0be9-4963-9044-48395fd2f29b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4d9aba9-0be9-4963-9044-48395fd2f29b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6e099947-f49a-4242-9231-232912438544 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(2, 2, 2, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(231, 231, 231, 1);
}
#s-6e099947-f49a-4242-9231-232912438544:hover {border-style: solid !important;
border-color: rgba(161, 161, 161, 1) !important;
background-color: rgba(161, 161, 161, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6e099947-f49a-4242-9231-232912438544:active {border-style: solid !important;
border-color: rgba(0, 105, 122, 1) !important;
background-color: rgba(0, 105, 122, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6e099947-f49a-4242-9231-232912438544-root {
    text-align: center;
  }


#s-6e099947-f49a-4242-9231-232912438544.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-6e099947-f49a-4242-9231-232912438544-root {
    text-align: center;
  }


#s-6e099947-f49a-4242-9231-232912438544.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6e099947-f49a-4242-9231-232912438544-root {
    text-align: center;
  }


#s-6e099947-f49a-4242-9231-232912438544.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6e099947-f49a-4242-9231-232912438544-root {
    text-align: center;
  }


#s-6e099947-f49a-4242-9231-232912438544.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-6e099947-f49a-4242-9231-232912438544-root {
    text-align: center;
  }


#s-6e099947-f49a-4242-9231-232912438544.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}
  #s-6e099947-f49a-4242-9231-232912438544-root {
    text-align: center;
  }


#s-6e099947-f49a-4242-9231-232912438544.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}

#s-4ed5172e-e1e6-477e-b959-33fe6b438048 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(2, 2, 2, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(231, 231, 231, 1);
}
#s-4ed5172e-e1e6-477e-b959-33fe6b438048:hover {border-style: solid !important;
border-color: rgba(161, 161, 161, 1) !important;
background-color: rgba(161, 161, 161, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4ed5172e-e1e6-477e-b959-33fe6b438048:active {border-style: solid !important;
border-color: rgba(0, 105, 122, 1) !important;
background-color: rgba(0, 105, 122, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4ed5172e-e1e6-477e-b959-33fe6b438048-root {
    text-align: center;
  }


#s-4ed5172e-e1e6-477e-b959-33fe6b438048.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-4ed5172e-e1e6-477e-b959-33fe6b438048-root {
    text-align: center;
  }


#s-4ed5172e-e1e6-477e-b959-33fe6b438048.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4ed5172e-e1e6-477e-b959-33fe6b438048-root {
    text-align: center;
  }


#s-4ed5172e-e1e6-477e-b959-33fe6b438048.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4ed5172e-e1e6-477e-b959-33fe6b438048-root {
    text-align: center;
  }


#s-4ed5172e-e1e6-477e-b959-33fe6b438048.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-4ed5172e-e1e6-477e-b959-33fe6b438048-root {
    text-align: center;
  }


#s-4ed5172e-e1e6-477e-b959-33fe6b438048.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}
  #s-4ed5172e-e1e6-477e-b959-33fe6b438048-root {
    text-align: center;
  }


#s-4ed5172e-e1e6-477e-b959-33fe6b438048.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}

#s-4a16cd1b-6b03-49b3-8213-3762c29c59b6 {
  margin-top: 5px;
margin-bottom: 0px;
max-width: 900px;
aspect-ratio: 900/600;
text-align: center;
}





  #s-4a16cd1b-6b03-49b3-8213-3762c29c59b6 img.shogun-image,
  #s-4a16cd1b-6b03-49b3-8213-3762c29c59b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a16cd1b-6b03-49b3-8213-3762c29c59b6 {
    width: 100%;
    height: auto;
  }

  #s-4a16cd1b-6b03-49b3-8213-3762c29c59b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a16cd1b-6b03-49b3-8213-3762c29c59b6.shogun-image {
    
    
  }


.s-4a16cd1b-6b03-49b3-8213-3762c29c59b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a16cd1b-6b03-49b3-8213-3762c29c59b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a16cd1b-6b03-49b3-8213-3762c29c59b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a16cd1b-6b03-49b3-8213-3762c29c59b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a16cd1b-6b03-49b3-8213-3762c29c59b6 {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-4a16cd1b-6b03-49b3-8213-3762c29c59b6.shogun-image-container {
      position: relative;
    }

    .s-4a16cd1b-6b03-49b3-8213-3762c29c59b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a16cd1b-6b03-49b3-8213-3762c29c59b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a16cd1b-6b03-49b3-8213-3762c29c59b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4a16cd1b-6b03-49b3-8213-3762c29c59b6 img.shogun-image,
  #s-4a16cd1b-6b03-49b3-8213-3762c29c59b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a16cd1b-6b03-49b3-8213-3762c29c59b6 {
    width: 100%;
    height: auto;
  }

  #s-4a16cd1b-6b03-49b3-8213-3762c29c59b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a16cd1b-6b03-49b3-8213-3762c29c59b6.shogun-image {
    
    
  }


.s-4a16cd1b-6b03-49b3-8213-3762c29c59b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a16cd1b-6b03-49b3-8213-3762c29c59b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a16cd1b-6b03-49b3-8213-3762c29c59b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a16cd1b-6b03-49b3-8213-3762c29c59b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a16cd1b-6b03-49b3-8213-3762c29c59b6 {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-4a16cd1b-6b03-49b3-8213-3762c29c59b6.shogun-image-container {
      position: relative;
    }

    .s-4a16cd1b-6b03-49b3-8213-3762c29c59b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a16cd1b-6b03-49b3-8213-3762c29c59b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a16cd1b-6b03-49b3-8213-3762c29c59b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4a16cd1b-6b03-49b3-8213-3762c29c59b6 img.shogun-image,
  #s-4a16cd1b-6b03-49b3-8213-3762c29c59b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a16cd1b-6b03-49b3-8213-3762c29c59b6 {
    width: 100%;
    height: auto;
  }

  #s-4a16cd1b-6b03-49b3-8213-3762c29c59b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a16cd1b-6b03-49b3-8213-3762c29c59b6.shogun-image {
    
    
  }


.s-4a16cd1b-6b03-49b3-8213-3762c29c59b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a16cd1b-6b03-49b3-8213-3762c29c59b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a16cd1b-6b03-49b3-8213-3762c29c59b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a16cd1b-6b03-49b3-8213-3762c29c59b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a16cd1b-6b03-49b3-8213-3762c29c59b6 {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-4a16cd1b-6b03-49b3-8213-3762c29c59b6.shogun-image-container {
      position: relative;
    }

    .s-4a16cd1b-6b03-49b3-8213-3762c29c59b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a16cd1b-6b03-49b3-8213-3762c29c59b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a16cd1b-6b03-49b3-8213-3762c29c59b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4a16cd1b-6b03-49b3-8213-3762c29c59b6 img.shogun-image,
  #s-4a16cd1b-6b03-49b3-8213-3762c29c59b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a16cd1b-6b03-49b3-8213-3762c29c59b6 {
    width: 100%;
    height: auto;
  }

  #s-4a16cd1b-6b03-49b3-8213-3762c29c59b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a16cd1b-6b03-49b3-8213-3762c29c59b6.shogun-image {
    
    
  }


.s-4a16cd1b-6b03-49b3-8213-3762c29c59b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a16cd1b-6b03-49b3-8213-3762c29c59b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a16cd1b-6b03-49b3-8213-3762c29c59b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a16cd1b-6b03-49b3-8213-3762c29c59b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a16cd1b-6b03-49b3-8213-3762c29c59b6 {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-4a16cd1b-6b03-49b3-8213-3762c29c59b6.shogun-image-container {
      position: relative;
    }

    .s-4a16cd1b-6b03-49b3-8213-3762c29c59b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a16cd1b-6b03-49b3-8213-3762c29c59b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a16cd1b-6b03-49b3-8213-3762c29c59b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4a16cd1b-6b03-49b3-8213-3762c29c59b6 img.shogun-image,
  #s-4a16cd1b-6b03-49b3-8213-3762c29c59b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a16cd1b-6b03-49b3-8213-3762c29c59b6 {
    width: 100%;
    height: auto;
  }

  #s-4a16cd1b-6b03-49b3-8213-3762c29c59b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a16cd1b-6b03-49b3-8213-3762c29c59b6.shogun-image {
    
    
  }


.s-4a16cd1b-6b03-49b3-8213-3762c29c59b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a16cd1b-6b03-49b3-8213-3762c29c59b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a16cd1b-6b03-49b3-8213-3762c29c59b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a16cd1b-6b03-49b3-8213-3762c29c59b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a16cd1b-6b03-49b3-8213-3762c29c59b6 {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-4a16cd1b-6b03-49b3-8213-3762c29c59b6.shogun-image-container {
      position: relative;
    }

    .s-4a16cd1b-6b03-49b3-8213-3762c29c59b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a16cd1b-6b03-49b3-8213-3762c29c59b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a16cd1b-6b03-49b3-8213-3762c29c59b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a67a8e5c-7a5f-4102-97e3-2c6c4aa8cc0d {
  padding-top: 1%;
padding-bottom: 1%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-a67a8e5c-7a5f-4102-97e3-2c6c4aa8cc0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a67a8e5c-7a5f-4102-97e3-2c6c4aa8cc0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9011f7a7-27ed-4147-b69f-b025852dc7fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9011f7a7-27ed-4147-b69f-b025852dc7fa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9011f7a7-27ed-4147-b69f-b025852dc7fa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9011f7a7-27ed-4147-b69f-b025852dc7fa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9011f7a7-27ed-4147-b69f-b025852dc7fa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9011f7a7-27ed-4147-b69f-b025852dc7fa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9011f7a7-27ed-4147-b69f-b025852dc7fa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-c0f4d490-0f90-4407-8ae7-4db6eceaaf6c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c0f4d490-0f90-4407-8ae7-4db6eceaaf6c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c0f4d490-0f90-4407-8ae7-4db6eceaaf6c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0f4d490-0f90-4407-8ae7-4db6eceaaf6c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9bf76993-6b6b-4065-8ab0-3fc73832a0ad {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(2, 2, 2, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(231, 231, 231, 1);
}
#s-9bf76993-6b6b-4065-8ab0-3fc73832a0ad:hover {border-style: solid !important;
border-color: rgba(161, 161, 161, 1) !important;
background-color: rgba(161, 161, 161, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9bf76993-6b6b-4065-8ab0-3fc73832a0ad:active {border-style: solid !important;
border-color: rgba(0, 105, 122, 1) !important;
background-color: rgba(0, 105, 122, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-9bf76993-6b6b-4065-8ab0-3fc73832a0ad-root {
    text-align: center;
  }


#s-9bf76993-6b6b-4065-8ab0-3fc73832a0ad.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-9bf76993-6b6b-4065-8ab0-3fc73832a0ad-root {
    text-align: center;
  }


#s-9bf76993-6b6b-4065-8ab0-3fc73832a0ad.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9bf76993-6b6b-4065-8ab0-3fc73832a0ad-root {
    text-align: center;
  }


#s-9bf76993-6b6b-4065-8ab0-3fc73832a0ad.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9bf76993-6b6b-4065-8ab0-3fc73832a0ad-root {
    text-align: center;
  }


#s-9bf76993-6b6b-4065-8ab0-3fc73832a0ad.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-9bf76993-6b6b-4065-8ab0-3fc73832a0ad-root {
    text-align: center;
  }


#s-9bf76993-6b6b-4065-8ab0-3fc73832a0ad.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}
  #s-9bf76993-6b6b-4065-8ab0-3fc73832a0ad-root {
    text-align: center;
  }


#s-9bf76993-6b6b-4065-8ab0-3fc73832a0ad.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}

#s-cac3e990-5cd4-49bb-aabe-9e89d4caef95 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(2, 2, 2, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(231, 231, 231, 1);
}
#s-cac3e990-5cd4-49bb-aabe-9e89d4caef95:hover {border-style: solid !important;
border-color: rgba(161, 161, 161, 1) !important;
background-color: rgba(161, 161, 161, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-cac3e990-5cd4-49bb-aabe-9e89d4caef95:active {border-style: solid !important;
border-color: rgba(0, 105, 122, 1) !important;
background-color: rgba(0, 105, 122, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-cac3e990-5cd4-49bb-aabe-9e89d4caef95-root {
    text-align: center;
  }


#s-cac3e990-5cd4-49bb-aabe-9e89d4caef95.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-cac3e990-5cd4-49bb-aabe-9e89d4caef95-root {
    text-align: center;
  }


#s-cac3e990-5cd4-49bb-aabe-9e89d4caef95.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cac3e990-5cd4-49bb-aabe-9e89d4caef95-root {
    text-align: center;
  }


#s-cac3e990-5cd4-49bb-aabe-9e89d4caef95.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cac3e990-5cd4-49bb-aabe-9e89d4caef95-root {
    text-align: center;
  }


#s-cac3e990-5cd4-49bb-aabe-9e89d4caef95.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-cac3e990-5cd4-49bb-aabe-9e89d4caef95-root {
    text-align: center;
  }


#s-cac3e990-5cd4-49bb-aabe-9e89d4caef95.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}
  #s-cac3e990-5cd4-49bb-aabe-9e89d4caef95-root {
    text-align: center;
  }


#s-cac3e990-5cd4-49bb-aabe-9e89d4caef95.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}

#s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7 {
  margin-top: 5px;
margin-bottom: 0px;
max-width: 900px;
aspect-ratio: 900/600;
text-align: center;
}





  #s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7 img.shogun-image,
  #s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7 {
    width: 100%;
    height: auto;
  }

  #s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7.shogun-image {
    
    
  }


.s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7 {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7.shogun-image-container {
      position: relative;
    }

    .s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7 img.shogun-image,
  #s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7 {
    width: 100%;
    height: auto;
  }

  #s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7.shogun-image {
    
    
  }


.s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7 {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7.shogun-image-container {
      position: relative;
    }

    .s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7 img.shogun-image,
  #s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7 {
    width: 100%;
    height: auto;
  }

  #s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7.shogun-image {
    
    
  }


.s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7 {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7.shogun-image-container {
      position: relative;
    }

    .s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7 img.shogun-image,
  #s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7 {
    width: 100%;
    height: auto;
  }

  #s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7.shogun-image {
    
    
  }


.s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7 {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7.shogun-image-container {
      position: relative;
    }

    .s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7 img.shogun-image,
  #s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7 {
    width: 100%;
    height: auto;
  }

  #s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7.shogun-image {
    
    
  }


.s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7 {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7.shogun-image-container {
      position: relative;
    }

    .s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b99ffc90-baf6-4cf7-866d-f6ce6d145bb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e664abf3-bfad-4ecb-a3bb-6164ac3b5095 {
  padding-top: 1%;
padding-bottom: 1%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-e664abf3-bfad-4ecb-a3bb-6164ac3b5095 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e664abf3-bfad-4ecb-a3bb-6164ac3b5095.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-202b017c-3ad4-4ee7-81af-328e2851cd21"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-202b017c-3ad4-4ee7-81af-328e2851cd21"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-202b017c-3ad4-4ee7-81af-328e2851cd21"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-202b017c-3ad4-4ee7-81af-328e2851cd21"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-202b017c-3ad4-4ee7-81af-328e2851cd21"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-202b017c-3ad4-4ee7-81af-328e2851cd21"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-202b017c-3ad4-4ee7-81af-328e2851cd21"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-1e9ca7ba-a4e0-42dc-962d-7c38177b062b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e9ca7ba-a4e0-42dc-962d-7c38177b062b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1e9ca7ba-a4e0-42dc-962d-7c38177b062b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e9ca7ba-a4e0-42dc-962d-7c38177b062b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c77694c7-ccf8-4cc8-be49-7b7840ba7dfc {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(2, 2, 2, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(231, 231, 231, 1);
}
#s-c77694c7-ccf8-4cc8-be49-7b7840ba7dfc:hover {border-style: solid !important;
border-color: rgba(161, 161, 161, 1) !important;
background-color: rgba(161, 161, 161, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c77694c7-ccf8-4cc8-be49-7b7840ba7dfc:active {border-style: solid !important;
border-color: rgba(0, 105, 122, 1) !important;
background-color: rgba(0, 105, 122, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c77694c7-ccf8-4cc8-be49-7b7840ba7dfc-root {
    text-align: center;
  }


#s-c77694c7-ccf8-4cc8-be49-7b7840ba7dfc.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c77694c7-ccf8-4cc8-be49-7b7840ba7dfc-root {
    text-align: center;
  }


#s-c77694c7-ccf8-4cc8-be49-7b7840ba7dfc.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c77694c7-ccf8-4cc8-be49-7b7840ba7dfc-root {
    text-align: center;
  }


#s-c77694c7-ccf8-4cc8-be49-7b7840ba7dfc.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c77694c7-ccf8-4cc8-be49-7b7840ba7dfc-root {
    text-align: center;
  }


#s-c77694c7-ccf8-4cc8-be49-7b7840ba7dfc.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c77694c7-ccf8-4cc8-be49-7b7840ba7dfc-root {
    text-align: center;
  }


#s-c77694c7-ccf8-4cc8-be49-7b7840ba7dfc.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}
  #s-c77694c7-ccf8-4cc8-be49-7b7840ba7dfc-root {
    text-align: center;
  }


#s-c77694c7-ccf8-4cc8-be49-7b7840ba7dfc.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}

#s-bc1b3b13-d60b-4c2e-85eb-70dc6e5832c1 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(2, 2, 2, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(231, 231, 231, 1);
}
#s-bc1b3b13-d60b-4c2e-85eb-70dc6e5832c1:hover {border-style: solid !important;
border-color: rgba(161, 161, 161, 1) !important;
background-color: rgba(161, 161, 161, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-bc1b3b13-d60b-4c2e-85eb-70dc6e5832c1:active {border-style: solid !important;
border-color: rgba(0, 105, 122, 1) !important;
background-color: rgba(0, 105, 122, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-bc1b3b13-d60b-4c2e-85eb-70dc6e5832c1-root {
    text-align: center;
  }


#s-bc1b3b13-d60b-4c2e-85eb-70dc6e5832c1.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-bc1b3b13-d60b-4c2e-85eb-70dc6e5832c1-root {
    text-align: center;
  }


#s-bc1b3b13-d60b-4c2e-85eb-70dc6e5832c1.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bc1b3b13-d60b-4c2e-85eb-70dc6e5832c1-root {
    text-align: center;
  }


#s-bc1b3b13-d60b-4c2e-85eb-70dc6e5832c1.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bc1b3b13-d60b-4c2e-85eb-70dc6e5832c1-root {
    text-align: center;
  }


#s-bc1b3b13-d60b-4c2e-85eb-70dc6e5832c1.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-bc1b3b13-d60b-4c2e-85eb-70dc6e5832c1-root {
    text-align: center;
  }


#s-bc1b3b13-d60b-4c2e-85eb-70dc6e5832c1.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}
  #s-bc1b3b13-d60b-4c2e-85eb-70dc6e5832c1-root {
    text-align: center;
  }


#s-bc1b3b13-d60b-4c2e-85eb-70dc6e5832c1.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}

#s-e72f333f-4cc3-4968-abbd-6ed2c6db15f3 {
  margin-top: 5%;
margin-bottom: 5%;
min-height: 50px;
}








#s-e72f333f-4cc3-4968-abbd-6ed2c6db15f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e72f333f-4cc3-4968-abbd-6ed2c6db15f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a941c2fd-c22b-4987-a243-10698661ab45"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a941c2fd-c22b-4987-a243-10698661ab45"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a941c2fd-c22b-4987-a243-10698661ab45"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a941c2fd-c22b-4987-a243-10698661ab45"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a941c2fd-c22b-4987-a243-10698661ab45"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a941c2fd-c22b-4987-a243-10698661ab45"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a941c2fd-c22b-4987-a243-10698661ab45"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-a42f3c7b-1021-4d4d-b820-69e42440426b {
  max-width: 1600px;
aspect-ratio: 16/9;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a42f3c7b-1021-4d4d-b820-69e42440426b {
  display: none;
}
#s-a42f3c7b-1021-4d4d-b820-69e42440426b, #wrap-s-a42f3c7b-1021-4d4d-b820-69e42440426b { display: none !important; }}@media (max-width: 767px){#s-a42f3c7b-1021-4d4d-b820-69e42440426b {
  display: none;
}
#s-a42f3c7b-1021-4d4d-b820-69e42440426b, #wrap-s-a42f3c7b-1021-4d4d-b820-69e42440426b { display: none !important; }}




  #s-a42f3c7b-1021-4d4d-b820-69e42440426b img.shogun-image,
  #s-a42f3c7b-1021-4d4d-b820-69e42440426b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a42f3c7b-1021-4d4d-b820-69e42440426b {
    width: 100%;
    height: auto;
  }

  #s-a42f3c7b-1021-4d4d-b820-69e42440426b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a42f3c7b-1021-4d4d-b820-69e42440426b.shogun-image {
    
    
  }


.s-a42f3c7b-1021-4d4d-b820-69e42440426b .shogun-image-content {
  
    align-items: center;
  
}

.s-a42f3c7b-1021-4d4d-b820-69e42440426b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a42f3c7b-1021-4d4d-b820-69e42440426b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a42f3c7b-1021-4d4d-b820-69e42440426b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a42f3c7b-1021-4d4d-b820-69e42440426b {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-a42f3c7b-1021-4d4d-b820-69e42440426b.shogun-image-container {
      position: relative;
    }

    .s-a42f3c7b-1021-4d4d-b820-69e42440426b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a42f3c7b-1021-4d4d-b820-69e42440426b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a42f3c7b-1021-4d4d-b820-69e42440426b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a42f3c7b-1021-4d4d-b820-69e42440426b img.shogun-image,
  #s-a42f3c7b-1021-4d4d-b820-69e42440426b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a42f3c7b-1021-4d4d-b820-69e42440426b {
    width: 100%;
    height: auto;
  }

  #s-a42f3c7b-1021-4d4d-b820-69e42440426b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a42f3c7b-1021-4d4d-b820-69e42440426b.shogun-image {
    
    
  }


.s-a42f3c7b-1021-4d4d-b820-69e42440426b .shogun-image-content {
  
    align-items: center;
  
}

.s-a42f3c7b-1021-4d4d-b820-69e42440426b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a42f3c7b-1021-4d4d-b820-69e42440426b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a42f3c7b-1021-4d4d-b820-69e42440426b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a42f3c7b-1021-4d4d-b820-69e42440426b {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-a42f3c7b-1021-4d4d-b820-69e42440426b.shogun-image-container {
      position: relative;
    }

    .s-a42f3c7b-1021-4d4d-b820-69e42440426b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a42f3c7b-1021-4d4d-b820-69e42440426b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a42f3c7b-1021-4d4d-b820-69e42440426b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a42f3c7b-1021-4d4d-b820-69e42440426b img.shogun-image,
  #s-a42f3c7b-1021-4d4d-b820-69e42440426b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a42f3c7b-1021-4d4d-b820-69e42440426b {
    width: 100%;
    height: auto;
  }

  #s-a42f3c7b-1021-4d4d-b820-69e42440426b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a42f3c7b-1021-4d4d-b820-69e42440426b.shogun-image {
    
    
  }


.s-a42f3c7b-1021-4d4d-b820-69e42440426b .shogun-image-content {
  
    align-items: center;
  
}

.s-a42f3c7b-1021-4d4d-b820-69e42440426b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a42f3c7b-1021-4d4d-b820-69e42440426b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a42f3c7b-1021-4d4d-b820-69e42440426b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a42f3c7b-1021-4d4d-b820-69e42440426b {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-a42f3c7b-1021-4d4d-b820-69e42440426b.shogun-image-container {
      position: relative;
    }

    .s-a42f3c7b-1021-4d4d-b820-69e42440426b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a42f3c7b-1021-4d4d-b820-69e42440426b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a42f3c7b-1021-4d4d-b820-69e42440426b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a42f3c7b-1021-4d4d-b820-69e42440426b img.shogun-image,
  #s-a42f3c7b-1021-4d4d-b820-69e42440426b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a42f3c7b-1021-4d4d-b820-69e42440426b {
    width: 100%;
    height: auto;
  }

  #s-a42f3c7b-1021-4d4d-b820-69e42440426b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a42f3c7b-1021-4d4d-b820-69e42440426b.shogun-image {
    
    
  }


.s-a42f3c7b-1021-4d4d-b820-69e42440426b .shogun-image-content {
  
    align-items: center;
  
}

.s-a42f3c7b-1021-4d4d-b820-69e42440426b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a42f3c7b-1021-4d4d-b820-69e42440426b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a42f3c7b-1021-4d4d-b820-69e42440426b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a42f3c7b-1021-4d4d-b820-69e42440426b {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-a42f3c7b-1021-4d4d-b820-69e42440426b.shogun-image-container {
      position: relative;
    }

    .s-a42f3c7b-1021-4d4d-b820-69e42440426b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a42f3c7b-1021-4d4d-b820-69e42440426b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a42f3c7b-1021-4d4d-b820-69e42440426b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a42f3c7b-1021-4d4d-b820-69e42440426b img.shogun-image,
  #s-a42f3c7b-1021-4d4d-b820-69e42440426b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a42f3c7b-1021-4d4d-b820-69e42440426b {
    width: 100%;
    height: auto;
  }

  #s-a42f3c7b-1021-4d4d-b820-69e42440426b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a42f3c7b-1021-4d4d-b820-69e42440426b.shogun-image {
    
    
  }


.s-a42f3c7b-1021-4d4d-b820-69e42440426b .shogun-image-content {
  
    align-items: center;
  
}

.s-a42f3c7b-1021-4d4d-b820-69e42440426b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a42f3c7b-1021-4d4d-b820-69e42440426b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a42f3c7b-1021-4d4d-b820-69e42440426b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a42f3c7b-1021-4d4d-b820-69e42440426b {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-a42f3c7b-1021-4d4d-b820-69e42440426b.shogun-image-container {
      position: relative;
    }

    .s-a42f3c7b-1021-4d4d-b820-69e42440426b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a42f3c7b-1021-4d4d-b820-69e42440426b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a42f3c7b-1021-4d4d-b820-69e42440426b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-20aca33d-9700-4a14-ac10-7cae24780c5a {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-20aca33d-9700-4a14-ac10-7cae24780c5a {
  display: none;
}
#s-20aca33d-9700-4a14-ac10-7cae24780c5a, #wrap-s-20aca33d-9700-4a14-ac10-7cae24780c5a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-20aca33d-9700-4a14-ac10-7cae24780c5a {
  display: none;
}
#s-20aca33d-9700-4a14-ac10-7cae24780c5a, #wrap-s-20aca33d-9700-4a14-ac10-7cae24780c5a { display: none !important; }}




  #s-20aca33d-9700-4a14-ac10-7cae24780c5a img.shogun-image,
  #s-20aca33d-9700-4a14-ac10-7cae24780c5a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20aca33d-9700-4a14-ac10-7cae24780c5a {
    width: 100%;
    height: auto;
  }

  #s-20aca33d-9700-4a14-ac10-7cae24780c5a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-20aca33d-9700-4a14-ac10-7cae24780c5a.shogun-image {
    
    
  }


.s-20aca33d-9700-4a14-ac10-7cae24780c5a .shogun-image-content {
  
    align-items: center;
  
}

.s-20aca33d-9700-4a14-ac10-7cae24780c5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20aca33d-9700-4a14-ac10-7cae24780c5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20aca33d-9700-4a14-ac10-7cae24780c5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20aca33d-9700-4a14-ac10-7cae24780c5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-20aca33d-9700-4a14-ac10-7cae24780c5a.shogun-image-container {
      position: relative;
    }

    .s-20aca33d-9700-4a14-ac10-7cae24780c5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20aca33d-9700-4a14-ac10-7cae24780c5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20aca33d-9700-4a14-ac10-7cae24780c5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-20aca33d-9700-4a14-ac10-7cae24780c5a img.shogun-image,
  #s-20aca33d-9700-4a14-ac10-7cae24780c5a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20aca33d-9700-4a14-ac10-7cae24780c5a {
    width: 100%;
    height: auto;
  }

  #s-20aca33d-9700-4a14-ac10-7cae24780c5a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-20aca33d-9700-4a14-ac10-7cae24780c5a.shogun-image {
    
    
  }


.s-20aca33d-9700-4a14-ac10-7cae24780c5a .shogun-image-content {
  
    align-items: center;
  
}

.s-20aca33d-9700-4a14-ac10-7cae24780c5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20aca33d-9700-4a14-ac10-7cae24780c5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20aca33d-9700-4a14-ac10-7cae24780c5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20aca33d-9700-4a14-ac10-7cae24780c5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-20aca33d-9700-4a14-ac10-7cae24780c5a.shogun-image-container {
      position: relative;
    }

    .s-20aca33d-9700-4a14-ac10-7cae24780c5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20aca33d-9700-4a14-ac10-7cae24780c5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20aca33d-9700-4a14-ac10-7cae24780c5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-20aca33d-9700-4a14-ac10-7cae24780c5a img.shogun-image,
  #s-20aca33d-9700-4a14-ac10-7cae24780c5a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20aca33d-9700-4a14-ac10-7cae24780c5a {
    width: 100%;
    height: auto;
  }

  #s-20aca33d-9700-4a14-ac10-7cae24780c5a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-20aca33d-9700-4a14-ac10-7cae24780c5a.shogun-image {
    
    
  }


.s-20aca33d-9700-4a14-ac10-7cae24780c5a .shogun-image-content {
  
    align-items: center;
  
}

.s-20aca33d-9700-4a14-ac10-7cae24780c5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20aca33d-9700-4a14-ac10-7cae24780c5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20aca33d-9700-4a14-ac10-7cae24780c5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20aca33d-9700-4a14-ac10-7cae24780c5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-20aca33d-9700-4a14-ac10-7cae24780c5a.shogun-image-container {
      position: relative;
    }

    .s-20aca33d-9700-4a14-ac10-7cae24780c5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20aca33d-9700-4a14-ac10-7cae24780c5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20aca33d-9700-4a14-ac10-7cae24780c5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-20aca33d-9700-4a14-ac10-7cae24780c5a img.shogun-image,
  #s-20aca33d-9700-4a14-ac10-7cae24780c5a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20aca33d-9700-4a14-ac10-7cae24780c5a {
    width: 100%;
    height: auto;
  }

  #s-20aca33d-9700-4a14-ac10-7cae24780c5a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-20aca33d-9700-4a14-ac10-7cae24780c5a.shogun-image {
    
    
  }


.s-20aca33d-9700-4a14-ac10-7cae24780c5a .shogun-image-content {
  
    align-items: center;
  
}

.s-20aca33d-9700-4a14-ac10-7cae24780c5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20aca33d-9700-4a14-ac10-7cae24780c5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20aca33d-9700-4a14-ac10-7cae24780c5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20aca33d-9700-4a14-ac10-7cae24780c5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-20aca33d-9700-4a14-ac10-7cae24780c5a.shogun-image-container {
      position: relative;
    }

    .s-20aca33d-9700-4a14-ac10-7cae24780c5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20aca33d-9700-4a14-ac10-7cae24780c5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20aca33d-9700-4a14-ac10-7cae24780c5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-20aca33d-9700-4a14-ac10-7cae24780c5a img.shogun-image,
  #s-20aca33d-9700-4a14-ac10-7cae24780c5a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20aca33d-9700-4a14-ac10-7cae24780c5a {
    width: 100%;
    height: auto;
  }

  #s-20aca33d-9700-4a14-ac10-7cae24780c5a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-20aca33d-9700-4a14-ac10-7cae24780c5a.shogun-image {
    
    
  }


.s-20aca33d-9700-4a14-ac10-7cae24780c5a .shogun-image-content {
  
    align-items: center;
  
}

.s-20aca33d-9700-4a14-ac10-7cae24780c5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20aca33d-9700-4a14-ac10-7cae24780c5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20aca33d-9700-4a14-ac10-7cae24780c5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20aca33d-9700-4a14-ac10-7cae24780c5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-20aca33d-9700-4a14-ac10-7cae24780c5a.shogun-image-container {
      position: relative;
    }

    .s-20aca33d-9700-4a14-ac10-7cae24780c5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20aca33d-9700-4a14-ac10-7cae24780c5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20aca33d-9700-4a14-ac10-7cae24780c5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-fe93148f-9dd6-4f25-89b7-327e3a0d530f {
  margin-top: 3%;
min-height: 50px;
}








#s-fe93148f-9dd6-4f25-89b7-327e3a0d530f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe93148f-9dd6-4f25-89b7-327e3a0d530f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1ac4808-0095-4980-956a-dbe51ed76060 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 1%;
margin-bottom: 1%;
min-height: 900px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a1ac4808-0095-4980-956a-dbe51ed76060 {
  
}
}@media (max-width: 767px){#s-a1ac4808-0095-4980-956a-dbe51ed76060 {
  margin-left: 0%;
}
}







#s-a1ac4808-0095-4980-956a-dbe51ed76060 > .shg-box-overlay {
  background-color: rgba(65, 65, 65, 1);
  opacity: 0.3;
}#s-a1ac4808-0095-4980-956a-dbe51ed76060.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9c0da6a-1390-4038-a9a9-0b9fdb515177 {
  margin-top: -10%;
margin-bottom: 0%;
padding-top: 6%;
padding-bottom: 6%;
}

@media (min-width: 0px) {
[id="s-b9c0da6a-1390-4038-a9a9-0b9fdb515177"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-b9c0da6a-1390-4038-a9a9-0b9fdb515177"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-b9c0da6a-1390-4038-a9a9-0b9fdb515177"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-b9c0da6a-1390-4038-a9a9-0b9fdb515177"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-772fe13d-d7a4-4b51-a822-898dc71721d3 {
  padding-top: 35%;
padding-left: 2%;
padding-bottom: 35%;
padding-right: 2%;
min-height: 50px;
}








#s-772fe13d-d7a4-4b51-a822-898dc71721d3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-772fe13d-d7a4-4b51-a822-898dc71721d3 {
  cursor: pointer;
}#s-772fe13d-d7a4-4b51-a822-898dc71721d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd57bb0e-90bf-4761-88d5-cdf51ca26f60 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd57bb0e-90bf-4761-88d5-cdf51ca26f60 .shogun-heading-component h2 {
  color: rgba(236, 235, 235, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 42px;
  
  
  
}


#s-dd57bb0e-90bf-4761-88d5-cdf51ca26f60 .shogun-heading-component h2 a {
  color: rgba(236, 235, 235, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-dd57bb0e-90bf-4761-88d5-cdf51ca26f60 .shogun-heading-component h2 {
  color: rgba(236, 235, 235, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


#s-dd57bb0e-90bf-4761-88d5-cdf51ca26f60 .shogun-heading-component h2 a {
  color: rgba(236, 235, 235, 1);
}

}@media (max-width: 767px){#s-dd57bb0e-90bf-4761-88d5-cdf51ca26f60 .shogun-heading-component h2 {
  color: rgba(236, 235, 235, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


#s-dd57bb0e-90bf-4761-88d5-cdf51ca26f60 .shogun-heading-component h2 a {
  color: rgba(236, 235, 235, 1);
}

}
#s-a22a7905-f22c-46a7-a0ac-7fac58cddde8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a22a7905-f22c-46a7-a0ac-7fac58cddde8 .shogun-heading-component h3 {
  color: rgba(236, 235, 235, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-09bcfa40-dd75-4123-bf0d-aff1c222d0b0 {
  padding-top: 35%;
padding-left: 2%;
padding-bottom: 35%;
padding-right: 2%;
min-height: 50px;
}








#s-09bcfa40-dd75-4123-bf0d-aff1c222d0b0 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-09bcfa40-dd75-4123-bf0d-aff1c222d0b0 {
  cursor: pointer;
}#s-09bcfa40-dd75-4123-bf0d-aff1c222d0b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-383913be-ca91-40d3-87ef-b93b624e23fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-383913be-ca91-40d3-87ef-b93b624e23fb .shogun-heading-component h2 {
  color: rgba(236, 235, 235, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 29px;
  
  
  
}


#s-383913be-ca91-40d3-87ef-b93b624e23fb .shogun-heading-component h2 a {
  color: rgba(236, 235, 235, 1);
}

@media (min-width: 1200px){#s-383913be-ca91-40d3-87ef-b93b624e23fb .shogun-heading-component h2 {
  color: rgba(236, 235, 235, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 42px;
  
  
  
}


#s-383913be-ca91-40d3-87ef-b93b624e23fb .shogun-heading-component h2 a {
  color: rgba(236, 235, 235, 1);
}

}@media (min-width: 992px) and (max-width: 1199px){#s-383913be-ca91-40d3-87ef-b93b624e23fb .shogun-heading-component h2 {
  color: rgba(236, 235, 235, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 42px;
  
  
  
}


#s-383913be-ca91-40d3-87ef-b93b624e23fb .shogun-heading-component h2 a {
  color: rgba(236, 235, 235, 1);
}

}@media (min-width: 768px) and (max-width: 991px){#s-383913be-ca91-40d3-87ef-b93b624e23fb .shogun-heading-component h2 {
  color: rgba(236, 235, 235, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


#s-383913be-ca91-40d3-87ef-b93b624e23fb .shogun-heading-component h2 a {
  color: rgba(236, 235, 235, 1);
}

}@media (max-width: 767px){#s-383913be-ca91-40d3-87ef-b93b624e23fb .shogun-heading-component h2 {
  color: rgba(236, 235, 235, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


#s-383913be-ca91-40d3-87ef-b93b624e23fb .shogun-heading-component h2 a {
  color: rgba(236, 235, 235, 1);
}

}
#s-93d6d77d-7149-45eb-b966-0943131c4504 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-93d6d77d-7149-45eb-b966-0943131c4504 .shogun-heading-component h3 {
  color: rgba(236, 235, 235, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-904a97df-c017-49ee-9cd5-c624417a1175 {
  padding-top: 35%;
padding-left: 2%;
padding-bottom: 35%;
padding-right: 2%;
min-height: 50px;
}








#s-904a97df-c017-49ee-9cd5-c624417a1175 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-904a97df-c017-49ee-9cd5-c624417a1175 {
  cursor: pointer;
}#s-904a97df-c017-49ee-9cd5-c624417a1175.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-134372ab-92bc-4846-b8f0-2a5dba3d8baf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-134372ab-92bc-4846-b8f0-2a5dba3d8baf .shogun-heading-component h2 {
  color: rgba(236, 235, 235, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 42px;
  
  
  
}


#s-134372ab-92bc-4846-b8f0-2a5dba3d8baf .shogun-heading-component h2 a {
  color: rgba(236, 235, 235, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-134372ab-92bc-4846-b8f0-2a5dba3d8baf .shogun-heading-component h2 {
  color: rgba(236, 235, 235, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


#s-134372ab-92bc-4846-b8f0-2a5dba3d8baf .shogun-heading-component h2 a {
  color: rgba(236, 235, 235, 1);
}

}@media (max-width: 767px){#s-134372ab-92bc-4846-b8f0-2a5dba3d8baf .shogun-heading-component h2 {
  color: rgba(236, 235, 235, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


#s-134372ab-92bc-4846-b8f0-2a5dba3d8baf .shogun-heading-component h2 a {
  color: rgba(236, 235, 235, 1);
}

}
#s-6f5ed4d9-1bf2-4429-b939-6617f360c284 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f5ed4d9-1bf2-4429-b939-6617f360c284 .shogun-heading-component h3 {
  color: rgba(236, 235, 235, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-4888ca48-ce49-4798-b937-9e38ab065dd3 {
  padding-top: 35%;
padding-left: 2%;
padding-bottom: 35%;
padding-right: 2%;
min-height: 50px;
}








#s-4888ca48-ce49-4798-b937-9e38ab065dd3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-4888ca48-ce49-4798-b937-9e38ab065dd3 {
  cursor: pointer;
}#s-4888ca48-ce49-4798-b937-9e38ab065dd3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-327923c6-57ca-4ed2-bb0c-e8f1e971c1b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-327923c6-57ca-4ed2-bb0c-e8f1e971c1b9 .shogun-heading-component h2 {
  color: rgba(236, 235, 235, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 42px;
  
  
  
}


#s-327923c6-57ca-4ed2-bb0c-e8f1e971c1b9 .shogun-heading-component h2 a {
  color: rgba(236, 235, 235, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-327923c6-57ca-4ed2-bb0c-e8f1e971c1b9 .shogun-heading-component h2 {
  color: rgba(236, 235, 235, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


#s-327923c6-57ca-4ed2-bb0c-e8f1e971c1b9 .shogun-heading-component h2 a {
  color: rgba(236, 235, 235, 1);
}

}@media (max-width: 767px){#s-327923c6-57ca-4ed2-bb0c-e8f1e971c1b9 .shogun-heading-component h2 {
  color: rgba(236, 235, 235, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


#s-327923c6-57ca-4ed2-bb0c-e8f1e971c1b9 .shogun-heading-component h2 a {
  color: rgba(236, 235, 235, 1);
}

}
#s-0ad05c6f-4d5e-4120-afb0-b8a7ad4e5940 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ad05c6f-4d5e-4120-afb0-b8a7ad4e5940 .shogun-heading-component h3 {
  color: rgba(236, 235, 235, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-0ad05c6f-4d5e-4120-afb0-b8a7ad4e5940 .shogun-heading-component h3 a {
  color: rgba(236, 235, 235, 1);
}


#s-1acec559-33c9-4ad4-a4eb-e237d225a099 {
  margin-top: 2%;
}

@media (min-width: 0px) {
[id="s-1acec559-33c9-4ad4-a4eb-e237d225a099"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1acec559-33c9-4ad4-a4eb-e237d225a099"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1acec559-33c9-4ad4-a4eb-e237d225a099"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1acec559-33c9-4ad4-a4eb-e237d225a099"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1acec559-33c9-4ad4-a4eb-e237d225a099"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1acec559-33c9-4ad4-a4eb-e237d225a099"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1acec559-33c9-4ad4-a4eb-e237d225a099"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-82b5b825-af18-47a6-b2c3-0722a8d3572c {
  margin-top: 2%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-82b5b825-af18-47a6-b2c3-0722a8d3572c {
  display: unset;
}
#s-82b5b825-af18-47a6-b2c3-0722a8d3572c, #wrap-s-82b5b825-af18-47a6-b2c3-0722a8d3572c { display: unset !important; }}
#s-82b5b825-af18-47a6-b2c3-0722a8d3572c .shogun-heading-component h3 {
  color: rgba(138, 138, 138, 1);
  font-weight:  normal ;
  font-family: "EB Garamond";
  font-style:  normal ;
  font-size: 43px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-82b5b825-af18-47a6-b2c3-0722a8d3572c .shogun-heading-component h3 {
  color: rgba(138, 138, 138, 1);
  font-weight:  normal ;
  font-family: "EB Garamond";
  font-style:  normal ;
  font-size: 65px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-82b5b825-af18-47a6-b2c3-0722a8d3572c .shogun-heading-component h3 {
  color: rgba(138, 138, 138, 1);
  font-weight:  normal ;
  font-family: "EB Garamond";
  font-style:  normal ;
  font-size: 50px;
  
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-82b5b825-af18-47a6-b2c3-0722a8d3572c .shogun-heading-component h3 {
  color: rgba(138, 138, 138, 1);
  font-weight:  normal ;
  font-family: "EB Garamond";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 1px;
  
}


}
@media (min-width: 0px) {
[id="s-31b9b300-e4c5-4bcf-9bcb-512145cd6172"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-31b9b300-e4c5-4bcf-9bcb-512145cd6172"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-31b9b300-e4c5-4bcf-9bcb-512145cd6172"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-31b9b300-e4c5-4bcf-9bcb-512145cd6172"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-cc67e79d-26bb-478f-a3c8-5c61401996be {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc67e79d-26bb-478f-a3c8-5c61401996be .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "EB Garamond";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ab26743a-6430-4a49-9489-2e9e47465990 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-ab26743a-6430-4a49-9489-2e9e47465990"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-ab26743a-6430-4a49-9489-2e9e47465990"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-ab26743a-6430-4a49-9489-2e9e47465990"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-ab26743a-6430-4a49-9489-2e9e47465990"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-a6c6d64c-6925-4f55-8498-15f0c2281cb8 {
  margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(226, 226, 226, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(248, 249, 250, 1);
}








#s-a6c6d64c-6925-4f55-8498-15f0c2281cb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6c6d64c-6925-4f55-8498-15f0c2281cb8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f07b9c0-141c-4a6a-a32b-2c64a9e460be {
  margin-left: 3%;
margin-right: 3%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
text-align: center;
}







  #s-6f07b9c0-141c-4a6a-a32b-2c64a9e460be img.shogun-image {
    

    
    
    
  }


#s-6f07b9c0-141c-4a6a-a32b-2c64a9e460be .shogun-image-content {
  
    align-items: center;
  
}

#s-747f9aa7-5c49-4a3d-a9e3-2620d7f65885 {
  padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
}

#s-4f4ee911-ccbf-435b-a17f-e47152874c46 {
  margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(226, 226, 226, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(248, 249, 250, 1);
}








#s-4f4ee911-ccbf-435b-a17f-e47152874c46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f4ee911-ccbf-435b-a17f-e47152874c46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44e6a91f-7573-4b4e-90ee-29ea101643fa {
  margin-left: 3%;
margin-right: 3%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
text-align: center;
}







  #s-44e6a91f-7573-4b4e-90ee-29ea101643fa img.shogun-image {
    

    
    
    
  }


#s-44e6a91f-7573-4b4e-90ee-29ea101643fa .shogun-image-content {
  
    align-items: center;
  
}

#s-5756e827-a6bc-4a8f-a2f8-ad95034903e5 {
  padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
}

#s-45a94fa4-4e25-411f-9485-139886dcb305 {
  margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(226, 226, 226, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(248, 249, 250, 1);
}








#s-45a94fa4-4e25-411f-9485-139886dcb305 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45a94fa4-4e25-411f-9485-139886dcb305.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c5ef6de7-a02b-4679-b164-8e93cb1c9237 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
text-align: center;
}







  #s-c5ef6de7-a02b-4679-b164-8e93cb1c9237 img.shogun-image {
    

    
    
    
  }


#s-c5ef6de7-a02b-4679-b164-8e93cb1c9237 .shogun-image-content {
  
    align-items: center;
  
}

#s-46c2e59f-7db8-4898-8b68-f89f52409c47 {
  padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
}

#s-4799e297-c220-413a-8141-40f05e823b07 {
  margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(226, 226, 226, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(248, 249, 250, 1);
}








#s-4799e297-c220-413a-8141-40f05e823b07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4799e297-c220-413a-8141-40f05e823b07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f6f304f-558d-41cf-be89-ece7983c00b5 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
text-align: center;
}







  #s-4f6f304f-558d-41cf-be89-ece7983c00b5 img.shogun-image {
    

    
    
    
  }


#s-4f6f304f-558d-41cf-be89-ece7983c00b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b77334a-3f53-4199-9506-904d6ab83a3d {
  padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
}

#s-63f3fb0e-fd60-43c9-ad85-7698f2b78538 {
  margin-top: 0%;
padding-left: 0%;
padding-right: 0%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-63f3fb0e-fd60-43c9-ad85-7698f2b78538 {
  display: none;
}
#s-63f3fb0e-fd60-43c9-ad85-7698f2b78538, #wrap-s-63f3fb0e-fd60-43c9-ad85-7698f2b78538 { display: none !important; }}@media (max-width: 767px){#s-63f3fb0e-fd60-43c9-ad85-7698f2b78538 {
  display: none;
}
#s-63f3fb0e-fd60-43c9-ad85-7698f2b78538, #wrap-s-63f3fb0e-fd60-43c9-ad85-7698f2b78538 { display: none !important; }}






  img.s-63f3fb0e-fd60-43c9-ad85-7698f2b78538.shogun-image {
    
    
  }


.s-63f3fb0e-fd60-43c9-ad85-7698f2b78538 .shogun-image-content {
  
    align-items: center;
  
}

.s-63f3fb0e-fd60-43c9-ad85-7698f2b78538.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63f3fb0e-fd60-43c9-ad85-7698f2b78538.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63f3fb0e-fd60-43c9-ad85-7698f2b78538.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-63f3fb0e-fd60-43c9-ad85-7698f2b78538.shogun-image {
    
    
  }


.s-63f3fb0e-fd60-43c9-ad85-7698f2b78538 .shogun-image-content {
  
    align-items: center;
  
}

.s-63f3fb0e-fd60-43c9-ad85-7698f2b78538.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63f3fb0e-fd60-43c9-ad85-7698f2b78538.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63f3fb0e-fd60-43c9-ad85-7698f2b78538.shogun-image {
  box-sizing: border-box;
}



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





  img.s-63f3fb0e-fd60-43c9-ad85-7698f2b78538.shogun-image {
    
    
  }


.s-63f3fb0e-fd60-43c9-ad85-7698f2b78538 .shogun-image-content {
  
    align-items: center;
  
}

.s-63f3fb0e-fd60-43c9-ad85-7698f2b78538.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63f3fb0e-fd60-43c9-ad85-7698f2b78538.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63f3fb0e-fd60-43c9-ad85-7698f2b78538.shogun-image {
  box-sizing: border-box;
}



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





  img.s-63f3fb0e-fd60-43c9-ad85-7698f2b78538.shogun-image {
    
    
  }


.s-63f3fb0e-fd60-43c9-ad85-7698f2b78538 .shogun-image-content {
  
    align-items: center;
  
}

.s-63f3fb0e-fd60-43c9-ad85-7698f2b78538.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63f3fb0e-fd60-43c9-ad85-7698f2b78538.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63f3fb0e-fd60-43c9-ad85-7698f2b78538.shogun-image {
  box-sizing: border-box;
}



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





  img.s-63f3fb0e-fd60-43c9-ad85-7698f2b78538.shogun-image {
    
    
  }


.s-63f3fb0e-fd60-43c9-ad85-7698f2b78538 .shogun-image-content {
  
    align-items: center;
  
}

.s-63f3fb0e-fd60-43c9-ad85-7698f2b78538.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63f3fb0e-fd60-43c9-ad85-7698f2b78538.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63f3fb0e-fd60-43c9-ad85-7698f2b78538.shogun-image {
  box-sizing: border-box;
}



}
#s-19faa667-17ca-4c04-a971-aaf5ee8dcace {
  margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-19faa667-17ca-4c04-a971-aaf5ee8dcace {
  display: unset;
}
#s-19faa667-17ca-4c04-a971-aaf5ee8dcace, #wrap-s-19faa667-17ca-4c04-a971-aaf5ee8dcace { display: unset !important; }}
#s-19faa667-17ca-4c04-a971-aaf5ee8dcace .shogun-heading-component h3 {
  color: rgba(138, 138, 138, 1);
  font-weight:  normal ;
  font-family: "EB Garamond";
  font-style:  normal ;
  font-size: 43px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-19faa667-17ca-4c04-a971-aaf5ee8dcace .shogun-heading-component h3 {
  color: rgba(138, 138, 138, 1);
  font-weight:  normal ;
  font-family: "EB Garamond";
  font-style:  normal ;
  font-size: 65px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-19faa667-17ca-4c04-a971-aaf5ee8dcace .shogun-heading-component h3 {
  color: rgba(138, 138, 138, 1);
  font-weight:  normal ;
  font-family: "EB Garamond";
  font-style:  normal ;
  font-size: 50px;
  
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-19faa667-17ca-4c04-a971-aaf5ee8dcace .shogun-heading-component h3 {
  color: rgba(138, 138, 138, 1);
  font-weight:  normal ;
  font-family: "EB Garamond";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 1px;
  
}


}
#s-acb19b42-62fc-4b5e-8dab-267afe9a7fbe {
  margin-top: 1%;
margin-bottom: 1%;
}

@media (min-width: 0px) {
[id="s-acb19b42-62fc-4b5e-8dab-267afe9a7fbe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-acb19b42-62fc-4b5e-8dab-267afe9a7fbe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-acb19b42-62fc-4b5e-8dab-267afe9a7fbe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-acb19b42-62fc-4b5e-8dab-267afe9a7fbe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-e396784d-64c1-4fd8-8fd6-408377c76d94 {
  margin-top: 5px;
margin-bottom: 0px;
max-width: 900px;
aspect-ratio: 900/600;
text-align: center;
}





  #s-e396784d-64c1-4fd8-8fd6-408377c76d94 img.shogun-image,
  #s-e396784d-64c1-4fd8-8fd6-408377c76d94 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e396784d-64c1-4fd8-8fd6-408377c76d94 {
    width: 100%;
    height: auto;
  }

  #s-e396784d-64c1-4fd8-8fd6-408377c76d94 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e396784d-64c1-4fd8-8fd6-408377c76d94.shogun-image {
    
    
  }


.s-e396784d-64c1-4fd8-8fd6-408377c76d94 .shogun-image-content {
  
    align-items: center;
  
}

.s-e396784d-64c1-4fd8-8fd6-408377c76d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e396784d-64c1-4fd8-8fd6-408377c76d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e396784d-64c1-4fd8-8fd6-408377c76d94.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e396784d-64c1-4fd8-8fd6-408377c76d94 {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-e396784d-64c1-4fd8-8fd6-408377c76d94.shogun-image-container {
      position: relative;
    }

    .s-e396784d-64c1-4fd8-8fd6-408377c76d94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e396784d-64c1-4fd8-8fd6-408377c76d94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e396784d-64c1-4fd8-8fd6-408377c76d94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e396784d-64c1-4fd8-8fd6-408377c76d94 img.shogun-image,
  #s-e396784d-64c1-4fd8-8fd6-408377c76d94 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e396784d-64c1-4fd8-8fd6-408377c76d94 {
    width: 100%;
    height: auto;
  }

  #s-e396784d-64c1-4fd8-8fd6-408377c76d94 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e396784d-64c1-4fd8-8fd6-408377c76d94.shogun-image {
    
    
  }


.s-e396784d-64c1-4fd8-8fd6-408377c76d94 .shogun-image-content {
  
    align-items: center;
  
}

.s-e396784d-64c1-4fd8-8fd6-408377c76d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e396784d-64c1-4fd8-8fd6-408377c76d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e396784d-64c1-4fd8-8fd6-408377c76d94.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e396784d-64c1-4fd8-8fd6-408377c76d94 {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-e396784d-64c1-4fd8-8fd6-408377c76d94.shogun-image-container {
      position: relative;
    }

    .s-e396784d-64c1-4fd8-8fd6-408377c76d94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e396784d-64c1-4fd8-8fd6-408377c76d94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e396784d-64c1-4fd8-8fd6-408377c76d94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e396784d-64c1-4fd8-8fd6-408377c76d94 img.shogun-image,
  #s-e396784d-64c1-4fd8-8fd6-408377c76d94 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e396784d-64c1-4fd8-8fd6-408377c76d94 {
    width: 100%;
    height: auto;
  }

  #s-e396784d-64c1-4fd8-8fd6-408377c76d94 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e396784d-64c1-4fd8-8fd6-408377c76d94.shogun-image {
    
    
  }


.s-e396784d-64c1-4fd8-8fd6-408377c76d94 .shogun-image-content {
  
    align-items: center;
  
}

.s-e396784d-64c1-4fd8-8fd6-408377c76d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e396784d-64c1-4fd8-8fd6-408377c76d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e396784d-64c1-4fd8-8fd6-408377c76d94.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e396784d-64c1-4fd8-8fd6-408377c76d94 {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-e396784d-64c1-4fd8-8fd6-408377c76d94.shogun-image-container {
      position: relative;
    }

    .s-e396784d-64c1-4fd8-8fd6-408377c76d94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e396784d-64c1-4fd8-8fd6-408377c76d94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e396784d-64c1-4fd8-8fd6-408377c76d94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e396784d-64c1-4fd8-8fd6-408377c76d94 img.shogun-image,
  #s-e396784d-64c1-4fd8-8fd6-408377c76d94 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e396784d-64c1-4fd8-8fd6-408377c76d94 {
    width: 100%;
    height: auto;
  }

  #s-e396784d-64c1-4fd8-8fd6-408377c76d94 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e396784d-64c1-4fd8-8fd6-408377c76d94.shogun-image {
    
    
  }


.s-e396784d-64c1-4fd8-8fd6-408377c76d94 .shogun-image-content {
  
    align-items: center;
  
}

.s-e396784d-64c1-4fd8-8fd6-408377c76d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e396784d-64c1-4fd8-8fd6-408377c76d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e396784d-64c1-4fd8-8fd6-408377c76d94.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e396784d-64c1-4fd8-8fd6-408377c76d94 {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-e396784d-64c1-4fd8-8fd6-408377c76d94.shogun-image-container {
      position: relative;
    }

    .s-e396784d-64c1-4fd8-8fd6-408377c76d94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e396784d-64c1-4fd8-8fd6-408377c76d94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e396784d-64c1-4fd8-8fd6-408377c76d94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e396784d-64c1-4fd8-8fd6-408377c76d94 img.shogun-image,
  #s-e396784d-64c1-4fd8-8fd6-408377c76d94 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e396784d-64c1-4fd8-8fd6-408377c76d94 {
    width: 100%;
    height: auto;
  }

  #s-e396784d-64c1-4fd8-8fd6-408377c76d94 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e396784d-64c1-4fd8-8fd6-408377c76d94.shogun-image {
    
    
  }


.s-e396784d-64c1-4fd8-8fd6-408377c76d94 .shogun-image-content {
  
    align-items: center;
  
}

.s-e396784d-64c1-4fd8-8fd6-408377c76d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e396784d-64c1-4fd8-8fd6-408377c76d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e396784d-64c1-4fd8-8fd6-408377c76d94.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e396784d-64c1-4fd8-8fd6-408377c76d94 {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-e396784d-64c1-4fd8-8fd6-408377c76d94.shogun-image-container {
      position: relative;
    }

    .s-e396784d-64c1-4fd8-8fd6-408377c76d94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e396784d-64c1-4fd8-8fd6-408377c76d94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e396784d-64c1-4fd8-8fd6-408377c76d94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c91251d9-a82e-4fbe-ab1d-e1255769c65d {
  padding-top: 1%;
padding-bottom: 1%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-c91251d9-a82e-4fbe-ab1d-e1255769c65d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c91251d9-a82e-4fbe-ab1d-e1255769c65d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ed8483c5-ac00-4f2b-b4a9-93e317a1f119"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed8483c5-ac00-4f2b-b4a9-93e317a1f119"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ed8483c5-ac00-4f2b-b4a9-93e317a1f119"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ed8483c5-ac00-4f2b-b4a9-93e317a1f119"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ed8483c5-ac00-4f2b-b4a9-93e317a1f119"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed8483c5-ac00-4f2b-b4a9-93e317a1f119"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ed8483c5-ac00-4f2b-b4a9-93e317a1f119"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-fd969723-97ef-4d4a-a8e5-557c1d086274"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd969723-97ef-4d4a-a8e5-557c1d086274"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fd969723-97ef-4d4a-a8e5-557c1d086274"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd969723-97ef-4d4a-a8e5-557c1d086274"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ae0f4540-9371-49ee-9dbe-fe060c784c51 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(2, 2, 2, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(231, 231, 231, 1);
}
#s-ae0f4540-9371-49ee-9dbe-fe060c784c51:hover {border-style: solid !important;
border-color: rgba(161, 161, 161, 1) !important;
background-color: rgba(161, 161, 161, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ae0f4540-9371-49ee-9dbe-fe060c784c51:active {border-style: solid !important;
border-color: rgba(0, 105, 122, 1) !important;
background-color: rgba(0, 105, 122, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ae0f4540-9371-49ee-9dbe-fe060c784c51-root {
    text-align: center;
  }


#s-ae0f4540-9371-49ee-9dbe-fe060c784c51.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ae0f4540-9371-49ee-9dbe-fe060c784c51-root {
    text-align: center;
  }


#s-ae0f4540-9371-49ee-9dbe-fe060c784c51.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ae0f4540-9371-49ee-9dbe-fe060c784c51-root {
    text-align: center;
  }


#s-ae0f4540-9371-49ee-9dbe-fe060c784c51.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ae0f4540-9371-49ee-9dbe-fe060c784c51-root {
    text-align: center;
  }


#s-ae0f4540-9371-49ee-9dbe-fe060c784c51.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ae0f4540-9371-49ee-9dbe-fe060c784c51-root {
    text-align: center;
  }


#s-ae0f4540-9371-49ee-9dbe-fe060c784c51.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}
  #s-ae0f4540-9371-49ee-9dbe-fe060c784c51-root {
    text-align: center;
  }


#s-ae0f4540-9371-49ee-9dbe-fe060c784c51.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}

#s-cf24ace7-877a-4663-af3e-891ad3e40b1f {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(2, 2, 2, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(231, 231, 231, 1);
}
#s-cf24ace7-877a-4663-af3e-891ad3e40b1f:hover {border-style: solid !important;
border-color: rgba(161, 161, 161, 1) !important;
background-color: rgba(161, 161, 161, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-cf24ace7-877a-4663-af3e-891ad3e40b1f:active {border-style: solid !important;
border-color: rgba(0, 105, 122, 1) !important;
background-color: rgba(0, 105, 122, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-cf24ace7-877a-4663-af3e-891ad3e40b1f-root {
    text-align: center;
  }


#s-cf24ace7-877a-4663-af3e-891ad3e40b1f.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-cf24ace7-877a-4663-af3e-891ad3e40b1f-root {
    text-align: center;
  }


#s-cf24ace7-877a-4663-af3e-891ad3e40b1f.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cf24ace7-877a-4663-af3e-891ad3e40b1f-root {
    text-align: center;
  }


#s-cf24ace7-877a-4663-af3e-891ad3e40b1f.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cf24ace7-877a-4663-af3e-891ad3e40b1f-root {
    text-align: center;
  }


#s-cf24ace7-877a-4663-af3e-891ad3e40b1f.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-cf24ace7-877a-4663-af3e-891ad3e40b1f-root {
    text-align: center;
  }


#s-cf24ace7-877a-4663-af3e-891ad3e40b1f.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}
  #s-cf24ace7-877a-4663-af3e-891ad3e40b1f-root {
    text-align: center;
  }


#s-cf24ace7-877a-4663-af3e-891ad3e40b1f.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}

#s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680 {
  margin-top: 5px;
margin-bottom: 0px;
max-width: 900px;
aspect-ratio: 900/600;
text-align: center;
}





  #s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680 img.shogun-image,
  #s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680 {
    width: 100%;
    height: auto;
  }

  #s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680.shogun-image {
    
    
  }


.s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680 {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680.shogun-image-container {
      position: relative;
    }

    .s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680 img.shogun-image,
  #s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680 {
    width: 100%;
    height: auto;
  }

  #s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680.shogun-image {
    
    
  }


.s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680 {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680.shogun-image-container {
      position: relative;
    }

    .s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680 img.shogun-image,
  #s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680 {
    width: 100%;
    height: auto;
  }

  #s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680.shogun-image {
    
    
  }


.s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680 {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680.shogun-image-container {
      position: relative;
    }

    .s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680 img.shogun-image,
  #s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680 {
    width: 100%;
    height: auto;
  }

  #s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680.shogun-image {
    
    
  }


.s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680 {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680.shogun-image-container {
      position: relative;
    }

    .s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680 img.shogun-image,
  #s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680 {
    width: 100%;
    height: auto;
  }

  #s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680.shogun-image {
    
    
  }


.s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680 {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680.shogun-image-container {
      position: relative;
    }

    .s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9d84eef-4eba-4f3c-a6b0-5a212f51a680 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7e7a4900-4429-4d1d-858e-1cceb209df4c {
  padding-top: 1%;
padding-bottom: 1%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-7e7a4900-4429-4d1d-858e-1cceb209df4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e7a4900-4429-4d1d-858e-1cceb209df4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4250e427-0eda-45bb-9ee9-34d30ae485c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4250e427-0eda-45bb-9ee9-34d30ae485c9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4250e427-0eda-45bb-9ee9-34d30ae485c9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4250e427-0eda-45bb-9ee9-34d30ae485c9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4250e427-0eda-45bb-9ee9-34d30ae485c9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4250e427-0eda-45bb-9ee9-34d30ae485c9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4250e427-0eda-45bb-9ee9-34d30ae485c9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-49bba76b-d7fc-4f44-86aa-2627ca9fc1e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49bba76b-d7fc-4f44-86aa-2627ca9fc1e2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-49bba76b-d7fc-4f44-86aa-2627ca9fc1e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-49bba76b-d7fc-4f44-86aa-2627ca9fc1e2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-49bba76b-d7fc-4f44-86aa-2627ca9fc1e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-49bba76b-d7fc-4f44-86aa-2627ca9fc1e2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-49bba76b-d7fc-4f44-86aa-2627ca9fc1e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-c336afe4-eaec-437b-83b1-e162e72172ff {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(2, 2, 2, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(231, 231, 231, 1);
}
#s-c336afe4-eaec-437b-83b1-e162e72172ff:hover {border-style: solid !important;
border-color: rgba(161, 161, 161, 1) !important;
background-color: rgba(161, 161, 161, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c336afe4-eaec-437b-83b1-e162e72172ff:active {border-style: solid !important;
border-color: rgba(0, 105, 122, 1) !important;
background-color: rgba(0, 105, 122, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c336afe4-eaec-437b-83b1-e162e72172ff-root {
    text-align: center;
  }


#s-c336afe4-eaec-437b-83b1-e162e72172ff.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c336afe4-eaec-437b-83b1-e162e72172ff-root {
    text-align: center;
  }


#s-c336afe4-eaec-437b-83b1-e162e72172ff.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c336afe4-eaec-437b-83b1-e162e72172ff-root {
    text-align: center;
  }


#s-c336afe4-eaec-437b-83b1-e162e72172ff.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c336afe4-eaec-437b-83b1-e162e72172ff-root {
    text-align: center;
  }


#s-c336afe4-eaec-437b-83b1-e162e72172ff.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c336afe4-eaec-437b-83b1-e162e72172ff-root {
    text-align: center;
  }


#s-c336afe4-eaec-437b-83b1-e162e72172ff.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}
  #s-c336afe4-eaec-437b-83b1-e162e72172ff-root {
    text-align: center;
  }


#s-c336afe4-eaec-437b-83b1-e162e72172ff.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}

#s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e {
  margin-top: 5px;
margin-bottom: 0px;
max-width: 900px;
aspect-ratio: 900/600;
text-align: center;
}





  #s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e img.shogun-image,
  #s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e {
    width: 100%;
    height: auto;
  }

  #s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e.shogun-image {
    
    
  }


.s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e .shogun-image-content {
  
    align-items: center;
  
}

.s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e.shogun-image-container {
      position: relative;
    }

    .s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e img.shogun-image,
  #s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e {
    width: 100%;
    height: auto;
  }

  #s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e.shogun-image {
    
    
  }


.s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e .shogun-image-content {
  
    align-items: center;
  
}

.s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e.shogun-image-container {
      position: relative;
    }

    .s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e img.shogun-image,
  #s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e {
    width: 100%;
    height: auto;
  }

  #s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e.shogun-image {
    
    
  }


.s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e .shogun-image-content {
  
    align-items: center;
  
}

.s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e.shogun-image-container {
      position: relative;
    }

    .s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e img.shogun-image,
  #s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e {
    width: 100%;
    height: auto;
  }

  #s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e.shogun-image {
    
    
  }


.s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e .shogun-image-content {
  
    align-items: center;
  
}

.s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e.shogun-image-container {
      position: relative;
    }

    .s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e img.shogun-image,
  #s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e {
    width: 100%;
    height: auto;
  }

  #s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e.shogun-image {
    
    
  }


.s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e .shogun-image-content {
  
    align-items: center;
  
}

.s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e.shogun-image-container {
      position: relative;
    }

    .s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c5aa8e1-13f6-4cf0-978c-740c961e3f7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a4068d15-08b8-40fa-8d55-f6df822fcec3 {
  padding-top: 1%;
padding-bottom: 1%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-a4068d15-08b8-40fa-8d55-f6df822fcec3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4068d15-08b8-40fa-8d55-f6df822fcec3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-71486e40-54f9-4ffd-959f-b3d78cec35d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71486e40-54f9-4ffd-959f-b3d78cec35d1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-71486e40-54f9-4ffd-959f-b3d78cec35d1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-71486e40-54f9-4ffd-959f-b3d78cec35d1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-71486e40-54f9-4ffd-959f-b3d78cec35d1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-71486e40-54f9-4ffd-959f-b3d78cec35d1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-71486e40-54f9-4ffd-959f-b3d78cec35d1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-19959c19-44d1-4cb9-ab5a-b648fd0bb828"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19959c19-44d1-4cb9-ab5a-b648fd0bb828"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-19959c19-44d1-4cb9-ab5a-b648fd0bb828"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-19959c19-44d1-4cb9-ab5a-b648fd0bb828"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-19959c19-44d1-4cb9-ab5a-b648fd0bb828"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-19959c19-44d1-4cb9-ab5a-b648fd0bb828"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-19959c19-44d1-4cb9-ab5a-b648fd0bb828"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-aef6b08a-a324-483e-b763-d13d4db4b330 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(2, 2, 2, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(231, 231, 231, 1);
}
#s-aef6b08a-a324-483e-b763-d13d4db4b330:hover {border-style: solid !important;
border-color: rgba(161, 161, 161, 1) !important;
background-color: rgba(161, 161, 161, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-aef6b08a-a324-483e-b763-d13d4db4b330:active {border-style: solid !important;
border-color: rgba(0, 105, 122, 1) !important;
background-color: rgba(0, 105, 122, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-aef6b08a-a324-483e-b763-d13d4db4b330-root {
    text-align: center;
  }


#s-aef6b08a-a324-483e-b763-d13d4db4b330.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-aef6b08a-a324-483e-b763-d13d4db4b330-root {
    text-align: center;
  }


#s-aef6b08a-a324-483e-b763-d13d4db4b330.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aef6b08a-a324-483e-b763-d13d4db4b330-root {
    text-align: center;
  }


#s-aef6b08a-a324-483e-b763-d13d4db4b330.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aef6b08a-a324-483e-b763-d13d4db4b330-root {
    text-align: center;
  }


#s-aef6b08a-a324-483e-b763-d13d4db4b330.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-aef6b08a-a324-483e-b763-d13d4db4b330-root {
    text-align: center;
  }


#s-aef6b08a-a324-483e-b763-d13d4db4b330.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
}
  #s-aef6b08a-a324-483e-b763-d13d4db4b330-root {
    text-align: center;
  }


#s-aef6b08a-a324-483e-b763-d13d4db4b330.shg-btn {
  color: rgba(231, 231, 231, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}

#s-745df8f2-68a7-4d92-8256-a2502551fb25 {
  margin-top: 5%;
}

@media (min-width: 0px) {
[id="s-745df8f2-68a7-4d92-8256-a2502551fb25"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-745df8f2-68a7-4d92-8256-a2502551fb25"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-745df8f2-68a7-4d92-8256-a2502551fb25"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-745df8f2-68a7-4d92-8256-a2502551fb25"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-745df8f2-68a7-4d92-8256-a2502551fb25"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-745df8f2-68a7-4d92-8256-a2502551fb25"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-745df8f2-68a7-4d92-8256-a2502551fb25"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-ca215deb-ae66-4199-8424-a71c91458db1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca215deb-ae66-4199-8424-a71c91458db1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ca215deb-ae66-4199-8424-a71c91458db1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca215deb-ae66-4199-8424-a71c91458db1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-c99120b3-3488-42c5-9e30-4cf1bf0efed5 {
  text-align: center;
}
@media (min-width: 1200px){#s-c99120b3-3488-42c5-9e30-4cf1bf0efed5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c99120b3-3488-42c5-9e30-4cf1bf0efed5 {
  
}
}






  #s-c99120b3-3488-42c5-9e30-4cf1bf0efed5 img.shogun-image {
    

    
    
    
  }


#s-c99120b3-3488-42c5-9e30-4cf1bf0efed5 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b5a9fec-e75a-422d-9d97-fd026a15b37d {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-1b5a9fec-e75a-422d-9d97-fd026a15b37d img.shogun-image,
  #s-1b5a9fec-e75a-422d-9d97-fd026a15b37d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b5a9fec-e75a-422d-9d97-fd026a15b37d {
    width: 100%;
    height: auto;
  }

  #s-1b5a9fec-e75a-422d-9d97-fd026a15b37d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1b5a9fec-e75a-422d-9d97-fd026a15b37d.shogun-image {
    
    
  }


.s-1b5a9fec-e75a-422d-9d97-fd026a15b37d .shogun-image-content {
  
    align-items: center;
  
}

.s-1b5a9fec-e75a-422d-9d97-fd026a15b37d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b5a9fec-e75a-422d-9d97-fd026a15b37d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b5a9fec-e75a-422d-9d97-fd026a15b37d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b5a9fec-e75a-422d-9d97-fd026a15b37d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b5a9fec-e75a-422d-9d97-fd026a15b37d.shogun-image-container {
      position: relative;
    }

    .s-1b5a9fec-e75a-422d-9d97-fd026a15b37d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b5a9fec-e75a-422d-9d97-fd026a15b37d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b5a9fec-e75a-422d-9d97-fd026a15b37d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1b5a9fec-e75a-422d-9d97-fd026a15b37d img.shogun-image,
  #s-1b5a9fec-e75a-422d-9d97-fd026a15b37d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b5a9fec-e75a-422d-9d97-fd026a15b37d {
    width: 100%;
    height: auto;
  }

  #s-1b5a9fec-e75a-422d-9d97-fd026a15b37d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1b5a9fec-e75a-422d-9d97-fd026a15b37d.shogun-image {
    
    
  }


.s-1b5a9fec-e75a-422d-9d97-fd026a15b37d .shogun-image-content {
  
    align-items: center;
  
}

.s-1b5a9fec-e75a-422d-9d97-fd026a15b37d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b5a9fec-e75a-422d-9d97-fd026a15b37d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b5a9fec-e75a-422d-9d97-fd026a15b37d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b5a9fec-e75a-422d-9d97-fd026a15b37d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b5a9fec-e75a-422d-9d97-fd026a15b37d.shogun-image-container {
      position: relative;
    }

    .s-1b5a9fec-e75a-422d-9d97-fd026a15b37d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b5a9fec-e75a-422d-9d97-fd026a15b37d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b5a9fec-e75a-422d-9d97-fd026a15b37d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1b5a9fec-e75a-422d-9d97-fd026a15b37d img.shogun-image,
  #s-1b5a9fec-e75a-422d-9d97-fd026a15b37d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b5a9fec-e75a-422d-9d97-fd026a15b37d {
    width: 100%;
    height: auto;
  }

  #s-1b5a9fec-e75a-422d-9d97-fd026a15b37d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1b5a9fec-e75a-422d-9d97-fd026a15b37d.shogun-image {
    
    
  }


.s-1b5a9fec-e75a-422d-9d97-fd026a15b37d .shogun-image-content {
  
    align-items: center;
  
}

.s-1b5a9fec-e75a-422d-9d97-fd026a15b37d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b5a9fec-e75a-422d-9d97-fd026a15b37d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b5a9fec-e75a-422d-9d97-fd026a15b37d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b5a9fec-e75a-422d-9d97-fd026a15b37d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b5a9fec-e75a-422d-9d97-fd026a15b37d.shogun-image-container {
      position: relative;
    }

    .s-1b5a9fec-e75a-422d-9d97-fd026a15b37d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b5a9fec-e75a-422d-9d97-fd026a15b37d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b5a9fec-e75a-422d-9d97-fd026a15b37d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1b5a9fec-e75a-422d-9d97-fd026a15b37d img.shogun-image,
  #s-1b5a9fec-e75a-422d-9d97-fd026a15b37d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b5a9fec-e75a-422d-9d97-fd026a15b37d {
    width: 100%;
    height: auto;
  }

  #s-1b5a9fec-e75a-422d-9d97-fd026a15b37d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1b5a9fec-e75a-422d-9d97-fd026a15b37d.shogun-image {
    
    
  }


.s-1b5a9fec-e75a-422d-9d97-fd026a15b37d .shogun-image-content {
  
    align-items: center;
  
}

.s-1b5a9fec-e75a-422d-9d97-fd026a15b37d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b5a9fec-e75a-422d-9d97-fd026a15b37d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b5a9fec-e75a-422d-9d97-fd026a15b37d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b5a9fec-e75a-422d-9d97-fd026a15b37d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b5a9fec-e75a-422d-9d97-fd026a15b37d.shogun-image-container {
      position: relative;
    }

    .s-1b5a9fec-e75a-422d-9d97-fd026a15b37d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b5a9fec-e75a-422d-9d97-fd026a15b37d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b5a9fec-e75a-422d-9d97-fd026a15b37d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1b5a9fec-e75a-422d-9d97-fd026a15b37d img.shogun-image,
  #s-1b5a9fec-e75a-422d-9d97-fd026a15b37d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b5a9fec-e75a-422d-9d97-fd026a15b37d {
    width: 100%;
    height: auto;
  }

  #s-1b5a9fec-e75a-422d-9d97-fd026a15b37d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1b5a9fec-e75a-422d-9d97-fd026a15b37d.shogun-image {
    
    
  }


.s-1b5a9fec-e75a-422d-9d97-fd026a15b37d .shogun-image-content {
  
    align-items: center;
  
}

.s-1b5a9fec-e75a-422d-9d97-fd026a15b37d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b5a9fec-e75a-422d-9d97-fd026a15b37d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b5a9fec-e75a-422d-9d97-fd026a15b37d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b5a9fec-e75a-422d-9d97-fd026a15b37d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b5a9fec-e75a-422d-9d97-fd026a15b37d.shogun-image-container {
      position: relative;
    }

    .s-1b5a9fec-e75a-422d-9d97-fd026a15b37d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b5a9fec-e75a-422d-9d97-fd026a15b37d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b5a9fec-e75a-422d-9d97-fd026a15b37d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b122677b-0a61-480a-b8bd-168112915635 {
  margin-top: -6%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b122677b-0a61-480a-b8bd-168112915635 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "EB Garamond";
  font-style:  normal ;
  font-size: 84px;
  
  letter-spacing: -2px;
  
}


#s-b122677b-0a61-480a-b8bd-168112915635 .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-8606acf5-d8d4-4982-8161-89f8e69c336f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8606acf5-d8d4-4982-8161-89f8e69c336f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  letter-spacing: -1px;
  
}


#s-8606acf5-d8d4-4982-8161-89f8e69c336f .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-b3a3147e-d17f-4314-91f9-42add389c49f {
  margin-top: 5%;
margin-bottom: 50px;
background-color: rgba(248, 249, 250, 1);
}

@media (min-width: 0px) {
[id="s-b3a3147e-d17f-4314-91f9-42add389c49f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3a3147e-d17f-4314-91f9-42add389c49f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b3a3147e-d17f-4314-91f9-42add389c49f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b3a3147e-d17f-4314-91f9-42add389c49f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b3a3147e-d17f-4314-91f9-42add389c49f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3a3147e-d17f-4314-91f9-42add389c49f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b3a3147e-d17f-4314-91f9-42add389c49f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-2df99daf-a273-4e30-9483-8cbe492b5e7a {
  margin-top: 3%;
margin-bottom: 3%;
max-width: 1792px;
aspect-ratio: 1792/1000;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2df99daf-a273-4e30-9483-8cbe492b5e7a {
  display: unset;
}
#s-2df99daf-a273-4e30-9483-8cbe492b5e7a, #wrap-s-2df99daf-a273-4e30-9483-8cbe492b5e7a { display: unset !important; }}@media (max-width: 767px){#s-2df99daf-a273-4e30-9483-8cbe492b5e7a {
  display: unset;
}
#s-2df99daf-a273-4e30-9483-8cbe492b5e7a, #wrap-s-2df99daf-a273-4e30-9483-8cbe492b5e7a { display: unset !important; }}




  #s-2df99daf-a273-4e30-9483-8cbe492b5e7a img.shogun-image,
  #s-2df99daf-a273-4e30-9483-8cbe492b5e7a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2df99daf-a273-4e30-9483-8cbe492b5e7a {
    width: 100%;
    height: auto;
  }

  #s-2df99daf-a273-4e30-9483-8cbe492b5e7a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2df99daf-a273-4e30-9483-8cbe492b5e7a.shogun-image {
    
    
  }


.s-2df99daf-a273-4e30-9483-8cbe492b5e7a .shogun-image-content {
  
    align-items: center;
  
}

.s-2df99daf-a273-4e30-9483-8cbe492b5e7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2df99daf-a273-4e30-9483-8cbe492b5e7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2df99daf-a273-4e30-9483-8cbe492b5e7a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2df99daf-a273-4e30-9483-8cbe492b5e7a {
      --shg-aspect-ratio: calc(1792/1000); 
    }

    .s-2df99daf-a273-4e30-9483-8cbe492b5e7a.shogun-image-container {
      position: relative;
    }

    .s-2df99daf-a273-4e30-9483-8cbe492b5e7a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2df99daf-a273-4e30-9483-8cbe492b5e7a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2df99daf-a273-4e30-9483-8cbe492b5e7a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2df99daf-a273-4e30-9483-8cbe492b5e7a img.shogun-image,
  #s-2df99daf-a273-4e30-9483-8cbe492b5e7a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2df99daf-a273-4e30-9483-8cbe492b5e7a {
    width: 100%;
    height: auto;
  }

  #s-2df99daf-a273-4e30-9483-8cbe492b5e7a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2df99daf-a273-4e30-9483-8cbe492b5e7a.shogun-image {
    
    
  }


.s-2df99daf-a273-4e30-9483-8cbe492b5e7a .shogun-image-content {
  
    align-items: center;
  
}

.s-2df99daf-a273-4e30-9483-8cbe492b5e7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2df99daf-a273-4e30-9483-8cbe492b5e7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2df99daf-a273-4e30-9483-8cbe492b5e7a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2df99daf-a273-4e30-9483-8cbe492b5e7a {
      --shg-aspect-ratio: calc(1792/1000); 
    }

    .s-2df99daf-a273-4e30-9483-8cbe492b5e7a.shogun-image-container {
      position: relative;
    }

    .s-2df99daf-a273-4e30-9483-8cbe492b5e7a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2df99daf-a273-4e30-9483-8cbe492b5e7a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2df99daf-a273-4e30-9483-8cbe492b5e7a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2df99daf-a273-4e30-9483-8cbe492b5e7a img.shogun-image,
  #s-2df99daf-a273-4e30-9483-8cbe492b5e7a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2df99daf-a273-4e30-9483-8cbe492b5e7a {
    width: 100%;
    height: auto;
  }

  #s-2df99daf-a273-4e30-9483-8cbe492b5e7a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2df99daf-a273-4e30-9483-8cbe492b5e7a.shogun-image {
    
    
  }


.s-2df99daf-a273-4e30-9483-8cbe492b5e7a .shogun-image-content {
  
    align-items: center;
  
}

.s-2df99daf-a273-4e30-9483-8cbe492b5e7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2df99daf-a273-4e30-9483-8cbe492b5e7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2df99daf-a273-4e30-9483-8cbe492b5e7a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2df99daf-a273-4e30-9483-8cbe492b5e7a {
      --shg-aspect-ratio: calc(1792/1000); 
    }

    .s-2df99daf-a273-4e30-9483-8cbe492b5e7a.shogun-image-container {
      position: relative;
    }

    .s-2df99daf-a273-4e30-9483-8cbe492b5e7a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2df99daf-a273-4e30-9483-8cbe492b5e7a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2df99daf-a273-4e30-9483-8cbe492b5e7a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2df99daf-a273-4e30-9483-8cbe492b5e7a img.shogun-image,
  #s-2df99daf-a273-4e30-9483-8cbe492b5e7a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2df99daf-a273-4e30-9483-8cbe492b5e7a {
    width: 100%;
    height: auto;
  }

  #s-2df99daf-a273-4e30-9483-8cbe492b5e7a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2df99daf-a273-4e30-9483-8cbe492b5e7a.shogun-image {
    
    
  }


.s-2df99daf-a273-4e30-9483-8cbe492b5e7a .shogun-image-content {
  
    align-items: center;
  
}

.s-2df99daf-a273-4e30-9483-8cbe492b5e7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2df99daf-a273-4e30-9483-8cbe492b5e7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2df99daf-a273-4e30-9483-8cbe492b5e7a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2df99daf-a273-4e30-9483-8cbe492b5e7a {
      --shg-aspect-ratio: calc(1792/1000); 
    }

    .s-2df99daf-a273-4e30-9483-8cbe492b5e7a.shogun-image-container {
      position: relative;
    }

    .s-2df99daf-a273-4e30-9483-8cbe492b5e7a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2df99daf-a273-4e30-9483-8cbe492b5e7a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2df99daf-a273-4e30-9483-8cbe492b5e7a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2df99daf-a273-4e30-9483-8cbe492b5e7a img.shogun-image,
  #s-2df99daf-a273-4e30-9483-8cbe492b5e7a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2df99daf-a273-4e30-9483-8cbe492b5e7a {
    width: 100%;
    height: auto;
  }

  #s-2df99daf-a273-4e30-9483-8cbe492b5e7a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2df99daf-a273-4e30-9483-8cbe492b5e7a.shogun-image {
    
    
  }


.s-2df99daf-a273-4e30-9483-8cbe492b5e7a .shogun-image-content {
  
    align-items: center;
  
}

.s-2df99daf-a273-4e30-9483-8cbe492b5e7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2df99daf-a273-4e30-9483-8cbe492b5e7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2df99daf-a273-4e30-9483-8cbe492b5e7a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2df99daf-a273-4e30-9483-8cbe492b5e7a {
      --shg-aspect-ratio: calc(1792/1000); 
    }

    .s-2df99daf-a273-4e30-9483-8cbe492b5e7a.shogun-image-container {
      position: relative;
    }

    .s-2df99daf-a273-4e30-9483-8cbe492b5e7a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2df99daf-a273-4e30-9483-8cbe492b5e7a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2df99daf-a273-4e30-9483-8cbe492b5e7a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-91634b36-fad8-4a4c-aa5a-c6bebb28256a {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 0%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-91634b36-fad8-4a4c-aa5a-c6bebb28256a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91634b36-fad8-4a4c-aa5a-c6bebb28256a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-91634b36-fad8-4a4c-aa5a-c6bebb28256a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-91634b36-fad8-4a4c-aa5a-c6bebb28256a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-91634b36-fad8-4a4c-aa5a-c6bebb28256a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a1e92384-bf05-455b-88c5-cb3150ae77f2 {
  margin-top: 10%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
padding-top: 1%;
padding-bottom: 10px;
text-align: center;
}

#s-a1e92384-bf05-455b-88c5-cb3150ae77f2 .shogun-heading-component h2 {
  color: rgba(138, 138, 138, 1);
  font-weight:  normal ;
  font-family: "EB Garamond";
  font-style:  normal ;
  font-size: 56px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-a1e92384-bf05-455b-88c5-cb3150ae77f2 .shogun-heading-component h2 {
  color: rgba(138, 138, 138, 1);
  font-weight:  normal ;
  font-family: "EB Garamond";
  font-style:  normal ;
  font-size: 44px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a1e92384-bf05-455b-88c5-cb3150ae77f2 .shogun-heading-component h2 {
  color: rgba(138, 138, 138, 1);
  font-weight:  normal ;
  font-family: "EB Garamond";
  font-style:  normal ;
  font-size: 39px;
  
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-a1e92384-bf05-455b-88c5-cb3150ae77f2 .shogun-heading-component h2 {
  color: rgba(138, 138, 138, 1);
  font-weight:  normal ;
  font-family: "EB Garamond";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 1px;
  
}


}
#s-d2fab52a-2e1d-4c12-99e2-9eaff893d585 {
  margin-bottom: 8px;
text-align: center;
}







  #s-d2fab52a-2e1d-4c12-99e2-9eaff893d585 img.shogun-image {
    

    
    
    
  }


#s-d2fab52a-2e1d-4c12-99e2-9eaff893d585 .shogun-image-content {
  
    align-items: center;
  
}

#s-fdc1bb62-dbce-44c0-81a4-5b4d81dd09e1 {
  margin-top: 3%;
margin-left: 5%;
margin-right: 5%;
padding-left: 8%;
padding-right: 8%;
}
@media (min-width: 1200px){#s-fdc1bb62-dbce-44c0-81a4-5b4d81dd09e1 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fdc1bb62-dbce-44c0-81a4-5b4d81dd09e1 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 3%;
padding-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fdc1bb62-dbce-44c0-81a4-5b4d81dd09e1 {
  display: none;
}
#s-fdc1bb62-dbce-44c0-81a4-5b4d81dd09e1, #wrap-s-fdc1bb62-dbce-44c0-81a4-5b4d81dd09e1 { display: none !important; }}@media (max-width: 767px){#s-fdc1bb62-dbce-44c0-81a4-5b4d81dd09e1 {
  
}
}
#s-ce214258-f1ed-4dc2-b96c-d0d5aee3b83e {
  background-color: rgba(255, 255, 255, 1);
}








#s-ce214258-f1ed-4dc2-b96c-d0d5aee3b83e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce214258-f1ed-4dc2-b96c-d0d5aee3b83e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f17ed71c-17dc-4f77-8499-28138493ff5b {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
text-align: center;
}







  #s-f17ed71c-17dc-4f77-8499-28138493ff5b img.shogun-image {
    

    
    
    
  }


#s-f17ed71c-17dc-4f77-8499-28138493ff5b .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-1f76c241-dd0d-48ea-958e-1d499450d914 {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 0%;
}

#s-1f76c241-dd0d-48ea-958e-1d499450d914 hr {
  border-top: 2px solid #ddd;
}

#s-912b8287-2e7e-4c01-bf8c-39581bdb99b0 {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-912b8287-2e7e-4c01-bf8c-39581bdb99b0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-912b8287-2e7e-4c01-bf8c-39581bdb99b0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-912b8287-2e7e-4c01-bf8c-39581bdb99b0 {
  
}
}
@media (min-width: 0px) {
[id="s-912b8287-2e7e-4c01-bf8c-39581bdb99b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-912b8287-2e7e-4c01-bf8c-39581bdb99b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-912b8287-2e7e-4c01-bf8c-39581bdb99b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-912b8287-2e7e-4c01-bf8c-39581bdb99b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-62f03d14-d849-463a-8916-10285f285f0d {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}

#s-dae4796b-1a21-462c-a35c-a808b1d8f861 {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  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}
