#s-8e66518b-20ba-42de-ab5b-92add81e0e60 {
  margin-top: -25px;
margin-bottom: -25px;
}

.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-b0a1d95d-fd27-40e6-b559-0efcd4e307df {
  padding-left: 80px;
padding-right: 80px;
min-height: 50px;
}
@media (max-width: 767px){#s-b0a1d95d-fd27-40e6-b559-0efcd4e307df {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-b0a1d95d-fd27-40e6-b559-0efcd4e307df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0a1d95d-fd27-40e6-b559-0efcd4e307df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-b75eb496-194b-4a2d-97ac-c4e648bbd18c {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-b75eb496-194b-4a2d-97ac-c4e648bbd18c .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b75eb496-194b-4a2d-97ac-c4e648bbd18c .shg-sld-nav-button.shg-sld-left,
#s-b75eb496-194b-4a2d-97ac-c4e648bbd18c .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;
}

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

#s-0de219f4-299a-441e-9de4-cdeb02882ffe {
  text-align: center;
}







  img.s-0de219f4-299a-441e-9de4-cdeb02882ffe.shogun-image {
    
    
  }


.s-0de219f4-299a-441e-9de4-cdeb02882ffe .shogun-image-content {
  
    align-items: center;
  
}

.s-0de219f4-299a-441e-9de4-cdeb02882ffe.shg-align-container {
  text-align: center
}

.s-0de219f4-299a-441e-9de4-cdeb02882ffe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0de219f4-299a-441e-9de4-cdeb02882ffe.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0de219f4-299a-441e-9de4-cdeb02882ffe.shogun-image {
    
    
  }


.s-0de219f4-299a-441e-9de4-cdeb02882ffe .shogun-image-content {
  
    align-items: center;
  
}

.s-0de219f4-299a-441e-9de4-cdeb02882ffe.shg-align-container {
  text-align: center
}

.s-0de219f4-299a-441e-9de4-cdeb02882ffe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0de219f4-299a-441e-9de4-cdeb02882ffe.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0de219f4-299a-441e-9de4-cdeb02882ffe.shogun-image {
    
    
  }


.s-0de219f4-299a-441e-9de4-cdeb02882ffe .shogun-image-content {
  
    align-items: center;
  
}

.s-0de219f4-299a-441e-9de4-cdeb02882ffe.shg-align-container {
  text-align: center
}

.s-0de219f4-299a-441e-9de4-cdeb02882ffe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0de219f4-299a-441e-9de4-cdeb02882ffe.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0de219f4-299a-441e-9de4-cdeb02882ffe.shogun-image {
    
    
  }


.s-0de219f4-299a-441e-9de4-cdeb02882ffe .shogun-image-content {
  
    align-items: center;
  
}

.s-0de219f4-299a-441e-9de4-cdeb02882ffe.shg-align-container {
  text-align: center
}

.s-0de219f4-299a-441e-9de4-cdeb02882ffe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0de219f4-299a-441e-9de4-cdeb02882ffe.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0de219f4-299a-441e-9de4-cdeb02882ffe.shogun-image {
    
    
  }


.s-0de219f4-299a-441e-9de4-cdeb02882ffe .shogun-image-content {
  
    align-items: center;
  
}

.s-0de219f4-299a-441e-9de4-cdeb02882ffe.shg-align-container {
  text-align: center
}

.s-0de219f4-299a-441e-9de4-cdeb02882ffe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0de219f4-299a-441e-9de4-cdeb02882ffe.shogun-image {
  box-sizing: border-box;
}


}
#s-cdd5ade1-2ef4-4d2a-bb7c-d9376648a7f0 {
  min-height: 50px;
}








#s-cdd5ade1-2ef4-4d2a-bb7c-d9376648a7f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdd5ade1-2ef4-4d2a-bb7c-d9376648a7f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23485877-bb20-4d07-88df-10d0f0775457 {
  max-width: 2850px;
aspect-ratio: 2850/750;
text-align: center;
}





  #s-23485877-bb20-4d07-88df-10d0f0775457 img.shogun-image,
  #s-23485877-bb20-4d07-88df-10d0f0775457 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23485877-bb20-4d07-88df-10d0f0775457 {
    width: 100%;
    height: auto;
  }



  img.s-23485877-bb20-4d07-88df-10d0f0775457.shogun-image {
    
    
  }


.s-23485877-bb20-4d07-88df-10d0f0775457 .shogun-image-content {
  
    align-items: center;
  
}

.s-23485877-bb20-4d07-88df-10d0f0775457.shg-align-container {
  text-align: center
}

.s-23485877-bb20-4d07-88df-10d0f0775457.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23485877-bb20-4d07-88df-10d0f0775457.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-23485877-bb20-4d07-88df-10d0f0775457 img.shogun-image,
  #s-23485877-bb20-4d07-88df-10d0f0775457 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23485877-bb20-4d07-88df-10d0f0775457 {
    width: 100%;
    height: auto;
  }



  img.s-23485877-bb20-4d07-88df-10d0f0775457.shogun-image {
    
    
  }


.s-23485877-bb20-4d07-88df-10d0f0775457 .shogun-image-content {
  
    align-items: center;
  
}

.s-23485877-bb20-4d07-88df-10d0f0775457.shg-align-container {
  text-align: center
}

.s-23485877-bb20-4d07-88df-10d0f0775457.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23485877-bb20-4d07-88df-10d0f0775457.shogun-image {
  box-sizing: border-box;
}


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



  #s-23485877-bb20-4d07-88df-10d0f0775457 img.shogun-image,
  #s-23485877-bb20-4d07-88df-10d0f0775457 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23485877-bb20-4d07-88df-10d0f0775457 {
    width: 100%;
    height: auto;
  }



  img.s-23485877-bb20-4d07-88df-10d0f0775457.shogun-image {
    
    
  }


.s-23485877-bb20-4d07-88df-10d0f0775457 .shogun-image-content {
  
    align-items: center;
  
}

.s-23485877-bb20-4d07-88df-10d0f0775457.shg-align-container {
  text-align: center
}

.s-23485877-bb20-4d07-88df-10d0f0775457.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23485877-bb20-4d07-88df-10d0f0775457.shogun-image {
  box-sizing: border-box;
}


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



  #s-23485877-bb20-4d07-88df-10d0f0775457 img.shogun-image,
  #s-23485877-bb20-4d07-88df-10d0f0775457 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23485877-bb20-4d07-88df-10d0f0775457 {
    width: 100%;
    height: auto;
  }



  img.s-23485877-bb20-4d07-88df-10d0f0775457.shogun-image {
    
    
  }


.s-23485877-bb20-4d07-88df-10d0f0775457 .shogun-image-content {
  
    align-items: center;
  
}

.s-23485877-bb20-4d07-88df-10d0f0775457.shg-align-container {
  text-align: center
}

.s-23485877-bb20-4d07-88df-10d0f0775457.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23485877-bb20-4d07-88df-10d0f0775457.shogun-image {
  box-sizing: border-box;
}


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



  #s-23485877-bb20-4d07-88df-10d0f0775457 img.shogun-image,
  #s-23485877-bb20-4d07-88df-10d0f0775457 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23485877-bb20-4d07-88df-10d0f0775457 {
    width: 100%;
    height: auto;
  }



  img.s-23485877-bb20-4d07-88df-10d0f0775457.shogun-image {
    
    
  }


.s-23485877-bb20-4d07-88df-10d0f0775457 .shogun-image-content {
  
    align-items: center;
  
}

.s-23485877-bb20-4d07-88df-10d0f0775457.shg-align-container {
  text-align: center
}

.s-23485877-bb20-4d07-88df-10d0f0775457.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23485877-bb20-4d07-88df-10d0f0775457.shogun-image {
  box-sizing: border-box;
}


}
.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;
}
#s-ebea532a-da53-4be2-97ce-e88963648816 {
  max-width: 2850px;
aspect-ratio: 2850/750;
text-align: center;
}





  #s-ebea532a-da53-4be2-97ce-e88963648816 img.shogun-image,
  #s-ebea532a-da53-4be2-97ce-e88963648816 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ebea532a-da53-4be2-97ce-e88963648816 {
    width: 100%;
    height: auto;
  }



  #s-ebea532a-da53-4be2-97ce-e88963648816 img.shogun-image {
    

    
    
    
  }


#s-ebea532a-da53-4be2-97ce-e88963648816 .shogun-image-content {
  
    align-items: center;
  
}

#s-d7a0f59c-d032-477a-b9c1-0b7988825d62 {
  text-align: center;
}







  #s-d7a0f59c-d032-477a-b9c1-0b7988825d62 img.shogun-image {
    

    
    
    
  }


#s-d7a0f59c-d032-477a-b9c1-0b7988825d62 .shogun-image-content {
  
    align-items: center;
  
}

#s-0d75bfc5-8451-40e7-9daa-418eaa784c18 {
  text-align: center;
}







  #s-0d75bfc5-8451-40e7-9daa-418eaa784c18 img.shogun-image {
    

    
    
    
  }


#s-0d75bfc5-8451-40e7-9daa-418eaa784c18 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a1084c0-fe04-4ddf-bc50-b99776acbd44 {
  max-width: 2850px;
aspect-ratio: 2850/750;
text-align: center;
}





  #s-7a1084c0-fe04-4ddf-bc50-b99776acbd44 img.shogun-image,
  #s-7a1084c0-fe04-4ddf-bc50-b99776acbd44 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a1084c0-fe04-4ddf-bc50-b99776acbd44 {
    width: 100%;
    height: auto;
  }



  #s-7a1084c0-fe04-4ddf-bc50-b99776acbd44 img.shogun-image {
    

    
    
    
  }


#s-7a1084c0-fe04-4ddf-bc50-b99776acbd44 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee6ec4fa-8f1b-43f7-b765-2d7baf5a8af9 {
  text-align: center;
}







  #s-ee6ec4fa-8f1b-43f7-b765-2d7baf5a8af9 img.shogun-image {
    

    
    
    
  }


#s-ee6ec4fa-8f1b-43f7-b765-2d7baf5a8af9 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc4fcd41-cc42-42a1-be57-ebd9988fcd6d {
  text-align: center;
}







  #s-bc4fcd41-cc42-42a1-be57-ebd9988fcd6d img.shogun-image {
    

    
    
    
  }


#s-bc4fcd41-cc42-42a1-be57-ebd9988fcd6d .shogun-image-content {
  
    align-items: center;
  
}

#s-39d08c0b-6fda-4b16-b05c-000e32c43bf1 {
  text-align: center;
}







  #s-39d08c0b-6fda-4b16-b05c-000e32c43bf1 img.shogun-image {
    

    
    
    
  }


#s-39d08c0b-6fda-4b16-b05c-000e32c43bf1 .shogun-image-content {
  
    align-items: center;
  
}

#s-081827b3-f1b8-43c5-8946-cd42c4679baf {
  text-align: center;
}







  #s-081827b3-f1b8-43c5-8946-cd42c4679baf img.shogun-image {
    

    
    
    
  }


#s-081827b3-f1b8-43c5-8946-cd42c4679baf .shogun-image-content {
  
    align-items: center;
  
}

#s-6342d3df-76ff-4628-933b-b1888726e38f {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
text-align: center;
}







  #s-6342d3df-76ff-4628-933b-b1888726e38f img.shogun-image {
    

    
    
    
  }


#s-6342d3df-76ff-4628-933b-b1888726e38f .shogun-image-content {
  
    align-items: center;
  
}

#s-bdef9154-4500-49b1-a09e-c25137a03cc5 {
  text-align: center;
}







  #s-bdef9154-4500-49b1-a09e-c25137a03cc5 img.shogun-image {
    

    
    
    
  }


#s-bdef9154-4500-49b1-a09e-c25137a03cc5 .shogun-image-content {
  
    align-items: center;
  
}

#s-b59f2120-2084-471e-99f5-a4ace40a9fac {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
text-align: center;
}







  #s-b59f2120-2084-471e-99f5-a4ace40a9fac img.shogun-image {
    

    
    
    
  }


#s-b59f2120-2084-471e-99f5-a4ace40a9fac .shogun-image-content {
  
    align-items: center;
  
}

#s-7930a54d-6bf8-4b61-9983-ccaae595d49a {
  text-align: center;
}







  #s-7930a54d-6bf8-4b61-9983-ccaae595d49a img.shogun-image {
    

    
    
    
  }


#s-7930a54d-6bf8-4b61-9983-ccaae595d49a .shogun-image-content {
  
    align-items: center;
  
}

#s-c89038fb-3a7f-4d74-ac69-ec86a1b11ab1 {
  text-align: center;
}







  #s-c89038fb-3a7f-4d74-ac69-ec86a1b11ab1 img.shogun-image {
    

    
    
    
  }


#s-c89038fb-3a7f-4d74-ac69-ec86a1b11ab1 .shogun-image-content {
  
    align-items: center;
  
}

#s-f869d9d2-ffd3-4183-b15a-429f1b6ecf5d {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 2850px;
aspect-ratio: 2850/750;
text-align: center;
}





  #s-f869d9d2-ffd3-4183-b15a-429f1b6ecf5d img.shogun-image,
  #s-f869d9d2-ffd3-4183-b15a-429f1b6ecf5d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f869d9d2-ffd3-4183-b15a-429f1b6ecf5d {
    width: 100%;
    height: auto;
  }



  #s-f869d9d2-ffd3-4183-b15a-429f1b6ecf5d img.shogun-image {
    

    
    
    
  }


#s-f869d9d2-ffd3-4183-b15a-429f1b6ecf5d .shogun-image-content {
  
    align-items: center;
  
}

#s-104a62cb-dbe6-4b80-8c38-0e5ee44af0b3 {
  min-height: 50px;
}








#s-104a62cb-dbe6-4b80-8c38-0e5ee44af0b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-104a62cb-dbe6-4b80-8c38-0e5ee44af0b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-44fc9bd6-2cbe-45e6-8315-ad05b222a24e {
  padding-top: 4px;
padding-bottom: 4px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

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

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

#s-4b49a4b8-220b-4c76-b38f-34ee0cbd5a40 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 100px;
padding-right: 100px;
}

#s-4b49a4b8-220b-4c76-b38f-34ee0cbd5a40 hr {
  border-top: 2px solid rgba(114, 114, 114, 1);
}

#s-66dd498d-1889-476a-98ae-e19383f68175 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-66dd498d-1889-476a-98ae-e19383f68175 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66dd498d-1889-476a-98ae-e19383f68175.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-bd45cc64-147d-4add-9259-b41d733a392e {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-bd45cc64-147d-4add-9259-b41d733a392e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-bd45cc64-147d-4add-9259-b41d733a392e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bd45cc64-147d-4add-9259-b41d733a392e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd45cc64-147d-4add-9259-b41d733a392e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-482590ff-27d9-4286-8f1d-ea2a501b81f4 {
  text-align: center;
}







  #s-482590ff-27d9-4286-8f1d-ea2a501b81f4 img.shogun-image {
    

    
    
    
  }


#s-482590ff-27d9-4286-8f1d-ea2a501b81f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-05d5a74b-6fdf-4693-822a-47bbf9c531ca {
  text-align: center;
}







  #s-05d5a74b-6fdf-4693-822a-47bbf9c531ca img.shogun-image {
    

    
    
    
  }


#s-05d5a74b-6fdf-4693-822a-47bbf9c531ca .shogun-image-content {
  
    align-items: center;
  
}

#s-2e69e751-75d7-444a-b422-6b5334dc2418 {
  text-align: center;
}







  #s-2e69e751-75d7-444a-b422-6b5334dc2418 img.shogun-image {
    

    
    
    
  }


#s-2e69e751-75d7-444a-b422-6b5334dc2418 .shogun-image-content {
  
    align-items: center;
  
}

#s-b345d6c2-8638-4d21-bfaa-e1fee285538f {
  text-align: center;
}







  #s-b345d6c2-8638-4d21-bfaa-e1fee285538f img.shogun-image {
    

    
    
    
  }


#s-b345d6c2-8638-4d21-bfaa-e1fee285538f .shogun-image-content {
  
    align-items: center;
  
}

#s-63752310-bddd-4ac5-bf41-73c138920006 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-ebf62fcc-2b24-4cd4-bfa7-b22f8b18771e {
  min-height: 50px;
}








#s-ebf62fcc-2b24-4cd4-bfa7-b22f8b18771e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebf62fcc-2b24-4cd4-bfa7-b22f8b18771e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c0407a6-050b-4805-8c42-043a548b50b8 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-a6d940b3-161c-4f9b-9616-0e8d866357b1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 75px;
padding-right: 75px;
}

#s-a6d940b3-161c-4f9b-9616-0e8d866357b1 hr {
  border-top: 2px solid rgba(114, 114, 114, 1);
}

#s-b21be8d0-03b6-47c9-805a-0edc272bc215 {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-b21be8d0-03b6-47c9-805a-0edc272bc215 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b21be8d0-03b6-47c9-805a-0edc272bc215.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23bf51e7-5b47-468d-a46a-dc793a8b6c75 {
  min-height: 50px;
}








#s-23bf51e7-5b47-468d-a46a-dc793a8b6c75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23bf51e7-5b47-468d-a46a-dc793a8b6c75.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19f708b9-a21c-4e1e-9659-92b96e426aab {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-19f708b9-a21c-4e1e-9659-92b96e426aab .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-19f708b9-a21c-4e1e-9659-92b96e426aab .shg-sld-nav-button.shg-sld-left,
#s-19f708b9-a21c-4e1e-9659-92b96e426aab .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-c257ee46-8c0d-4402-8db3-115b268d6f6f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c257ee46-8c0d-4402-8db3-115b268d6f6f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c257ee46-8c0d-4402-8db3-115b268d6f6f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c257ee46-8c0d-4402-8db3-115b268d6f6f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6bd8b5b4-4fcd-4e3f-a0ce-8d239678ea88 {
  min-height: 50px;
}








#s-6bd8b5b4-4fcd-4e3f-a0ce-8d239678ea88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bd8b5b4-4fcd-4e3f-a0ce-8d239678ea88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6dacd08-ff5d-4c8a-9b7f-9717180f80b7 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 3px;
text-align: center;
}







  #s-f6dacd08-ff5d-4c8a-9b7f-9717180f80b7 img.shogun-image {
    

    
    
    
  }


#s-f6dacd08-ff5d-4c8a-9b7f-9717180f80b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-5afce5ba-00d6-41bc-bdb1-6ba91593bfb5 {
  padding-top: 3px;
padding-bottom: 3px;
}

.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-c5be0810-81c2-4cc1-a406-9cd75fbcbd95 {
  padding-top: 2px;
padding-left: 32px;
padding-bottom: 2px;
padding-right: 32px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-c5be0810-81c2-4cc1-a406-9cd75fbcbd95:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c5be0810-81c2-4cc1-a406-9cd75fbcbd95:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c5be0810-81c2-4cc1-a406-9cd75fbcbd95-root {
    text-align: center;
  }


#s-c5be0810-81c2-4cc1-a406-9cd75fbcbd95.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c5be0810-81c2-4cc1-a406-9cd75fbcbd95-root {
    text-align: center;
  }


#s-c5be0810-81c2-4cc1-a406-9cd75fbcbd95.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c5be0810-81c2-4cc1-a406-9cd75fbcbd95-root {
    text-align: center;
  }


#s-c5be0810-81c2-4cc1-a406-9cd75fbcbd95.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c5be0810-81c2-4cc1-a406-9cd75fbcbd95-root {
    text-align: center;
  }


#s-c5be0810-81c2-4cc1-a406-9cd75fbcbd95.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c5be0810-81c2-4cc1-a406-9cd75fbcbd95-root {
    text-align: center;
  }


#s-c5be0810-81c2-4cc1-a406-9cd75fbcbd95.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f0c347a4-a2cd-4917-b27e-dc906b34d4ea {
  min-height: 50px;
}








#s-f0c347a4-a2cd-4917-b27e-dc906b34d4ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0c347a4-a2cd-4917-b27e-dc906b34d4ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0fa3973a-598a-4a52-8560-5fc8279002c0 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 3px;
text-align: center;
}







  #s-0fa3973a-598a-4a52-8560-5fc8279002c0 img.shogun-image {
    

    
    
    
  }


#s-0fa3973a-598a-4a52-8560-5fc8279002c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-06705586-68e5-4bb9-811b-c18f132cdb49 {
  padding-top: 3px;
padding-bottom: 3px;
}

#s-21c4ed48-441b-4723-81af-9d178e2cd6f0 {
  padding-top: 2px;
padding-left: 32px;
padding-bottom: 2px;
padding-right: 32px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-21c4ed48-441b-4723-81af-9d178e2cd6f0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-21c4ed48-441b-4723-81af-9d178e2cd6f0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-21c4ed48-441b-4723-81af-9d178e2cd6f0-root {
    text-align: center;
  }


#s-21c4ed48-441b-4723-81af-9d178e2cd6f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-21c4ed48-441b-4723-81af-9d178e2cd6f0-root {
    text-align: center;
  }


#s-21c4ed48-441b-4723-81af-9d178e2cd6f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-21c4ed48-441b-4723-81af-9d178e2cd6f0-root {
    text-align: center;
  }


#s-21c4ed48-441b-4723-81af-9d178e2cd6f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-21c4ed48-441b-4723-81af-9d178e2cd6f0-root {
    text-align: center;
  }


#s-21c4ed48-441b-4723-81af-9d178e2cd6f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-21c4ed48-441b-4723-81af-9d178e2cd6f0-root {
    text-align: center;
  }


#s-21c4ed48-441b-4723-81af-9d178e2cd6f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f7cb3130-f88b-4f6e-9e44-aa04150bd8ce {
  min-height: 50px;
}








#s-f7cb3130-f88b-4f6e-9e44-aa04150bd8ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7cb3130-f88b-4f6e-9e44-aa04150bd8ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9672f1dc-eafa-432c-ac59-58e3a73a63f7 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 3px;
text-align: center;
}







  #s-9672f1dc-eafa-432c-ac59-58e3a73a63f7 img.shogun-image {
    

    
    
    
  }


#s-9672f1dc-eafa-432c-ac59-58e3a73a63f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-531bf569-3b4e-48ca-96ae-e14c37eedfab {
  padding-top: 3px;
padding-bottom: 3px;
}

#s-a145b449-a3d8-4f1e-adf8-c560cf164da8 {
  padding-top: 2px;
padding-left: 32px;
padding-bottom: 2px;
padding-right: 32px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-a145b449-a3d8-4f1e-adf8-c560cf164da8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a145b449-a3d8-4f1e-adf8-c560cf164da8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a145b449-a3d8-4f1e-adf8-c560cf164da8-root {
    text-align: center;
  }


#s-a145b449-a3d8-4f1e-adf8-c560cf164da8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a145b449-a3d8-4f1e-adf8-c560cf164da8-root {
    text-align: center;
  }


#s-a145b449-a3d8-4f1e-adf8-c560cf164da8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a145b449-a3d8-4f1e-adf8-c560cf164da8-root {
    text-align: center;
  }


#s-a145b449-a3d8-4f1e-adf8-c560cf164da8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a145b449-a3d8-4f1e-adf8-c560cf164da8-root {
    text-align: center;
  }


#s-a145b449-a3d8-4f1e-adf8-c560cf164da8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a145b449-a3d8-4f1e-adf8-c560cf164da8-root {
    text-align: center;
  }


#s-a145b449-a3d8-4f1e-adf8-c560cf164da8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-5159e2ca-fc81-4eeb-bb22-7ba1e126bc6d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5159e2ca-fc81-4eeb-bb22-7ba1e126bc6d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5159e2ca-fc81-4eeb-bb22-7ba1e126bc6d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5159e2ca-fc81-4eeb-bb22-7ba1e126bc6d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-cc5dee39-76d8-4ad9-8f55-4df226f76ec0 {
  min-height: 50px;
}








#s-cc5dee39-76d8-4ad9-8f55-4df226f76ec0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc5dee39-76d8-4ad9-8f55-4df226f76ec0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc9d4f57-73bc-4250-aa7a-242d14da8d0e {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 3px;
text-align: center;
}







  #s-cc9d4f57-73bc-4250-aa7a-242d14da8d0e img.shogun-image {
    

    
    
    
  }


#s-cc9d4f57-73bc-4250-aa7a-242d14da8d0e .shogun-image-content {
  
    align-items: center;
  
}

#s-0c86a0c1-45d9-43d3-be0d-d082eb384426 {
  padding-top: 3px;
padding-bottom: 3px;
}

#s-0bc57e1c-386a-4670-9e1a-23ab869efc67 {
  padding-top: 2px;
padding-left: 32px;
padding-bottom: 2px;
padding-right: 32px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-0bc57e1c-386a-4670-9e1a-23ab869efc67:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0bc57e1c-386a-4670-9e1a-23ab869efc67:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0bc57e1c-386a-4670-9e1a-23ab869efc67-root {
    text-align: center;
  }


#s-0bc57e1c-386a-4670-9e1a-23ab869efc67.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0bc57e1c-386a-4670-9e1a-23ab869efc67-root {
    text-align: center;
  }


#s-0bc57e1c-386a-4670-9e1a-23ab869efc67.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0bc57e1c-386a-4670-9e1a-23ab869efc67-root {
    text-align: center;
  }


#s-0bc57e1c-386a-4670-9e1a-23ab869efc67.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0bc57e1c-386a-4670-9e1a-23ab869efc67-root {
    text-align: center;
  }


#s-0bc57e1c-386a-4670-9e1a-23ab869efc67.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0bc57e1c-386a-4670-9e1a-23ab869efc67-root {
    text-align: center;
  }


#s-0bc57e1c-386a-4670-9e1a-23ab869efc67.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1ec0fa6c-215f-4bd5-9571-722300a62348 {
  min-height: 50px;
}








#s-1ec0fa6c-215f-4bd5-9571-722300a62348 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ec0fa6c-215f-4bd5-9571-722300a62348.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5056e779-831e-4c5c-a190-059937b63d10 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 3px;
text-align: center;
}







  #s-5056e779-831e-4c5c-a190-059937b63d10 img.shogun-image {
    

    
    
    
  }


#s-5056e779-831e-4c5c-a190-059937b63d10 .shogun-image-content {
  
    align-items: center;
  
}

#s-8cb488d3-aa79-45df-872e-f6518f74afee {
  padding-top: 3px;
padding-bottom: 3px;
}

#s-8e84e546-f982-481c-917b-c87eed8146a1 {
  padding-top: 2px;
padding-left: 32px;
padding-bottom: 2px;
padding-right: 32px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8e84e546-f982-481c-917b-c87eed8146a1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8e84e546-f982-481c-917b-c87eed8146a1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8e84e546-f982-481c-917b-c87eed8146a1-root {
    text-align: center;
  }


#s-8e84e546-f982-481c-917b-c87eed8146a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8e84e546-f982-481c-917b-c87eed8146a1-root {
    text-align: center;
  }


#s-8e84e546-f982-481c-917b-c87eed8146a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8e84e546-f982-481c-917b-c87eed8146a1-root {
    text-align: center;
  }


#s-8e84e546-f982-481c-917b-c87eed8146a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8e84e546-f982-481c-917b-c87eed8146a1-root {
    text-align: center;
  }


#s-8e84e546-f982-481c-917b-c87eed8146a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8e84e546-f982-481c-917b-c87eed8146a1-root {
    text-align: center;
  }


#s-8e84e546-f982-481c-917b-c87eed8146a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0ae9190f-40e0-46d1-b9ec-f9fe8b4b616b {
  min-height: 50px;
}








#s-0ae9190f-40e0-46d1-b9ec-f9fe8b4b616b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ae9190f-40e0-46d1-b9ec-f9fe8b4b616b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6662599c-c26e-4140-9f91-4b23a7ffacb3 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 3px;
text-align: center;
}







  #s-6662599c-c26e-4140-9f91-4b23a7ffacb3 img.shogun-image {
    

    
    
    
  }


#s-6662599c-c26e-4140-9f91-4b23a7ffacb3 .shogun-image-content {
  
    align-items: center;
  
}

#s-5bb74d5d-2e5b-4911-902b-302f2fa0466e {
  padding-top: 3px;
padding-bottom: 3px;
}

#s-3c463a09-94ad-4a2b-ab5d-f23fb1712bd7 {
  padding-top: 2px;
padding-left: 32px;
padding-bottom: 2px;
padding-right: 32px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-3c463a09-94ad-4a2b-ab5d-f23fb1712bd7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3c463a09-94ad-4a2b-ab5d-f23fb1712bd7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3c463a09-94ad-4a2b-ab5d-f23fb1712bd7-root {
    text-align: center;
  }


#s-3c463a09-94ad-4a2b-ab5d-f23fb1712bd7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3c463a09-94ad-4a2b-ab5d-f23fb1712bd7-root {
    text-align: center;
  }


#s-3c463a09-94ad-4a2b-ab5d-f23fb1712bd7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3c463a09-94ad-4a2b-ab5d-f23fb1712bd7-root {
    text-align: center;
  }


#s-3c463a09-94ad-4a2b-ab5d-f23fb1712bd7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3c463a09-94ad-4a2b-ab5d-f23fb1712bd7-root {
    text-align: center;
  }


#s-3c463a09-94ad-4a2b-ab5d-f23fb1712bd7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3c463a09-94ad-4a2b-ab5d-f23fb1712bd7-root {
    text-align: center;
  }


#s-3c463a09-94ad-4a2b-ab5d-f23fb1712bd7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-e6ca73fa-09df-46cd-b30a-db259334969b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6ca73fa-09df-46cd-b30a-db259334969b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e6ca73fa-09df-46cd-b30a-db259334969b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6ca73fa-09df-46cd-b30a-db259334969b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9b6a3bc7-102f-45db-b70d-805ee8d46f0b {
  min-height: 50px;
}








#s-9b6a3bc7-102f-45db-b70d-805ee8d46f0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b6a3bc7-102f-45db-b70d-805ee8d46f0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1dc08aa7-0621-4c4c-aac3-e1467da8b3d6 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 3px;
text-align: center;
}







  #s-1dc08aa7-0621-4c4c-aac3-e1467da8b3d6 img.shogun-image {
    

    
    
    
  }


#s-1dc08aa7-0621-4c4c-aac3-e1467da8b3d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-8057cf13-994a-4843-87c2-b1378a2a35a5 {
  padding-top: 3px;
padding-left: 17px;
padding-bottom: 3px;
padding-right: 17px;
border-radius: 15px;
background-color: rgba(207, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8057cf13-994a-4843-87c2-b1378a2a35a5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8057cf13-994a-4843-87c2-b1378a2a35a5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8057cf13-994a-4843-87c2-b1378a2a35a5-root {
    text-align: left;
  }


#s-8057cf13-994a-4843-87c2-b1378a2a35a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8057cf13-994a-4843-87c2-b1378a2a35a5-root {
    text-align: left;
  }


#s-8057cf13-994a-4843-87c2-b1378a2a35a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8057cf13-994a-4843-87c2-b1378a2a35a5-root {
    text-align: left;
  }


#s-8057cf13-994a-4843-87c2-b1378a2a35a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8057cf13-994a-4843-87c2-b1378a2a35a5-root {
    text-align: left;
  }


#s-8057cf13-994a-4843-87c2-b1378a2a35a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8057cf13-994a-4843-87c2-b1378a2a35a5-root {
    text-align: left;
  }


#s-8057cf13-994a-4843-87c2-b1378a2a35a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-09876642-0abf-41d3-aa32-ec314fdfff7d {
  padding-top: 6px;
padding-bottom: 6px;
}

#s-9b76f66b-0e8c-410f-adc3-a1b09eab4cca {
  min-height: 50px;
}








#s-9b76f66b-0e8c-410f-adc3-a1b09eab4cca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b76f66b-0e8c-410f-adc3-a1b09eab4cca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26a6fae8-ac9b-41d2-8232-f0220f5d299a {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 3px;
text-align: center;
}







  #s-26a6fae8-ac9b-41d2-8232-f0220f5d299a img.shogun-image {
    

    
    
    
  }


#s-26a6fae8-ac9b-41d2-8232-f0220f5d299a .shogun-image-content {
  
    align-items: center;
  
}

#s-393fa5ba-fec7-47c7-b88d-39d70d379714 {
  padding-top: 3px;
padding-left: 17px;
padding-bottom: 3px;
padding-right: 17px;
border-radius: 15px;
background-color: rgba(207, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-393fa5ba-fec7-47c7-b88d-39d70d379714:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-393fa5ba-fec7-47c7-b88d-39d70d379714:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-393fa5ba-fec7-47c7-b88d-39d70d379714-root {
    text-align: left;
  }


#s-393fa5ba-fec7-47c7-b88d-39d70d379714.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-393fa5ba-fec7-47c7-b88d-39d70d379714-root {
    text-align: left;
  }


#s-393fa5ba-fec7-47c7-b88d-39d70d379714.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-393fa5ba-fec7-47c7-b88d-39d70d379714-root {
    text-align: left;
  }


#s-393fa5ba-fec7-47c7-b88d-39d70d379714.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-393fa5ba-fec7-47c7-b88d-39d70d379714-root {
    text-align: left;
  }


#s-393fa5ba-fec7-47c7-b88d-39d70d379714.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-393fa5ba-fec7-47c7-b88d-39d70d379714-root {
    text-align: left;
  }


#s-393fa5ba-fec7-47c7-b88d-39d70d379714.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8b84a9a2-ed8a-48ae-bdab-68b0121247e8 {
  padding-top: 6px;
padding-bottom: 6px;
}

#s-ddc40260-5ea6-4872-80f2-d408bf22ff46 {
  min-height: 50px;
}








#s-ddc40260-5ea6-4872-80f2-d408bf22ff46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddc40260-5ea6-4872-80f2-d408bf22ff46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76d8e4af-c8a5-484c-acb4-579978ae118e {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 3px;
text-align: center;
}







  #s-76d8e4af-c8a5-484c-acb4-579978ae118e img.shogun-image {
    

    
    
    
  }


#s-76d8e4af-c8a5-484c-acb4-579978ae118e .shogun-image-content {
  
    align-items: center;
  
}

#s-7e38f465-1fd5-449a-9186-bfab8ad5afc6 {
  padding-top: 3px;
padding-left: 17px;
padding-bottom: 3px;
padding-right: 17px;
border-radius: 15px;
background-color: rgba(207, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7e38f465-1fd5-449a-9186-bfab8ad5afc6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7e38f465-1fd5-449a-9186-bfab8ad5afc6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7e38f465-1fd5-449a-9186-bfab8ad5afc6-root {
    text-align: left;
  }


#s-7e38f465-1fd5-449a-9186-bfab8ad5afc6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7e38f465-1fd5-449a-9186-bfab8ad5afc6-root {
    text-align: left;
  }


#s-7e38f465-1fd5-449a-9186-bfab8ad5afc6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7e38f465-1fd5-449a-9186-bfab8ad5afc6-root {
    text-align: left;
  }


#s-7e38f465-1fd5-449a-9186-bfab8ad5afc6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7e38f465-1fd5-449a-9186-bfab8ad5afc6-root {
    text-align: left;
  }


#s-7e38f465-1fd5-449a-9186-bfab8ad5afc6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7e38f465-1fd5-449a-9186-bfab8ad5afc6-root {
    text-align: left;
  }


#s-7e38f465-1fd5-449a-9186-bfab8ad5afc6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-bbcdb4b0-072a-4031-a7c7-185fbff00192 {
  padding-top: 6px;
padding-bottom: 6px;
}

@media (min-width: 0px) {
[id="s-c56b4fe0-ffdf-4565-af88-87c132dc83c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c56b4fe0-ffdf-4565-af88-87c132dc83c5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c56b4fe0-ffdf-4565-af88-87c132dc83c5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c56b4fe0-ffdf-4565-af88-87c132dc83c5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-32d4ae26-9bee-4469-bc5c-6c64c8556091 {
  min-height: 50px;
}








#s-32d4ae26-9bee-4469-bc5c-6c64c8556091 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32d4ae26-9bee-4469-bc5c-6c64c8556091.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f251d7dd-3a49-44d7-93c5-41c59476170c {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 3px;
text-align: center;
}







  #s-f251d7dd-3a49-44d7-93c5-41c59476170c img.shogun-image {
    

    
    
    
  }


#s-f251d7dd-3a49-44d7-93c5-41c59476170c .shogun-image-content {
  
    align-items: center;
  
}

#s-140a2d5d-073a-48d6-908a-4cc61cc3fad5 {
  padding-top: 3px;
padding-left: 17px;
padding-bottom: 3px;
padding-right: 17px;
border-radius: 15px;
background-color: rgba(207, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-140a2d5d-073a-48d6-908a-4cc61cc3fad5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-140a2d5d-073a-48d6-908a-4cc61cc3fad5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-140a2d5d-073a-48d6-908a-4cc61cc3fad5-root {
    text-align: left;
  }


#s-140a2d5d-073a-48d6-908a-4cc61cc3fad5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-140a2d5d-073a-48d6-908a-4cc61cc3fad5-root {
    text-align: left;
  }


#s-140a2d5d-073a-48d6-908a-4cc61cc3fad5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-140a2d5d-073a-48d6-908a-4cc61cc3fad5-root {
    text-align: left;
  }


#s-140a2d5d-073a-48d6-908a-4cc61cc3fad5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-140a2d5d-073a-48d6-908a-4cc61cc3fad5-root {
    text-align: left;
  }


#s-140a2d5d-073a-48d6-908a-4cc61cc3fad5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-140a2d5d-073a-48d6-908a-4cc61cc3fad5-root {
    text-align: left;
  }


#s-140a2d5d-073a-48d6-908a-4cc61cc3fad5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-73525202-d8e5-467e-999a-3ad9a4231ce5 {
  padding-top: 6px;
padding-bottom: 6px;
}

#s-13163c78-a06e-4998-bc9d-597981146f11 {
  min-height: 50px;
}








#s-13163c78-a06e-4998-bc9d-597981146f11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13163c78-a06e-4998-bc9d-597981146f11.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a487d79-ba0a-4cb9-b537-609cbdadf2fc {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 3px;
text-align: center;
}







  #s-5a487d79-ba0a-4cb9-b537-609cbdadf2fc img.shogun-image {
    

    
    
    
  }


#s-5a487d79-ba0a-4cb9-b537-609cbdadf2fc .shogun-image-content {
  
    align-items: center;
  
}

#s-87272061-7bda-4a65-8eb5-67f13f26db6a {
  padding-top: 3px;
padding-left: 17px;
padding-bottom: 3px;
padding-right: 17px;
border-radius: 15px;
background-color: rgba(207, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-87272061-7bda-4a65-8eb5-67f13f26db6a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-87272061-7bda-4a65-8eb5-67f13f26db6a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-87272061-7bda-4a65-8eb5-67f13f26db6a-root {
    text-align: left;
  }


#s-87272061-7bda-4a65-8eb5-67f13f26db6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-87272061-7bda-4a65-8eb5-67f13f26db6a-root {
    text-align: left;
  }


#s-87272061-7bda-4a65-8eb5-67f13f26db6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-87272061-7bda-4a65-8eb5-67f13f26db6a-root {
    text-align: left;
  }


#s-87272061-7bda-4a65-8eb5-67f13f26db6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-87272061-7bda-4a65-8eb5-67f13f26db6a-root {
    text-align: left;
  }


#s-87272061-7bda-4a65-8eb5-67f13f26db6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-87272061-7bda-4a65-8eb5-67f13f26db6a-root {
    text-align: left;
  }


#s-87272061-7bda-4a65-8eb5-67f13f26db6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-632f5088-6e9d-4562-a549-e7f1081dd2a6 {
  padding-top: 6px;
padding-bottom: 6px;
}

#s-e68047f4-32f9-44aa-9368-ffcab3a99d27 {
  min-height: 50px;
}








#s-e68047f4-32f9-44aa-9368-ffcab3a99d27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e68047f4-32f9-44aa-9368-ffcab3a99d27.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c7a8c6c-00cf-42ff-a6cc-4cdd43138f7c {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 3px;
text-align: center;
}







  #s-0c7a8c6c-00cf-42ff-a6cc-4cdd43138f7c img.shogun-image {
    

    
    
    
  }


#s-0c7a8c6c-00cf-42ff-a6cc-4cdd43138f7c .shogun-image-content {
  
    align-items: center;
  
}

#s-a739ddd6-5bc3-4c1a-84eb-f9ef98b22d1f {
  padding-top: 3px;
padding-left: 17px;
padding-bottom: 3px;
padding-right: 17px;
border-radius: 15px;
background-color: rgba(207, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a739ddd6-5bc3-4c1a-84eb-f9ef98b22d1f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a739ddd6-5bc3-4c1a-84eb-f9ef98b22d1f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a739ddd6-5bc3-4c1a-84eb-f9ef98b22d1f-root {
    text-align: left;
  }


#s-a739ddd6-5bc3-4c1a-84eb-f9ef98b22d1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a739ddd6-5bc3-4c1a-84eb-f9ef98b22d1f-root {
    text-align: left;
  }


#s-a739ddd6-5bc3-4c1a-84eb-f9ef98b22d1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a739ddd6-5bc3-4c1a-84eb-f9ef98b22d1f-root {
    text-align: left;
  }


#s-a739ddd6-5bc3-4c1a-84eb-f9ef98b22d1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a739ddd6-5bc3-4c1a-84eb-f9ef98b22d1f-root {
    text-align: left;
  }


#s-a739ddd6-5bc3-4c1a-84eb-f9ef98b22d1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a739ddd6-5bc3-4c1a-84eb-f9ef98b22d1f-root {
    text-align: left;
  }


#s-a739ddd6-5bc3-4c1a-84eb-f9ef98b22d1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ed1bf0ab-0b38-4082-b923-801543f0994e {
  padding-top: 6px;
padding-bottom: 6px;
}

#s-1968b68d-48f7-47a7-b34b-2fb558d43a69 {
  min-height: 50px;
}








#s-1968b68d-48f7-47a7-b34b-2fb558d43a69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1968b68d-48f7-47a7-b34b-2fb558d43a69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ebf5221-4430-4aed-aee8-ff480d6be98d {
  padding-top: 11px;
padding-bottom: 11px;
}

@media (min-width: 0px) {
[id="s-9ebf5221-4430-4aed-aee8-ff480d6be98d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ebf5221-4430-4aed-aee8-ff480d6be98d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9ebf5221-4430-4aed-aee8-ff480d6be98d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9ebf5221-4430-4aed-aee8-ff480d6be98d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9ebf5221-4430-4aed-aee8-ff480d6be98d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ebf5221-4430-4aed-aee8-ff480d6be98d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9ebf5221-4430-4aed-aee8-ff480d6be98d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-67109dec-4a3d-430c-987c-ea3e156ba904 {
  text-align: center;
}







  #s-67109dec-4a3d-430c-987c-ea3e156ba904 img.shogun-image {
    

    
    
    
  }


#s-67109dec-4a3d-430c-987c-ea3e156ba904 .shogun-image-content {
  
    align-items: center;
  
}

#s-7cd0b71d-1bc4-43d2-a987-f86429496492 {
  text-align: center;
}







  #s-7cd0b71d-1bc4-43d2-a987-f86429496492 img.shogun-image {
    

    
    
    
  }


#s-7cd0b71d-1bc4-43d2-a987-f86429496492 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-562ea0da-dff9-463a-a1d2-05e81bbb0448 {
  padding-top: 7px;
padding-bottom: 7px;
text-align: center;
}

#s-562ea0da-dff9-463a-a1d2-05e81bbb0448 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  
}



#s-69067eca-dfed-4d3d-aef2-8c7e2c4ffd11 {
  padding-top: 2px;
padding-left: 32px;
padding-bottom: 2px;
padding-right: 32px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-69067eca-dfed-4d3d-aef2-8c7e2c4ffd11:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-69067eca-dfed-4d3d-aef2-8c7e2c4ffd11:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-69067eca-dfed-4d3d-aef2-8c7e2c4ffd11-root {
    text-align: center;
  }


#s-69067eca-dfed-4d3d-aef2-8c7e2c4ffd11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-69067eca-dfed-4d3d-aef2-8c7e2c4ffd11-root {
    text-align: center;
  }


#s-69067eca-dfed-4d3d-aef2-8c7e2c4ffd11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-69067eca-dfed-4d3d-aef2-8c7e2c4ffd11-root {
    text-align: center;
  }


#s-69067eca-dfed-4d3d-aef2-8c7e2c4ffd11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-69067eca-dfed-4d3d-aef2-8c7e2c4ffd11-root {
    text-align: center;
  }


#s-69067eca-dfed-4d3d-aef2-8c7e2c4ffd11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-69067eca-dfed-4d3d-aef2-8c7e2c4ffd11-root {
    text-align: center;
  }


#s-69067eca-dfed-4d3d-aef2-8c7e2c4ffd11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f751d310-5696-4785-abe0-6c412eb21428 {
  text-align: center;
}







  #s-f751d310-5696-4785-abe0-6c412eb21428 img.shogun-image {
    

    
    
    
  }


#s-f751d310-5696-4785-abe0-6c412eb21428 .shogun-image-content {
  
    align-items: center;
  
}

#s-15e72bce-79c2-4c15-be39-acd156775f5a {
  padding-top: 7px;
padding-bottom: 7px;
text-align: center;
}

#s-15e72bce-79c2-4c15-be39-acd156775f5a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  
}



#s-d3287b12-817f-4ffe-91f3-3d8e2d429ba0 {
  padding-top: 2px;
padding-left: 32px;
padding-bottom: 2px;
padding-right: 32px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d3287b12-817f-4ffe-91f3-3d8e2d429ba0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d3287b12-817f-4ffe-91f3-3d8e2d429ba0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d3287b12-817f-4ffe-91f3-3d8e2d429ba0-root {
    text-align: center;
  }


#s-d3287b12-817f-4ffe-91f3-3d8e2d429ba0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d3287b12-817f-4ffe-91f3-3d8e2d429ba0-root {
    text-align: center;
  }


#s-d3287b12-817f-4ffe-91f3-3d8e2d429ba0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d3287b12-817f-4ffe-91f3-3d8e2d429ba0-root {
    text-align: center;
  }


#s-d3287b12-817f-4ffe-91f3-3d8e2d429ba0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d3287b12-817f-4ffe-91f3-3d8e2d429ba0-root {
    text-align: center;
  }


#s-d3287b12-817f-4ffe-91f3-3d8e2d429ba0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d3287b12-817f-4ffe-91f3-3d8e2d429ba0-root {
    text-align: center;
  }


#s-d3287b12-817f-4ffe-91f3-3d8e2d429ba0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-fb197d4c-0bcd-4035-870f-b0e86cb862e9 {
  padding-top: 6px;
padding-bottom: 6px;
min-height: 50px;
}
@media (min-width: 1200px){#s-fb197d4c-0bcd-4035-870f-b0e86cb862e9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fb197d4c-0bcd-4035-870f-b0e86cb862e9 {
  
}
}@media (max-width: 767px){#s-fb197d4c-0bcd-4035-870f-b0e86cb862e9 {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-fb197d4c-0bcd-4035-870f-b0e86cb862e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb197d4c-0bcd-4035-870f-b0e86cb862e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-271bed5b-0cbe-4c57-9f90-b05fb7fab300 {
  padding-top: 7px;
padding-bottom: 7px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
text-align: center;
}







  #s-271bed5b-0cbe-4c57-9f90-b05fb7fab300 img.shogun-image {
    

    
    
    
  }


#s-271bed5b-0cbe-4c57-9f90-b05fb7fab300 .shogun-image-content {
  
    align-items: center;
  
}

#s-67868009-c440-4b80-9177-347cbcadcd0c {
  min-height: 50px;
}








#s-67868009-c440-4b80-9177-347cbcadcd0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67868009-c440-4b80-9177-347cbcadcd0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bfe8967b-b2d1-4a8a-9df1-c032a91d05ba {
  padding-top: 4px;
padding-bottom: 4px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-0506b191-f56a-4017-afd8-ebe3aa79e1bf {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 75px;
padding-right: 75px;
}

#s-0506b191-f56a-4017-afd8-ebe3aa79e1bf hr {
  border-top: 2px solid rgba(114, 114, 114, 1);
}

#s-d7b0695d-a8b9-4e98-a396-68c312a47e6e {
  min-height: 50px;
}








#s-d7b0695d-a8b9-4e98-a396-68c312a47e6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7b0695d-a8b9-4e98-a396-68c312a47e6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66a8c8e2-f39b-464c-a7cb-fa737fa7dbcc {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-66a8c8e2-f39b-464c-a7cb-fa737fa7dbcc .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-66a8c8e2-f39b-464c-a7cb-fa737fa7dbcc .shg-sld-nav-button.shg-sld-left,
#s-66a8c8e2-f39b-464c-a7cb-fa737fa7dbcc .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-9331c0d4-46f4-497a-839a-ce09968b10af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9331c0d4-46f4-497a-839a-ce09968b10af"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9331c0d4-46f4-497a-839a-ce09968b10af"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9331c0d4-46f4-497a-839a-ce09968b10af"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e1895829-859e-4beb-b760-6fe1ee1dbf90 {
  text-align: center;
}







  #s-e1895829-859e-4beb-b760-6fe1ee1dbf90 img.shogun-image {
    

    
    
    
  }


#s-e1895829-859e-4beb-b760-6fe1ee1dbf90 .shogun-image-content {
  
    align-items: center;
  
}

#s-eb2bd839-40c0-4fa9-a91b-9cdd839fcd0d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb2bd839-40c0-4fa9-a91b-9cdd839fcd0d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



#s-f8c2d257-dd28-4cd3-b4fe-cf7d77eedc96 {
  padding-top: 2px;
padding-left: 32px;
padding-bottom: 2px;
padding-right: 32px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-f8c2d257-dd28-4cd3-b4fe-cf7d77eedc96:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f8c2d257-dd28-4cd3-b4fe-cf7d77eedc96:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f8c2d257-dd28-4cd3-b4fe-cf7d77eedc96-root {
    text-align: center;
  }


#s-f8c2d257-dd28-4cd3-b4fe-cf7d77eedc96.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f8c2d257-dd28-4cd3-b4fe-cf7d77eedc96-root {
    text-align: center;
  }


#s-f8c2d257-dd28-4cd3-b4fe-cf7d77eedc96.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f8c2d257-dd28-4cd3-b4fe-cf7d77eedc96-root {
    text-align: center;
  }


#s-f8c2d257-dd28-4cd3-b4fe-cf7d77eedc96.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f8c2d257-dd28-4cd3-b4fe-cf7d77eedc96-root {
    text-align: center;
  }


#s-f8c2d257-dd28-4cd3-b4fe-cf7d77eedc96.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f8c2d257-dd28-4cd3-b4fe-cf7d77eedc96-root {
    text-align: center;
  }


#s-f8c2d257-dd28-4cd3-b4fe-cf7d77eedc96.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-2a48809d-ba78-42fb-8bfb-da166d504611 {
  text-align: center;
}







  #s-2a48809d-ba78-42fb-8bfb-da166d504611 img.shogun-image {
    

    
    
    
  }


#s-2a48809d-ba78-42fb-8bfb-da166d504611 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4358c05-90b0-411a-b6f4-e65f23a204aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e4358c05-90b0-411a-b6f4-e65f23a204aa .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



#s-4e2630e8-4bc4-486d-a779-081e46cc792f {
  padding-top: 2px;
padding-left: 32px;
padding-bottom: 2px;
padding-right: 32px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-4e2630e8-4bc4-486d-a779-081e46cc792f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4e2630e8-4bc4-486d-a779-081e46cc792f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4e2630e8-4bc4-486d-a779-081e46cc792f-root {
    text-align: center;
  }


#s-4e2630e8-4bc4-486d-a779-081e46cc792f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4e2630e8-4bc4-486d-a779-081e46cc792f-root {
    text-align: center;
  }


#s-4e2630e8-4bc4-486d-a779-081e46cc792f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4e2630e8-4bc4-486d-a779-081e46cc792f-root {
    text-align: center;
  }


#s-4e2630e8-4bc4-486d-a779-081e46cc792f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4e2630e8-4bc4-486d-a779-081e46cc792f-root {
    text-align: center;
  }


#s-4e2630e8-4bc4-486d-a779-081e46cc792f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4e2630e8-4bc4-486d-a779-081e46cc792f-root {
    text-align: center;
  }


#s-4e2630e8-4bc4-486d-a779-081e46cc792f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-91856ccc-cc9f-441f-8840-740e2c137721 {
  text-align: center;
}







  #s-91856ccc-cc9f-441f-8840-740e2c137721 img.shogun-image {
    

    
    
    
  }


#s-91856ccc-cc9f-441f-8840-740e2c137721 .shogun-image-content {
  
    align-items: center;
  
}

#s-44c01b8f-4e6b-42e8-943a-6e62a4b713ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-44c01b8f-4e6b-42e8-943a-6e62a4b713ba .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



#s-25660525-fb2d-462e-9f4f-10e06b3c193f {
  padding-top: 2px;
padding-left: 32px;
padding-bottom: 2px;
padding-right: 32px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-25660525-fb2d-462e-9f4f-10e06b3c193f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-25660525-fb2d-462e-9f4f-10e06b3c193f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-25660525-fb2d-462e-9f4f-10e06b3c193f-root {
    text-align: center;
  }


#s-25660525-fb2d-462e-9f4f-10e06b3c193f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-25660525-fb2d-462e-9f4f-10e06b3c193f-root {
    text-align: center;
  }


#s-25660525-fb2d-462e-9f4f-10e06b3c193f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-25660525-fb2d-462e-9f4f-10e06b3c193f-root {
    text-align: center;
  }


#s-25660525-fb2d-462e-9f4f-10e06b3c193f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-25660525-fb2d-462e-9f4f-10e06b3c193f-root {
    text-align: center;
  }


#s-25660525-fb2d-462e-9f4f-10e06b3c193f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-25660525-fb2d-462e-9f4f-10e06b3c193f-root {
    text-align: center;
  }


#s-25660525-fb2d-462e-9f4f-10e06b3c193f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-f988c50b-3f37-4cc9-9a1c-955b138d54ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f988c50b-3f37-4cc9-9a1c-955b138d54ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f988c50b-3f37-4cc9-9a1c-955b138d54ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f988c50b-3f37-4cc9-9a1c-955b138d54ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3fb93645-316a-4378-8c71-989417eaf774 {
  text-align: center;
}







  #s-3fb93645-316a-4378-8c71-989417eaf774 img.shogun-image {
    

    
    
    
  }


#s-3fb93645-316a-4378-8c71-989417eaf774 .shogun-image-content {
  
    align-items: center;
  
}

#s-5427d472-96f0-43cd-b6d8-fd9ac7ed4584 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5427d472-96f0-43cd-b6d8-fd9ac7ed4584 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



#s-9fa6a2fa-1888-4161-9715-2da5be17234c {
  padding-top: 2px;
padding-left: 32px;
padding-bottom: 2px;
padding-right: 32px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-9fa6a2fa-1888-4161-9715-2da5be17234c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9fa6a2fa-1888-4161-9715-2da5be17234c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9fa6a2fa-1888-4161-9715-2da5be17234c-root {
    text-align: center;
  }


#s-9fa6a2fa-1888-4161-9715-2da5be17234c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9fa6a2fa-1888-4161-9715-2da5be17234c-root {
    text-align: center;
  }


#s-9fa6a2fa-1888-4161-9715-2da5be17234c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9fa6a2fa-1888-4161-9715-2da5be17234c-root {
    text-align: center;
  }


#s-9fa6a2fa-1888-4161-9715-2da5be17234c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9fa6a2fa-1888-4161-9715-2da5be17234c-root {
    text-align: center;
  }


#s-9fa6a2fa-1888-4161-9715-2da5be17234c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9fa6a2fa-1888-4161-9715-2da5be17234c-root {
    text-align: center;
  }


#s-9fa6a2fa-1888-4161-9715-2da5be17234c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-296adaf5-3dc7-41b0-9c51-fb5bf5df8afe {
  text-align: center;
}







  #s-296adaf5-3dc7-41b0-9c51-fb5bf5df8afe img.shogun-image {
    

    
    
    
  }


#s-296adaf5-3dc7-41b0-9c51-fb5bf5df8afe .shogun-image-content {
  
    align-items: center;
  
}

#s-70e5e1fb-3db9-4d66-ab74-9e344efc9e49 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-70e5e1fb-3db9-4d66-ab74-9e344efc9e49 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



#s-3e548822-e462-4446-bdeb-efb8ef055a40 {
  padding-top: 2px;
padding-left: 32px;
padding-bottom: 2px;
padding-right: 32px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-3e548822-e462-4446-bdeb-efb8ef055a40:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3e548822-e462-4446-bdeb-efb8ef055a40:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3e548822-e462-4446-bdeb-efb8ef055a40-root {
    text-align: center;
  }


#s-3e548822-e462-4446-bdeb-efb8ef055a40.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3e548822-e462-4446-bdeb-efb8ef055a40-root {
    text-align: center;
  }


#s-3e548822-e462-4446-bdeb-efb8ef055a40.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3e548822-e462-4446-bdeb-efb8ef055a40-root {
    text-align: center;
  }


#s-3e548822-e462-4446-bdeb-efb8ef055a40.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3e548822-e462-4446-bdeb-efb8ef055a40-root {
    text-align: center;
  }


#s-3e548822-e462-4446-bdeb-efb8ef055a40.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3e548822-e462-4446-bdeb-efb8ef055a40-root {
    text-align: center;
  }


#s-3e548822-e462-4446-bdeb-efb8ef055a40.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-2f3083df-8c07-4aae-9b3c-fedbb73948be {
  text-align: center;
}







  #s-2f3083df-8c07-4aae-9b3c-fedbb73948be img.shogun-image {
    

    
    
    
  }


#s-2f3083df-8c07-4aae-9b3c-fedbb73948be .shogun-image-content {
  
    align-items: center;
  
}

#s-5d43b74f-5cb5-4658-bffe-981dccf4d185 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d43b74f-5cb5-4658-bffe-981dccf4d185 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



#s-39c45745-d236-4f64-9a86-ad9b7c9a87df {
  padding-top: 2px;
padding-left: 32px;
padding-bottom: 2px;
padding-right: 32px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-39c45745-d236-4f64-9a86-ad9b7c9a87df:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-39c45745-d236-4f64-9a86-ad9b7c9a87df:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-39c45745-d236-4f64-9a86-ad9b7c9a87df-root {
    text-align: center;
  }


#s-39c45745-d236-4f64-9a86-ad9b7c9a87df.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-39c45745-d236-4f64-9a86-ad9b7c9a87df-root {
    text-align: center;
  }


#s-39c45745-d236-4f64-9a86-ad9b7c9a87df.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-39c45745-d236-4f64-9a86-ad9b7c9a87df-root {
    text-align: center;
  }


#s-39c45745-d236-4f64-9a86-ad9b7c9a87df.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-39c45745-d236-4f64-9a86-ad9b7c9a87df-root {
    text-align: center;
  }


#s-39c45745-d236-4f64-9a86-ad9b7c9a87df.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-39c45745-d236-4f64-9a86-ad9b7c9a87df-root {
    text-align: center;
  }


#s-39c45745-d236-4f64-9a86-ad9b7c9a87df.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9bbfed65-ebe3-4da7-9f46-335172ce0467 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9bbfed65-ebe3-4da7-9f46-335172ce0467 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9bbfed65-ebe3-4da7-9f46-335172ce0467 {
  
}
}@media (max-width: 767px){#s-9bbfed65-ebe3-4da7-9f46-335172ce0467 {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-9bbfed65-ebe3-4da7-9f46-335172ce0467 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bbfed65-ebe3-4da7-9f46-335172ce0467.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51ea9433-dccd-4d86-bfb3-9ea354a040cb {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
text-align: center;
}







  #s-51ea9433-dccd-4d86-bfb3-9ea354a040cb img.shogun-image {
    

    
    
    
  }


#s-51ea9433-dccd-4d86-bfb3-9ea354a040cb .shogun-image-content {
  
    align-items: center;
  
}

#s-74b66990-edff-477c-bf23-4858c22ba563 {
  min-height: 50px;
}








#s-74b66990-edff-477c-bf23-4858c22ba563 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74b66990-edff-477c-bf23-4858c22ba563.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f9d4984-b884-41a5-bb16-0f3feaa144ca {
  padding-top: 4px;
padding-bottom: 4px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-91dce984-6184-486e-bce8-6404225d68b2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 75px;
padding-right: 75px;
}

#s-91dce984-6184-486e-bce8-6404225d68b2 hr {
  border-top: 2px solid rgba(114, 114, 114, 1);
}

#s-c1dcba71-c375-486b-9128-5f69c6f323ea {
  min-height: 50px;
}








#s-c1dcba71-c375-486b-9128-5f69c6f323ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1dcba71-c375-486b-9128-5f69c6f323ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b75730b7-c805-402e-bfec-393072e43e33 {
  padding-top: 1px;
padding-bottom: 1px;
}

#s-b75730b7-c805-402e-bfec-393072e43e33 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b75730b7-c805-402e-bfec-393072e43e33 .shg-sld-nav-button.shg-sld-left,
#s-b75730b7-c805-402e-bfec-393072e43e33 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-c1deff2a-175c-45cd-b0d5-2bf79a25e1ea {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-c1deff2a-175c-45cd-b0d5-2bf79a25e1ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1deff2a-175c-45cd-b0d5-2bf79a25e1ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c1deff2a-175c-45cd-b0d5-2bf79a25e1ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1deff2a-175c-45cd-b0d5-2bf79a25e1ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-edfa1233-d9ff-4df2-99da-275c33a858d5 {
  min-height: 50px;
}








#s-edfa1233-d9ff-4df2-99da-275c33a858d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edfa1233-d9ff-4df2-99da-275c33a858d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f061b26-7e73-460e-ba1a-dde5d102837a {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 3px;
text-align: center;
}







  #s-0f061b26-7e73-460e-ba1a-dde5d102837a img.shogun-image {
    

    
    
    
  }


#s-0f061b26-7e73-460e-ba1a-dde5d102837a .shogun-image-content {
  
    align-items: center;
  
}

#s-7d1b92a3-4711-4bfb-bf57-76b644d1b270 {
  padding-top: 2px;
padding-left: 32px;
padding-bottom: 2px;
padding-right: 32px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-7d1b92a3-4711-4bfb-bf57-76b644d1b270:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7d1b92a3-4711-4bfb-bf57-76b644d1b270:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7d1b92a3-4711-4bfb-bf57-76b644d1b270-root {
    text-align: center;
  }


#s-7d1b92a3-4711-4bfb-bf57-76b644d1b270.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7d1b92a3-4711-4bfb-bf57-76b644d1b270-root {
    text-align: center;
  }


#s-7d1b92a3-4711-4bfb-bf57-76b644d1b270.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d1b92a3-4711-4bfb-bf57-76b644d1b270-root {
    text-align: center;
  }


#s-7d1b92a3-4711-4bfb-bf57-76b644d1b270.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7d1b92a3-4711-4bfb-bf57-76b644d1b270-root {
    text-align: center;
  }


#s-7d1b92a3-4711-4bfb-bf57-76b644d1b270.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7d1b92a3-4711-4bfb-bf57-76b644d1b270-root {
    text-align: center;
  }


#s-7d1b92a3-4711-4bfb-bf57-76b644d1b270.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-116b5198-9f06-40cd-b653-0fa7829431d3 {
  min-height: 50px;
}








#s-116b5198-9f06-40cd-b653-0fa7829431d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-116b5198-9f06-40cd-b653-0fa7829431d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ab61b6b-4001-4cf9-8f2c-58f1559a66a4 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 3px;
text-align: center;
}







  #s-2ab61b6b-4001-4cf9-8f2c-58f1559a66a4 img.shogun-image {
    

    
    
    
  }


#s-2ab61b6b-4001-4cf9-8f2c-58f1559a66a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-b6544bc7-4f74-4233-afff-7c160b8ab32d {
  padding-top: 2px;
padding-left: 32px;
padding-bottom: 2px;
padding-right: 32px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-b6544bc7-4f74-4233-afff-7c160b8ab32d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b6544bc7-4f74-4233-afff-7c160b8ab32d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b6544bc7-4f74-4233-afff-7c160b8ab32d-root {
    text-align: center;
  }


#s-b6544bc7-4f74-4233-afff-7c160b8ab32d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b6544bc7-4f74-4233-afff-7c160b8ab32d-root {
    text-align: center;
  }


#s-b6544bc7-4f74-4233-afff-7c160b8ab32d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b6544bc7-4f74-4233-afff-7c160b8ab32d-root {
    text-align: center;
  }


#s-b6544bc7-4f74-4233-afff-7c160b8ab32d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b6544bc7-4f74-4233-afff-7c160b8ab32d-root {
    text-align: center;
  }


#s-b6544bc7-4f74-4233-afff-7c160b8ab32d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b6544bc7-4f74-4233-afff-7c160b8ab32d-root {
    text-align: center;
  }


#s-b6544bc7-4f74-4233-afff-7c160b8ab32d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5640671e-7010-48de-8a96-0d06d207fd81 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-5640671e-7010-48de-8a96-0d06d207fd81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5640671e-7010-48de-8a96-0d06d207fd81"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5640671e-7010-48de-8a96-0d06d207fd81"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5640671e-7010-48de-8a96-0d06d207fd81"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6c29dd84-cfaf-4942-ad7f-64268b6efafe {
  min-height: 50px;
}








#s-6c29dd84-cfaf-4942-ad7f-64268b6efafe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c29dd84-cfaf-4942-ad7f-64268b6efafe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13a9f827-6c3e-40f2-a451-713c64956a1e {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 3px;
text-align: center;
}







  #s-13a9f827-6c3e-40f2-a451-713c64956a1e img.shogun-image {
    

    
    
    
  }


#s-13a9f827-6c3e-40f2-a451-713c64956a1e .shogun-image-content {
  
    align-items: center;
  
}

#s-04ffb7d1-7b6d-4a2c-beec-782d30b53264 {
  padding-top: 2px;
padding-left: 32px;
padding-bottom: 2px;
padding-right: 32px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-04ffb7d1-7b6d-4a2c-beec-782d30b53264:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-04ffb7d1-7b6d-4a2c-beec-782d30b53264:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-04ffb7d1-7b6d-4a2c-beec-782d30b53264-root {
    text-align: center;
  }


#s-04ffb7d1-7b6d-4a2c-beec-782d30b53264.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-04ffb7d1-7b6d-4a2c-beec-782d30b53264-root {
    text-align: center;
  }


#s-04ffb7d1-7b6d-4a2c-beec-782d30b53264.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-04ffb7d1-7b6d-4a2c-beec-782d30b53264-root {
    text-align: center;
  }


#s-04ffb7d1-7b6d-4a2c-beec-782d30b53264.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-04ffb7d1-7b6d-4a2c-beec-782d30b53264-root {
    text-align: center;
  }


#s-04ffb7d1-7b6d-4a2c-beec-782d30b53264.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-04ffb7d1-7b6d-4a2c-beec-782d30b53264-root {
    text-align: center;
  }


#s-04ffb7d1-7b6d-4a2c-beec-782d30b53264.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-59b0cccb-4e08-4086-9a45-cf7ba8379b09 {
  min-height: 50px;
}








#s-59b0cccb-4e08-4086-9a45-cf7ba8379b09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59b0cccb-4e08-4086-9a45-cf7ba8379b09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb60df67-721f-4b16-be74-fc3b1da16f0c {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 3px;
text-align: center;
}







  #s-bb60df67-721f-4b16-be74-fc3b1da16f0c img.shogun-image {
    

    
    
    
  }


#s-bb60df67-721f-4b16-be74-fc3b1da16f0c .shogun-image-content {
  
    align-items: center;
  
}

#s-d3ba3f4e-b51e-4a58-8db9-db0b4f145d69 {
  padding-top: 2px;
padding-left: 32px;
padding-bottom: 2px;
padding-right: 32px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d3ba3f4e-b51e-4a58-8db9-db0b4f145d69:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d3ba3f4e-b51e-4a58-8db9-db0b4f145d69:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d3ba3f4e-b51e-4a58-8db9-db0b4f145d69-root {
    text-align: center;
  }


#s-d3ba3f4e-b51e-4a58-8db9-db0b4f145d69.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d3ba3f4e-b51e-4a58-8db9-db0b4f145d69-root {
    text-align: center;
  }


#s-d3ba3f4e-b51e-4a58-8db9-db0b4f145d69.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d3ba3f4e-b51e-4a58-8db9-db0b4f145d69-root {
    text-align: center;
  }


#s-d3ba3f4e-b51e-4a58-8db9-db0b4f145d69.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d3ba3f4e-b51e-4a58-8db9-db0b4f145d69-root {
    text-align: center;
  }


#s-d3ba3f4e-b51e-4a58-8db9-db0b4f145d69.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d3ba3f4e-b51e-4a58-8db9-db0b4f145d69-root {
    text-align: center;
  }


#s-d3ba3f4e-b51e-4a58-8db9-db0b4f145d69.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-2baea3c4-ee23-448e-9c3d-405bc96151ac {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
}
@media (min-width: 1200px){#s-2baea3c4-ee23-448e-9c3d-405bc96151ac {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2baea3c4-ee23-448e-9c3d-405bc96151ac {
  
}
}@media (max-width: 767px){#s-2baea3c4-ee23-448e-9c3d-405bc96151ac {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-2baea3c4-ee23-448e-9c3d-405bc96151ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2baea3c4-ee23-448e-9c3d-405bc96151ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ee2009c-0028-431d-8710-fae8e7f2833f hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-e3b14ba2-718c-40c5-a47b-a7c584505762 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
}







  #s-e3b14ba2-718c-40c5-a47b-a7c584505762 img.shogun-image {
    

    
    
    
  }


#s-e3b14ba2-718c-40c5-a47b-a7c584505762 .shogun-image-content {
  
    align-items: center;
  
}

#s-68812264-7686-40c3-8927-f3cf50267c37 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 75px;
padding-right: 75px;
}

#s-68812264-7686-40c3-8927-f3cf50267c37 hr {
  border-top: 2px solid rgba(114, 114, 114, 1);
}

#s-b6a823ae-5755-46f5-9f22-934073855556 {
  min-height: 50px;
}








#s-b6a823ae-5755-46f5-9f22-934073855556 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6a823ae-5755-46f5-9f22-934073855556.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-7356efb0-3533-4e00-a255-9185ed5f7657"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7356efb0-3533-4e00-a255-9185ed5f7657"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7356efb0-3533-4e00-a255-9185ed5f7657"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7356efb0-3533-4e00-a255-9185ed5f7657"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-43c65590-a675-40b2-8675-cfe544039612 {
  text-align: center;
}







  #s-43c65590-a675-40b2-8675-cfe544039612 img.shogun-image {
    

    
    
    
  }


#s-43c65590-a675-40b2-8675-cfe544039612 .shogun-image-content {
  
    align-items: center;
  
}

#s-a2b96b1d-32ea-42c2-a687-df92cac3f42b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a2b96b1d-32ea-42c2-a687-df92cac3f42b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}


#s-a2b96b1d-32ea-42c2-a687-df92cac3f42b .shogun-heading-component h1 a {
  color: #000;
}


#s-19262735-563e-4a5f-b06e-c9b9a20f696d {
  padding-top: 2px;
padding-left: 32px;
padding-bottom: 2px;
padding-right: 32px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-19262735-563e-4a5f-b06e-c9b9a20f696d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-19262735-563e-4a5f-b06e-c9b9a20f696d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-19262735-563e-4a5f-b06e-c9b9a20f696d-root {
    text-align: center;
  }


#s-19262735-563e-4a5f-b06e-c9b9a20f696d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-19262735-563e-4a5f-b06e-c9b9a20f696d-root {
    text-align: center;
  }


#s-19262735-563e-4a5f-b06e-c9b9a20f696d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-19262735-563e-4a5f-b06e-c9b9a20f696d-root {
    text-align: center;
  }


#s-19262735-563e-4a5f-b06e-c9b9a20f696d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-19262735-563e-4a5f-b06e-c9b9a20f696d-root {
    text-align: center;
  }


#s-19262735-563e-4a5f-b06e-c9b9a20f696d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-19262735-563e-4a5f-b06e-c9b9a20f696d-root {
    text-align: center;
  }


#s-19262735-563e-4a5f-b06e-c9b9a20f696d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9d45dc4e-1f0b-4661-90bf-90aa15d77487 {
  text-align: center;
}







  #s-9d45dc4e-1f0b-4661-90bf-90aa15d77487 img.shogun-image {
    

    
    
    
  }


#s-9d45dc4e-1f0b-4661-90bf-90aa15d77487 .shogun-image-content {
  
    align-items: center;
  
}

#s-3420b937-0f61-473b-9353-4b82bdcd1541 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3420b937-0f61-473b-9353-4b82bdcd1541 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}


#s-3420b937-0f61-473b-9353-4b82bdcd1541 .shogun-heading-component h1 a {
  color: #000;
}


#s-152fb2f8-d307-4aab-aa20-447b5c79967f {
  padding-top: 2px;
padding-left: 32px;
padding-bottom: 2px;
padding-right: 32px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-152fb2f8-d307-4aab-aa20-447b5c79967f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-152fb2f8-d307-4aab-aa20-447b5c79967f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-152fb2f8-d307-4aab-aa20-447b5c79967f-root {
    text-align: center;
  }


#s-152fb2f8-d307-4aab-aa20-447b5c79967f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-152fb2f8-d307-4aab-aa20-447b5c79967f-root {
    text-align: center;
  }


#s-152fb2f8-d307-4aab-aa20-447b5c79967f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-152fb2f8-d307-4aab-aa20-447b5c79967f-root {
    text-align: center;
  }


#s-152fb2f8-d307-4aab-aa20-447b5c79967f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-152fb2f8-d307-4aab-aa20-447b5c79967f-root {
    text-align: center;
  }


#s-152fb2f8-d307-4aab-aa20-447b5c79967f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-152fb2f8-d307-4aab-aa20-447b5c79967f-root {
    text-align: center;
  }


#s-152fb2f8-d307-4aab-aa20-447b5c79967f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4a2165de-941f-4e11-ad6f-2de26e613239 {
  padding-top: 15px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-4a2165de-941f-4e11-ad6f-2de26e613239"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4a2165de-941f-4e11-ad6f-2de26e613239"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4a2165de-941f-4e11-ad6f-2de26e613239"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4a2165de-941f-4e11-ad6f-2de26e613239"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-50054482-139f-492c-8d20-2ca72f7a526e {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 3px;
text-align: center;
}







  #s-50054482-139f-492c-8d20-2ca72f7a526e img.shogun-image {
    

    
    
    
  }


#s-50054482-139f-492c-8d20-2ca72f7a526e .shogun-image-content {
  
    align-items: center;
  
}

#s-ddbc9679-6256-4b8e-9404-67d4d0cb677a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ddbc9679-6256-4b8e-9404-67d4d0cb677a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



#s-fdbd2325-067f-4afd-93b9-8f181527e865 {
  padding-top: 2px;
padding-left: 32px;
padding-bottom: 2px;
padding-right: 32px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-fdbd2325-067f-4afd-93b9-8f181527e865:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fdbd2325-067f-4afd-93b9-8f181527e865:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fdbd2325-067f-4afd-93b9-8f181527e865-root {
    text-align: center;
  }


#s-fdbd2325-067f-4afd-93b9-8f181527e865.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fdbd2325-067f-4afd-93b9-8f181527e865-root {
    text-align: center;
  }


#s-fdbd2325-067f-4afd-93b9-8f181527e865.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fdbd2325-067f-4afd-93b9-8f181527e865-root {
    text-align: center;
  }


#s-fdbd2325-067f-4afd-93b9-8f181527e865.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fdbd2325-067f-4afd-93b9-8f181527e865-root {
    text-align: center;
  }


#s-fdbd2325-067f-4afd-93b9-8f181527e865.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fdbd2325-067f-4afd-93b9-8f181527e865-root {
    text-align: center;
  }


#s-fdbd2325-067f-4afd-93b9-8f181527e865.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d9b55717-5f81-42ff-a445-81656e205dc0 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 3px;
text-align: center;
}







  #s-d9b55717-5f81-42ff-a445-81656e205dc0 img.shogun-image {
    

    
    
    
  }


#s-d9b55717-5f81-42ff-a445-81656e205dc0 .shogun-image-content {
  
    align-items: center;
  
}

#s-6948d33e-e8cc-498e-9470-8034a11635e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6948d33e-e8cc-498e-9470-8034a11635e7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



#s-92f935c0-9387-4093-a33c-01f62c6d7cdd {
  padding-top: 2px;
padding-left: 32px;
padding-bottom: 2px;
padding-right: 32px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-92f935c0-9387-4093-a33c-01f62c6d7cdd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-92f935c0-9387-4093-a33c-01f62c6d7cdd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-92f935c0-9387-4093-a33c-01f62c6d7cdd-root {
    text-align: center;
  }


#s-92f935c0-9387-4093-a33c-01f62c6d7cdd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-92f935c0-9387-4093-a33c-01f62c6d7cdd-root {
    text-align: center;
  }


#s-92f935c0-9387-4093-a33c-01f62c6d7cdd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-92f935c0-9387-4093-a33c-01f62c6d7cdd-root {
    text-align: center;
  }


#s-92f935c0-9387-4093-a33c-01f62c6d7cdd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-92f935c0-9387-4093-a33c-01f62c6d7cdd-root {
    text-align: center;
  }


#s-92f935c0-9387-4093-a33c-01f62c6d7cdd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-92f935c0-9387-4093-a33c-01f62c6d7cdd-root {
    text-align: center;
  }


#s-92f935c0-9387-4093-a33c-01f62c6d7cdd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c9ba83df-d2c7-482c-bdf0-525e8f84f95b {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 3px;
text-align: center;
}







  #s-c9ba83df-d2c7-482c-bdf0-525e8f84f95b img.shogun-image {
    

    
    
    
  }


#s-c9ba83df-d2c7-482c-bdf0-525e8f84f95b .shogun-image-content {
  
    align-items: center;
  
}

#s-dcb9c3cc-bc7a-4384-b202-77764b39f347 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dcb9c3cc-bc7a-4384-b202-77764b39f347 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



#s-403e6ad8-abe7-4563-82d8-31753782139a {
  padding-top: 2px;
padding-left: 32px;
padding-bottom: 2px;
padding-right: 32px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-403e6ad8-abe7-4563-82d8-31753782139a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-403e6ad8-abe7-4563-82d8-31753782139a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-403e6ad8-abe7-4563-82d8-31753782139a-root {
    text-align: center;
  }


#s-403e6ad8-abe7-4563-82d8-31753782139a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-403e6ad8-abe7-4563-82d8-31753782139a-root {
    text-align: center;
  }


#s-403e6ad8-abe7-4563-82d8-31753782139a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-403e6ad8-abe7-4563-82d8-31753782139a-root {
    text-align: center;
  }


#s-403e6ad8-abe7-4563-82d8-31753782139a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-403e6ad8-abe7-4563-82d8-31753782139a-root {
    text-align: center;
  }


#s-403e6ad8-abe7-4563-82d8-31753782139a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-403e6ad8-abe7-4563-82d8-31753782139a-root {
    text-align: center;
  }


#s-403e6ad8-abe7-4563-82d8-31753782139a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-dfec6ab1-8732-4d5d-afb8-e547b2dd60e2 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 3px;
text-align: center;
}







  #s-dfec6ab1-8732-4d5d-afb8-e547b2dd60e2 img.shogun-image {
    

    
    
    
  }


#s-dfec6ab1-8732-4d5d-afb8-e547b2dd60e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-b5cf33c7-eeb5-4cf6-b3ca-d12279263e57 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5cf33c7-eeb5-4cf6-b3ca-d12279263e57 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



#s-5381da29-d787-43b1-901f-bfb65a25eb97 {
  padding-top: 2px;
padding-left: 32px;
padding-bottom: 2px;
padding-right: 32px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-5381da29-d787-43b1-901f-bfb65a25eb97:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5381da29-d787-43b1-901f-bfb65a25eb97:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5381da29-d787-43b1-901f-bfb65a25eb97-root {
    text-align: center;
  }


#s-5381da29-d787-43b1-901f-bfb65a25eb97.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5381da29-d787-43b1-901f-bfb65a25eb97-root {
    text-align: center;
  }


#s-5381da29-d787-43b1-901f-bfb65a25eb97.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5381da29-d787-43b1-901f-bfb65a25eb97-root {
    text-align: center;
  }


#s-5381da29-d787-43b1-901f-bfb65a25eb97.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5381da29-d787-43b1-901f-bfb65a25eb97-root {
    text-align: center;
  }


#s-5381da29-d787-43b1-901f-bfb65a25eb97.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5381da29-d787-43b1-901f-bfb65a25eb97-root {
    text-align: center;
  }


#s-5381da29-d787-43b1-901f-bfb65a25eb97.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
/*
  $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}
