.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-8a1b638e-f375-4987-96da-b555920b4e02 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-8a1b638e-f375-4987-96da-b555920b4e02 {
  display: none;
}
#s-8a1b638e-f375-4987-96da-b555920b4e02, #wrap-s-8a1b638e-f375-4987-96da-b555920b4e02 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8a1b638e-f375-4987-96da-b555920b4e02 {
  display: none;
}
#s-8a1b638e-f375-4987-96da-b555920b4e02, #wrap-s-8a1b638e-f375-4987-96da-b555920b4e02 { display: none !important; }}@media (max-width: 767px){#s-8a1b638e-f375-4987-96da-b555920b4e02 {
  display: none;
}
#s-8a1b638e-f375-4987-96da-b555920b4e02, #wrap-s-8a1b638e-f375-4987-96da-b555920b4e02 { display: none !important; }}







#s-8a1b638e-f375-4987-96da-b555920b4e02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a1b638e-f375-4987-96da-b555920b4e02.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-d968aeb7-08bf-4425-ab51-41f41eeddd3e {
  text-align: center;
}







  #s-d968aeb7-08bf-4425-ab51-41f41eeddd3e img.shogun-image {
    

    
    
    
  }


#s-d968aeb7-08bf-4425-ab51-41f41eeddd3e .shogun-image-content {
  
    align-items: center;
  
}

#s-0ee92fbb-5700-46af-b401-2799bf0300a1 {
  min-height: 50px;
}








#s-0ee92fbb-5700-46af-b401-2799bf0300a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ee92fbb-5700-46af-b401-2799bf0300a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc910161-3580-4614-ab4f-64aec67f41a8 {
  min-height: 50px;
}








#s-dc910161-3580-4614-ab4f-64aec67f41a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc910161-3580-4614-ab4f-64aec67f41a8.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-03b47d28-b14c-4df0-a3c4-5752ed25adf7 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-03b47d28-b14c-4df0-a3c4-5752ed25adf7 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-03b47d28-b14c-4df0-a3c4-5752ed25adf7 .shg-sld-nav-button.shg-sld-left,
#s-03b47d28-b14c-4df0-a3c4-5752ed25adf7 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-3c520414-7419-4a48-9dea-440887a875f1 {
  min-height: 2px;
max-width: 1440px;
aspect-ratio: 1440/610;
text-align: center;
}
@media (max-width: 767px){#s-3c520414-7419-4a48-9dea-440887a875f1 {
  display: none;
}
#s-3c520414-7419-4a48-9dea-440887a875f1, #wrap-s-3c520414-7419-4a48-9dea-440887a875f1 { display: none !important; }}




  #s-3c520414-7419-4a48-9dea-440887a875f1 img.shogun-image,
  #s-3c520414-7419-4a48-9dea-440887a875f1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c520414-7419-4a48-9dea-440887a875f1 {
    width: 100%;
    height: auto;
  }

  #s-3c520414-7419-4a48-9dea-440887a875f1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c520414-7419-4a48-9dea-440887a875f1.shogun-image {
    
    
  }


.s-3c520414-7419-4a48-9dea-440887a875f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c520414-7419-4a48-9dea-440887a875f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c520414-7419-4a48-9dea-440887a875f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c520414-7419-4a48-9dea-440887a875f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c520414-7419-4a48-9dea-440887a875f1 {
      --shg-aspect-ratio: calc(800/339); 
    }

    .s-3c520414-7419-4a48-9dea-440887a875f1.shogun-image-container {
      position: relative;
    }

    .s-3c520414-7419-4a48-9dea-440887a875f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c520414-7419-4a48-9dea-440887a875f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c520414-7419-4a48-9dea-440887a875f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3c520414-7419-4a48-9dea-440887a875f1 img.shogun-image,
  #s-3c520414-7419-4a48-9dea-440887a875f1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c520414-7419-4a48-9dea-440887a875f1 {
    width: 100%;
    height: auto;
  }

  #s-3c520414-7419-4a48-9dea-440887a875f1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c520414-7419-4a48-9dea-440887a875f1.shogun-image {
    
    
  }


.s-3c520414-7419-4a48-9dea-440887a875f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c520414-7419-4a48-9dea-440887a875f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c520414-7419-4a48-9dea-440887a875f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c520414-7419-4a48-9dea-440887a875f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c520414-7419-4a48-9dea-440887a875f1 {
      --shg-aspect-ratio: calc(800/339); 
    }

    .s-3c520414-7419-4a48-9dea-440887a875f1.shogun-image-container {
      position: relative;
    }

    .s-3c520414-7419-4a48-9dea-440887a875f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c520414-7419-4a48-9dea-440887a875f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c520414-7419-4a48-9dea-440887a875f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3c520414-7419-4a48-9dea-440887a875f1 img.shogun-image,
  #s-3c520414-7419-4a48-9dea-440887a875f1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c520414-7419-4a48-9dea-440887a875f1 {
    width: 100%;
    height: auto;
  }

  #s-3c520414-7419-4a48-9dea-440887a875f1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c520414-7419-4a48-9dea-440887a875f1.shogun-image {
    
    
  }


.s-3c520414-7419-4a48-9dea-440887a875f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c520414-7419-4a48-9dea-440887a875f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c520414-7419-4a48-9dea-440887a875f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c520414-7419-4a48-9dea-440887a875f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c520414-7419-4a48-9dea-440887a875f1 {
      --shg-aspect-ratio: calc(800/339); 
    }

    .s-3c520414-7419-4a48-9dea-440887a875f1.shogun-image-container {
      position: relative;
    }

    .s-3c520414-7419-4a48-9dea-440887a875f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c520414-7419-4a48-9dea-440887a875f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c520414-7419-4a48-9dea-440887a875f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3c520414-7419-4a48-9dea-440887a875f1 img.shogun-image,
  #s-3c520414-7419-4a48-9dea-440887a875f1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c520414-7419-4a48-9dea-440887a875f1 {
    width: 100%;
    height: auto;
  }

  #s-3c520414-7419-4a48-9dea-440887a875f1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c520414-7419-4a48-9dea-440887a875f1.shogun-image {
    
    
  }


.s-3c520414-7419-4a48-9dea-440887a875f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c520414-7419-4a48-9dea-440887a875f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c520414-7419-4a48-9dea-440887a875f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c520414-7419-4a48-9dea-440887a875f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c520414-7419-4a48-9dea-440887a875f1 {
      --shg-aspect-ratio: calc(800/339); 
    }

    .s-3c520414-7419-4a48-9dea-440887a875f1.shogun-image-container {
      position: relative;
    }

    .s-3c520414-7419-4a48-9dea-440887a875f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c520414-7419-4a48-9dea-440887a875f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c520414-7419-4a48-9dea-440887a875f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3c520414-7419-4a48-9dea-440887a875f1 img.shogun-image,
  #s-3c520414-7419-4a48-9dea-440887a875f1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c520414-7419-4a48-9dea-440887a875f1 {
    width: 100%;
    height: auto;
  }

  #s-3c520414-7419-4a48-9dea-440887a875f1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c520414-7419-4a48-9dea-440887a875f1.shogun-image {
    
    
  }


.s-3c520414-7419-4a48-9dea-440887a875f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c520414-7419-4a48-9dea-440887a875f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c520414-7419-4a48-9dea-440887a875f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c520414-7419-4a48-9dea-440887a875f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c520414-7419-4a48-9dea-440887a875f1 {
      --shg-aspect-ratio: calc(800/339); 
    }

    .s-3c520414-7419-4a48-9dea-440887a875f1.shogun-image-container {
      position: relative;
    }

    .s-3c520414-7419-4a48-9dea-440887a875f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c520414-7419-4a48-9dea-440887a875f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c520414-7419-4a48-9dea-440887a875f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-394b2798-139b-4391-8503-d46fa8685cd9 {
  max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-394b2798-139b-4391-8503-d46fa8685cd9 {
  display: none;
}
#s-394b2798-139b-4391-8503-d46fa8685cd9, #wrap-s-394b2798-139b-4391-8503-d46fa8685cd9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-394b2798-139b-4391-8503-d46fa8685cd9 {
  display: none;
}
#s-394b2798-139b-4391-8503-d46fa8685cd9, #wrap-s-394b2798-139b-4391-8503-d46fa8685cd9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-394b2798-139b-4391-8503-d46fa8685cd9 {
  display: none;
}
#s-394b2798-139b-4391-8503-d46fa8685cd9, #wrap-s-394b2798-139b-4391-8503-d46fa8685cd9 { display: none !important; }}@media (max-width: 767px){#s-394b2798-139b-4391-8503-d46fa8685cd9 {
  display: unset;
}
#s-394b2798-139b-4391-8503-d46fa8685cd9, #wrap-s-394b2798-139b-4391-8503-d46fa8685cd9 { display: unset !important; }}




  #s-394b2798-139b-4391-8503-d46fa8685cd9 img.shogun-image,
  #s-394b2798-139b-4391-8503-d46fa8685cd9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-394b2798-139b-4391-8503-d46fa8685cd9 {
    width: 100%;
    height: auto;
  }

  #s-394b2798-139b-4391-8503-d46fa8685cd9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-394b2798-139b-4391-8503-d46fa8685cd9.shogun-image {
    
    
  }


.s-394b2798-139b-4391-8503-d46fa8685cd9 .shogun-image-content {
  
    align-items: center;
  
}

.s-394b2798-139b-4391-8503-d46fa8685cd9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-394b2798-139b-4391-8503-d46fa8685cd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-394b2798-139b-4391-8503-d46fa8685cd9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-394b2798-139b-4391-8503-d46fa8685cd9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-394b2798-139b-4391-8503-d46fa8685cd9.shogun-image-container {
      position: relative;
    }

    .s-394b2798-139b-4391-8503-d46fa8685cd9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-394b2798-139b-4391-8503-d46fa8685cd9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-394b2798-139b-4391-8503-d46fa8685cd9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-394b2798-139b-4391-8503-d46fa8685cd9 img.shogun-image,
  #s-394b2798-139b-4391-8503-d46fa8685cd9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-394b2798-139b-4391-8503-d46fa8685cd9 {
    width: 100%;
    height: auto;
  }

  #s-394b2798-139b-4391-8503-d46fa8685cd9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-394b2798-139b-4391-8503-d46fa8685cd9.shogun-image {
    
    
  }


.s-394b2798-139b-4391-8503-d46fa8685cd9 .shogun-image-content {
  
    align-items: center;
  
}

.s-394b2798-139b-4391-8503-d46fa8685cd9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-394b2798-139b-4391-8503-d46fa8685cd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-394b2798-139b-4391-8503-d46fa8685cd9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-394b2798-139b-4391-8503-d46fa8685cd9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-394b2798-139b-4391-8503-d46fa8685cd9.shogun-image-container {
      position: relative;
    }

    .s-394b2798-139b-4391-8503-d46fa8685cd9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-394b2798-139b-4391-8503-d46fa8685cd9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-394b2798-139b-4391-8503-d46fa8685cd9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-394b2798-139b-4391-8503-d46fa8685cd9 img.shogun-image,
  #s-394b2798-139b-4391-8503-d46fa8685cd9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-394b2798-139b-4391-8503-d46fa8685cd9 {
    width: 100%;
    height: auto;
  }

  #s-394b2798-139b-4391-8503-d46fa8685cd9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-394b2798-139b-4391-8503-d46fa8685cd9.shogun-image {
    
    
  }


.s-394b2798-139b-4391-8503-d46fa8685cd9 .shogun-image-content {
  
    align-items: center;
  
}

.s-394b2798-139b-4391-8503-d46fa8685cd9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-394b2798-139b-4391-8503-d46fa8685cd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-394b2798-139b-4391-8503-d46fa8685cd9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-394b2798-139b-4391-8503-d46fa8685cd9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-394b2798-139b-4391-8503-d46fa8685cd9.shogun-image-container {
      position: relative;
    }

    .s-394b2798-139b-4391-8503-d46fa8685cd9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-394b2798-139b-4391-8503-d46fa8685cd9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-394b2798-139b-4391-8503-d46fa8685cd9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-394b2798-139b-4391-8503-d46fa8685cd9 img.shogun-image,
  #s-394b2798-139b-4391-8503-d46fa8685cd9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-394b2798-139b-4391-8503-d46fa8685cd9 {
    width: 100%;
    height: auto;
  }

  #s-394b2798-139b-4391-8503-d46fa8685cd9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-394b2798-139b-4391-8503-d46fa8685cd9.shogun-image {
    
    
  }


.s-394b2798-139b-4391-8503-d46fa8685cd9 .shogun-image-content {
  
    align-items: center;
  
}

.s-394b2798-139b-4391-8503-d46fa8685cd9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-394b2798-139b-4391-8503-d46fa8685cd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-394b2798-139b-4391-8503-d46fa8685cd9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-394b2798-139b-4391-8503-d46fa8685cd9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-394b2798-139b-4391-8503-d46fa8685cd9.shogun-image-container {
      position: relative;
    }

    .s-394b2798-139b-4391-8503-d46fa8685cd9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-394b2798-139b-4391-8503-d46fa8685cd9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-394b2798-139b-4391-8503-d46fa8685cd9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-394b2798-139b-4391-8503-d46fa8685cd9 img.shogun-image,
  #s-394b2798-139b-4391-8503-d46fa8685cd9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-394b2798-139b-4391-8503-d46fa8685cd9 {
    width: 100%;
    height: auto;
  }

  #s-394b2798-139b-4391-8503-d46fa8685cd9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-394b2798-139b-4391-8503-d46fa8685cd9.shogun-image {
    
    
  }


.s-394b2798-139b-4391-8503-d46fa8685cd9 .shogun-image-content {
  
    align-items: center;
  
}

.s-394b2798-139b-4391-8503-d46fa8685cd9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-394b2798-139b-4391-8503-d46fa8685cd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-394b2798-139b-4391-8503-d46fa8685cd9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-394b2798-139b-4391-8503-d46fa8685cd9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-394b2798-139b-4391-8503-d46fa8685cd9.shogun-image-container {
      position: relative;
    }

    .s-394b2798-139b-4391-8503-d46fa8685cd9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-394b2798-139b-4391-8503-d46fa8685cd9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-394b2798-139b-4391-8503-d46fa8685cd9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0ee2a053-f2f5-478b-a5d7-8dd715731d74 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-0ee2a053-f2f5-478b-a5d7-8dd715731d74 {
  display: none;
}
#s-0ee2a053-f2f5-478b-a5d7-8dd715731d74, #wrap-s-0ee2a053-f2f5-478b-a5d7-8dd715731d74 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0ee2a053-f2f5-478b-a5d7-8dd715731d74 {
  display: none;
}
#s-0ee2a053-f2f5-478b-a5d7-8dd715731d74, #wrap-s-0ee2a053-f2f5-478b-a5d7-8dd715731d74 { display: none !important; }}
#s-0ee2a053-f2f5-478b-a5d7-8dd715731d74 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-0ee2a053-f2f5-478b-a5d7-8dd715731d74 .shg-sld-nav-button.shg-sld-left,
#s-0ee2a053-f2f5-478b-a5d7-8dd715731d74 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-aed8e5a4-56f0-4b80-86d8-071c92c1a60d .shogun-icon-wrapper {
  text-align: center;
}


#s-aed8e5a4-56f0-4b80-86d8-071c92c1a60d .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 35px !important;
  color: rgba(187, 189, 191, 1);
}

#s-da610132-e65b-442b-aec1-685ef9f92baa .shogun-icon-wrapper {
  text-align: center;
}


#s-da610132-e65b-442b-aec1-685ef9f92baa .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 35px !important;
  color: rgba(187, 189, 191, 1);
}

#s-bc634077-3ee7-4984-a1e6-a2e05d28f029 .shogun-icon-wrapper {
  text-align: center;
}


#s-bc634077-3ee7-4984-a1e6-a2e05d28f029 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 35px !important;
  color: rgba(187, 189, 191, 1);
}

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

.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-586ff8f5-8a1f-464c-b4c9-c5f79bdbbbcc {
  padding-top: 18px;
padding-bottom: 18px;
}
@media (min-width: 768px) and (max-width: 991px){#s-586ff8f5-8a1f-464c-b4c9-c5f79bdbbbcc {
  display: none;
}
#s-586ff8f5-8a1f-464c-b4c9-c5f79bdbbbcc, #wrap-s-586ff8f5-8a1f-464c-b4c9-c5f79bdbbbcc { display: none !important; }}@media (max-width: 767px){#s-586ff8f5-8a1f-464c-b4c9-c5f79bdbbbcc {
  display: none;
}
#s-586ff8f5-8a1f-464c-b4c9-c5f79bdbbbcc, #wrap-s-586ff8f5-8a1f-464c-b4c9-c5f79bdbbbcc { display: none !important; }}
@media (min-width: 0px) {
[id="s-586ff8f5-8a1f-464c-b4c9-c5f79bdbbbcc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-586ff8f5-8a1f-464c-b4c9-c5f79bdbbbcc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-586ff8f5-8a1f-464c-b4c9-c5f79bdbbbcc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-586ff8f5-8a1f-464c-b4c9-c5f79bdbbbcc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-addb6beb-56e4-4a4d-97da-505214cfe0fc .shogun-icon-wrapper {
  text-align: center;
}


#s-addb6beb-56e4-4a4d-97da-505214cfe0fc .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 50px !important;
  color: rgba(187, 189, 191, 1);
}

#s-0f64a18c-6abd-45f8-a1e3-8aff47e0f341 .shogun-icon-wrapper {
  text-align: center;
}


#s-0f64a18c-6abd-45f8-a1e3-8aff47e0f341 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 50px !important;
  color: rgba(187, 189, 191, 1);
}

#s-91a56990-cb34-474a-859b-5b1af551cad3 .shogun-icon-wrapper {
  text-align: center;
}


#s-91a56990-cb34-474a-859b-5b1af551cad3 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 50px !important;
  color: rgba(187, 189, 191, 1);
}

#s-8abbc5a0-7653-4649-9684-4d7e1f606cdc {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8abbc5a0-7653-4649-9684-4d7e1f606cdc {
  display: none;
}
#s-8abbc5a0-7653-4649-9684-4d7e1f606cdc, #wrap-s-8abbc5a0-7653-4649-9684-4d7e1f606cdc { display: none !important; }}@media (max-width: 767px){#s-8abbc5a0-7653-4649-9684-4d7e1f606cdc {
  display: none;
}
#s-8abbc5a0-7653-4649-9684-4d7e1f606cdc, #wrap-s-8abbc5a0-7653-4649-9684-4d7e1f606cdc { display: none !important; }}







#s-8abbc5a0-7653-4649-9684-4d7e1f606cdc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8abbc5a0-7653-4649-9684-4d7e1f606cdc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dae3a27e-c75a-47c4-9ddb-6445a343ac73 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dae3a27e-c75a-47c4-9ddb-6445a343ac73 {
  display: none;
}
#s-dae3a27e-c75a-47c4-9ddb-6445a343ac73, #wrap-s-dae3a27e-c75a-47c4-9ddb-6445a343ac73 { display: none !important; }}







#s-dae3a27e-c75a-47c4-9ddb-6445a343ac73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dae3a27e-c75a-47c4-9ddb-6445a343ac73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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-c4b68638-d912-4427-ab36-bab4b442f4c6 {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c4b68638-d912-4427-ab36-bab4b442f4c6 {
  display: none;
}
#s-c4b68638-d912-4427-ab36-bab4b442f4c6, #wrap-s-c4b68638-d912-4427-ab36-bab4b442f4c6 { display: none !important; }}@media (max-width: 767px){#s-c4b68638-d912-4427-ab36-bab4b442f4c6 {
  display: none;
}
#s-c4b68638-d912-4427-ab36-bab4b442f4c6, #wrap-s-c4b68638-d912-4427-ab36-bab4b442f4c6 { display: none !important; }}
#s-c4b68638-d912-4427-ab36-bab4b442f4c6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Century Gothic";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-c4b68638-d912-4427-ab36-bab4b442f4c6 .shogun-heading-component h2 a {
  color: #000;
}


#s-0a937637-8df0-4e37-9cad-034f1bde57f3 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-0a937637-8df0-4e37-9cad-034f1bde57f3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0a937637-8df0-4e37-9cad-034f1bde57f3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0a937637-8df0-4e37-9cad-034f1bde57f3 {
  display: none;
}
#s-0a937637-8df0-4e37-9cad-034f1bde57f3, #wrap-s-0a937637-8df0-4e37-9cad-034f1bde57f3 { display: none !important; }}
#s-0a937637-8df0-4e37-9cad-034f1bde57f3 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-0a937637-8df0-4e37-9cad-034f1bde57f3 .shg-sld-nav-button.shg-sld-left,
#s-0a937637-8df0-4e37-9cad-034f1bde57f3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-3b4f6b93-776a-4fdf-bb79-129dd46259d9 {
  padding-left: 2%;
padding-right: 2%;
}
@media (max-width: 767px){#s-3b4f6b93-776a-4fdf-bb79-129dd46259d9 {
  display: none;
}
#s-3b4f6b93-776a-4fdf-bb79-129dd46259d9, #wrap-s-3b4f6b93-776a-4fdf-bb79-129dd46259d9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3b4f6b93-776a-4fdf-bb79-129dd46259d9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3b4f6b93-776a-4fdf-bb79-129dd46259d9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3b4f6b93-776a-4fdf-bb79-129dd46259d9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3b4f6b93-776a-4fdf-bb79-129dd46259d9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-08f3e96f-2459-4bcb-88af-8d605479bdd9 {
  max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-08f3e96f-2459-4bcb-88af-8d605479bdd9 img.shogun-image,
  #s-08f3e96f-2459-4bcb-88af-8d605479bdd9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-08f3e96f-2459-4bcb-88af-8d605479bdd9 {
    width: 100%;
    height: auto;
  }



  #s-08f3e96f-2459-4bcb-88af-8d605479bdd9 img.shogun-image {
    

    
    
    
  }


#s-08f3e96f-2459-4bcb-88af-8d605479bdd9 .shogun-image-content {
  
    align-items: center;
  
}

#s-c21ba1e9-a892-430a-8257-fde41ca8227a {
  max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c21ba1e9-a892-430a-8257-fde41ca8227a img.shogun-image,
  #s-c21ba1e9-a892-430a-8257-fde41ca8227a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c21ba1e9-a892-430a-8257-fde41ca8227a {
    width: 100%;
    height: auto;
  }



  #s-c21ba1e9-a892-430a-8257-fde41ca8227a img.shogun-image {
    

    
    
    
  }


#s-c21ba1e9-a892-430a-8257-fde41ca8227a .shogun-image-content {
  
    align-items: center;
  
}

#s-68c9a086-8ef2-459f-a15d-aba996e20644 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-68c9a086-8ef2-459f-a15d-aba996e20644 img.shogun-image,
  #s-68c9a086-8ef2-459f-a15d-aba996e20644 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-68c9a086-8ef2-459f-a15d-aba996e20644 {
    width: 100%;
    height: auto;
  }



  #s-68c9a086-8ef2-459f-a15d-aba996e20644 img.shogun-image {
    

    
    
    
  }


#s-68c9a086-8ef2-459f-a15d-aba996e20644 .shogun-image-content {
  
    align-items: center;
  
}

#s-4d01a47c-a287-4f5c-8358-852c723995ca {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-4d01a47c-a287-4f5c-8358-852c723995ca img.shogun-image,
  #s-4d01a47c-a287-4f5c-8358-852c723995ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4d01a47c-a287-4f5c-8358-852c723995ca {
    width: 100%;
    height: auto;
  }



  #s-4d01a47c-a287-4f5c-8358-852c723995ca img.shogun-image {
    

    
    
    
  }


#s-4d01a47c-a287-4f5c-8358-852c723995ca .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-9a1138fd-8782-4330-b199-da6299a3baee {
  
}
}@media (max-width: 767px){#s-9a1138fd-8782-4330-b199-da6299a3baee {
  display: none;
}
#s-9a1138fd-8782-4330-b199-da6299a3baee, #wrap-s-9a1138fd-8782-4330-b199-da6299a3baee { display: none !important; }}
@media (min-width: 0px) {
[id="s-9a1138fd-8782-4330-b199-da6299a3baee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9a1138fd-8782-4330-b199-da6299a3baee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9a1138fd-8782-4330-b199-da6299a3baee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9a1138fd-8782-4330-b199-da6299a3baee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-a606b460-837f-48ba-83c5-c6bbf7f4b206 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a606b460-837f-48ba-83c5-c6bbf7f4b206 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-1271a1f0-e2fe-476b-a3c7-6c85eb64758d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1271a1f0-e2fe-476b-a3c7-6c85eb64758d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.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-ce4bfaa7-e3ec-4eb0-9939-20522bd195a6 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-ce4bfaa7-e3ec-4eb0-9939-20522bd195a6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ce4bfaa7-e3ec-4eb0-9939-20522bd195a6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ce4bfaa7-e3ec-4eb0-9939-20522bd195a6-root {
    text-align: center;
  }


#s-ce4bfaa7-e3ec-4eb0-9939-20522bd195a6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ce4bfaa7-e3ec-4eb0-9939-20522bd195a6-root {
    text-align: center;
  }


#s-ce4bfaa7-e3ec-4eb0-9939-20522bd195a6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ce4bfaa7-e3ec-4eb0-9939-20522bd195a6-root {
    text-align: center;
  }


#s-ce4bfaa7-e3ec-4eb0-9939-20522bd195a6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ce4bfaa7-e3ec-4eb0-9939-20522bd195a6-root {
    text-align: center;
  }


#s-ce4bfaa7-e3ec-4eb0-9939-20522bd195a6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ce4bfaa7-e3ec-4eb0-9939-20522bd195a6-root {
    text-align: center;
  }


#s-ce4bfaa7-e3ec-4eb0-9939-20522bd195a6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8eb50920-b17a-46d3-a727-70ad5268b440 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8eb50920-b17a-46d3-a727-70ad5268b440 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-7a8852d5-1014-4ac8-aa6b-b3d8b94aee9e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a8852d5-1014-4ac8-aa6b-b3d8b94aee9e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-fb6c7b94-eb33-4c53-ac62-a375dcf00d72 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-fb6c7b94-eb33-4c53-ac62-a375dcf00d72:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fb6c7b94-eb33-4c53-ac62-a375dcf00d72:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fb6c7b94-eb33-4c53-ac62-a375dcf00d72-root {
    text-align: center;
  }


#s-fb6c7b94-eb33-4c53-ac62-a375dcf00d72.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fb6c7b94-eb33-4c53-ac62-a375dcf00d72-root {
    text-align: center;
  }


#s-fb6c7b94-eb33-4c53-ac62-a375dcf00d72.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fb6c7b94-eb33-4c53-ac62-a375dcf00d72-root {
    text-align: center;
  }


#s-fb6c7b94-eb33-4c53-ac62-a375dcf00d72.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fb6c7b94-eb33-4c53-ac62-a375dcf00d72-root {
    text-align: center;
  }


#s-fb6c7b94-eb33-4c53-ac62-a375dcf00d72.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fb6c7b94-eb33-4c53-ac62-a375dcf00d72-root {
    text-align: center;
  }


#s-fb6c7b94-eb33-4c53-ac62-a375dcf00d72.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a04b8bdc-a673-4206-aa09-b6517dfde9c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a04b8bdc-a673-4206-aa09-b6517dfde9c6 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-fc69b029-c6e5-4364-a5ff-e1e69fd1218d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc69b029-c6e5-4364-a5ff-e1e69fd1218d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5447fd39-572f-405c-ba4d-79963e327bdb {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-5447fd39-572f-405c-ba4d-79963e327bdb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5447fd39-572f-405c-ba4d-79963e327bdb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5447fd39-572f-405c-ba4d-79963e327bdb-root {
    text-align: center;
  }


#s-5447fd39-572f-405c-ba4d-79963e327bdb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5447fd39-572f-405c-ba4d-79963e327bdb-root {
    text-align: center;
  }


#s-5447fd39-572f-405c-ba4d-79963e327bdb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5447fd39-572f-405c-ba4d-79963e327bdb-root {
    text-align: center;
  }


#s-5447fd39-572f-405c-ba4d-79963e327bdb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5447fd39-572f-405c-ba4d-79963e327bdb-root {
    text-align: center;
  }


#s-5447fd39-572f-405c-ba4d-79963e327bdb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5447fd39-572f-405c-ba4d-79963e327bdb-root {
    text-align: center;
  }


#s-5447fd39-572f-405c-ba4d-79963e327bdb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1be0049c-2849-452a-af6c-14f437160684 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1be0049c-2849-452a-af6c-14f437160684 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-bbbec358-be74-4660-adcd-30b51f106fc2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bbbec358-be74-4660-adcd-30b51f106fc2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-36cd5e54-558b-45ee-836d-35ad1e50367d {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-36cd5e54-558b-45ee-836d-35ad1e50367d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-36cd5e54-558b-45ee-836d-35ad1e50367d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-36cd5e54-558b-45ee-836d-35ad1e50367d-root {
    text-align: center;
  }


#s-36cd5e54-558b-45ee-836d-35ad1e50367d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-36cd5e54-558b-45ee-836d-35ad1e50367d-root {
    text-align: center;
  }


#s-36cd5e54-558b-45ee-836d-35ad1e50367d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-36cd5e54-558b-45ee-836d-35ad1e50367d-root {
    text-align: center;
  }


#s-36cd5e54-558b-45ee-836d-35ad1e50367d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-36cd5e54-558b-45ee-836d-35ad1e50367d-root {
    text-align: center;
  }


#s-36cd5e54-558b-45ee-836d-35ad1e50367d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-36cd5e54-558b-45ee-836d-35ad1e50367d-root {
    text-align: center;
  }


#s-36cd5e54-558b-45ee-836d-35ad1e50367d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-32d8aeda-73c6-4165-8e8c-0b1e2fc40a44 {
  margin-top: 15px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(79, 79, 79, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-32d8aeda-73c6-4165-8e8c-0b1e2fc40a44:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-32d8aeda-73c6-4165-8e8c-0b1e2fc40a44:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-32d8aeda-73c6-4165-8e8c-0b1e2fc40a44 {
  display: none;
}
#s-32d8aeda-73c6-4165-8e8c-0b1e2fc40a44, #wrap-s-32d8aeda-73c6-4165-8e8c-0b1e2fc40a44 { display: none !important; }}@media (max-width: 767px){#s-32d8aeda-73c6-4165-8e8c-0b1e2fc40a44 {
  display: none;
}
#s-32d8aeda-73c6-4165-8e8c-0b1e2fc40a44, #wrap-s-32d8aeda-73c6-4165-8e8c-0b1e2fc40a44 { display: none !important; }}

  #s-32d8aeda-73c6-4165-8e8c-0b1e2fc40a44-root {
    text-align: center;
  }


#s-32d8aeda-73c6-4165-8e8c-0b1e2fc40a44.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-32d8aeda-73c6-4165-8e8c-0b1e2fc40a44-root {
    text-align: center;
  }


#s-32d8aeda-73c6-4165-8e8c-0b1e2fc40a44.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-32d8aeda-73c6-4165-8e8c-0b1e2fc40a44-root {
    text-align: center;
  }


#s-32d8aeda-73c6-4165-8e8c-0b1e2fc40a44.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-32d8aeda-73c6-4165-8e8c-0b1e2fc40a44-root {
    text-align: center;
  }


#s-32d8aeda-73c6-4165-8e8c-0b1e2fc40a44.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-32d8aeda-73c6-4165-8e8c-0b1e2fc40a44-root {
    text-align: center;
  }


#s-32d8aeda-73c6-4165-8e8c-0b1e2fc40a44.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-e993b3e5-20b4-4ec3-a2d0-dc0106c56259 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-c8e644ea-8d75-4a07-8d2b-8b17aecff165 {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c8e644ea-8d75-4a07-8d2b-8b17aecff165 {
  display: none;
}
#s-c8e644ea-8d75-4a07-8d2b-8b17aecff165, #wrap-s-c8e644ea-8d75-4a07-8d2b-8b17aecff165 { display: none !important; }}@media (max-width: 767px){#s-c8e644ea-8d75-4a07-8d2b-8b17aecff165 {
  display: none;
}
#s-c8e644ea-8d75-4a07-8d2b-8b17aecff165, #wrap-s-c8e644ea-8d75-4a07-8d2b-8b17aecff165 { display: none !important; }}
#s-c8e644ea-8d75-4a07-8d2b-8b17aecff165 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Century Gothic";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-c8e644ea-8d75-4a07-8d2b-8b17aecff165 .shogun-heading-component h2 a {
  color: #000;
}


#s-6e6f0048-ec14-48ef-955d-2c4e84a627a8 {
  padding-top: 10px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-6e6f0048-ec14-48ef-955d-2c4e84a627a8 {
  display: none;
}
#s-6e6f0048-ec14-48ef-955d-2c4e84a627a8, #wrap-s-6e6f0048-ec14-48ef-955d-2c4e84a627a8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6e6f0048-ec14-48ef-955d-2c4e84a627a8 {
  display: none;
}
#s-6e6f0048-ec14-48ef-955d-2c4e84a627a8, #wrap-s-6e6f0048-ec14-48ef-955d-2c4e84a627a8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6e6f0048-ec14-48ef-955d-2c4e84a627a8 {
  
}
}@media (max-width: 767px){#s-6e6f0048-ec14-48ef-955d-2c4e84a627a8 {
  display: none;
}
#s-6e6f0048-ec14-48ef-955d-2c4e84a627a8, #wrap-s-6e6f0048-ec14-48ef-955d-2c4e84a627a8 { display: none !important; }}
#s-6e6f0048-ec14-48ef-955d-2c4e84a627a8 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-6e6f0048-ec14-48ef-955d-2c4e84a627a8 .shg-sld-nav-button.shg-sld-left,
#s-6e6f0048-ec14-48ef-955d-2c4e84a627a8 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-6bc75749-e5d2-44e4-a0c2-15e13a440427 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6bc75749-e5d2-44e4-a0c2-15e13a440427 {
  display: none;
}
#s-6bc75749-e5d2-44e4-a0c2-15e13a440427, #wrap-s-6bc75749-e5d2-44e4-a0c2-15e13a440427 { display: none !important; }}@media (max-width: 767px){#s-6bc75749-e5d2-44e4-a0c2-15e13a440427 {
  display: none;
}
#s-6bc75749-e5d2-44e4-a0c2-15e13a440427, #wrap-s-6bc75749-e5d2-44e4-a0c2-15e13a440427 { display: none !important; }}







#s-6bc75749-e5d2-44e4-a0c2-15e13a440427 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bc75749-e5d2-44e4-a0c2-15e13a440427.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9330b165-9251-4d22-b9aa-72266f38732a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9330b165-9251-4d22-b9aa-72266f38732a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Century Gothic";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-9330b165-9251-4d22-b9aa-72266f38732a .shogun-heading-component h1 a {
  color: #000;
}


@media (min-width: 0px) {
[id="s-f0b01dcd-d24e-4128-9e51-e1801fd92ca1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f0b01dcd-d24e-4128-9e51-e1801fd92ca1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f0b01dcd-d24e-4128-9e51-e1801fd92ca1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f0b01dcd-d24e-4128-9e51-e1801fd92ca1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-dbfa90a3-c0ba-43a5-aa8b-58d064029a7b {
  text-align: left;
}



.shg-c#s-dbfa90a3-c0ba-43a5-aa8b-58d064029a7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbfa90a3-c0ba-43a5-aa8b-58d064029a7b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-dbfa90a3-c0ba-43a5-aa8b-58d064029a7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbfa90a3-c0ba-43a5-aa8b-58d064029a7b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dbfa90a3-c0ba-43a5-aa8b-58d064029a7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbfa90a3-c0ba-43a5-aa8b-58d064029a7b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dbfa90a3-c0ba-43a5-aa8b-58d064029a7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbfa90a3-c0ba-43a5-aa8b-58d064029a7b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dbfa90a3-c0ba-43a5-aa8b-58d064029a7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbfa90a3-c0ba-43a5-aa8b-58d064029a7b img.shogun-image {
  width: 100%;
}



}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-9c04b728-b0ad-44c3-be55-2dad79ab4b3a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9c04b728-b0ad-44c3-be55-2dad79ab4b3a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-d3717425-2e98-4ae9-90af-df3ffee9722a {
  text-align: center;
}

#s-d3717425-2e98-4ae9-90af-df3ffee9722a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d3717425-2e98-4ae9-90af-df3ffee9722a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d3717425-2e98-4ae9-90af-df3ffee9722a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3f243602-cefe-464c-adc1-f6e6c3ba565f {
  text-align: left;
}



.shg-c#s-3f243602-cefe-464c-adc1-f6e6c3ba565f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f243602-cefe-464c-adc1-f6e6c3ba565f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3f243602-cefe-464c-adc1-f6e6c3ba565f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f243602-cefe-464c-adc1-f6e6c3ba565f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3f243602-cefe-464c-adc1-f6e6c3ba565f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f243602-cefe-464c-adc1-f6e6c3ba565f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3f243602-cefe-464c-adc1-f6e6c3ba565f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f243602-cefe-464c-adc1-f6e6c3ba565f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3f243602-cefe-464c-adc1-f6e6c3ba565f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f243602-cefe-464c-adc1-f6e6c3ba565f img.shogun-image {
  width: 100%;
}



}
#s-f944a5c9-cfd8-41cb-aa46-9f7e9184da91 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f944a5c9-cfd8-41cb-aa46-9f7e9184da91 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-8793c671-0c87-4524-a870-81037c2374cc {
  text-align: center;
}

#s-8793c671-0c87-4524-a870-81037c2374cc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8793c671-0c87-4524-a870-81037c2374cc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8793c671-0c87-4524-a870-81037c2374cc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-eb657047-d098-404f-be88-83d897e49611 {
  text-align: left;
}



.shg-c#s-eb657047-d098-404f-be88-83d897e49611 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb657047-d098-404f-be88-83d897e49611 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-eb657047-d098-404f-be88-83d897e49611 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb657047-d098-404f-be88-83d897e49611 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eb657047-d098-404f-be88-83d897e49611 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb657047-d098-404f-be88-83d897e49611 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eb657047-d098-404f-be88-83d897e49611 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb657047-d098-404f-be88-83d897e49611 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eb657047-d098-404f-be88-83d897e49611 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb657047-d098-404f-be88-83d897e49611 img.shogun-image {
  width: 100%;
}



}
#s-cfb430d6-c6e5-489c-a01f-004173ba5a07 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cfb430d6-c6e5-489c-a01f-004173ba5a07 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-3c1ed32d-b0fd-4cc0-9708-323af7857bfe {
  text-align: center;
}

#s-3c1ed32d-b0fd-4cc0-9708-323af7857bfe .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3c1ed32d-b0fd-4cc0-9708-323af7857bfe .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3c1ed32d-b0fd-4cc0-9708-323af7857bfe .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-961467bd-d1fe-4f07-8261-603a5ae07d5e {
  text-align: left;
}



.shg-c#s-961467bd-d1fe-4f07-8261-603a5ae07d5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-961467bd-d1fe-4f07-8261-603a5ae07d5e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-961467bd-d1fe-4f07-8261-603a5ae07d5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-961467bd-d1fe-4f07-8261-603a5ae07d5e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-961467bd-d1fe-4f07-8261-603a5ae07d5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-961467bd-d1fe-4f07-8261-603a5ae07d5e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-961467bd-d1fe-4f07-8261-603a5ae07d5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-961467bd-d1fe-4f07-8261-603a5ae07d5e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-961467bd-d1fe-4f07-8261-603a5ae07d5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-961467bd-d1fe-4f07-8261-603a5ae07d5e img.shogun-image {
  width: 100%;
}



}
#s-0a7f3813-91a8-4a78-881f-845a5e13a13c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a7f3813-91a8-4a78-881f-845a5e13a13c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-e24de8ca-1331-4b0d-8df8-270c030898a7 {
  text-align: center;
}

#s-e24de8ca-1331-4b0d-8df8-270c030898a7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e24de8ca-1331-4b0d-8df8-270c030898a7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e24de8ca-1331-4b0d-8df8-270c030898a7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-651f17e2-fa59-4b3a-b8bc-d7438a7aaa24 {
  display: none;
}
#s-651f17e2-fa59-4b3a-b8bc-d7438a7aaa24, #wrap-s-651f17e2-fa59-4b3a-b8bc-d7438a7aaa24 { display: none !important; }}@media (max-width: 767px){#s-651f17e2-fa59-4b3a-b8bc-d7438a7aaa24 {
  display: none;
}
#s-651f17e2-fa59-4b3a-b8bc-d7438a7aaa24, #wrap-s-651f17e2-fa59-4b3a-b8bc-d7438a7aaa24 { display: none !important; }}
@media (min-width: 0px) {
[id="s-651f17e2-fa59-4b3a-b8bc-d7438a7aaa24"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-651f17e2-fa59-4b3a-b8bc-d7438a7aaa24"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-651f17e2-fa59-4b3a-b8bc-d7438a7aaa24"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-651f17e2-fa59-4b3a-b8bc-d7438a7aaa24"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e1838f2b-31de-4fed-ad2f-ff0d083ef4dd {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-e1838f2b-31de-4fed-ad2f-ff0d083ef4dd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e1838f2b-31de-4fed-ad2f-ff0d083ef4dd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e1838f2b-31de-4fed-ad2f-ff0d083ef4dd-root {
    text-align: center;
  }


#s-e1838f2b-31de-4fed-ad2f-ff0d083ef4dd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e1838f2b-31de-4fed-ad2f-ff0d083ef4dd-root {
    text-align: center;
  }


#s-e1838f2b-31de-4fed-ad2f-ff0d083ef4dd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e1838f2b-31de-4fed-ad2f-ff0d083ef4dd-root {
    text-align: center;
  }


#s-e1838f2b-31de-4fed-ad2f-ff0d083ef4dd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e1838f2b-31de-4fed-ad2f-ff0d083ef4dd-root {
    text-align: center;
  }


#s-e1838f2b-31de-4fed-ad2f-ff0d083ef4dd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e1838f2b-31de-4fed-ad2f-ff0d083ef4dd-root {
    text-align: center;
  }


#s-e1838f2b-31de-4fed-ad2f-ff0d083ef4dd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ffbff054-6e75-44d3-8ef3-3cb87a325181 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-ffbff054-6e75-44d3-8ef3-3cb87a325181:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ffbff054-6e75-44d3-8ef3-3cb87a325181:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ffbff054-6e75-44d3-8ef3-3cb87a325181-root {
    text-align: center;
  }


#s-ffbff054-6e75-44d3-8ef3-3cb87a325181.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ffbff054-6e75-44d3-8ef3-3cb87a325181-root {
    text-align: center;
  }


#s-ffbff054-6e75-44d3-8ef3-3cb87a325181.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ffbff054-6e75-44d3-8ef3-3cb87a325181-root {
    text-align: center;
  }


#s-ffbff054-6e75-44d3-8ef3-3cb87a325181.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ffbff054-6e75-44d3-8ef3-3cb87a325181-root {
    text-align: center;
  }


#s-ffbff054-6e75-44d3-8ef3-3cb87a325181.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ffbff054-6e75-44d3-8ef3-3cb87a325181-root {
    text-align: center;
  }


#s-ffbff054-6e75-44d3-8ef3-3cb87a325181.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-55358c64-2f15-4b57-89de-f11fd9c08bb7 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-55358c64-2f15-4b57-89de-f11fd9c08bb7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-55358c64-2f15-4b57-89de-f11fd9c08bb7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-55358c64-2f15-4b57-89de-f11fd9c08bb7-root {
    text-align: center;
  }


#s-55358c64-2f15-4b57-89de-f11fd9c08bb7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-55358c64-2f15-4b57-89de-f11fd9c08bb7-root {
    text-align: center;
  }


#s-55358c64-2f15-4b57-89de-f11fd9c08bb7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-55358c64-2f15-4b57-89de-f11fd9c08bb7-root {
    text-align: center;
  }


#s-55358c64-2f15-4b57-89de-f11fd9c08bb7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-55358c64-2f15-4b57-89de-f11fd9c08bb7-root {
    text-align: center;
  }


#s-55358c64-2f15-4b57-89de-f11fd9c08bb7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-55358c64-2f15-4b57-89de-f11fd9c08bb7-root {
    text-align: center;
  }


#s-55358c64-2f15-4b57-89de-f11fd9c08bb7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b5466701-fa37-4d88-9d40-0dbfd3389218 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b5466701-fa37-4d88-9d40-0dbfd3389218:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b5466701-fa37-4d88-9d40-0dbfd3389218:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b5466701-fa37-4d88-9d40-0dbfd3389218-root {
    text-align: center;
  }


#s-b5466701-fa37-4d88-9d40-0dbfd3389218.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b5466701-fa37-4d88-9d40-0dbfd3389218-root {
    text-align: center;
  }


#s-b5466701-fa37-4d88-9d40-0dbfd3389218.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b5466701-fa37-4d88-9d40-0dbfd3389218-root {
    text-align: center;
  }


#s-b5466701-fa37-4d88-9d40-0dbfd3389218.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b5466701-fa37-4d88-9d40-0dbfd3389218-root {
    text-align: center;
  }


#s-b5466701-fa37-4d88-9d40-0dbfd3389218.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b5466701-fa37-4d88-9d40-0dbfd3389218-root {
    text-align: center;
  }


#s-b5466701-fa37-4d88-9d40-0dbfd3389218.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-c464a58d-ade9-4a1f-9592-8aff049c4085 {
  display: none;
}
#s-c464a58d-ade9-4a1f-9592-8aff049c4085, #wrap-s-c464a58d-ade9-4a1f-9592-8aff049c4085 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c464a58d-ade9-4a1f-9592-8aff049c4085 {
  display: none;
}
#s-c464a58d-ade9-4a1f-9592-8aff049c4085, #wrap-s-c464a58d-ade9-4a1f-9592-8aff049c4085 { display: none !important; }}@media (max-width: 767px){#s-c464a58d-ade9-4a1f-9592-8aff049c4085 {
  display: none;
}
#s-c464a58d-ade9-4a1f-9592-8aff049c4085, #wrap-s-c464a58d-ade9-4a1f-9592-8aff049c4085 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c464a58d-ade9-4a1f-9592-8aff049c4085"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c464a58d-ade9-4a1f-9592-8aff049c4085"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c464a58d-ade9-4a1f-9592-8aff049c4085"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c464a58d-ade9-4a1f-9592-8aff049c4085"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-81c8d1da-2612-4316-8da7-4c8a339905e0 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-81c8d1da-2612-4316-8da7-4c8a339905e0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-81c8d1da-2612-4316-8da7-4c8a339905e0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-81c8d1da-2612-4316-8da7-4c8a339905e0-root {
    text-align: center;
  }


#s-81c8d1da-2612-4316-8da7-4c8a339905e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-81c8d1da-2612-4316-8da7-4c8a339905e0-root {
    text-align: center;
  }


#s-81c8d1da-2612-4316-8da7-4c8a339905e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-81c8d1da-2612-4316-8da7-4c8a339905e0-root {
    text-align: center;
  }


#s-81c8d1da-2612-4316-8da7-4c8a339905e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-81c8d1da-2612-4316-8da7-4c8a339905e0-root {
    text-align: center;
  }


#s-81c8d1da-2612-4316-8da7-4c8a339905e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-81c8d1da-2612-4316-8da7-4c8a339905e0-root {
    text-align: center;
  }


#s-81c8d1da-2612-4316-8da7-4c8a339905e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-490c0a97-78ff-4f7f-b9bb-f7ebcedbecaa {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-490c0a97-78ff-4f7f-b9bb-f7ebcedbecaa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-490c0a97-78ff-4f7f-b9bb-f7ebcedbecaa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-490c0a97-78ff-4f7f-b9bb-f7ebcedbecaa-root {
    text-align: center;
  }


#s-490c0a97-78ff-4f7f-b9bb-f7ebcedbecaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-490c0a97-78ff-4f7f-b9bb-f7ebcedbecaa-root {
    text-align: center;
  }


#s-490c0a97-78ff-4f7f-b9bb-f7ebcedbecaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-490c0a97-78ff-4f7f-b9bb-f7ebcedbecaa-root {
    text-align: center;
  }


#s-490c0a97-78ff-4f7f-b9bb-f7ebcedbecaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-490c0a97-78ff-4f7f-b9bb-f7ebcedbecaa-root {
    text-align: center;
  }


#s-490c0a97-78ff-4f7f-b9bb-f7ebcedbecaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-490c0a97-78ff-4f7f-b9bb-f7ebcedbecaa-root {
    text-align: center;
  }


#s-490c0a97-78ff-4f7f-b9bb-f7ebcedbecaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1947cbc2-82d6-4307-a900-06e94b86c859 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-1947cbc2-82d6-4307-a900-06e94b86c859:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1947cbc2-82d6-4307-a900-06e94b86c859:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1947cbc2-82d6-4307-a900-06e94b86c859-root {
    text-align: center;
  }


#s-1947cbc2-82d6-4307-a900-06e94b86c859.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1947cbc2-82d6-4307-a900-06e94b86c859-root {
    text-align: center;
  }


#s-1947cbc2-82d6-4307-a900-06e94b86c859.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1947cbc2-82d6-4307-a900-06e94b86c859-root {
    text-align: center;
  }


#s-1947cbc2-82d6-4307-a900-06e94b86c859.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1947cbc2-82d6-4307-a900-06e94b86c859-root {
    text-align: center;
  }


#s-1947cbc2-82d6-4307-a900-06e94b86c859.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1947cbc2-82d6-4307-a900-06e94b86c859-root {
    text-align: center;
  }


#s-1947cbc2-82d6-4307-a900-06e94b86c859.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e117f255-e4f6-4f42-95cf-e043eb9e87ea {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-e117f255-e4f6-4f42-95cf-e043eb9e87ea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e117f255-e4f6-4f42-95cf-e043eb9e87ea:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e117f255-e4f6-4f42-95cf-e043eb9e87ea-root {
    text-align: center;
  }


#s-e117f255-e4f6-4f42-95cf-e043eb9e87ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e117f255-e4f6-4f42-95cf-e043eb9e87ea-root {
    text-align: center;
  }


#s-e117f255-e4f6-4f42-95cf-e043eb9e87ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e117f255-e4f6-4f42-95cf-e043eb9e87ea-root {
    text-align: center;
  }


#s-e117f255-e4f6-4f42-95cf-e043eb9e87ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e117f255-e4f6-4f42-95cf-e043eb9e87ea-root {
    text-align: center;
  }


#s-e117f255-e4f6-4f42-95cf-e043eb9e87ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e117f255-e4f6-4f42-95cf-e043eb9e87ea-root {
    text-align: center;
  }


#s-e117f255-e4f6-4f42-95cf-e043eb9e87ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-95055dec-6627-48fa-9c5d-fa5312481ee0 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-95055dec-6627-48fa-9c5d-fa5312481ee0 {
  display: none;
}
#s-95055dec-6627-48fa-9c5d-fa5312481ee0, #wrap-s-95055dec-6627-48fa-9c5d-fa5312481ee0 { display: none !important; }}@media (max-width: 767px){#s-95055dec-6627-48fa-9c5d-fa5312481ee0 {
  display: none;
}
#s-95055dec-6627-48fa-9c5d-fa5312481ee0, #wrap-s-95055dec-6627-48fa-9c5d-fa5312481ee0 { display: none !important; }}







#s-95055dec-6627-48fa-9c5d-fa5312481ee0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95055dec-6627-48fa-9c5d-fa5312481ee0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21bfaba0-d831-4197-bc60-a650fae29f9d {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
}

#s-21bfaba0-d831-4197-bc60-a650fae29f9d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Century Gothic";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-21bfaba0-d831-4197-bc60-a650fae29f9d .shogun-heading-component h1 a {
  color: #000;
}


@media (min-width: 0px) {
[id="s-ddcfcc66-9a64-4df9-b388-40da048cfe34"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ddcfcc66-9a64-4df9-b388-40da048cfe34"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ddcfcc66-9a64-4df9-b388-40da048cfe34"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ddcfcc66-9a64-4df9-b388-40da048cfe34"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-57098b3f-2a27-4994-bc9e-303f080e4490 {
  text-align: center;
}







  #s-57098b3f-2a27-4994-bc9e-303f080e4490 img.shogun-image {
    

    
    
    
  }


#s-57098b3f-2a27-4994-bc9e-303f080e4490 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d5bb3d4-1712-40a5-934c-778aa34fc8b0 {
  text-align: center;
}







  #s-5d5bb3d4-1712-40a5-934c-778aa34fc8b0 img.shogun-image {
    

    
    
    
  }


#s-5d5bb3d4-1712-40a5-934c-778aa34fc8b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-27771b48-8592-4926-8614-b41ef6a5b276 {
  text-align: center;
}







  #s-27771b48-8592-4926-8614-b41ef6a5b276 img.shogun-image {
    

    
    
    
  }


#s-27771b48-8592-4926-8614-b41ef6a5b276 .shogun-image-content {
  
    align-items: center;
  
}

#s-5f771055-e254-4557-bac6-ec572ca9736d {
  text-align: center;
}







  #s-5f771055-e254-4557-bac6-ec572ca9736d img.shogun-image {
    

    
    
    
  }


#s-5f771055-e254-4557-bac6-ec572ca9736d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-9b7729ec-8c60-48e4-83e9-bc1947fddac4 {
  display: none;
}
#s-9b7729ec-8c60-48e4-83e9-bc1947fddac4, #wrap-s-9b7729ec-8c60-48e4-83e9-bc1947fddac4 { display: none !important; }}@media (max-width: 767px){#s-9b7729ec-8c60-48e4-83e9-bc1947fddac4 {
  display: none;
}
#s-9b7729ec-8c60-48e4-83e9-bc1947fddac4, #wrap-s-9b7729ec-8c60-48e4-83e9-bc1947fddac4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9b7729ec-8c60-48e4-83e9-bc1947fddac4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9b7729ec-8c60-48e4-83e9-bc1947fddac4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9b7729ec-8c60-48e4-83e9-bc1947fddac4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9b7729ec-8c60-48e4-83e9-bc1947fddac4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-7c8bb6af-2c4c-480c-b33f-ae8ef738644c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c8bb6af-2c4c-480c-b33f-ae8ef738644c .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-62b6f1ea-8545-4292-b621-ed5279a1f335 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62b6f1ea-8545-4292-b621-ed5279a1f335 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-0b5b36b3-5519-4aa8-9471-fdcc309a6e46 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-0b5b36b3-5519-4aa8-9471-fdcc309a6e46:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0b5b36b3-5519-4aa8-9471-fdcc309a6e46:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0b5b36b3-5519-4aa8-9471-fdcc309a6e46-root {
    text-align: center;
  }


#s-0b5b36b3-5519-4aa8-9471-fdcc309a6e46.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0b5b36b3-5519-4aa8-9471-fdcc309a6e46-root {
    text-align: center;
  }


#s-0b5b36b3-5519-4aa8-9471-fdcc309a6e46.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0b5b36b3-5519-4aa8-9471-fdcc309a6e46-root {
    text-align: center;
  }


#s-0b5b36b3-5519-4aa8-9471-fdcc309a6e46.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0b5b36b3-5519-4aa8-9471-fdcc309a6e46-root {
    text-align: center;
  }


#s-0b5b36b3-5519-4aa8-9471-fdcc309a6e46.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0b5b36b3-5519-4aa8-9471-fdcc309a6e46-root {
    text-align: center;
  }


#s-0b5b36b3-5519-4aa8-9471-fdcc309a6e46.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-264d423c-1a84-4ad4-941d-786e047f42c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-264d423c-1a84-4ad4-941d-786e047f42c4 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-1ea5875c-2047-4652-b3aa-d77071eb672c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ea5875c-2047-4652-b3aa-d77071eb672c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7459af4e-d885-4334-b0d8-3b5b5df8a3f6 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-7459af4e-d885-4334-b0d8-3b5b5df8a3f6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7459af4e-d885-4334-b0d8-3b5b5df8a3f6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7459af4e-d885-4334-b0d8-3b5b5df8a3f6-root {
    text-align: center;
  }


#s-7459af4e-d885-4334-b0d8-3b5b5df8a3f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7459af4e-d885-4334-b0d8-3b5b5df8a3f6-root {
    text-align: center;
  }


#s-7459af4e-d885-4334-b0d8-3b5b5df8a3f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7459af4e-d885-4334-b0d8-3b5b5df8a3f6-root {
    text-align: center;
  }


#s-7459af4e-d885-4334-b0d8-3b5b5df8a3f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7459af4e-d885-4334-b0d8-3b5b5df8a3f6-root {
    text-align: center;
  }


#s-7459af4e-d885-4334-b0d8-3b5b5df8a3f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7459af4e-d885-4334-b0d8-3b5b5df8a3f6-root {
    text-align: center;
  }


#s-7459af4e-d885-4334-b0d8-3b5b5df8a3f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-09ea0d2a-64f5-47f7-8742-ffc930d62d90 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09ea0d2a-64f5-47f7-8742-ffc930d62d90 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-b3f7bc33-d49a-41ca-878b-b474c4df673c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b3f7bc33-d49a-41ca-878b-b474c4df673c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-91e901eb-8b01-4657-b999-9b0409131bee {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-91e901eb-8b01-4657-b999-9b0409131bee:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-91e901eb-8b01-4657-b999-9b0409131bee:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-91e901eb-8b01-4657-b999-9b0409131bee-root {
    text-align: center;
  }


#s-91e901eb-8b01-4657-b999-9b0409131bee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-91e901eb-8b01-4657-b999-9b0409131bee-root {
    text-align: center;
  }


#s-91e901eb-8b01-4657-b999-9b0409131bee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-91e901eb-8b01-4657-b999-9b0409131bee-root {
    text-align: center;
  }


#s-91e901eb-8b01-4657-b999-9b0409131bee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-91e901eb-8b01-4657-b999-9b0409131bee-root {
    text-align: center;
  }


#s-91e901eb-8b01-4657-b999-9b0409131bee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-91e901eb-8b01-4657-b999-9b0409131bee-root {
    text-align: center;
  }


#s-91e901eb-8b01-4657-b999-9b0409131bee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-2f26776f-04bb-46a5-8f8c-b2d5c15c439c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f26776f-04bb-46a5-8f8c-b2d5c15c439c .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-40cafd62-dd0f-4992-a3bc-4cc88fad9ac8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-40cafd62-dd0f-4992-a3bc-4cc88fad9ac8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e2f28074-d8f2-4cbe-8f98-2104e877cd01 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-e2f28074-d8f2-4cbe-8f98-2104e877cd01:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e2f28074-d8f2-4cbe-8f98-2104e877cd01:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e2f28074-d8f2-4cbe-8f98-2104e877cd01-root {
    text-align: center;
  }


#s-e2f28074-d8f2-4cbe-8f98-2104e877cd01.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e2f28074-d8f2-4cbe-8f98-2104e877cd01-root {
    text-align: center;
  }


#s-e2f28074-d8f2-4cbe-8f98-2104e877cd01.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e2f28074-d8f2-4cbe-8f98-2104e877cd01-root {
    text-align: center;
  }


#s-e2f28074-d8f2-4cbe-8f98-2104e877cd01.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e2f28074-d8f2-4cbe-8f98-2104e877cd01-root {
    text-align: center;
  }


#s-e2f28074-d8f2-4cbe-8f98-2104e877cd01.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e2f28074-d8f2-4cbe-8f98-2104e877cd01-root {
    text-align: center;
  }


#s-e2f28074-d8f2-4cbe-8f98-2104e877cd01.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-3d9f38d1-f88e-40c5-94db-d71dd9422d84 {
  display: none;
}
#s-3d9f38d1-f88e-40c5-94db-d71dd9422d84, #wrap-s-3d9f38d1-f88e-40c5-94db-d71dd9422d84 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d9f38d1-f88e-40c5-94db-d71dd9422d84 {
  display: none;
}
#s-3d9f38d1-f88e-40c5-94db-d71dd9422d84, #wrap-s-3d9f38d1-f88e-40c5-94db-d71dd9422d84 { display: none !important; }}@media (max-width: 767px){#s-3d9f38d1-f88e-40c5-94db-d71dd9422d84 {
  display: none;
}
#s-3d9f38d1-f88e-40c5-94db-d71dd9422d84, #wrap-s-3d9f38d1-f88e-40c5-94db-d71dd9422d84 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3d9f38d1-f88e-40c5-94db-d71dd9422d84"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3d9f38d1-f88e-40c5-94db-d71dd9422d84"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3d9f38d1-f88e-40c5-94db-d71dd9422d84"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3d9f38d1-f88e-40c5-94db-d71dd9422d84"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-49f7fddc-9493-408f-a52b-2d19b8f395e6 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-49f7fddc-9493-408f-a52b-2d19b8f395e6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-49f7fddc-9493-408f-a52b-2d19b8f395e6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-49f7fddc-9493-408f-a52b-2d19b8f395e6-root {
    text-align: center;
  }


#s-49f7fddc-9493-408f-a52b-2d19b8f395e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-49f7fddc-9493-408f-a52b-2d19b8f395e6-root {
    text-align: center;
  }


#s-49f7fddc-9493-408f-a52b-2d19b8f395e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-49f7fddc-9493-408f-a52b-2d19b8f395e6-root {
    text-align: center;
  }


#s-49f7fddc-9493-408f-a52b-2d19b8f395e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-49f7fddc-9493-408f-a52b-2d19b8f395e6-root {
    text-align: center;
  }


#s-49f7fddc-9493-408f-a52b-2d19b8f395e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-49f7fddc-9493-408f-a52b-2d19b8f395e6-root {
    text-align: center;
  }


#s-49f7fddc-9493-408f-a52b-2d19b8f395e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-92233615-1124-42e4-a58f-a4ff0d388096 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-92233615-1124-42e4-a58f-a4ff0d388096:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-92233615-1124-42e4-a58f-a4ff0d388096:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-92233615-1124-42e4-a58f-a4ff0d388096-root {
    text-align: center;
  }


#s-92233615-1124-42e4-a58f-a4ff0d388096.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-92233615-1124-42e4-a58f-a4ff0d388096-root {
    text-align: center;
  }


#s-92233615-1124-42e4-a58f-a4ff0d388096.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-92233615-1124-42e4-a58f-a4ff0d388096-root {
    text-align: center;
  }


#s-92233615-1124-42e4-a58f-a4ff0d388096.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-92233615-1124-42e4-a58f-a4ff0d388096-root {
    text-align: center;
  }


#s-92233615-1124-42e4-a58f-a4ff0d388096.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-92233615-1124-42e4-a58f-a4ff0d388096-root {
    text-align: center;
  }


#s-92233615-1124-42e4-a58f-a4ff0d388096.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0cdcdeee-110a-420d-83f5-ddf6b6cb5f7d {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-0cdcdeee-110a-420d-83f5-ddf6b6cb5f7d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0cdcdeee-110a-420d-83f5-ddf6b6cb5f7d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0cdcdeee-110a-420d-83f5-ddf6b6cb5f7d-root {
    text-align: center;
  }


#s-0cdcdeee-110a-420d-83f5-ddf6b6cb5f7d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0cdcdeee-110a-420d-83f5-ddf6b6cb5f7d-root {
    text-align: center;
  }


#s-0cdcdeee-110a-420d-83f5-ddf6b6cb5f7d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0cdcdeee-110a-420d-83f5-ddf6b6cb5f7d-root {
    text-align: center;
  }


#s-0cdcdeee-110a-420d-83f5-ddf6b6cb5f7d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0cdcdeee-110a-420d-83f5-ddf6b6cb5f7d-root {
    text-align: center;
  }


#s-0cdcdeee-110a-420d-83f5-ddf6b6cb5f7d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0cdcdeee-110a-420d-83f5-ddf6b6cb5f7d-root {
    text-align: center;
  }


#s-0cdcdeee-110a-420d-83f5-ddf6b6cb5f7d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c9b56a57-5b3a-492f-ab15-fc3d340ac959 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-c9b56a57-5b3a-492f-ab15-fc3d340ac959:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c9b56a57-5b3a-492f-ab15-fc3d340ac959:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c9b56a57-5b3a-492f-ab15-fc3d340ac959-root {
    text-align: center;
  }


#s-c9b56a57-5b3a-492f-ab15-fc3d340ac959.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c9b56a57-5b3a-492f-ab15-fc3d340ac959-root {
    text-align: center;
  }


#s-c9b56a57-5b3a-492f-ab15-fc3d340ac959.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c9b56a57-5b3a-492f-ab15-fc3d340ac959-root {
    text-align: center;
  }


#s-c9b56a57-5b3a-492f-ab15-fc3d340ac959.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c9b56a57-5b3a-492f-ab15-fc3d340ac959-root {
    text-align: center;
  }


#s-c9b56a57-5b3a-492f-ab15-fc3d340ac959.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c9b56a57-5b3a-492f-ab15-fc3d340ac959-root {
    text-align: center;
  }


#s-c9b56a57-5b3a-492f-ab15-fc3d340ac959.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-deb7166c-1a0b-45e8-88c0-0f67b261869a {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-deb7166c-1a0b-45e8-88c0-0f67b261869a {
  display: none;
}
#s-deb7166c-1a0b-45e8-88c0-0f67b261869a, #wrap-s-deb7166c-1a0b-45e8-88c0-0f67b261869a { display: none !important; }}@media (max-width: 767px){#s-deb7166c-1a0b-45e8-88c0-0f67b261869a {
  display: none;
}
#s-deb7166c-1a0b-45e8-88c0-0f67b261869a, #wrap-s-deb7166c-1a0b-45e8-88c0-0f67b261869a { display: none !important; }}







#s-deb7166c-1a0b-45e8-88c0-0f67b261869a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-deb7166c-1a0b-45e8-88c0-0f67b261869a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df55513e-d49c-4ed0-a0f0-cb05cbe336ba {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
}

#s-df55513e-d49c-4ed0-a0f0-cb05cbe336ba .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Century Gothic";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-df55513e-d49c-4ed0-a0f0-cb05cbe336ba .shogun-heading-component h1 a {
  color: #000;
}


@media (min-width: 0px) {
[id="s-871a1313-fc45-42e6-8910-2f0b27ca1270"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-871a1313-fc45-42e6-8910-2f0b27ca1270"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-871a1313-fc45-42e6-8910-2f0b27ca1270"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-871a1313-fc45-42e6-8910-2f0b27ca1270"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-46118710-2f74-4e37-b5c3-9dd60a6ed7e4 {
  text-align: center;
}







  #s-46118710-2f74-4e37-b5c3-9dd60a6ed7e4 img.shogun-image {
    

    
    
    
  }


#s-46118710-2f74-4e37-b5c3-9dd60a6ed7e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-5cde30c7-fe8d-4cc8-ab7e-4b94bd9e5ff5 {
  text-align: center;
}







  #s-5cde30c7-fe8d-4cc8-ab7e-4b94bd9e5ff5 img.shogun-image {
    

    
    
    
  }


#s-5cde30c7-fe8d-4cc8-ab7e-4b94bd9e5ff5 .shogun-image-content {
  
    align-items: center;
  
}

#s-5087e7f9-c86d-4984-9b19-621b91eab134 {
  text-align: center;
}







  #s-5087e7f9-c86d-4984-9b19-621b91eab134 img.shogun-image {
    

    
    
    
  }


#s-5087e7f9-c86d-4984-9b19-621b91eab134 .shogun-image-content {
  
    align-items: center;
  
}

#s-3d73da86-47bf-4577-a71c-d927c799cf4f {
  text-align: center;
}







  #s-3d73da86-47bf-4577-a71c-d927c799cf4f img.shogun-image {
    

    
    
    
  }


#s-3d73da86-47bf-4577-a71c-d927c799cf4f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-96c44d84-d820-47a0-8c8b-eee0dfd4795b {
  display: none;
}
#s-96c44d84-d820-47a0-8c8b-eee0dfd4795b, #wrap-s-96c44d84-d820-47a0-8c8b-eee0dfd4795b { display: none !important; }}@media (max-width: 767px){#s-96c44d84-d820-47a0-8c8b-eee0dfd4795b {
  display: none;
}
#s-96c44d84-d820-47a0-8c8b-eee0dfd4795b, #wrap-s-96c44d84-d820-47a0-8c8b-eee0dfd4795b { display: none !important; }}
@media (min-width: 0px) {
[id="s-96c44d84-d820-47a0-8c8b-eee0dfd4795b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-96c44d84-d820-47a0-8c8b-eee0dfd4795b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-96c44d84-d820-47a0-8c8b-eee0dfd4795b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-96c44d84-d820-47a0-8c8b-eee0dfd4795b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-ebbbc5ef-c51a-4e66-9614-7f29d6f23976 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ebbbc5ef-c51a-4e66-9614-7f29d6f23976 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-9d49b57b-86ea-4747-a6a9-374221179e10 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d49b57b-86ea-4747-a6a9-374221179e10 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-983566dd-ba9e-4377-91c0-11498e2e20ea {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-983566dd-ba9e-4377-91c0-11498e2e20ea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-983566dd-ba9e-4377-91c0-11498e2e20ea:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-983566dd-ba9e-4377-91c0-11498e2e20ea-root {
    text-align: center;
  }


#s-983566dd-ba9e-4377-91c0-11498e2e20ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-983566dd-ba9e-4377-91c0-11498e2e20ea-root {
    text-align: center;
  }


#s-983566dd-ba9e-4377-91c0-11498e2e20ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-983566dd-ba9e-4377-91c0-11498e2e20ea-root {
    text-align: center;
  }


#s-983566dd-ba9e-4377-91c0-11498e2e20ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-983566dd-ba9e-4377-91c0-11498e2e20ea-root {
    text-align: center;
  }


#s-983566dd-ba9e-4377-91c0-11498e2e20ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-983566dd-ba9e-4377-91c0-11498e2e20ea-root {
    text-align: center;
  }


#s-983566dd-ba9e-4377-91c0-11498e2e20ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-61a586ac-54cb-4b93-a299-30a02380ea64 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-61a586ac-54cb-4b93-a299-30a02380ea64 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-690fefaf-de33-4701-b452-67bc940a7974 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-690fefaf-de33-4701-b452-67bc940a7974 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-467614aa-259f-4324-81ab-281b8e4c1da8 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-467614aa-259f-4324-81ab-281b8e4c1da8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-467614aa-259f-4324-81ab-281b8e4c1da8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-467614aa-259f-4324-81ab-281b8e4c1da8-root {
    text-align: center;
  }


#s-467614aa-259f-4324-81ab-281b8e4c1da8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-467614aa-259f-4324-81ab-281b8e4c1da8-root {
    text-align: center;
  }


#s-467614aa-259f-4324-81ab-281b8e4c1da8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-467614aa-259f-4324-81ab-281b8e4c1da8-root {
    text-align: center;
  }


#s-467614aa-259f-4324-81ab-281b8e4c1da8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-467614aa-259f-4324-81ab-281b8e4c1da8-root {
    text-align: center;
  }


#s-467614aa-259f-4324-81ab-281b8e4c1da8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-467614aa-259f-4324-81ab-281b8e4c1da8-root {
    text-align: center;
  }


#s-467614aa-259f-4324-81ab-281b8e4c1da8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-00995d51-065a-4fe1-80ec-204cdba3a0df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00995d51-065a-4fe1-80ec-204cdba3a0df .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-aded496c-ec24-4337-af78-3794be128848 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aded496c-ec24-4337-af78-3794be128848 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-c785b6ed-94d7-4763-85a2-70302db0a1f9 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-c785b6ed-94d7-4763-85a2-70302db0a1f9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c785b6ed-94d7-4763-85a2-70302db0a1f9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c785b6ed-94d7-4763-85a2-70302db0a1f9-root {
    text-align: center;
  }


#s-c785b6ed-94d7-4763-85a2-70302db0a1f9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c785b6ed-94d7-4763-85a2-70302db0a1f9-root {
    text-align: center;
  }


#s-c785b6ed-94d7-4763-85a2-70302db0a1f9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c785b6ed-94d7-4763-85a2-70302db0a1f9-root {
    text-align: center;
  }


#s-c785b6ed-94d7-4763-85a2-70302db0a1f9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c785b6ed-94d7-4763-85a2-70302db0a1f9-root {
    text-align: center;
  }


#s-c785b6ed-94d7-4763-85a2-70302db0a1f9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c785b6ed-94d7-4763-85a2-70302db0a1f9-root {
    text-align: center;
  }


#s-c785b6ed-94d7-4763-85a2-70302db0a1f9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ed304ac0-39d4-49e6-8e91-e05a1798c1a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed304ac0-39d4-49e6-8e91-e05a1798c1a6 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-8edf5f43-9410-4e87-a9e5-7803bd9aed41 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8edf5f43-9410-4e87-a9e5-7803bd9aed41 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-21c48321-4217-4fe9-8569-d7e23dd933bf {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-21c48321-4217-4fe9-8569-d7e23dd933bf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-21c48321-4217-4fe9-8569-d7e23dd933bf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-21c48321-4217-4fe9-8569-d7e23dd933bf-root {
    text-align: center;
  }


#s-21c48321-4217-4fe9-8569-d7e23dd933bf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-21c48321-4217-4fe9-8569-d7e23dd933bf-root {
    text-align: center;
  }


#s-21c48321-4217-4fe9-8569-d7e23dd933bf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-21c48321-4217-4fe9-8569-d7e23dd933bf-root {
    text-align: center;
  }


#s-21c48321-4217-4fe9-8569-d7e23dd933bf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-21c48321-4217-4fe9-8569-d7e23dd933bf-root {
    text-align: center;
  }


#s-21c48321-4217-4fe9-8569-d7e23dd933bf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-21c48321-4217-4fe9-8569-d7e23dd933bf-root {
    text-align: center;
  }


#s-21c48321-4217-4fe9-8569-d7e23dd933bf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-8fc8e4e2-9770-454d-9cde-763925d0c164 {
  display: none;
}
#s-8fc8e4e2-9770-454d-9cde-763925d0c164, #wrap-s-8fc8e4e2-9770-454d-9cde-763925d0c164 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8fc8e4e2-9770-454d-9cde-763925d0c164 {
  display: none;
}
#s-8fc8e4e2-9770-454d-9cde-763925d0c164, #wrap-s-8fc8e4e2-9770-454d-9cde-763925d0c164 { display: none !important; }}@media (max-width: 767px){#s-8fc8e4e2-9770-454d-9cde-763925d0c164 {
  display: none;
}
#s-8fc8e4e2-9770-454d-9cde-763925d0c164, #wrap-s-8fc8e4e2-9770-454d-9cde-763925d0c164 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8fc8e4e2-9770-454d-9cde-763925d0c164"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8fc8e4e2-9770-454d-9cde-763925d0c164"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8fc8e4e2-9770-454d-9cde-763925d0c164"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8fc8e4e2-9770-454d-9cde-763925d0c164"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-5fd84035-c332-4cac-a91c-d460e2415301 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-5fd84035-c332-4cac-a91c-d460e2415301:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5fd84035-c332-4cac-a91c-d460e2415301:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5fd84035-c332-4cac-a91c-d460e2415301-root {
    text-align: center;
  }


#s-5fd84035-c332-4cac-a91c-d460e2415301.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5fd84035-c332-4cac-a91c-d460e2415301-root {
    text-align: center;
  }


#s-5fd84035-c332-4cac-a91c-d460e2415301.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5fd84035-c332-4cac-a91c-d460e2415301-root {
    text-align: center;
  }


#s-5fd84035-c332-4cac-a91c-d460e2415301.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5fd84035-c332-4cac-a91c-d460e2415301-root {
    text-align: center;
  }


#s-5fd84035-c332-4cac-a91c-d460e2415301.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5fd84035-c332-4cac-a91c-d460e2415301-root {
    text-align: center;
  }


#s-5fd84035-c332-4cac-a91c-d460e2415301.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f330a038-1e4c-4006-825e-c0288fb3ceb9 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-f330a038-1e4c-4006-825e-c0288fb3ceb9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f330a038-1e4c-4006-825e-c0288fb3ceb9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f330a038-1e4c-4006-825e-c0288fb3ceb9-root {
    text-align: center;
  }


#s-f330a038-1e4c-4006-825e-c0288fb3ceb9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f330a038-1e4c-4006-825e-c0288fb3ceb9-root {
    text-align: center;
  }


#s-f330a038-1e4c-4006-825e-c0288fb3ceb9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f330a038-1e4c-4006-825e-c0288fb3ceb9-root {
    text-align: center;
  }


#s-f330a038-1e4c-4006-825e-c0288fb3ceb9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f330a038-1e4c-4006-825e-c0288fb3ceb9-root {
    text-align: center;
  }


#s-f330a038-1e4c-4006-825e-c0288fb3ceb9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f330a038-1e4c-4006-825e-c0288fb3ceb9-root {
    text-align: center;
  }


#s-f330a038-1e4c-4006-825e-c0288fb3ceb9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a3094db9-6f63-4c64-b10a-0edc85e898b3 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-a3094db9-6f63-4c64-b10a-0edc85e898b3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a3094db9-6f63-4c64-b10a-0edc85e898b3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a3094db9-6f63-4c64-b10a-0edc85e898b3-root {
    text-align: center;
  }


#s-a3094db9-6f63-4c64-b10a-0edc85e898b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a3094db9-6f63-4c64-b10a-0edc85e898b3-root {
    text-align: center;
  }


#s-a3094db9-6f63-4c64-b10a-0edc85e898b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a3094db9-6f63-4c64-b10a-0edc85e898b3-root {
    text-align: center;
  }


#s-a3094db9-6f63-4c64-b10a-0edc85e898b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a3094db9-6f63-4c64-b10a-0edc85e898b3-root {
    text-align: center;
  }


#s-a3094db9-6f63-4c64-b10a-0edc85e898b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a3094db9-6f63-4c64-b10a-0edc85e898b3-root {
    text-align: center;
  }


#s-a3094db9-6f63-4c64-b10a-0edc85e898b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d9ef893f-8a0d-4ed9-bd1e-628218b7d12b {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d9ef893f-8a0d-4ed9-bd1e-628218b7d12b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d9ef893f-8a0d-4ed9-bd1e-628218b7d12b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d9ef893f-8a0d-4ed9-bd1e-628218b7d12b-root {
    text-align: center;
  }


#s-d9ef893f-8a0d-4ed9-bd1e-628218b7d12b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d9ef893f-8a0d-4ed9-bd1e-628218b7d12b-root {
    text-align: center;
  }


#s-d9ef893f-8a0d-4ed9-bd1e-628218b7d12b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d9ef893f-8a0d-4ed9-bd1e-628218b7d12b-root {
    text-align: center;
  }


#s-d9ef893f-8a0d-4ed9-bd1e-628218b7d12b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d9ef893f-8a0d-4ed9-bd1e-628218b7d12b-root {
    text-align: center;
  }


#s-d9ef893f-8a0d-4ed9-bd1e-628218b7d12b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d9ef893f-8a0d-4ed9-bd1e-628218b7d12b-root {
    text-align: center;
  }


#s-d9ef893f-8a0d-4ed9-bd1e-628218b7d12b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f78c9014-050a-455e-9e60-b1ef8262f34d {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f78c9014-050a-455e-9e60-b1ef8262f34d {
  
}
}@media (max-width: 767px){#s-f78c9014-050a-455e-9e60-b1ef8262f34d {
  display: none;
}
#s-f78c9014-050a-455e-9e60-b1ef8262f34d, #wrap-s-f78c9014-050a-455e-9e60-b1ef8262f34d { display: none !important; }}







#s-f78c9014-050a-455e-9e60-b1ef8262f34d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f78c9014-050a-455e-9e60-b1ef8262f34d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee4c312e-6c31-4dbb-85f8-d7406e21efb6 {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
}
@media (max-width: 767px){#s-ee4c312e-6c31-4dbb-85f8-d7406e21efb6 {
  display: none;
}
#s-ee4c312e-6c31-4dbb-85f8-d7406e21efb6, #wrap-s-ee4c312e-6c31-4dbb-85f8-d7406e21efb6 { display: none !important; }}
#s-ee4c312e-6c31-4dbb-85f8-d7406e21efb6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Century Gothic";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-ee4c312e-6c31-4dbb-85f8-d7406e21efb6 .shogun-heading-component h1 a {
  color: #000;
}


@media (max-width: 767px){#s-ccb53dc8-d4c3-41b3-8178-6299ab9d3ce4 {
  display: none;
}
#s-ccb53dc8-d4c3-41b3-8178-6299ab9d3ce4, #wrap-s-ccb53dc8-d4c3-41b3-8178-6299ab9d3ce4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ccb53dc8-d4c3-41b3-8178-6299ab9d3ce4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ccb53dc8-d4c3-41b3-8178-6299ab9d3ce4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ccb53dc8-d4c3-41b3-8178-6299ab9d3ce4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ccb53dc8-d4c3-41b3-8178-6299ab9d3ce4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-952822e7-b14d-4078-a51d-528ddf6020e0 {
  text-align: center;
}







  #s-952822e7-b14d-4078-a51d-528ddf6020e0 img.shogun-image {
    

    
    
    
  }


#s-952822e7-b14d-4078-a51d-528ddf6020e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea0bb925-5e59-47df-9027-9feb392fd147 {
  text-align: center;
}







  #s-ea0bb925-5e59-47df-9027-9feb392fd147 img.shogun-image {
    

    
    
    
  }


#s-ea0bb925-5e59-47df-9027-9feb392fd147 .shogun-image-content {
  
    align-items: center;
  
}

#s-64baf8e6-7ff5-41ca-988e-a1b105e95751 {
  text-align: center;
}







  #s-64baf8e6-7ff5-41ca-988e-a1b105e95751 img.shogun-image {
    

    
    
    
  }


#s-64baf8e6-7ff5-41ca-988e-a1b105e95751 .shogun-image-content {
  
    align-items: center;
  
}

#s-d018b600-3cb5-4a58-a33b-6c701a094d2d {
  text-align: center;
}







  #s-d018b600-3cb5-4a58-a33b-6c701a094d2d img.shogun-image {
    

    
    
    
  }


#s-d018b600-3cb5-4a58-a33b-6c701a094d2d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-cc034853-6063-47a1-ba55-c89fdc8a1743 {
  
}
}@media (max-width: 767px){#s-cc034853-6063-47a1-ba55-c89fdc8a1743 {
  display: none;
}
#s-cc034853-6063-47a1-ba55-c89fdc8a1743, #wrap-s-cc034853-6063-47a1-ba55-c89fdc8a1743 { display: none !important; }}
@media (min-width: 0px) {
[id="s-cc034853-6063-47a1-ba55-c89fdc8a1743"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cc034853-6063-47a1-ba55-c89fdc8a1743"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-cc034853-6063-47a1-ba55-c89fdc8a1743"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-cc034853-6063-47a1-ba55-c89fdc8a1743"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-318ab6e7-7964-4152-bbb6-b3024d84b72c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-318ab6e7-7964-4152-bbb6-b3024d84b72c .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-6bf13f6d-e2d3-489a-a0ad-833d3b6636b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6bf13f6d-e2d3-489a-a0ad-833d3b6636b0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d870373c-4f2b-4f9d-90a3-f2c8c4f66e26 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 1px;
padding-bottom: 6px;
padding-right: 1px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d870373c-4f2b-4f9d-90a3-f2c8c4f66e26:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d870373c-4f2b-4f9d-90a3-f2c8c4f66e26:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d870373c-4f2b-4f9d-90a3-f2c8c4f66e26-root {
    text-align: center;
  }


#s-d870373c-4f2b-4f9d-90a3-f2c8c4f66e26.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d870373c-4f2b-4f9d-90a3-f2c8c4f66e26-root {
    text-align: center;
  }


#s-d870373c-4f2b-4f9d-90a3-f2c8c4f66e26.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d870373c-4f2b-4f9d-90a3-f2c8c4f66e26-root {
    text-align: center;
  }


#s-d870373c-4f2b-4f9d-90a3-f2c8c4f66e26.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d870373c-4f2b-4f9d-90a3-f2c8c4f66e26-root {
    text-align: center;
  }


#s-d870373c-4f2b-4f9d-90a3-f2c8c4f66e26.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d870373c-4f2b-4f9d-90a3-f2c8c4f66e26-root {
    text-align: center;
  }


#s-d870373c-4f2b-4f9d-90a3-f2c8c4f66e26.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b77143ac-410d-4354-bf3a-986baf4ae4f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b77143ac-410d-4354-bf3a-986baf4ae4f7 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-18fff0aa-a24f-4c10-8884-4d6ce7cb7a57 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-18fff0aa-a24f-4c10-8884-4d6ce7cb7a57 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-271d5c25-cf57-48b5-a352-e27fe03a4d65 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 1px;
padding-bottom: 6px;
padding-right: 1px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-271d5c25-cf57-48b5-a352-e27fe03a4d65:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-271d5c25-cf57-48b5-a352-e27fe03a4d65:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-271d5c25-cf57-48b5-a352-e27fe03a4d65-root {
    text-align: center;
  }


#s-271d5c25-cf57-48b5-a352-e27fe03a4d65.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-271d5c25-cf57-48b5-a352-e27fe03a4d65-root {
    text-align: center;
  }


#s-271d5c25-cf57-48b5-a352-e27fe03a4d65.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-271d5c25-cf57-48b5-a352-e27fe03a4d65-root {
    text-align: center;
  }


#s-271d5c25-cf57-48b5-a352-e27fe03a4d65.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-271d5c25-cf57-48b5-a352-e27fe03a4d65-root {
    text-align: center;
  }


#s-271d5c25-cf57-48b5-a352-e27fe03a4d65.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-271d5c25-cf57-48b5-a352-e27fe03a4d65-root {
    text-align: center;
  }


#s-271d5c25-cf57-48b5-a352-e27fe03a4d65.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-98967882-0a5b-4b61-b0c4-ee1043009f94 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98967882-0a5b-4b61-b0c4-ee1043009f94 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-350bf795-78c1-4b7a-8a8f-6ec2b96b1b91 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-350bf795-78c1-4b7a-8a8f-6ec2b96b1b91 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-15898ed2-2adc-43be-a863-1c13c67b7eb5 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 1px;
padding-bottom: 6px;
padding-right: 1px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-15898ed2-2adc-43be-a863-1c13c67b7eb5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-15898ed2-2adc-43be-a863-1c13c67b7eb5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-15898ed2-2adc-43be-a863-1c13c67b7eb5-root {
    text-align: center;
  }


#s-15898ed2-2adc-43be-a863-1c13c67b7eb5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-15898ed2-2adc-43be-a863-1c13c67b7eb5-root {
    text-align: center;
  }


#s-15898ed2-2adc-43be-a863-1c13c67b7eb5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-15898ed2-2adc-43be-a863-1c13c67b7eb5-root {
    text-align: center;
  }


#s-15898ed2-2adc-43be-a863-1c13c67b7eb5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-15898ed2-2adc-43be-a863-1c13c67b7eb5-root {
    text-align: center;
  }


#s-15898ed2-2adc-43be-a863-1c13c67b7eb5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-15898ed2-2adc-43be-a863-1c13c67b7eb5-root {
    text-align: center;
  }


#s-15898ed2-2adc-43be-a863-1c13c67b7eb5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e7ecc92f-a957-4901-aeee-13f47cd08006 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e7ecc92f-a957-4901-aeee-13f47cd08006 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-ddad0367-1829-41aa-9324-9ca5ba1b6046 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ddad0367-1829-41aa-9324-9ca5ba1b6046 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-aeac46d1-8c88-4e5a-b22f-e65b63e80474 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 1px;
padding-bottom: 6px;
padding-right: 1px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-aeac46d1-8c88-4e5a-b22f-e65b63e80474:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aeac46d1-8c88-4e5a-b22f-e65b63e80474:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-aeac46d1-8c88-4e5a-b22f-e65b63e80474-root {
    text-align: center;
  }


#s-aeac46d1-8c88-4e5a-b22f-e65b63e80474.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aeac46d1-8c88-4e5a-b22f-e65b63e80474-root {
    text-align: center;
  }


#s-aeac46d1-8c88-4e5a-b22f-e65b63e80474.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aeac46d1-8c88-4e5a-b22f-e65b63e80474-root {
    text-align: center;
  }


#s-aeac46d1-8c88-4e5a-b22f-e65b63e80474.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aeac46d1-8c88-4e5a-b22f-e65b63e80474-root {
    text-align: center;
  }


#s-aeac46d1-8c88-4e5a-b22f-e65b63e80474.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aeac46d1-8c88-4e5a-b22f-e65b63e80474-root {
    text-align: center;
  }


#s-aeac46d1-8c88-4e5a-b22f-e65b63e80474.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-816d5d6e-598e-4ea1-a457-f7596f6ff47d {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-816d5d6e-598e-4ea1-a457-f7596f6ff47d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-816d5d6e-598e-4ea1-a457-f7596f6ff47d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-816d5d6e-598e-4ea1-a457-f7596f6ff47d {
  display: none;
}
#s-816d5d6e-598e-4ea1-a457-f7596f6ff47d, #wrap-s-816d5d6e-598e-4ea1-a457-f7596f6ff47d { display: none !important; }}
#s-816d5d6e-598e-4ea1-a457-f7596f6ff47d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-816d5d6e-598e-4ea1-a457-f7596f6ff47d .shg-sld-nav-button.shg-sld-left,
#s-816d5d6e-598e-4ea1-a457-f7596f6ff47d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-0988685c-1c87-47d7-9056-3d958b9697a9 {
  padding-left: 2%;
padding-right: 2%;
}
@media (max-width: 767px){#s-0988685c-1c87-47d7-9056-3d958b9697a9 {
  display: none;
}
#s-0988685c-1c87-47d7-9056-3d958b9697a9, #wrap-s-0988685c-1c87-47d7-9056-3d958b9697a9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0988685c-1c87-47d7-9056-3d958b9697a9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0988685c-1c87-47d7-9056-3d958b9697a9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0988685c-1c87-47d7-9056-3d958b9697a9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0988685c-1c87-47d7-9056-3d958b9697a9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-f3c9ee0c-ccba-4a37-b000-f60bec3dd7fc {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f3c9ee0c-ccba-4a37-b000-f60bec3dd7fc img.shogun-image,
  #s-f3c9ee0c-ccba-4a37-b000-f60bec3dd7fc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3c9ee0c-ccba-4a37-b000-f60bec3dd7fc {
    width: 100%;
    height: auto;
  }



  #s-f3c9ee0c-ccba-4a37-b000-f60bec3dd7fc img.shogun-image {
    

    
    
    
  }


#s-f3c9ee0c-ccba-4a37-b000-f60bec3dd7fc .shogun-image-content {
  
    align-items: center;
  
}

#s-1e6a207b-f204-4f3b-ac99-3723acd5a9c8 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-1e6a207b-f204-4f3b-ac99-3723acd5a9c8 img.shogun-image,
  #s-1e6a207b-f204-4f3b-ac99-3723acd5a9c8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1e6a207b-f204-4f3b-ac99-3723acd5a9c8 {
    width: 100%;
    height: auto;
  }



  #s-1e6a207b-f204-4f3b-ac99-3723acd5a9c8 img.shogun-image {
    

    
    
    
  }


#s-1e6a207b-f204-4f3b-ac99-3723acd5a9c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0dc38c8-5080-4fd3-9696-a562709fdcdf {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c0dc38c8-5080-4fd3-9696-a562709fdcdf img.shogun-image,
  #s-c0dc38c8-5080-4fd3-9696-a562709fdcdf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c0dc38c8-5080-4fd3-9696-a562709fdcdf {
    width: 100%;
    height: auto;
  }



  #s-c0dc38c8-5080-4fd3-9696-a562709fdcdf img.shogun-image {
    

    
    
    
  }


#s-c0dc38c8-5080-4fd3-9696-a562709fdcdf .shogun-image-content {
  
    align-items: center;
  
}

#s-4e279c3d-cc6e-49df-bce7-68e11a7397f5 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-4e279c3d-cc6e-49df-bce7-68e11a7397f5 img.shogun-image,
  #s-4e279c3d-cc6e-49df-bce7-68e11a7397f5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e279c3d-cc6e-49df-bce7-68e11a7397f5 {
    width: 100%;
    height: auto;
  }



  #s-4e279c3d-cc6e-49df-bce7-68e11a7397f5 img.shogun-image {
    

    
    
    
  }


#s-4e279c3d-cc6e-49df-bce7-68e11a7397f5 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-ca3f1518-bea3-4997-9406-66ba2accd2df {
  
}
}@media (max-width: 767px){#s-ca3f1518-bea3-4997-9406-66ba2accd2df {
  display: none;
}
#s-ca3f1518-bea3-4997-9406-66ba2accd2df, #wrap-s-ca3f1518-bea3-4997-9406-66ba2accd2df { display: none !important; }}
@media (min-width: 0px) {
[id="s-ca3f1518-bea3-4997-9406-66ba2accd2df"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ca3f1518-bea3-4997-9406-66ba2accd2df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ca3f1518-bea3-4997-9406-66ba2accd2df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ca3f1518-bea3-4997-9406-66ba2accd2df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-d56618dd-2257-4bfb-b690-5770b70043e5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d56618dd-2257-4bfb-b690-5770b70043e5 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-673c20c3-0392-417f-a170-8f48c7c96599 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-673c20c3-0392-417f-a170-8f48c7c96599 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-093fe21d-a214-48de-82f7-981c44f797fd {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-093fe21d-a214-48de-82f7-981c44f797fd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-093fe21d-a214-48de-82f7-981c44f797fd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-093fe21d-a214-48de-82f7-981c44f797fd-root {
    text-align: center;
  }


#s-093fe21d-a214-48de-82f7-981c44f797fd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-093fe21d-a214-48de-82f7-981c44f797fd-root {
    text-align: center;
  }


#s-093fe21d-a214-48de-82f7-981c44f797fd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-093fe21d-a214-48de-82f7-981c44f797fd-root {
    text-align: center;
  }


#s-093fe21d-a214-48de-82f7-981c44f797fd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-093fe21d-a214-48de-82f7-981c44f797fd-root {
    text-align: center;
  }


#s-093fe21d-a214-48de-82f7-981c44f797fd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-093fe21d-a214-48de-82f7-981c44f797fd-root {
    text-align: center;
  }


#s-093fe21d-a214-48de-82f7-981c44f797fd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f9248062-6153-48cf-b51a-33eadd240f83 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9248062-6153-48cf-b51a-33eadd240f83 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-99ccf07c-42d9-4cfa-8174-0735a9be18e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99ccf07c-42d9-4cfa-8174-0735a9be18e8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-6e5d7104-d227-4375-ba17-fd12a84477ab {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-6e5d7104-d227-4375-ba17-fd12a84477ab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6e5d7104-d227-4375-ba17-fd12a84477ab:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6e5d7104-d227-4375-ba17-fd12a84477ab-root {
    text-align: center;
  }


#s-6e5d7104-d227-4375-ba17-fd12a84477ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6e5d7104-d227-4375-ba17-fd12a84477ab-root {
    text-align: center;
  }


#s-6e5d7104-d227-4375-ba17-fd12a84477ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6e5d7104-d227-4375-ba17-fd12a84477ab-root {
    text-align: center;
  }


#s-6e5d7104-d227-4375-ba17-fd12a84477ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6e5d7104-d227-4375-ba17-fd12a84477ab-root {
    text-align: center;
  }


#s-6e5d7104-d227-4375-ba17-fd12a84477ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6e5d7104-d227-4375-ba17-fd12a84477ab-root {
    text-align: center;
  }


#s-6e5d7104-d227-4375-ba17-fd12a84477ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b0bab864-0bf4-49cc-80cd-da0990ea47e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b0bab864-0bf4-49cc-80cd-da0990ea47e7 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-2ad5507d-bb6c-4207-b473-41cfa7eef0f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2ad5507d-bb6c-4207-b473-41cfa7eef0f3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-3048840e-59b0-427c-ba10-39ee151fc3d4 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-3048840e-59b0-427c-ba10-39ee151fc3d4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3048840e-59b0-427c-ba10-39ee151fc3d4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3048840e-59b0-427c-ba10-39ee151fc3d4-root {
    text-align: center;
  }


#s-3048840e-59b0-427c-ba10-39ee151fc3d4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3048840e-59b0-427c-ba10-39ee151fc3d4-root {
    text-align: center;
  }


#s-3048840e-59b0-427c-ba10-39ee151fc3d4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3048840e-59b0-427c-ba10-39ee151fc3d4-root {
    text-align: center;
  }


#s-3048840e-59b0-427c-ba10-39ee151fc3d4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3048840e-59b0-427c-ba10-39ee151fc3d4-root {
    text-align: center;
  }


#s-3048840e-59b0-427c-ba10-39ee151fc3d4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3048840e-59b0-427c-ba10-39ee151fc3d4-root {
    text-align: center;
  }


#s-3048840e-59b0-427c-ba10-39ee151fc3d4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ce75c49a-56a2-4b34-9bf2-abc1957e0556 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce75c49a-56a2-4b34-9bf2-abc1957e0556 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-ef4849f1-e92e-41dd-b4a4-59b32f106600 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef4849f1-e92e-41dd-b4a4-59b32f106600 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-17c50f9a-6212-49d8-860d-05726d0bac17 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-17c50f9a-6212-49d8-860d-05726d0bac17:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-17c50f9a-6212-49d8-860d-05726d0bac17:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-17c50f9a-6212-49d8-860d-05726d0bac17-root {
    text-align: center;
  }


#s-17c50f9a-6212-49d8-860d-05726d0bac17.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-17c50f9a-6212-49d8-860d-05726d0bac17-root {
    text-align: center;
  }


#s-17c50f9a-6212-49d8-860d-05726d0bac17.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-17c50f9a-6212-49d8-860d-05726d0bac17-root {
    text-align: center;
  }


#s-17c50f9a-6212-49d8-860d-05726d0bac17.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-17c50f9a-6212-49d8-860d-05726d0bac17-root {
    text-align: center;
  }


#s-17c50f9a-6212-49d8-860d-05726d0bac17.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-17c50f9a-6212-49d8-860d-05726d0bac17-root {
    text-align: center;
  }


#s-17c50f9a-6212-49d8-860d-05726d0bac17.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-521465bf-ea60-414b-8612-aeae0c87e6c5 {
  margin-top: 15px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(79, 79, 79, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-521465bf-ea60-414b-8612-aeae0c87e6c5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-521465bf-ea60-414b-8612-aeae0c87e6c5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-521465bf-ea60-414b-8612-aeae0c87e6c5 {
  display: none;
}
#s-521465bf-ea60-414b-8612-aeae0c87e6c5, #wrap-s-521465bf-ea60-414b-8612-aeae0c87e6c5 { display: none !important; }}@media (max-width: 767px){#s-521465bf-ea60-414b-8612-aeae0c87e6c5 {
  display: none;
}
#s-521465bf-ea60-414b-8612-aeae0c87e6c5, #wrap-s-521465bf-ea60-414b-8612-aeae0c87e6c5 { display: none !important; }}

  #s-521465bf-ea60-414b-8612-aeae0c87e6c5-root {
    text-align: center;
  }


#s-521465bf-ea60-414b-8612-aeae0c87e6c5.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-521465bf-ea60-414b-8612-aeae0c87e6c5-root {
    text-align: center;
  }


#s-521465bf-ea60-414b-8612-aeae0c87e6c5.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-521465bf-ea60-414b-8612-aeae0c87e6c5-root {
    text-align: center;
  }


#s-521465bf-ea60-414b-8612-aeae0c87e6c5.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-521465bf-ea60-414b-8612-aeae0c87e6c5-root {
    text-align: center;
  }


#s-521465bf-ea60-414b-8612-aeae0c87e6c5.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-521465bf-ea60-414b-8612-aeae0c87e6c5-root {
    text-align: center;
  }


#s-521465bf-ea60-414b-8612-aeae0c87e6c5.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
#s-59baffbb-1d23-495b-8ee0-125b55683f60 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-13cd8c54-259c-4e37-bdcb-538d328e4a5b {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-13cd8c54-259c-4e37-bdcb-538d328e4a5b {
  display: none;
}
#s-13cd8c54-259c-4e37-bdcb-538d328e4a5b, #wrap-s-13cd8c54-259c-4e37-bdcb-538d328e4a5b { display: none !important; }}@media (max-width: 767px){#s-13cd8c54-259c-4e37-bdcb-538d328e4a5b {
  display: none;
}
#s-13cd8c54-259c-4e37-bdcb-538d328e4a5b, #wrap-s-13cd8c54-259c-4e37-bdcb-538d328e4a5b { display: none !important; }}







#s-13cd8c54-259c-4e37-bdcb-538d328e4a5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13cd8c54-259c-4e37-bdcb-538d328e4a5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f53eae8c-0aed-4863-ab85-6772d0f18b3c {
  margin-top: 20px;
}

#s-60c52e78-4652-4619-be90-eb434d0d5b02 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-60c52e78-4652-4619-be90-eb434d0d5b02 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-60c52e78-4652-4619-be90-eb434d0d5b02 .shg-sld-nav-button.shg-sld-left,
#s-60c52e78-4652-4619-be90-eb434d0d5b02 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-8ac85075-95a9-4619-9b78-fd5a21453351"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8ac85075-95a9-4619-9b78-fd5a21453351"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8ac85075-95a9-4619-9b78-fd5a21453351"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8ac85075-95a9-4619-9b78-fd5a21453351"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e59c1cee-da04-420c-951d-0c9ac2ff6466 {
  text-align: center;
}







  #s-e59c1cee-da04-420c-951d-0c9ac2ff6466 img.shogun-image {
    

    
    
    
  }


#s-e59c1cee-da04-420c-951d-0c9ac2ff6466 .shogun-image-content {
  
    align-items: center;
  
}

#s-bd3d3bc8-3bb4-491e-8715-15118c96e46e {
  text-align: center;
}







  #s-bd3d3bc8-3bb4-491e-8715-15118c96e46e img.shogun-image {
    

    
    
    
  }


#s-bd3d3bc8-3bb4-491e-8715-15118c96e46e .shogun-image-content {
  
    align-items: center;
  
}

#s-dbc168a3-ee86-4ee8-85d0-ec3a736e06a0 {
  text-align: center;
}







  #s-dbc168a3-ee86-4ee8-85d0-ec3a736e06a0 img.shogun-image {
    

    
    
    
  }


#s-dbc168a3-ee86-4ee8-85d0-ec3a736e06a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-6e61a980-6777-4637-beb0-7233a9b1972a {
  text-align: center;
}







  #s-6e61a980-6777-4637-beb0-7233a9b1972a img.shogun-image {
    

    
    
    
  }


#s-6e61a980-6777-4637-beb0-7233a9b1972a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-f93d21bd-b233-4293-9042-aabd6ad08b1a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f93d21bd-b233-4293-9042-aabd6ad08b1a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f93d21bd-b233-4293-9042-aabd6ad08b1a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f93d21bd-b233-4293-9042-aabd6ad08b1a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-9665ddee-0584-464e-974f-ffcfdfb18f6e {
  text-align: center;
}







  #s-9665ddee-0584-464e-974f-ffcfdfb18f6e img.shogun-image {
    

    
    
    
  }


#s-9665ddee-0584-464e-974f-ffcfdfb18f6e .shogun-image-content {
  
    align-items: center;
  
}

#s-15a0c672-cf6b-4b42-8521-f9ce422d08d9 {
  text-align: center;
}







  #s-15a0c672-cf6b-4b42-8521-f9ce422d08d9 img.shogun-image {
    

    
    
    
  }


#s-15a0c672-cf6b-4b42-8521-f9ce422d08d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-263d62b3-0104-4bd3-a7b3-3d4cc688c5fd {
  text-align: center;
}







  #s-263d62b3-0104-4bd3-a7b3-3d4cc688c5fd img.shogun-image {
    

    
    
    
  }


#s-263d62b3-0104-4bd3-a7b3-3d4cc688c5fd .shogun-image-content {
  
    align-items: center;
  
}

#s-62c05a99-4a20-4452-bad5-be3a83b21048 {
  text-align: center;
}







  #s-62c05a99-4a20-4452-bad5-be3a83b21048 img.shogun-image {
    

    
    
    
  }


#s-62c05a99-4a20-4452-bad5-be3a83b21048 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f1c4a09-070a-4c49-bfec-00a1df8b2fce {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-3f1c4a09-070a-4c49-bfec-00a1df8b2fce {
  display: none;
}
#s-3f1c4a09-070a-4c49-bfec-00a1df8b2fce, #wrap-s-3f1c4a09-070a-4c49-bfec-00a1df8b2fce { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f1c4a09-070a-4c49-bfec-00a1df8b2fce {
  display: none;
}
#s-3f1c4a09-070a-4c49-bfec-00a1df8b2fce, #wrap-s-3f1c4a09-070a-4c49-bfec-00a1df8b2fce { display: none !important; }}@media (max-width: 767px){#s-3f1c4a09-070a-4c49-bfec-00a1df8b2fce {
  display: none;
}
#s-3f1c4a09-070a-4c49-bfec-00a1df8b2fce, #wrap-s-3f1c4a09-070a-4c49-bfec-00a1df8b2fce { display: none !important; }}
#s-3f1c4a09-070a-4c49-bfec-00a1df8b2fce .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-3f1c4a09-070a-4c49-bfec-00a1df8b2fce .shg-sld-nav-button.shg-sld-left,
#s-3f1c4a09-070a-4c49-bfec-00a1df8b2fce .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-3ee5c139-2b85-4cb4-9609-ff85d5ea6633"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3ee5c139-2b85-4cb4-9609-ff85d5ea6633"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3ee5c139-2b85-4cb4-9609-ff85d5ea6633"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3ee5c139-2b85-4cb4-9609-ff85d5ea6633"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c5ebe7e6-5fce-45d5-a6c2-71d6944fa136 {
  text-align: center;
}







  #s-c5ebe7e6-5fce-45d5-a6c2-71d6944fa136 img.shogun-image {
    

    
    
    
  }


#s-c5ebe7e6-5fce-45d5-a6c2-71d6944fa136 .shogun-image-content {
  
    align-items: center;
  
}

#s-bd8937ca-3cab-434d-9832-b91bdd61148e {
  text-align: center;
}







  #s-bd8937ca-3cab-434d-9832-b91bdd61148e img.shogun-image {
    

    
    
    
  }


#s-bd8937ca-3cab-434d-9832-b91bdd61148e .shogun-image-content {
  
    align-items: center;
  
}

#s-d3c1e0f5-0f7f-4cc5-a5f3-720bb6211670 {
  text-align: center;
}







  #s-d3c1e0f5-0f7f-4cc5-a5f3-720bb6211670 img.shogun-image {
    

    
    
    
  }


#s-d3c1e0f5-0f7f-4cc5-a5f3-720bb6211670 .shogun-image-content {
  
    align-items: center;
  
}

#s-c540081e-774b-41e9-8ae6-fc24b83054d3 {
  text-align: center;
}







  #s-c540081e-774b-41e9-8ae6-fc24b83054d3 img.shogun-image {
    

    
    
    
  }


#s-c540081e-774b-41e9-8ae6-fc24b83054d3 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-052364f2-0bf7-4d44-9fef-489064740648"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-052364f2-0bf7-4d44-9fef-489064740648"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-052364f2-0bf7-4d44-9fef-489064740648"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-052364f2-0bf7-4d44-9fef-489064740648"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-3e2e262a-13e0-4f56-ac67-23e7241ad460 {
  text-align: center;
}







  #s-3e2e262a-13e0-4f56-ac67-23e7241ad460 img.shogun-image {
    

    
    
    
  }


#s-3e2e262a-13e0-4f56-ac67-23e7241ad460 .shogun-image-content {
  
    align-items: center;
  
}

#s-8f1431ba-9f3c-40ff-9b81-db0ba404268d {
  text-align: center;
}







  #s-8f1431ba-9f3c-40ff-9b81-db0ba404268d img.shogun-image {
    

    
    
    
  }


#s-8f1431ba-9f3c-40ff-9b81-db0ba404268d .shogun-image-content {
  
    align-items: center;
  
}

#s-325ecf4b-0712-4641-8e81-c55a39a4d3a4 {
  text-align: center;
}







  #s-325ecf4b-0712-4641-8e81-c55a39a4d3a4 img.shogun-image {
    

    
    
    
  }


#s-325ecf4b-0712-4641-8e81-c55a39a4d3a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd173c72-e863-4719-b21c-8d9868835591 {
  text-align: center;
}







  #s-cd173c72-e863-4719-b21c-8d9868835591 img.shogun-image {
    

    
    
    
  }


#s-cd173c72-e863-4719-b21c-8d9868835591 .shogun-image-content {
  
    align-items: center;
  
}

#s-6dbf55a3-0ada-4a6e-ba31-f90e123866d0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6dbf55a3-0ada-4a6e-ba31-f90e123866d0 {
  display: none;
}
#s-6dbf55a3-0ada-4a6e-ba31-f90e123866d0, #wrap-s-6dbf55a3-0ada-4a6e-ba31-f90e123866d0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6dbf55a3-0ada-4a6e-ba31-f90e123866d0 {
  display: none;
}
#s-6dbf55a3-0ada-4a6e-ba31-f90e123866d0, #wrap-s-6dbf55a3-0ada-4a6e-ba31-f90e123866d0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6dbf55a3-0ada-4a6e-ba31-f90e123866d0 {
  display: none;
}
#s-6dbf55a3-0ada-4a6e-ba31-f90e123866d0, #wrap-s-6dbf55a3-0ada-4a6e-ba31-f90e123866d0 { display: none !important; }}







#s-6dbf55a3-0ada-4a6e-ba31-f90e123866d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6dbf55a3-0ada-4a6e-ba31-f90e123866d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43d657d9-9936-4cb1-bcb2-ffd3c7e3a714 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-43d657d9-9936-4cb1-bcb2-ffd3c7e3a714 {
  display: none;
}
#s-43d657d9-9936-4cb1-bcb2-ffd3c7e3a714, #wrap-s-43d657d9-9936-4cb1-bcb2-ffd3c7e3a714 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-43d657d9-9936-4cb1-bcb2-ffd3c7e3a714 {
  display: none;
}
#s-43d657d9-9936-4cb1-bcb2-ffd3c7e3a714, #wrap-s-43d657d9-9936-4cb1-bcb2-ffd3c7e3a714 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-43d657d9-9936-4cb1-bcb2-ffd3c7e3a714 {
  display: none;
}
#s-43d657d9-9936-4cb1-bcb2-ffd3c7e3a714, #wrap-s-43d657d9-9936-4cb1-bcb2-ffd3c7e3a714 { display: none !important; }}@media (max-width: 767px){#s-43d657d9-9936-4cb1-bcb2-ffd3c7e3a714 {
  
}
}
#s-43d657d9-9936-4cb1-bcb2-ffd3c7e3a714 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Century Gothic";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-bde03506-964e-4ead-872c-e3f27c239d9b {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-bde03506-964e-4ead-872c-e3f27c239d9b {
  display: none;
}
#s-bde03506-964e-4ead-872c-e3f27c239d9b, #wrap-s-bde03506-964e-4ead-872c-e3f27c239d9b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bde03506-964e-4ead-872c-e3f27c239d9b {
  display: none;
}
#s-bde03506-964e-4ead-872c-e3f27c239d9b, #wrap-s-bde03506-964e-4ead-872c-e3f27c239d9b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bde03506-964e-4ead-872c-e3f27c239d9b {
  display: none;
}
#s-bde03506-964e-4ead-872c-e3f27c239d9b, #wrap-s-bde03506-964e-4ead-872c-e3f27c239d9b { display: none !important; }}
#s-bde03506-964e-4ead-872c-e3f27c239d9b .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-bde03506-964e-4ead-872c-e3f27c239d9b .shg-sld-nav-button.shg-sld-left,
#s-bde03506-964e-4ead-872c-e3f27c239d9b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-a21c2d0a-630b-4b4e-8c97-e2aa0c2a7da5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-a21c2d0a-630b-4b4e-8c97-e2aa0c2a7da5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-a21c2d0a-630b-4b4e-8c97-e2aa0c2a7da5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-a21c2d0a-630b-4b4e-8c97-e2aa0c2a7da5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-2ed528a8-085d-4050-8486-d871424f158c {
  text-align: center;
}







  #s-2ed528a8-085d-4050-8486-d871424f158c img.shogun-image {
    

    
    
    
  }


#s-2ed528a8-085d-4050-8486-d871424f158c .shogun-image-content {
  
    align-items: center;
  
}

#s-90dc65aa-ccb3-48da-947b-662b620ba741 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-90dc65aa-ccb3-48da-947b-662b620ba741 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-5b959276-e6e3-48aa-be45-a84a8092c5b3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b959276-e6e3-48aa-be45-a84a8092c5b3 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-6ab0887e-4708-40e1-a7c2-deceea7e3120 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-6ab0887e-4708-40e1-a7c2-deceea7e3120:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6ab0887e-4708-40e1-a7c2-deceea7e3120:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6ab0887e-4708-40e1-a7c2-deceea7e3120 {
  display: none;
}
#s-6ab0887e-4708-40e1-a7c2-deceea7e3120, #wrap-s-6ab0887e-4708-40e1-a7c2-deceea7e3120 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ab0887e-4708-40e1-a7c2-deceea7e3120 {
  display: none;
}
#s-6ab0887e-4708-40e1-a7c2-deceea7e3120, #wrap-s-6ab0887e-4708-40e1-a7c2-deceea7e3120 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6ab0887e-4708-40e1-a7c2-deceea7e3120 {
  display: none;
}
#s-6ab0887e-4708-40e1-a7c2-deceea7e3120, #wrap-s-6ab0887e-4708-40e1-a7c2-deceea7e3120 { display: none !important; }}

  #s-6ab0887e-4708-40e1-a7c2-deceea7e3120-root {
    text-align: center;
  }


#s-6ab0887e-4708-40e1-a7c2-deceea7e3120.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6ab0887e-4708-40e1-a7c2-deceea7e3120-root {
    text-align: center;
  }


#s-6ab0887e-4708-40e1-a7c2-deceea7e3120.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6ab0887e-4708-40e1-a7c2-deceea7e3120-root {
    text-align: center;
  }


#s-6ab0887e-4708-40e1-a7c2-deceea7e3120.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6ab0887e-4708-40e1-a7c2-deceea7e3120-root {
    text-align: center;
  }


#s-6ab0887e-4708-40e1-a7c2-deceea7e3120.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6ab0887e-4708-40e1-a7c2-deceea7e3120-root {
    text-align: center;
  }


#s-6ab0887e-4708-40e1-a7c2-deceea7e3120.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-78df3b05-029f-46e6-bfde-4c254133331e {
  text-align: center;
}







  #s-78df3b05-029f-46e6-bfde-4c254133331e img.shogun-image {
    

    
    
    
  }


#s-78df3b05-029f-46e6-bfde-4c254133331e .shogun-image-content {
  
    align-items: center;
  
}

#s-d19a3cba-fd1b-4973-a411-1bae9e2c4cb6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d19a3cba-fd1b-4973-a411-1bae9e2c4cb6 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-5ddb0fdd-7850-44f5-bba4-1a224f5dcdfc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ddb0fdd-7850-44f5-bba4-1a224f5dcdfc .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-37a376c2-9a29-456a-90e3-ebb7c1c6052b {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-37a376c2-9a29-456a-90e3-ebb7c1c6052b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-37a376c2-9a29-456a-90e3-ebb7c1c6052b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-37a376c2-9a29-456a-90e3-ebb7c1c6052b {
  display: none;
}
#s-37a376c2-9a29-456a-90e3-ebb7c1c6052b, #wrap-s-37a376c2-9a29-456a-90e3-ebb7c1c6052b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-37a376c2-9a29-456a-90e3-ebb7c1c6052b {
  display: none;
}
#s-37a376c2-9a29-456a-90e3-ebb7c1c6052b, #wrap-s-37a376c2-9a29-456a-90e3-ebb7c1c6052b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-37a376c2-9a29-456a-90e3-ebb7c1c6052b {
  display: none;
}
#s-37a376c2-9a29-456a-90e3-ebb7c1c6052b, #wrap-s-37a376c2-9a29-456a-90e3-ebb7c1c6052b { display: none !important; }}

  #s-37a376c2-9a29-456a-90e3-ebb7c1c6052b-root {
    text-align: center;
  }


#s-37a376c2-9a29-456a-90e3-ebb7c1c6052b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-37a376c2-9a29-456a-90e3-ebb7c1c6052b-root {
    text-align: center;
  }


#s-37a376c2-9a29-456a-90e3-ebb7c1c6052b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-37a376c2-9a29-456a-90e3-ebb7c1c6052b-root {
    text-align: center;
  }


#s-37a376c2-9a29-456a-90e3-ebb7c1c6052b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-37a376c2-9a29-456a-90e3-ebb7c1c6052b-root {
    text-align: center;
  }


#s-37a376c2-9a29-456a-90e3-ebb7c1c6052b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-37a376c2-9a29-456a-90e3-ebb7c1c6052b-root {
    text-align: center;
  }


#s-37a376c2-9a29-456a-90e3-ebb7c1c6052b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-20179672-0c1e-428b-b0ae-17346a5c7fcb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-20179672-0c1e-428b-b0ae-17346a5c7fcb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-20179672-0c1e-428b-b0ae-17346a5c7fcb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-20179672-0c1e-428b-b0ae-17346a5c7fcb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-085c586b-404b-4936-9f52-e917700298fd {
  text-align: center;
}







  #s-085c586b-404b-4936-9f52-e917700298fd img.shogun-image {
    

    
    
    
  }


#s-085c586b-404b-4936-9f52-e917700298fd .shogun-image-content {
  
    align-items: center;
  
}

#s-0d956993-5b72-404e-8ce8-30d84bf34ada {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d956993-5b72-404e-8ce8-30d84bf34ada .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-4f32e1b8-baa0-430e-8545-e8b15071eda8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f32e1b8-baa0-430e-8545-e8b15071eda8 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-f2531e9b-411b-46a2-b84d-f9cb586f729b {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-f2531e9b-411b-46a2-b84d-f9cb586f729b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f2531e9b-411b-46a2-b84d-f9cb586f729b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f2531e9b-411b-46a2-b84d-f9cb586f729b {
  display: none;
}
#s-f2531e9b-411b-46a2-b84d-f9cb586f729b, #wrap-s-f2531e9b-411b-46a2-b84d-f9cb586f729b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f2531e9b-411b-46a2-b84d-f9cb586f729b {
  display: none;
}
#s-f2531e9b-411b-46a2-b84d-f9cb586f729b, #wrap-s-f2531e9b-411b-46a2-b84d-f9cb586f729b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f2531e9b-411b-46a2-b84d-f9cb586f729b {
  display: none;
}
#s-f2531e9b-411b-46a2-b84d-f9cb586f729b, #wrap-s-f2531e9b-411b-46a2-b84d-f9cb586f729b { display: none !important; }}

  #s-f2531e9b-411b-46a2-b84d-f9cb586f729b-root {
    text-align: center;
  }


#s-f2531e9b-411b-46a2-b84d-f9cb586f729b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f2531e9b-411b-46a2-b84d-f9cb586f729b-root {
    text-align: center;
  }


#s-f2531e9b-411b-46a2-b84d-f9cb586f729b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f2531e9b-411b-46a2-b84d-f9cb586f729b-root {
    text-align: center;
  }


#s-f2531e9b-411b-46a2-b84d-f9cb586f729b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f2531e9b-411b-46a2-b84d-f9cb586f729b-root {
    text-align: center;
  }


#s-f2531e9b-411b-46a2-b84d-f9cb586f729b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f2531e9b-411b-46a2-b84d-f9cb586f729b-root {
    text-align: center;
  }


#s-f2531e9b-411b-46a2-b84d-f9cb586f729b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4619df68-0c8c-41f6-abac-9412b3df8a24 {
  text-align: center;
}







  #s-4619df68-0c8c-41f6-abac-9412b3df8a24 img.shogun-image {
    

    
    
    
  }


#s-4619df68-0c8c-41f6-abac-9412b3df8a24 .shogun-image-content {
  
    align-items: center;
  
}

#s-5eece038-decc-4056-b122-a136c85cf5bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5eece038-decc-4056-b122-a136c85cf5bc .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-7849ccc3-9e45-44dc-9590-5aa0b05edbfd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7849ccc3-9e45-44dc-9590-5aa0b05edbfd .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-0d9efe7c-8b33-426f-9b92-eb93afaf312d {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-0d9efe7c-8b33-426f-9b92-eb93afaf312d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0d9efe7c-8b33-426f-9b92-eb93afaf312d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-0d9efe7c-8b33-426f-9b92-eb93afaf312d {
  display: none;
}
#s-0d9efe7c-8b33-426f-9b92-eb93afaf312d, #wrap-s-0d9efe7c-8b33-426f-9b92-eb93afaf312d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0d9efe7c-8b33-426f-9b92-eb93afaf312d {
  display: none;
}
#s-0d9efe7c-8b33-426f-9b92-eb93afaf312d, #wrap-s-0d9efe7c-8b33-426f-9b92-eb93afaf312d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0d9efe7c-8b33-426f-9b92-eb93afaf312d {
  display: none;
}
#s-0d9efe7c-8b33-426f-9b92-eb93afaf312d, #wrap-s-0d9efe7c-8b33-426f-9b92-eb93afaf312d { display: none !important; }}

  #s-0d9efe7c-8b33-426f-9b92-eb93afaf312d-root {
    text-align: center;
  }


#s-0d9efe7c-8b33-426f-9b92-eb93afaf312d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0d9efe7c-8b33-426f-9b92-eb93afaf312d-root {
    text-align: center;
  }


#s-0d9efe7c-8b33-426f-9b92-eb93afaf312d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0d9efe7c-8b33-426f-9b92-eb93afaf312d-root {
    text-align: center;
  }


#s-0d9efe7c-8b33-426f-9b92-eb93afaf312d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0d9efe7c-8b33-426f-9b92-eb93afaf312d-root {
    text-align: center;
  }


#s-0d9efe7c-8b33-426f-9b92-eb93afaf312d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0d9efe7c-8b33-426f-9b92-eb93afaf312d-root {
    text-align: center;
  }


#s-0d9efe7c-8b33-426f-9b92-eb93afaf312d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-6a54a052-04b9-49ee-b450-945d20734acb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-6a54a052-04b9-49ee-b450-945d20734acb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-6a54a052-04b9-49ee-b450-945d20734acb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-6a54a052-04b9-49ee-b450-945d20734acb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-8343cb5a-e885-4554-80ba-97fc32330c4b {
  text-align: center;
}







  #s-8343cb5a-e885-4554-80ba-97fc32330c4b img.shogun-image {
    

    
    
    
  }


#s-8343cb5a-e885-4554-80ba-97fc32330c4b .shogun-image-content {
  
    align-items: center;
  
}

#s-62e9718e-7d37-415c-9623-2c5a6d9808a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62e9718e-7d37-415c-9623-2c5a6d9808a6 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-049a53b4-6259-403c-9a69-36508cb213a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-049a53b4-6259-403c-9a69-36508cb213a5 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-2cc8ae13-2b86-4766-af50-b1c5f4a207c7 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-2cc8ae13-2b86-4766-af50-b1c5f4a207c7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2cc8ae13-2b86-4766-af50-b1c5f4a207c7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2cc8ae13-2b86-4766-af50-b1c5f4a207c7 {
  display: none;
}
#s-2cc8ae13-2b86-4766-af50-b1c5f4a207c7, #wrap-s-2cc8ae13-2b86-4766-af50-b1c5f4a207c7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2cc8ae13-2b86-4766-af50-b1c5f4a207c7 {
  display: none;
}
#s-2cc8ae13-2b86-4766-af50-b1c5f4a207c7, #wrap-s-2cc8ae13-2b86-4766-af50-b1c5f4a207c7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2cc8ae13-2b86-4766-af50-b1c5f4a207c7 {
  display: none;
}
#s-2cc8ae13-2b86-4766-af50-b1c5f4a207c7, #wrap-s-2cc8ae13-2b86-4766-af50-b1c5f4a207c7 { display: none !important; }}

  #s-2cc8ae13-2b86-4766-af50-b1c5f4a207c7-root {
    text-align: center;
  }


#s-2cc8ae13-2b86-4766-af50-b1c5f4a207c7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2cc8ae13-2b86-4766-af50-b1c5f4a207c7-root {
    text-align: center;
  }


#s-2cc8ae13-2b86-4766-af50-b1c5f4a207c7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2cc8ae13-2b86-4766-af50-b1c5f4a207c7-root {
    text-align: center;
  }


#s-2cc8ae13-2b86-4766-af50-b1c5f4a207c7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2cc8ae13-2b86-4766-af50-b1c5f4a207c7-root {
    text-align: center;
  }


#s-2cc8ae13-2b86-4766-af50-b1c5f4a207c7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2cc8ae13-2b86-4766-af50-b1c5f4a207c7-root {
    text-align: center;
  }


#s-2cc8ae13-2b86-4766-af50-b1c5f4a207c7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-43541e76-82cf-44e9-9e4c-490d4422964f {
  text-align: center;
}







  #s-43541e76-82cf-44e9-9e4c-490d4422964f img.shogun-image {
    

    
    
    
  }


#s-43541e76-82cf-44e9-9e4c-490d4422964f .shogun-image-content {
  
    align-items: center;
  
}

#s-e4f5a3c1-a6fd-4715-ae21-eecaf8e65de4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e4f5a3c1-a6fd-4715-ae21-eecaf8e65de4 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-1da6aa85-2195-420e-aebb-90c6d979b070 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1da6aa85-2195-420e-aebb-90c6d979b070 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-84c08781-973b-4d5c-a326-ea857a6a63dc {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-84c08781-973b-4d5c-a326-ea857a6a63dc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-84c08781-973b-4d5c-a326-ea857a6a63dc:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-84c08781-973b-4d5c-a326-ea857a6a63dc {
  display: none;
}
#s-84c08781-973b-4d5c-a326-ea857a6a63dc, #wrap-s-84c08781-973b-4d5c-a326-ea857a6a63dc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-84c08781-973b-4d5c-a326-ea857a6a63dc {
  display: none;
}
#s-84c08781-973b-4d5c-a326-ea857a6a63dc, #wrap-s-84c08781-973b-4d5c-a326-ea857a6a63dc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-84c08781-973b-4d5c-a326-ea857a6a63dc {
  display: none;
}
#s-84c08781-973b-4d5c-a326-ea857a6a63dc, #wrap-s-84c08781-973b-4d5c-a326-ea857a6a63dc { display: none !important; }}

  #s-84c08781-973b-4d5c-a326-ea857a6a63dc-root {
    text-align: center;
  }


#s-84c08781-973b-4d5c-a326-ea857a6a63dc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-84c08781-973b-4d5c-a326-ea857a6a63dc-root {
    text-align: center;
  }


#s-84c08781-973b-4d5c-a326-ea857a6a63dc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-84c08781-973b-4d5c-a326-ea857a6a63dc-root {
    text-align: center;
  }


#s-84c08781-973b-4d5c-a326-ea857a6a63dc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-84c08781-973b-4d5c-a326-ea857a6a63dc-root {
    text-align: center;
  }


#s-84c08781-973b-4d5c-a326-ea857a6a63dc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-84c08781-973b-4d5c-a326-ea857a6a63dc-root {
    text-align: center;
  }


#s-84c08781-973b-4d5c-a326-ea857a6a63dc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-55e42059-5106-40fb-98bb-2ef325719c4b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-55e42059-5106-40fb-98bb-2ef325719c4b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-55e42059-5106-40fb-98bb-2ef325719c4b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-55e42059-5106-40fb-98bb-2ef325719c4b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-7639ef57-def4-4883-be29-885fa4385f44 {
  text-align: center;
}







  #s-7639ef57-def4-4883-be29-885fa4385f44 img.shogun-image {
    

    
    
    
  }


#s-7639ef57-def4-4883-be29-885fa4385f44 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c08993f-f2d3-4677-92a1-a309be8d2eb9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8c08993f-f2d3-4677-92a1-a309be8d2eb9 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-747d09ec-619a-4883-a912-a1658a6cd610 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-747d09ec-619a-4883-a912-a1658a6cd610 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-1616cbe2-b5d6-4d15-b54f-0e8bd6b064d5 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-1616cbe2-b5d6-4d15-b54f-0e8bd6b064d5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1616cbe2-b5d6-4d15-b54f-0e8bd6b064d5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1616cbe2-b5d6-4d15-b54f-0e8bd6b064d5 {
  display: none;
}
#s-1616cbe2-b5d6-4d15-b54f-0e8bd6b064d5, #wrap-s-1616cbe2-b5d6-4d15-b54f-0e8bd6b064d5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1616cbe2-b5d6-4d15-b54f-0e8bd6b064d5 {
  display: none;
}
#s-1616cbe2-b5d6-4d15-b54f-0e8bd6b064d5, #wrap-s-1616cbe2-b5d6-4d15-b54f-0e8bd6b064d5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1616cbe2-b5d6-4d15-b54f-0e8bd6b064d5 {
  display: none;
}
#s-1616cbe2-b5d6-4d15-b54f-0e8bd6b064d5, #wrap-s-1616cbe2-b5d6-4d15-b54f-0e8bd6b064d5 { display: none !important; }}

  #s-1616cbe2-b5d6-4d15-b54f-0e8bd6b064d5-root {
    text-align: center;
  }


#s-1616cbe2-b5d6-4d15-b54f-0e8bd6b064d5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1616cbe2-b5d6-4d15-b54f-0e8bd6b064d5-root {
    text-align: center;
  }


#s-1616cbe2-b5d6-4d15-b54f-0e8bd6b064d5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1616cbe2-b5d6-4d15-b54f-0e8bd6b064d5-root {
    text-align: center;
  }


#s-1616cbe2-b5d6-4d15-b54f-0e8bd6b064d5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1616cbe2-b5d6-4d15-b54f-0e8bd6b064d5-root {
    text-align: center;
  }


#s-1616cbe2-b5d6-4d15-b54f-0e8bd6b064d5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1616cbe2-b5d6-4d15-b54f-0e8bd6b064d5-root {
    text-align: center;
  }


#s-1616cbe2-b5d6-4d15-b54f-0e8bd6b064d5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-dee1c520-5831-4250-83c7-1dacffbc807f {
  text-align: center;
}







  #s-dee1c520-5831-4250-83c7-1dacffbc807f img.shogun-image {
    

    
    
    
  }


#s-dee1c520-5831-4250-83c7-1dacffbc807f .shogun-image-content {
  
    align-items: center;
  
}

#s-a0fdaa46-e926-4bc5-b772-6774e9eea561 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a0fdaa46-e926-4bc5-b772-6774e9eea561 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-d5257578-b84f-4893-acfe-5018cd4c5513 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d5257578-b84f-4893-acfe-5018cd4c5513 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-bd32c880-027d-449f-896b-d77bb3cd9f05 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-bd32c880-027d-449f-896b-d77bb3cd9f05:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bd32c880-027d-449f-896b-d77bb3cd9f05:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-bd32c880-027d-449f-896b-d77bb3cd9f05 {
  display: none;
}
#s-bd32c880-027d-449f-896b-d77bb3cd9f05, #wrap-s-bd32c880-027d-449f-896b-d77bb3cd9f05 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd32c880-027d-449f-896b-d77bb3cd9f05 {
  display: none;
}
#s-bd32c880-027d-449f-896b-d77bb3cd9f05, #wrap-s-bd32c880-027d-449f-896b-d77bb3cd9f05 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bd32c880-027d-449f-896b-d77bb3cd9f05 {
  display: none;
}
#s-bd32c880-027d-449f-896b-d77bb3cd9f05, #wrap-s-bd32c880-027d-449f-896b-d77bb3cd9f05 { display: none !important; }}

  #s-bd32c880-027d-449f-896b-d77bb3cd9f05-root {
    text-align: center;
  }


#s-bd32c880-027d-449f-896b-d77bb3cd9f05.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bd32c880-027d-449f-896b-d77bb3cd9f05-root {
    text-align: center;
  }


#s-bd32c880-027d-449f-896b-d77bb3cd9f05.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bd32c880-027d-449f-896b-d77bb3cd9f05-root {
    text-align: center;
  }


#s-bd32c880-027d-449f-896b-d77bb3cd9f05.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bd32c880-027d-449f-896b-d77bb3cd9f05-root {
    text-align: center;
  }


#s-bd32c880-027d-449f-896b-d77bb3cd9f05.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bd32c880-027d-449f-896b-d77bb3cd9f05-root {
    text-align: center;
  }


#s-bd32c880-027d-449f-896b-d77bb3cd9f05.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-32a096a9-05db-4d9b-be71-68d193450a47"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-32a096a9-05db-4d9b-be71-68d193450a47"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-32a096a9-05db-4d9b-be71-68d193450a47"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-32a096a9-05db-4d9b-be71-68d193450a47"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-1ff70bed-73c4-46fa-84be-8479662a934f {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-1ff70bed-73c4-46fa-84be-8479662a934f img.shogun-image,
  #s-1ff70bed-73c4-46fa-84be-8479662a934f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1ff70bed-73c4-46fa-84be-8479662a934f {
    width: 100%;
    height: auto;
  }



  #s-1ff70bed-73c4-46fa-84be-8479662a934f img.shogun-image {
    

    
    
    
  }


#s-1ff70bed-73c4-46fa-84be-8479662a934f .shogun-image-content {
  
    align-items: center;
  
}

#s-544c9fa1-e1c2-4217-ba96-eb41542fd2ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-544c9fa1-e1c2-4217-ba96-eb41542fd2ec .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-15bcc623-4daa-49f4-a924-a7c33dbfcb9e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-15bcc623-4daa-49f4-a924-a7c33dbfcb9e .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-cd1ccfdd-b10a-41d0-8c02-53dc73942577 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-cd1ccfdd-b10a-41d0-8c02-53dc73942577:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cd1ccfdd-b10a-41d0-8c02-53dc73942577:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-cd1ccfdd-b10a-41d0-8c02-53dc73942577 {
  display: none;
}
#s-cd1ccfdd-b10a-41d0-8c02-53dc73942577, #wrap-s-cd1ccfdd-b10a-41d0-8c02-53dc73942577 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cd1ccfdd-b10a-41d0-8c02-53dc73942577 {
  display: none;
}
#s-cd1ccfdd-b10a-41d0-8c02-53dc73942577, #wrap-s-cd1ccfdd-b10a-41d0-8c02-53dc73942577 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cd1ccfdd-b10a-41d0-8c02-53dc73942577 {
  display: none;
}
#s-cd1ccfdd-b10a-41d0-8c02-53dc73942577, #wrap-s-cd1ccfdd-b10a-41d0-8c02-53dc73942577 { display: none !important; }}

  #s-cd1ccfdd-b10a-41d0-8c02-53dc73942577-root {
    text-align: center;
  }


#s-cd1ccfdd-b10a-41d0-8c02-53dc73942577.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cd1ccfdd-b10a-41d0-8c02-53dc73942577-root {
    text-align: center;
  }


#s-cd1ccfdd-b10a-41d0-8c02-53dc73942577.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cd1ccfdd-b10a-41d0-8c02-53dc73942577-root {
    text-align: center;
  }


#s-cd1ccfdd-b10a-41d0-8c02-53dc73942577.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cd1ccfdd-b10a-41d0-8c02-53dc73942577-root {
    text-align: center;
  }


#s-cd1ccfdd-b10a-41d0-8c02-53dc73942577.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cd1ccfdd-b10a-41d0-8c02-53dc73942577-root {
    text-align: center;
  }


#s-cd1ccfdd-b10a-41d0-8c02-53dc73942577.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d8cf7230-5358-402b-8426-69616b02f59e {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d8cf7230-5358-402b-8426-69616b02f59e img.shogun-image,
  #s-d8cf7230-5358-402b-8426-69616b02f59e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d8cf7230-5358-402b-8426-69616b02f59e {
    width: 100%;
    height: auto;
  }



  #s-d8cf7230-5358-402b-8426-69616b02f59e img.shogun-image {
    

    
    
    
  }


#s-d8cf7230-5358-402b-8426-69616b02f59e .shogun-image-content {
  
    align-items: center;
  
}

#s-3baf09d8-c6a6-43c4-8ef6-9f02a7967e3b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3baf09d8-c6a6-43c4-8ef6-9f02a7967e3b .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-ca68b0f8-7120-429e-993a-2caf3532b2a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca68b0f8-7120-429e-993a-2caf3532b2a2 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-791e3d2d-768b-4b4f-a8f1-8e1fefe350e9 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-791e3d2d-768b-4b4f-a8f1-8e1fefe350e9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-791e3d2d-768b-4b4f-a8f1-8e1fefe350e9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-791e3d2d-768b-4b4f-a8f1-8e1fefe350e9 {
  display: none;
}
#s-791e3d2d-768b-4b4f-a8f1-8e1fefe350e9, #wrap-s-791e3d2d-768b-4b4f-a8f1-8e1fefe350e9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-791e3d2d-768b-4b4f-a8f1-8e1fefe350e9 {
  display: none;
}
#s-791e3d2d-768b-4b4f-a8f1-8e1fefe350e9, #wrap-s-791e3d2d-768b-4b4f-a8f1-8e1fefe350e9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-791e3d2d-768b-4b4f-a8f1-8e1fefe350e9 {
  display: none;
}
#s-791e3d2d-768b-4b4f-a8f1-8e1fefe350e9, #wrap-s-791e3d2d-768b-4b4f-a8f1-8e1fefe350e9 { display: none !important; }}

  #s-791e3d2d-768b-4b4f-a8f1-8e1fefe350e9-root {
    text-align: center;
  }


#s-791e3d2d-768b-4b4f-a8f1-8e1fefe350e9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-791e3d2d-768b-4b4f-a8f1-8e1fefe350e9-root {
    text-align: center;
  }


#s-791e3d2d-768b-4b4f-a8f1-8e1fefe350e9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-791e3d2d-768b-4b4f-a8f1-8e1fefe350e9-root {
    text-align: center;
  }


#s-791e3d2d-768b-4b4f-a8f1-8e1fefe350e9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-791e3d2d-768b-4b4f-a8f1-8e1fefe350e9-root {
    text-align: center;
  }


#s-791e3d2d-768b-4b4f-a8f1-8e1fefe350e9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-791e3d2d-768b-4b4f-a8f1-8e1fefe350e9-root {
    text-align: center;
  }


#s-791e3d2d-768b-4b4f-a8f1-8e1fefe350e9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-7284a772-70eb-4b4e-9614-45e1df177d04"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-7284a772-70eb-4b4e-9614-45e1df177d04"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-7284a772-70eb-4b4e-9614-45e1df177d04"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-7284a772-70eb-4b4e-9614-45e1df177d04"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-393b0769-c861-4300-9375-9583515e6eef {
  max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-393b0769-c861-4300-9375-9583515e6eef img.shogun-image,
  #s-393b0769-c861-4300-9375-9583515e6eef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-393b0769-c861-4300-9375-9583515e6eef {
    width: 100%;
    height: auto;
  }



  #s-393b0769-c861-4300-9375-9583515e6eef img.shogun-image {
    

    
    
    
  }


#s-393b0769-c861-4300-9375-9583515e6eef .shogun-image-content {
  
    align-items: center;
  
}

#s-8e75cbd0-52b3-40be-928e-95e31468bde6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e75cbd0-52b3-40be-928e-95e31468bde6 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-4b016a56-9c34-4c9b-853c-1ce65497f428 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b016a56-9c34-4c9b-853c-1ce65497f428 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-87cbc4b5-9987-4eab-80ab-e6c8c28a65e4 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-87cbc4b5-9987-4eab-80ab-e6c8c28a65e4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-87cbc4b5-9987-4eab-80ab-e6c8c28a65e4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-87cbc4b5-9987-4eab-80ab-e6c8c28a65e4 {
  display: none;
}
#s-87cbc4b5-9987-4eab-80ab-e6c8c28a65e4, #wrap-s-87cbc4b5-9987-4eab-80ab-e6c8c28a65e4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87cbc4b5-9987-4eab-80ab-e6c8c28a65e4 {
  display: none;
}
#s-87cbc4b5-9987-4eab-80ab-e6c8c28a65e4, #wrap-s-87cbc4b5-9987-4eab-80ab-e6c8c28a65e4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-87cbc4b5-9987-4eab-80ab-e6c8c28a65e4 {
  display: none;
}
#s-87cbc4b5-9987-4eab-80ab-e6c8c28a65e4, #wrap-s-87cbc4b5-9987-4eab-80ab-e6c8c28a65e4 { display: none !important; }}

  #s-87cbc4b5-9987-4eab-80ab-e6c8c28a65e4-root {
    text-align: center;
  }


#s-87cbc4b5-9987-4eab-80ab-e6c8c28a65e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-87cbc4b5-9987-4eab-80ab-e6c8c28a65e4-root {
    text-align: center;
  }


#s-87cbc4b5-9987-4eab-80ab-e6c8c28a65e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-87cbc4b5-9987-4eab-80ab-e6c8c28a65e4-root {
    text-align: center;
  }


#s-87cbc4b5-9987-4eab-80ab-e6c8c28a65e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-87cbc4b5-9987-4eab-80ab-e6c8c28a65e4-root {
    text-align: center;
  }


#s-87cbc4b5-9987-4eab-80ab-e6c8c28a65e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-87cbc4b5-9987-4eab-80ab-e6c8c28a65e4-root {
    text-align: center;
  }


#s-87cbc4b5-9987-4eab-80ab-e6c8c28a65e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-2cb60092-d8bf-4f9e-8ef0-9bcbbe4bb8a3 {
  max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-2cb60092-d8bf-4f9e-8ef0-9bcbbe4bb8a3 img.shogun-image,
  #s-2cb60092-d8bf-4f9e-8ef0-9bcbbe4bb8a3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2cb60092-d8bf-4f9e-8ef0-9bcbbe4bb8a3 {
    width: 100%;
    height: auto;
  }



  #s-2cb60092-d8bf-4f9e-8ef0-9bcbbe4bb8a3 img.shogun-image {
    

    
    
    
  }


#s-2cb60092-d8bf-4f9e-8ef0-9bcbbe4bb8a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-03377191-0e33-4f51-9359-e4b9d9e10b0a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03377191-0e33-4f51-9359-e4b9d9e10b0a .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-5055dc5d-554e-47f8-b81b-6df9a19d3b15 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5055dc5d-554e-47f8-b81b-6df9a19d3b15 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-15284381-2470-480a-a202-2abb586bf13b {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-15284381-2470-480a-a202-2abb586bf13b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-15284381-2470-480a-a202-2abb586bf13b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-15284381-2470-480a-a202-2abb586bf13b {
  display: none;
}
#s-15284381-2470-480a-a202-2abb586bf13b, #wrap-s-15284381-2470-480a-a202-2abb586bf13b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-15284381-2470-480a-a202-2abb586bf13b {
  display: none;
}
#s-15284381-2470-480a-a202-2abb586bf13b, #wrap-s-15284381-2470-480a-a202-2abb586bf13b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-15284381-2470-480a-a202-2abb586bf13b {
  display: none;
}
#s-15284381-2470-480a-a202-2abb586bf13b, #wrap-s-15284381-2470-480a-a202-2abb586bf13b { display: none !important; }}

  #s-15284381-2470-480a-a202-2abb586bf13b-root {
    text-align: center;
  }


#s-15284381-2470-480a-a202-2abb586bf13b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-15284381-2470-480a-a202-2abb586bf13b-root {
    text-align: center;
  }


#s-15284381-2470-480a-a202-2abb586bf13b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-15284381-2470-480a-a202-2abb586bf13b-root {
    text-align: center;
  }


#s-15284381-2470-480a-a202-2abb586bf13b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-15284381-2470-480a-a202-2abb586bf13b-root {
    text-align: center;
  }


#s-15284381-2470-480a-a202-2abb586bf13b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-15284381-2470-480a-a202-2abb586bf13b-root {
    text-align: center;
  }


#s-15284381-2470-480a-a202-2abb586bf13b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4362093a-a543-4e50-844c-aecaa6bfe33b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4362093a-a543-4e50-844c-aecaa6bfe33b {
  display: none;
}
#s-4362093a-a543-4e50-844c-aecaa6bfe33b, #wrap-s-4362093a-a543-4e50-844c-aecaa6bfe33b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4362093a-a543-4e50-844c-aecaa6bfe33b {
  display: none;
}
#s-4362093a-a543-4e50-844c-aecaa6bfe33b, #wrap-s-4362093a-a543-4e50-844c-aecaa6bfe33b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4362093a-a543-4e50-844c-aecaa6bfe33b {
  display: none;
}
#s-4362093a-a543-4e50-844c-aecaa6bfe33b, #wrap-s-4362093a-a543-4e50-844c-aecaa6bfe33b { display: none !important; }}







#s-4362093a-a543-4e50-844c-aecaa6bfe33b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4362093a-a543-4e50-844c-aecaa6bfe33b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61e11ef0-4b6d-4038-bc81-b74bc532e405 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-61e11ef0-4b6d-4038-bc81-b74bc532e405 {
  display: none;
}
#s-61e11ef0-4b6d-4038-bc81-b74bc532e405, #wrap-s-61e11ef0-4b6d-4038-bc81-b74bc532e405 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-61e11ef0-4b6d-4038-bc81-b74bc532e405 {
  display: none;
}
#s-61e11ef0-4b6d-4038-bc81-b74bc532e405, #wrap-s-61e11ef0-4b6d-4038-bc81-b74bc532e405 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-61e11ef0-4b6d-4038-bc81-b74bc532e405 {
  display: none;
}
#s-61e11ef0-4b6d-4038-bc81-b74bc532e405, #wrap-s-61e11ef0-4b6d-4038-bc81-b74bc532e405 { display: none !important; }}@media (max-width: 767px){#s-61e11ef0-4b6d-4038-bc81-b74bc532e405 {
  
}
}
#s-61e11ef0-4b6d-4038-bc81-b74bc532e405 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Century Gothic";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d7f4f014-d559-498f-813f-93cd9a600a53 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-d7f4f014-d559-498f-813f-93cd9a600a53 {
  display: none;
}
#s-d7f4f014-d559-498f-813f-93cd9a600a53, #wrap-s-d7f4f014-d559-498f-813f-93cd9a600a53 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7f4f014-d559-498f-813f-93cd9a600a53 {
  display: none;
}
#s-d7f4f014-d559-498f-813f-93cd9a600a53, #wrap-s-d7f4f014-d559-498f-813f-93cd9a600a53 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d7f4f014-d559-498f-813f-93cd9a600a53 {
  display: none;
}
#s-d7f4f014-d559-498f-813f-93cd9a600a53, #wrap-s-d7f4f014-d559-498f-813f-93cd9a600a53 { display: none !important; }}
#s-d7f4f014-d559-498f-813f-93cd9a600a53 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-d7f4f014-d559-498f-813f-93cd9a600a53 .shg-sld-nav-button.shg-sld-left,
#s-d7f4f014-d559-498f-813f-93cd9a600a53 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-89487b3d-d491-4611-8927-7d446620c500"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-89487b3d-d491-4611-8927-7d446620c500"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-89487b3d-d491-4611-8927-7d446620c500"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-89487b3d-d491-4611-8927-7d446620c500"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-489280e5-fc61-4f28-952f-c9a28bd0f105 {
  text-align: center;
}







  #s-489280e5-fc61-4f28-952f-c9a28bd0f105 img.shogun-image {
    

    
    
    
  }


#s-489280e5-fc61-4f28-952f-c9a28bd0f105 .shogun-image-content {
  
    align-items: center;
  
}

#s-f5803dad-bdc4-4956-a460-de7c4d759654 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f5803dad-bdc4-4956-a460-de7c4d759654 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-4f578082-67dc-42b2-a891-49ac811b50ef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f578082-67dc-42b2-a891-49ac811b50ef .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-11a51609-9602-4293-b8a5-3017729b2832 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-11a51609-9602-4293-b8a5-3017729b2832:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-11a51609-9602-4293-b8a5-3017729b2832:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-11a51609-9602-4293-b8a5-3017729b2832 {
  display: none;
}
#s-11a51609-9602-4293-b8a5-3017729b2832, #wrap-s-11a51609-9602-4293-b8a5-3017729b2832 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-11a51609-9602-4293-b8a5-3017729b2832 {
  display: none;
}
#s-11a51609-9602-4293-b8a5-3017729b2832, #wrap-s-11a51609-9602-4293-b8a5-3017729b2832 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-11a51609-9602-4293-b8a5-3017729b2832 {
  display: none;
}
#s-11a51609-9602-4293-b8a5-3017729b2832, #wrap-s-11a51609-9602-4293-b8a5-3017729b2832 { display: none !important; }}

  #s-11a51609-9602-4293-b8a5-3017729b2832-root {
    text-align: center;
  }


#s-11a51609-9602-4293-b8a5-3017729b2832.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-11a51609-9602-4293-b8a5-3017729b2832-root {
    text-align: center;
  }


#s-11a51609-9602-4293-b8a5-3017729b2832.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-11a51609-9602-4293-b8a5-3017729b2832-root {
    text-align: center;
  }


#s-11a51609-9602-4293-b8a5-3017729b2832.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-11a51609-9602-4293-b8a5-3017729b2832-root {
    text-align: center;
  }


#s-11a51609-9602-4293-b8a5-3017729b2832.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-11a51609-9602-4293-b8a5-3017729b2832-root {
    text-align: center;
  }


#s-11a51609-9602-4293-b8a5-3017729b2832.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a8511bb0-4354-4ed8-9c5e-65adfaac5c78 {
  text-align: center;
}







  #s-a8511bb0-4354-4ed8-9c5e-65adfaac5c78 img.shogun-image {
    

    
    
    
  }


#s-a8511bb0-4354-4ed8-9c5e-65adfaac5c78 .shogun-image-content {
  
    align-items: center;
  
}

#s-eab09849-1f20-42d1-88e9-2a7e6932bab7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eab09849-1f20-42d1-88e9-2a7e6932bab7 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-5b8eaca8-ccd5-45e7-b23d-2696036234b3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b8eaca8-ccd5-45e7-b23d-2696036234b3 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-60d33605-d0c7-4ec5-95cf-e3da2139aad4 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-60d33605-d0c7-4ec5-95cf-e3da2139aad4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-60d33605-d0c7-4ec5-95cf-e3da2139aad4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-60d33605-d0c7-4ec5-95cf-e3da2139aad4 {
  display: none;
}
#s-60d33605-d0c7-4ec5-95cf-e3da2139aad4, #wrap-s-60d33605-d0c7-4ec5-95cf-e3da2139aad4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-60d33605-d0c7-4ec5-95cf-e3da2139aad4 {
  display: none;
}
#s-60d33605-d0c7-4ec5-95cf-e3da2139aad4, #wrap-s-60d33605-d0c7-4ec5-95cf-e3da2139aad4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-60d33605-d0c7-4ec5-95cf-e3da2139aad4 {
  display: none;
}
#s-60d33605-d0c7-4ec5-95cf-e3da2139aad4, #wrap-s-60d33605-d0c7-4ec5-95cf-e3da2139aad4 { display: none !important; }}

  #s-60d33605-d0c7-4ec5-95cf-e3da2139aad4-root {
    text-align: center;
  }


#s-60d33605-d0c7-4ec5-95cf-e3da2139aad4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-60d33605-d0c7-4ec5-95cf-e3da2139aad4-root {
    text-align: center;
  }


#s-60d33605-d0c7-4ec5-95cf-e3da2139aad4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-60d33605-d0c7-4ec5-95cf-e3da2139aad4-root {
    text-align: center;
  }


#s-60d33605-d0c7-4ec5-95cf-e3da2139aad4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-60d33605-d0c7-4ec5-95cf-e3da2139aad4-root {
    text-align: center;
  }


#s-60d33605-d0c7-4ec5-95cf-e3da2139aad4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-60d33605-d0c7-4ec5-95cf-e3da2139aad4-root {
    text-align: center;
  }


#s-60d33605-d0c7-4ec5-95cf-e3da2139aad4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-65eaac72-7ac9-44cc-92de-3c10787a5c63"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-65eaac72-7ac9-44cc-92de-3c10787a5c63"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-65eaac72-7ac9-44cc-92de-3c10787a5c63"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-65eaac72-7ac9-44cc-92de-3c10787a5c63"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-33df4665-433f-435b-948f-255cb2a629dd {
  text-align: center;
}







  #s-33df4665-433f-435b-948f-255cb2a629dd img.shogun-image {
    

    
    
    
  }


#s-33df4665-433f-435b-948f-255cb2a629dd .shogun-image-content {
  
    align-items: center;
  
}

#s-6af05c0c-423b-4947-a8b0-956a6c5dd63d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6af05c0c-423b-4947-a8b0-956a6c5dd63d .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-8b92eeb9-3e93-44f8-b194-229b5133f99c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b92eeb9-3e93-44f8-b194-229b5133f99c .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-8e2036b5-1e21-4a3b-a404-7d422ae7ab8e {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-8e2036b5-1e21-4a3b-a404-7d422ae7ab8e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8e2036b5-1e21-4a3b-a404-7d422ae7ab8e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-8e2036b5-1e21-4a3b-a404-7d422ae7ab8e {
  display: none;
}
#s-8e2036b5-1e21-4a3b-a404-7d422ae7ab8e, #wrap-s-8e2036b5-1e21-4a3b-a404-7d422ae7ab8e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8e2036b5-1e21-4a3b-a404-7d422ae7ab8e {
  display: none;
}
#s-8e2036b5-1e21-4a3b-a404-7d422ae7ab8e, #wrap-s-8e2036b5-1e21-4a3b-a404-7d422ae7ab8e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8e2036b5-1e21-4a3b-a404-7d422ae7ab8e {
  display: none;
}
#s-8e2036b5-1e21-4a3b-a404-7d422ae7ab8e, #wrap-s-8e2036b5-1e21-4a3b-a404-7d422ae7ab8e { display: none !important; }}

  #s-8e2036b5-1e21-4a3b-a404-7d422ae7ab8e-root {
    text-align: center;
  }


#s-8e2036b5-1e21-4a3b-a404-7d422ae7ab8e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8e2036b5-1e21-4a3b-a404-7d422ae7ab8e-root {
    text-align: center;
  }


#s-8e2036b5-1e21-4a3b-a404-7d422ae7ab8e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8e2036b5-1e21-4a3b-a404-7d422ae7ab8e-root {
    text-align: center;
  }


#s-8e2036b5-1e21-4a3b-a404-7d422ae7ab8e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8e2036b5-1e21-4a3b-a404-7d422ae7ab8e-root {
    text-align: center;
  }


#s-8e2036b5-1e21-4a3b-a404-7d422ae7ab8e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8e2036b5-1e21-4a3b-a404-7d422ae7ab8e-root {
    text-align: center;
  }


#s-8e2036b5-1e21-4a3b-a404-7d422ae7ab8e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-78166a6b-8ebf-4fc5-8611-efa8ece0e7e3 {
  text-align: center;
}







  #s-78166a6b-8ebf-4fc5-8611-efa8ece0e7e3 img.shogun-image {
    

    
    
    
  }


#s-78166a6b-8ebf-4fc5-8611-efa8ece0e7e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-47dea573-90b1-43ad-8510-1a2acb659c96 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47dea573-90b1-43ad-8510-1a2acb659c96 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-2e1df3c3-9a68-492f-869a-4efe72ca220c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2e1df3c3-9a68-492f-869a-4efe72ca220c .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-fb5abb49-36ad-40e7-8cac-2ee7d630674f {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-fb5abb49-36ad-40e7-8cac-2ee7d630674f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fb5abb49-36ad-40e7-8cac-2ee7d630674f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-fb5abb49-36ad-40e7-8cac-2ee7d630674f {
  display: none;
}
#s-fb5abb49-36ad-40e7-8cac-2ee7d630674f, #wrap-s-fb5abb49-36ad-40e7-8cac-2ee7d630674f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb5abb49-36ad-40e7-8cac-2ee7d630674f {
  display: none;
}
#s-fb5abb49-36ad-40e7-8cac-2ee7d630674f, #wrap-s-fb5abb49-36ad-40e7-8cac-2ee7d630674f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fb5abb49-36ad-40e7-8cac-2ee7d630674f {
  display: none;
}
#s-fb5abb49-36ad-40e7-8cac-2ee7d630674f, #wrap-s-fb5abb49-36ad-40e7-8cac-2ee7d630674f { display: none !important; }}

  #s-fb5abb49-36ad-40e7-8cac-2ee7d630674f-root {
    text-align: center;
  }


#s-fb5abb49-36ad-40e7-8cac-2ee7d630674f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fb5abb49-36ad-40e7-8cac-2ee7d630674f-root {
    text-align: center;
  }


#s-fb5abb49-36ad-40e7-8cac-2ee7d630674f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fb5abb49-36ad-40e7-8cac-2ee7d630674f-root {
    text-align: center;
  }


#s-fb5abb49-36ad-40e7-8cac-2ee7d630674f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fb5abb49-36ad-40e7-8cac-2ee7d630674f-root {
    text-align: center;
  }


#s-fb5abb49-36ad-40e7-8cac-2ee7d630674f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fb5abb49-36ad-40e7-8cac-2ee7d630674f-root {
    text-align: center;
  }


#s-fb5abb49-36ad-40e7-8cac-2ee7d630674f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-a3a27907-24c9-4ad4-b674-1de5f297d9a2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-a3a27907-24c9-4ad4-b674-1de5f297d9a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-a3a27907-24c9-4ad4-b674-1de5f297d9a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-a3a27907-24c9-4ad4-b674-1de5f297d9a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-fe31bb92-3faa-4cda-bd33-351031e009cb {
  text-align: center;
}







  #s-fe31bb92-3faa-4cda-bd33-351031e009cb img.shogun-image {
    

    
    
    
  }


#s-fe31bb92-3faa-4cda-bd33-351031e009cb .shogun-image-content {
  
    align-items: center;
  
}

#s-57b41564-3e83-4b0c-83da-2be6062a44ac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57b41564-3e83-4b0c-83da-2be6062a44ac .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-2aa00843-9b36-49b0-9a6d-29817c397dc3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2aa00843-9b36-49b0-9a6d-29817c397dc3 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-64151f2c-6f90-458a-92ea-b52299e58f41 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-64151f2c-6f90-458a-92ea-b52299e58f41:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-64151f2c-6f90-458a-92ea-b52299e58f41:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-64151f2c-6f90-458a-92ea-b52299e58f41 {
  display: none;
}
#s-64151f2c-6f90-458a-92ea-b52299e58f41, #wrap-s-64151f2c-6f90-458a-92ea-b52299e58f41 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-64151f2c-6f90-458a-92ea-b52299e58f41 {
  display: none;
}
#s-64151f2c-6f90-458a-92ea-b52299e58f41, #wrap-s-64151f2c-6f90-458a-92ea-b52299e58f41 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-64151f2c-6f90-458a-92ea-b52299e58f41 {
  display: none;
}
#s-64151f2c-6f90-458a-92ea-b52299e58f41, #wrap-s-64151f2c-6f90-458a-92ea-b52299e58f41 { display: none !important; }}

  #s-64151f2c-6f90-458a-92ea-b52299e58f41-root {
    text-align: center;
  }


#s-64151f2c-6f90-458a-92ea-b52299e58f41.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-64151f2c-6f90-458a-92ea-b52299e58f41-root {
    text-align: center;
  }


#s-64151f2c-6f90-458a-92ea-b52299e58f41.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-64151f2c-6f90-458a-92ea-b52299e58f41-root {
    text-align: center;
  }


#s-64151f2c-6f90-458a-92ea-b52299e58f41.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-64151f2c-6f90-458a-92ea-b52299e58f41-root {
    text-align: center;
  }


#s-64151f2c-6f90-458a-92ea-b52299e58f41.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-64151f2c-6f90-458a-92ea-b52299e58f41-root {
    text-align: center;
  }


#s-64151f2c-6f90-458a-92ea-b52299e58f41.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8c611983-bdb6-431c-a0ce-4d2f53022a6b {
  text-align: center;
}







  #s-8c611983-bdb6-431c-a0ce-4d2f53022a6b img.shogun-image {
    

    
    
    
  }


#s-8c611983-bdb6-431c-a0ce-4d2f53022a6b .shogun-image-content {
  
    align-items: center;
  
}

#s-ec6307d0-96fa-41b5-9bce-cb4e29beae76 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec6307d0-96fa-41b5-9bce-cb4e29beae76 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-2342afa6-ed63-4a28-a63e-d071a78d5da3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2342afa6-ed63-4a28-a63e-d071a78d5da3 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-d453477e-d86a-4b41-b179-bd10e16eff20 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d453477e-d86a-4b41-b179-bd10e16eff20:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d453477e-d86a-4b41-b179-bd10e16eff20:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d453477e-d86a-4b41-b179-bd10e16eff20 {
  display: none;
}
#s-d453477e-d86a-4b41-b179-bd10e16eff20, #wrap-s-d453477e-d86a-4b41-b179-bd10e16eff20 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d453477e-d86a-4b41-b179-bd10e16eff20 {
  display: none;
}
#s-d453477e-d86a-4b41-b179-bd10e16eff20, #wrap-s-d453477e-d86a-4b41-b179-bd10e16eff20 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d453477e-d86a-4b41-b179-bd10e16eff20 {
  display: none;
}
#s-d453477e-d86a-4b41-b179-bd10e16eff20, #wrap-s-d453477e-d86a-4b41-b179-bd10e16eff20 { display: none !important; }}

  #s-d453477e-d86a-4b41-b179-bd10e16eff20-root {
    text-align: center;
  }


#s-d453477e-d86a-4b41-b179-bd10e16eff20.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d453477e-d86a-4b41-b179-bd10e16eff20-root {
    text-align: center;
  }


#s-d453477e-d86a-4b41-b179-bd10e16eff20.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d453477e-d86a-4b41-b179-bd10e16eff20-root {
    text-align: center;
  }


#s-d453477e-d86a-4b41-b179-bd10e16eff20.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d453477e-d86a-4b41-b179-bd10e16eff20-root {
    text-align: center;
  }


#s-d453477e-d86a-4b41-b179-bd10e16eff20.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d453477e-d86a-4b41-b179-bd10e16eff20-root {
    text-align: center;
  }


#s-d453477e-d86a-4b41-b179-bd10e16eff20.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-6a23b30d-85d7-4522-ab53-1e42a41f34a9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-6a23b30d-85d7-4522-ab53-1e42a41f34a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-6a23b30d-85d7-4522-ab53-1e42a41f34a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-6a23b30d-85d7-4522-ab53-1e42a41f34a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-0a8cdc42-f25e-4212-8f75-211aa4f50cbc {
  text-align: center;
}







  #s-0a8cdc42-f25e-4212-8f75-211aa4f50cbc img.shogun-image {
    

    
    
    
  }


#s-0a8cdc42-f25e-4212-8f75-211aa4f50cbc .shogun-image-content {
  
    align-items: center;
  
}

#s-97246bb6-960d-4b52-abfe-ee426cb8e1b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97246bb6-960d-4b52-abfe-ee426cb8e1b6 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-85c57f53-8fa9-44f5-b3d4-a44174b137bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85c57f53-8fa9-44f5-b3d4-a44174b137bf .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-3a2ae383-9514-4819-8fc3-e8fd8df07b7d {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-3a2ae383-9514-4819-8fc3-e8fd8df07b7d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3a2ae383-9514-4819-8fc3-e8fd8df07b7d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3a2ae383-9514-4819-8fc3-e8fd8df07b7d {
  display: none;
}
#s-3a2ae383-9514-4819-8fc3-e8fd8df07b7d, #wrap-s-3a2ae383-9514-4819-8fc3-e8fd8df07b7d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a2ae383-9514-4819-8fc3-e8fd8df07b7d {
  display: none;
}
#s-3a2ae383-9514-4819-8fc3-e8fd8df07b7d, #wrap-s-3a2ae383-9514-4819-8fc3-e8fd8df07b7d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3a2ae383-9514-4819-8fc3-e8fd8df07b7d {
  display: none;
}
#s-3a2ae383-9514-4819-8fc3-e8fd8df07b7d, #wrap-s-3a2ae383-9514-4819-8fc3-e8fd8df07b7d { display: none !important; }}

  #s-3a2ae383-9514-4819-8fc3-e8fd8df07b7d-root {
    text-align: center;
  }


#s-3a2ae383-9514-4819-8fc3-e8fd8df07b7d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3a2ae383-9514-4819-8fc3-e8fd8df07b7d-root {
    text-align: center;
  }


#s-3a2ae383-9514-4819-8fc3-e8fd8df07b7d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3a2ae383-9514-4819-8fc3-e8fd8df07b7d-root {
    text-align: center;
  }


#s-3a2ae383-9514-4819-8fc3-e8fd8df07b7d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3a2ae383-9514-4819-8fc3-e8fd8df07b7d-root {
    text-align: center;
  }


#s-3a2ae383-9514-4819-8fc3-e8fd8df07b7d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3a2ae383-9514-4819-8fc3-e8fd8df07b7d-root {
    text-align: center;
  }


#s-3a2ae383-9514-4819-8fc3-e8fd8df07b7d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-dca91f4d-f1ec-4e91-9a73-595ec6b648e9 {
  text-align: center;
}







  #s-dca91f4d-f1ec-4e91-9a73-595ec6b648e9 img.shogun-image {
    

    
    
    
  }


#s-dca91f4d-f1ec-4e91-9a73-595ec6b648e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-72628a2b-4b44-4bc0-a696-42c4bbd1258f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-72628a2b-4b44-4bc0-a696-42c4bbd1258f .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-8f8a6485-c3cf-4e37-b4c5-cccdaf719cd8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f8a6485-c3cf-4e37-b4c5-cccdaf719cd8 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-4b08a484-3f95-4227-8d1e-2e77c78e71a3 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-4b08a484-3f95-4227-8d1e-2e77c78e71a3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4b08a484-3f95-4227-8d1e-2e77c78e71a3:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4b08a484-3f95-4227-8d1e-2e77c78e71a3 {
  display: none;
}
#s-4b08a484-3f95-4227-8d1e-2e77c78e71a3, #wrap-s-4b08a484-3f95-4227-8d1e-2e77c78e71a3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b08a484-3f95-4227-8d1e-2e77c78e71a3 {
  display: none;
}
#s-4b08a484-3f95-4227-8d1e-2e77c78e71a3, #wrap-s-4b08a484-3f95-4227-8d1e-2e77c78e71a3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b08a484-3f95-4227-8d1e-2e77c78e71a3 {
  display: none;
}
#s-4b08a484-3f95-4227-8d1e-2e77c78e71a3, #wrap-s-4b08a484-3f95-4227-8d1e-2e77c78e71a3 { display: none !important; }}

  #s-4b08a484-3f95-4227-8d1e-2e77c78e71a3-root {
    text-align: center;
  }


#s-4b08a484-3f95-4227-8d1e-2e77c78e71a3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4b08a484-3f95-4227-8d1e-2e77c78e71a3-root {
    text-align: center;
  }


#s-4b08a484-3f95-4227-8d1e-2e77c78e71a3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4b08a484-3f95-4227-8d1e-2e77c78e71a3-root {
    text-align: center;
  }


#s-4b08a484-3f95-4227-8d1e-2e77c78e71a3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4b08a484-3f95-4227-8d1e-2e77c78e71a3-root {
    text-align: center;
  }


#s-4b08a484-3f95-4227-8d1e-2e77c78e71a3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4b08a484-3f95-4227-8d1e-2e77c78e71a3-root {
    text-align: center;
  }


#s-4b08a484-3f95-4227-8d1e-2e77c78e71a3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-71a3e808-0ee6-413a-8164-09d1b3e3a2c3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-71a3e808-0ee6-413a-8164-09d1b3e3a2c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-71a3e808-0ee6-413a-8164-09d1b3e3a2c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-71a3e808-0ee6-413a-8164-09d1b3e3a2c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-a663b17c-79e2-4aed-bd7d-a140ca9749b6 {
  text-align: center;
}







  #s-a663b17c-79e2-4aed-bd7d-a140ca9749b6 img.shogun-image {
    

    
    
    
  }


#s-a663b17c-79e2-4aed-bd7d-a140ca9749b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-f5410bb5-dd4f-43ca-ae65-e4e363998217 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f5410bb5-dd4f-43ca-ae65-e4e363998217 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-751f44f6-6a76-40b5-86af-161049facf24 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-751f44f6-6a76-40b5-86af-161049facf24 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-96daa922-1f70-40e5-8c3a-8cbacba7c299 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-96daa922-1f70-40e5-8c3a-8cbacba7c299:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-96daa922-1f70-40e5-8c3a-8cbacba7c299:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-96daa922-1f70-40e5-8c3a-8cbacba7c299 {
  display: none;
}
#s-96daa922-1f70-40e5-8c3a-8cbacba7c299, #wrap-s-96daa922-1f70-40e5-8c3a-8cbacba7c299 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-96daa922-1f70-40e5-8c3a-8cbacba7c299 {
  display: none;
}
#s-96daa922-1f70-40e5-8c3a-8cbacba7c299, #wrap-s-96daa922-1f70-40e5-8c3a-8cbacba7c299 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-96daa922-1f70-40e5-8c3a-8cbacba7c299 {
  display: none;
}
#s-96daa922-1f70-40e5-8c3a-8cbacba7c299, #wrap-s-96daa922-1f70-40e5-8c3a-8cbacba7c299 { display: none !important; }}

  #s-96daa922-1f70-40e5-8c3a-8cbacba7c299-root {
    text-align: center;
  }


#s-96daa922-1f70-40e5-8c3a-8cbacba7c299.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-96daa922-1f70-40e5-8c3a-8cbacba7c299-root {
    text-align: center;
  }


#s-96daa922-1f70-40e5-8c3a-8cbacba7c299.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-96daa922-1f70-40e5-8c3a-8cbacba7c299-root {
    text-align: center;
  }


#s-96daa922-1f70-40e5-8c3a-8cbacba7c299.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-96daa922-1f70-40e5-8c3a-8cbacba7c299-root {
    text-align: center;
  }


#s-96daa922-1f70-40e5-8c3a-8cbacba7c299.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-96daa922-1f70-40e5-8c3a-8cbacba7c299-root {
    text-align: center;
  }


#s-96daa922-1f70-40e5-8c3a-8cbacba7c299.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0baf9b7b-98c6-49f6-8a83-0929d0a79eca {
  text-align: center;
}







  #s-0baf9b7b-98c6-49f6-8a83-0929d0a79eca img.shogun-image {
    

    
    
    
  }


#s-0baf9b7b-98c6-49f6-8a83-0929d0a79eca .shogun-image-content {
  
    align-items: center;
  
}

#s-61744d98-104c-4714-b721-17fde9588346 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-61744d98-104c-4714-b721-17fde9588346 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-d3d5f009-cfd1-4104-afbc-ab1b25538c9d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d3d5f009-cfd1-4104-afbc-ab1b25538c9d .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-4ad1e213-322d-4795-8723-2f86f117d279 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-4ad1e213-322d-4795-8723-2f86f117d279:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4ad1e213-322d-4795-8723-2f86f117d279:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4ad1e213-322d-4795-8723-2f86f117d279 {
  display: none;
}
#s-4ad1e213-322d-4795-8723-2f86f117d279, #wrap-s-4ad1e213-322d-4795-8723-2f86f117d279 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ad1e213-322d-4795-8723-2f86f117d279 {
  display: none;
}
#s-4ad1e213-322d-4795-8723-2f86f117d279, #wrap-s-4ad1e213-322d-4795-8723-2f86f117d279 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4ad1e213-322d-4795-8723-2f86f117d279 {
  display: none;
}
#s-4ad1e213-322d-4795-8723-2f86f117d279, #wrap-s-4ad1e213-322d-4795-8723-2f86f117d279 { display: none !important; }}

  #s-4ad1e213-322d-4795-8723-2f86f117d279-root {
    text-align: center;
  }


#s-4ad1e213-322d-4795-8723-2f86f117d279.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4ad1e213-322d-4795-8723-2f86f117d279-root {
    text-align: center;
  }


#s-4ad1e213-322d-4795-8723-2f86f117d279.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4ad1e213-322d-4795-8723-2f86f117d279-root {
    text-align: center;
  }


#s-4ad1e213-322d-4795-8723-2f86f117d279.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4ad1e213-322d-4795-8723-2f86f117d279-root {
    text-align: center;
  }


#s-4ad1e213-322d-4795-8723-2f86f117d279.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4ad1e213-322d-4795-8723-2f86f117d279-root {
    text-align: center;
  }


#s-4ad1e213-322d-4795-8723-2f86f117d279.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-eefe3bd3-7155-4fd5-adaa-e70b94bb2622"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-eefe3bd3-7155-4fd5-adaa-e70b94bb2622"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-eefe3bd3-7155-4fd5-adaa-e70b94bb2622"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-eefe3bd3-7155-4fd5-adaa-e70b94bb2622"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-d14ffb28-d076-4dbd-a798-a97b891b484b {
  text-align: center;
}







  #s-d14ffb28-d076-4dbd-a798-a97b891b484b img.shogun-image {
    

    
    
    
  }


#s-d14ffb28-d076-4dbd-a798-a97b891b484b .shogun-image-content {
  
    align-items: center;
  
}

#s-b381d8e6-b4e4-40b7-8bbd-37d2b07e59dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b381d8e6-b4e4-40b7-8bbd-37d2b07e59dd .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-278e6245-6823-4a3d-9ca1-377d5cb856d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-278e6245-6823-4a3d-9ca1-377d5cb856d0 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-a3105a97-9bac-446b-acd6-670296cf3c27 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-a3105a97-9bac-446b-acd6-670296cf3c27:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a3105a97-9bac-446b-acd6-670296cf3c27:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a3105a97-9bac-446b-acd6-670296cf3c27 {
  display: none;
}
#s-a3105a97-9bac-446b-acd6-670296cf3c27, #wrap-s-a3105a97-9bac-446b-acd6-670296cf3c27 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a3105a97-9bac-446b-acd6-670296cf3c27 {
  display: none;
}
#s-a3105a97-9bac-446b-acd6-670296cf3c27, #wrap-s-a3105a97-9bac-446b-acd6-670296cf3c27 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a3105a97-9bac-446b-acd6-670296cf3c27 {
  display: none;
}
#s-a3105a97-9bac-446b-acd6-670296cf3c27, #wrap-s-a3105a97-9bac-446b-acd6-670296cf3c27 { display: none !important; }}

  #s-a3105a97-9bac-446b-acd6-670296cf3c27-root {
    text-align: center;
  }


#s-a3105a97-9bac-446b-acd6-670296cf3c27.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a3105a97-9bac-446b-acd6-670296cf3c27-root {
    text-align: center;
  }


#s-a3105a97-9bac-446b-acd6-670296cf3c27.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a3105a97-9bac-446b-acd6-670296cf3c27-root {
    text-align: center;
  }


#s-a3105a97-9bac-446b-acd6-670296cf3c27.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a3105a97-9bac-446b-acd6-670296cf3c27-root {
    text-align: center;
  }


#s-a3105a97-9bac-446b-acd6-670296cf3c27.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a3105a97-9bac-446b-acd6-670296cf3c27-root {
    text-align: center;
  }


#s-a3105a97-9bac-446b-acd6-670296cf3c27.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-087eef05-0cf4-4c8e-9ac6-d7c5d518c710 {
  text-align: center;
}







  #s-087eef05-0cf4-4c8e-9ac6-d7c5d518c710 img.shogun-image {
    

    
    
    
  }


#s-087eef05-0cf4-4c8e-9ac6-d7c5d518c710 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ac2c777-4b76-4dab-a607-5c45b869e794 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ac2c777-4b76-4dab-a607-5c45b869e794 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-a65eeb22-dd7e-4dad-9e5d-27cd21c962e3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a65eeb22-dd7e-4dad-9e5d-27cd21c962e3 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-0d41e923-074b-4ffe-8564-f4867fd99b26 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-0d41e923-074b-4ffe-8564-f4867fd99b26:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0d41e923-074b-4ffe-8564-f4867fd99b26:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-0d41e923-074b-4ffe-8564-f4867fd99b26 {
  display: none;
}
#s-0d41e923-074b-4ffe-8564-f4867fd99b26, #wrap-s-0d41e923-074b-4ffe-8564-f4867fd99b26 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0d41e923-074b-4ffe-8564-f4867fd99b26 {
  display: none;
}
#s-0d41e923-074b-4ffe-8564-f4867fd99b26, #wrap-s-0d41e923-074b-4ffe-8564-f4867fd99b26 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0d41e923-074b-4ffe-8564-f4867fd99b26 {
  display: none;
}
#s-0d41e923-074b-4ffe-8564-f4867fd99b26, #wrap-s-0d41e923-074b-4ffe-8564-f4867fd99b26 { display: none !important; }}

  #s-0d41e923-074b-4ffe-8564-f4867fd99b26-root {
    text-align: center;
  }


#s-0d41e923-074b-4ffe-8564-f4867fd99b26.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0d41e923-074b-4ffe-8564-f4867fd99b26-root {
    text-align: center;
  }


#s-0d41e923-074b-4ffe-8564-f4867fd99b26.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0d41e923-074b-4ffe-8564-f4867fd99b26-root {
    text-align: center;
  }


#s-0d41e923-074b-4ffe-8564-f4867fd99b26.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0d41e923-074b-4ffe-8564-f4867fd99b26-root {
    text-align: center;
  }


#s-0d41e923-074b-4ffe-8564-f4867fd99b26.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0d41e923-074b-4ffe-8564-f4867fd99b26-root {
    text-align: center;
  }


#s-0d41e923-074b-4ffe-8564-f4867fd99b26.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a05f0330-d8ed-4a1d-9230-889304ff85b5 {
  margin-top: 15px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(79, 79, 79, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a05f0330-d8ed-4a1d-9230-889304ff85b5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a05f0330-d8ed-4a1d-9230-889304ff85b5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a05f0330-d8ed-4a1d-9230-889304ff85b5 {
  display: none;
}
#s-a05f0330-d8ed-4a1d-9230-889304ff85b5, #wrap-s-a05f0330-d8ed-4a1d-9230-889304ff85b5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a05f0330-d8ed-4a1d-9230-889304ff85b5 {
  display: none;
}
#s-a05f0330-d8ed-4a1d-9230-889304ff85b5, #wrap-s-a05f0330-d8ed-4a1d-9230-889304ff85b5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a05f0330-d8ed-4a1d-9230-889304ff85b5 {
  display: none;
}
#s-a05f0330-d8ed-4a1d-9230-889304ff85b5, #wrap-s-a05f0330-d8ed-4a1d-9230-889304ff85b5 { display: none !important; }}@media (max-width: 767px){#s-a05f0330-d8ed-4a1d-9230-889304ff85b5 {
  
}
}

  #s-a05f0330-d8ed-4a1d-9230-889304ff85b5-root {
    text-align: center;
  }


#s-a05f0330-d8ed-4a1d-9230-889304ff85b5.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a05f0330-d8ed-4a1d-9230-889304ff85b5-root {
    text-align: center;
  }


#s-a05f0330-d8ed-4a1d-9230-889304ff85b5.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a05f0330-d8ed-4a1d-9230-889304ff85b5-root {
    text-align: center;
  }


#s-a05f0330-d8ed-4a1d-9230-889304ff85b5.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a05f0330-d8ed-4a1d-9230-889304ff85b5-root {
    text-align: center;
  }


#s-a05f0330-d8ed-4a1d-9230-889304ff85b5.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a05f0330-d8ed-4a1d-9230-889304ff85b5-root {
    text-align: center;
  }


#s-a05f0330-d8ed-4a1d-9230-889304ff85b5.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
#s-00a4895a-3051-4b61-b302-61530d75a0e0 {
  margin-top: 25px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-00a4895a-3051-4b61-b302-61530d75a0e0 {
  display: none;
}
#s-00a4895a-3051-4b61-b302-61530d75a0e0, #wrap-s-00a4895a-3051-4b61-b302-61530d75a0e0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00a4895a-3051-4b61-b302-61530d75a0e0 {
  display: none;
}
#s-00a4895a-3051-4b61-b302-61530d75a0e0, #wrap-s-00a4895a-3051-4b61-b302-61530d75a0e0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-00a4895a-3051-4b61-b302-61530d75a0e0 {
  
}
}
#s-93cb8acc-0286-4530-b807-a253b0c4aaa3 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-93cb8acc-0286-4530-b807-a253b0c4aaa3 {
  display: none;
}
#s-93cb8acc-0286-4530-b807-a253b0c4aaa3, #wrap-s-93cb8acc-0286-4530-b807-a253b0c4aaa3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-93cb8acc-0286-4530-b807-a253b0c4aaa3 {
  display: none;
}
#s-93cb8acc-0286-4530-b807-a253b0c4aaa3, #wrap-s-93cb8acc-0286-4530-b807-a253b0c4aaa3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-93cb8acc-0286-4530-b807-a253b0c4aaa3 {
  display: none;
}
#s-93cb8acc-0286-4530-b807-a253b0c4aaa3, #wrap-s-93cb8acc-0286-4530-b807-a253b0c4aaa3 { display: none !important; }}







#s-93cb8acc-0286-4530-b807-a253b0c4aaa3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93cb8acc-0286-4530-b807-a253b0c4aaa3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a73c13dc-f9fd-4d96-af94-05af7361e324 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a73c13dc-f9fd-4d96-af94-05af7361e324 .shg-sld-nav-button.shg-sld-left,
#s-a73c13dc-f9fd-4d96-af94-05af7361e324 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-b94e9a9f-e2eb-43bc-b101-afb35425f2bc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b94e9a9f-e2eb-43bc-b101-afb35425f2bc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b94e9a9f-e2eb-43bc-b101-afb35425f2bc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b94e9a9f-e2eb-43bc-b101-afb35425f2bc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-14921b10-a4e9-42bb-893a-482457b4d5e8 {
  text-align: center;
}







  #s-14921b10-a4e9-42bb-893a-482457b4d5e8 img.shogun-image {
    

    
    
    
  }


#s-14921b10-a4e9-42bb-893a-482457b4d5e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c250adf-d2ce-471b-9736-70632d9f0917 {
  text-align: center;
}







  #s-3c250adf-d2ce-471b-9736-70632d9f0917 img.shogun-image {
    

    
    
    
  }


#s-3c250adf-d2ce-471b-9736-70632d9f0917 .shogun-image-content {
  
    align-items: center;
  
}

#s-42dc38ed-f156-4cca-9747-94580df17f66 {
  text-align: center;
}







  #s-42dc38ed-f156-4cca-9747-94580df17f66 img.shogun-image {
    

    
    
    
  }


#s-42dc38ed-f156-4cca-9747-94580df17f66 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-698b8bcc-af56-49f8-97c9-5bc37c2120bb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-698b8bcc-af56-49f8-97c9-5bc37c2120bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-698b8bcc-af56-49f8-97c9-5bc37c2120bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-698b8bcc-af56-49f8-97c9-5bc37c2120bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3b6fc2bd-a16c-4633-9df2-95ee2a4fa0d8 {
  text-align: center;
}







  #s-3b6fc2bd-a16c-4633-9df2-95ee2a4fa0d8 img.shogun-image {
    

    
    
    
  }


#s-3b6fc2bd-a16c-4633-9df2-95ee2a4fa0d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-bd0f6249-e12f-461c-81a0-dac3905535d3 {
  text-align: center;
}







  #s-bd0f6249-e12f-461c-81a0-dac3905535d3 img.shogun-image {
    

    
    
    
  }


#s-bd0f6249-e12f-461c-81a0-dac3905535d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d492029-796a-47b2-9dcf-d2108595bd95 {
  text-align: center;
}







  #s-9d492029-796a-47b2-9dcf-d2108595bd95 img.shogun-image {
    

    
    
    
  }


#s-9d492029-796a-47b2-9dcf-d2108595bd95 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-79803339-32ce-4c50-9255-da6e6688b9fe {
  display: none;
}
#s-79803339-32ce-4c50-9255-da6e6688b9fe, #wrap-s-79803339-32ce-4c50-9255-da6e6688b9fe { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79803339-32ce-4c50-9255-da6e6688b9fe {
  display: none;
}
#s-79803339-32ce-4c50-9255-da6e6688b9fe, #wrap-s-79803339-32ce-4c50-9255-da6e6688b9fe { display: none !important; }}@media (max-width: 767px){#s-79803339-32ce-4c50-9255-da6e6688b9fe {
  display: none;
}
#s-79803339-32ce-4c50-9255-da6e6688b9fe, #wrap-s-79803339-32ce-4c50-9255-da6e6688b9fe { display: none !important; }}
@media (min-width: 0px) {
[id="s-79803339-32ce-4c50-9255-da6e6688b9fe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-79803339-32ce-4c50-9255-da6e6688b9fe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-79803339-32ce-4c50-9255-da6e6688b9fe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-79803339-32ce-4c50-9255-da6e6688b9fe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-cc63025d-de8c-43c5-a190-baa994d7ab9b {
  text-align: center;
}







  #s-cc63025d-de8c-43c5-a190-baa994d7ab9b img.shogun-image {
    

    
    
    
  }


#s-cc63025d-de8c-43c5-a190-baa994d7ab9b .shogun-image-content {
  
    align-items: center;
  
}

#s-6e5a98c6-779e-4222-9a40-c0b065c0c83c {
  text-align: center;
}







  #s-6e5a98c6-779e-4222-9a40-c0b065c0c83c img.shogun-image {
    

    
    
    
  }


#s-6e5a98c6-779e-4222-9a40-c0b065c0c83c .shogun-image-content {
  
    align-items: center;
  
}

#s-2a4acda8-4e0d-405d-97e1-5a7e208dc30b {
  text-align: center;
}







  #s-2a4acda8-4e0d-405d-97e1-5a7e208dc30b img.shogun-image {
    

    
    
    
  }


#s-2a4acda8-4e0d-405d-97e1-5a7e208dc30b .shogun-image-content {
  
    align-items: center;
  
}

#s-b72cacb1-28a3-4734-a038-121b3275454a {
  text-align: center;
}







  #s-b72cacb1-28a3-4734-a038-121b3275454a img.shogun-image {
    

    
    
    
  }


#s-b72cacb1-28a3-4734-a038-121b3275454a .shogun-image-content {
  
    align-items: center;
  
}

#s-4203773e-1361-4db5-ab7f-51af9980a152 {
  margin-top: 25px;
margin-bottom: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-4203773e-1361-4db5-ab7f-51af9980a152 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Century Gothic";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-4203773e-1361-4db5-ab7f-51af9980a152 .shogun-heading-component h1 a {
  color: #000;
}


#s-8aab9787-1945-476e-a418-845418be19c7 {
  margin-top: 5px;
margin-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-8aab9787-1945-476e-a418-845418be19c7 {
  display: none;
}
#s-8aab9787-1945-476e-a418-845418be19c7, #wrap-s-8aab9787-1945-476e-a418-845418be19c7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8aab9787-1945-476e-a418-845418be19c7 {
  display: none;
}
#s-8aab9787-1945-476e-a418-845418be19c7, #wrap-s-8aab9787-1945-476e-a418-845418be19c7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8aab9787-1945-476e-a418-845418be19c7 {
  display: none;
}
#s-8aab9787-1945-476e-a418-845418be19c7, #wrap-s-8aab9787-1945-476e-a418-845418be19c7 { display: none !important; }}






  #s-8aab9787-1945-476e-a418-845418be19c7 img.shogun-image {
    

    
    
    
  }


#s-8aab9787-1945-476e-a418-845418be19c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-138473e6-f7d8-44ea-8d7a-57e9b7e144f0 {
  padding-top: 5px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-138473e6-f7d8-44ea-8d7a-57e9b7e144f0 {
  display: none;
}
#s-138473e6-f7d8-44ea-8d7a-57e9b7e144f0, #wrap-s-138473e6-f7d8-44ea-8d7a-57e9b7e144f0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-138473e6-f7d8-44ea-8d7a-57e9b7e144f0 {
  display: none;
}
#s-138473e6-f7d8-44ea-8d7a-57e9b7e144f0, #wrap-s-138473e6-f7d8-44ea-8d7a-57e9b7e144f0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-138473e6-f7d8-44ea-8d7a-57e9b7e144f0 {
  display: none;
}
#s-138473e6-f7d8-44ea-8d7a-57e9b7e144f0, #wrap-s-138473e6-f7d8-44ea-8d7a-57e9b7e144f0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-138473e6-f7d8-44ea-8d7a-57e9b7e144f0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-138473e6-f7d8-44ea-8d7a-57e9b7e144f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-138473e6-f7d8-44ea-8d7a-57e9b7e144f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-138473e6-f7d8-44ea-8d7a-57e9b7e144f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-5feeb317-b959-40f1-a048-67ddbee6cee6 {
  text-align: center;
}







  #s-5feeb317-b959-40f1-a048-67ddbee6cee6 img.shogun-image {
    

    
    
    
  }


#s-5feeb317-b959-40f1-a048-67ddbee6cee6 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc3dd180-8cbb-478e-8e6f-c1e0c95f64ce {
  text-align: center;
}
@media (min-width: 1200px){#s-fc3dd180-8cbb-478e-8e6f-c1e0c95f64ce {
  display: none;
}
#s-fc3dd180-8cbb-478e-8e6f-c1e0c95f64ce, #wrap-s-fc3dd180-8cbb-478e-8e6f-c1e0c95f64ce { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc3dd180-8cbb-478e-8e6f-c1e0c95f64ce {
  display: none;
}
#s-fc3dd180-8cbb-478e-8e6f-c1e0c95f64ce, #wrap-s-fc3dd180-8cbb-478e-8e6f-c1e0c95f64ce { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fc3dd180-8cbb-478e-8e6f-c1e0c95f64ce {
  display: none;
}
#s-fc3dd180-8cbb-478e-8e6f-c1e0c95f64ce, #wrap-s-fc3dd180-8cbb-478e-8e6f-c1e0c95f64ce { display: none !important; }}






  #s-fc3dd180-8cbb-478e-8e6f-c1e0c95f64ce img.shogun-image {
    

    
    
    
  }


#s-fc3dd180-8cbb-478e-8e6f-c1e0c95f64ce .shogun-image-content {
  
    align-items: center;
  
}

#s-9171254a-400e-4cdb-b33b-c2aba6439980 {
  min-height: 50px;
}
@media (max-width: 767px){#s-9171254a-400e-4cdb-b33b-c2aba6439980 {
  display: none;
}
#s-9171254a-400e-4cdb-b33b-c2aba6439980, #wrap-s-9171254a-400e-4cdb-b33b-c2aba6439980 { display: none !important; }}







#s-9171254a-400e-4cdb-b33b-c2aba6439980 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9171254a-400e-4cdb-b33b-c2aba6439980.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-e28fc549-3833-4166-8a99-8e08c5370815"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e28fc549-3833-4166-8a99-8e08c5370815"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-e28fc549-3833-4166-8a99-8e08c5370815"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-e28fc549-3833-4166-8a99-8e08c5370815"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-c2bdcc32-57b7-40ea-8348-88e47b0effb3 {
  text-align: center;
}







  #s-c2bdcc32-57b7-40ea-8348-88e47b0effb3 img.shogun-image {
    

    
    
    
  }


#s-c2bdcc32-57b7-40ea-8348-88e47b0effb3 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc30f911-99be-4daa-b22b-186000184da7 {
  text-align: center;
}







  #s-fc30f911-99be-4daa-b22b-186000184da7 img.shogun-image {
    

    
    
    
  }


#s-fc30f911-99be-4daa-b22b-186000184da7 .shogun-image-content {
  
    align-items: center;
  
}

#s-28355399-055c-4a32-ac83-d69bacef42a0 {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-28355399-055c-4a32-ac83-d69bacef42a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28355399-055c-4a32-ac83-d69bacef42a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-28355399-055c-4a32-ac83-d69bacef42a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-28355399-055c-4a32-ac83-d69bacef42a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-76010bda-1bbf-438c-8c97-b38e93e544ea {
  text-align: center;
}







  #s-76010bda-1bbf-438c-8c97-b38e93e544ea img.shogun-image {
    

    
    
    
  }


#s-76010bda-1bbf-438c-8c97-b38e93e544ea .shogun-image-content {
  
    align-items: center;
  
}

#s-62405899-da48-4658-8d6e-c86a8b9281b3 {
  text-align: center;
}







  #s-62405899-da48-4658-8d6e-c86a8b9281b3 img.shogun-image {
    

    
    
    
  }


#s-62405899-da48-4658-8d6e-c86a8b9281b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-c06104f0-a61a-4e7d-86ca-a2ec6a3b460b {
  text-align: center;
}







  #s-c06104f0-a61a-4e7d-86ca-a2ec6a3b460b img.shogun-image {
    

    
    
    
  }


#s-c06104f0-a61a-4e7d-86ca-a2ec6a3b460b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-aacefaaa-b81e-40fd-9238-8116e6da8900"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aacefaaa-b81e-40fd-9238-8116e6da8900"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-aacefaaa-b81e-40fd-9238-8116e6da8900"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-aacefaaa-b81e-40fd-9238-8116e6da8900"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-15597e95-3089-46c0-aa8d-1b569984b943 {
  text-align: center;
}







  #s-15597e95-3089-46c0-aa8d-1b569984b943 img.shogun-image {
    

    
    
    
  }


#s-15597e95-3089-46c0-aa8d-1b569984b943 .shogun-image-content {
  
    align-items: center;
  
}

#s-490a8a90-90ad-4afd-852d-1d855a257a6f {
  text-align: center;
}







  #s-490a8a90-90ad-4afd-852d-1d855a257a6f img.shogun-image {
    

    
    
    
  }


#s-490a8a90-90ad-4afd-852d-1d855a257a6f .shogun-image-content {
  
    align-items: center;
  
}

#s-d4222ee5-d6b7-4dd0-827c-71b21fc5d5cc {
  margin-top: 5px;
margin-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-d4222ee5-d6b7-4dd0-827c-71b21fc5d5cc {
  display: none;
}
#s-d4222ee5-d6b7-4dd0-827c-71b21fc5d5cc, #wrap-s-d4222ee5-d6b7-4dd0-827c-71b21fc5d5cc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d4222ee5-d6b7-4dd0-827c-71b21fc5d5cc {
  display: none;
}
#s-d4222ee5-d6b7-4dd0-827c-71b21fc5d5cc, #wrap-s-d4222ee5-d6b7-4dd0-827c-71b21fc5d5cc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d4222ee5-d6b7-4dd0-827c-71b21fc5d5cc {
  display: none;
}
#s-d4222ee5-d6b7-4dd0-827c-71b21fc5d5cc, #wrap-s-d4222ee5-d6b7-4dd0-827c-71b21fc5d5cc { display: none !important; }}






  #s-d4222ee5-d6b7-4dd0-827c-71b21fc5d5cc img.shogun-image {
    

    
    
    
  }


#s-d4222ee5-d6b7-4dd0-827c-71b21fc5d5cc .shogun-image-content {
  
    align-items: center;
  
}

#s-9f6f5248-d308-41f8-b706-7a367ad34c45 {
  margin-top: 5px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-9f6f5248-d308-41f8-b706-7a367ad34c45 {
  display: none;
}
#s-9f6f5248-d308-41f8-b706-7a367ad34c45, #wrap-s-9f6f5248-d308-41f8-b706-7a367ad34c45 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f6f5248-d308-41f8-b706-7a367ad34c45 {
  display: none;
}
#s-9f6f5248-d308-41f8-b706-7a367ad34c45, #wrap-s-9f6f5248-d308-41f8-b706-7a367ad34c45 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f6f5248-d308-41f8-b706-7a367ad34c45 {
  display: none;
}
#s-9f6f5248-d308-41f8-b706-7a367ad34c45, #wrap-s-9f6f5248-d308-41f8-b706-7a367ad34c45 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9f6f5248-d308-41f8-b706-7a367ad34c45"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-9f6f5248-d308-41f8-b706-7a367ad34c45"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-9f6f5248-d308-41f8-b706-7a367ad34c45"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-9f6f5248-d308-41f8-b706-7a367ad34c45"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-04786622-c287-4943-8689-03151fe73623 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-04786622-c287-4943-8689-03151fe73623 img.shogun-image {
    

    
    
    
  }


#s-04786622-c287-4943-8689-03151fe73623 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f6ea784-1765-4478-b087-cf1b5424862a {
  text-align: center;
}







  #s-0f6ea784-1765-4478-b087-cf1b5424862a img.shogun-image {
    

    
    
    
  }


#s-0f6ea784-1765-4478-b087-cf1b5424862a .shogun-image-content {
  
    align-items: center;
  
}

#s-19d72d76-179b-49b1-a0da-2b60cba193d9 {
  margin-top: 5px;
margin-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-19d72d76-179b-49b1-a0da-2b60cba193d9 {
  display: none;
}
#s-19d72d76-179b-49b1-a0da-2b60cba193d9, #wrap-s-19d72d76-179b-49b1-a0da-2b60cba193d9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-19d72d76-179b-49b1-a0da-2b60cba193d9 {
  display: none;
}
#s-19d72d76-179b-49b1-a0da-2b60cba193d9, #wrap-s-19d72d76-179b-49b1-a0da-2b60cba193d9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-19d72d76-179b-49b1-a0da-2b60cba193d9 {
  display: none;
}
#s-19d72d76-179b-49b1-a0da-2b60cba193d9, #wrap-s-19d72d76-179b-49b1-a0da-2b60cba193d9 { display: none !important; }}






  #s-19d72d76-179b-49b1-a0da-2b60cba193d9 img.shogun-image {
    

    
    
    
  }


#s-19d72d76-179b-49b1-a0da-2b60cba193d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe828a8b-27ad-417a-ae9b-50ea2d2f595d {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-fe828a8b-27ad-417a-ae9b-50ea2d2f595d {
  display: none;
}
#s-fe828a8b-27ad-417a-ae9b-50ea2d2f595d, #wrap-s-fe828a8b-27ad-417a-ae9b-50ea2d2f595d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe828a8b-27ad-417a-ae9b-50ea2d2f595d {
  display: none;
}
#s-fe828a8b-27ad-417a-ae9b-50ea2d2f595d, #wrap-s-fe828a8b-27ad-417a-ae9b-50ea2d2f595d { display: none !important; }}@media (max-width: 767px){#s-fe828a8b-27ad-417a-ae9b-50ea2d2f595d {
  display: none;
}
#s-fe828a8b-27ad-417a-ae9b-50ea2d2f595d, #wrap-s-fe828a8b-27ad-417a-ae9b-50ea2d2f595d { display: none !important; }}







#s-fe828a8b-27ad-417a-ae9b-50ea2d2f595d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe828a8b-27ad-417a-ae9b-50ea2d2f595d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6853a28f-8026-427a-9834-740fca3b5a06 {
  min-height: 50px;
}








#s-6853a28f-8026-427a-9834-740fca3b5a06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6853a28f-8026-427a-9834-740fca3b5a06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6dd35998-4a30-437c-b415-16982c20fe0e {
  text-align: center;
}







  #s-6dd35998-4a30-437c-b415-16982c20fe0e img.shogun-image {
    

    
    
    
  }


#s-6dd35998-4a30-437c-b415-16982c20fe0e .shogun-image-content {
  
    align-items: center;
  
}

#s-e560b08e-c60a-4a02-93bb-f552d79ef878 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e560b08e-c60a-4a02-93bb-f552d79ef878 {
  display: none;
}
#s-e560b08e-c60a-4a02-93bb-f552d79ef878, #wrap-s-e560b08e-c60a-4a02-93bb-f552d79ef878 { display: none !important; }}@media (max-width: 767px){#s-e560b08e-c60a-4a02-93bb-f552d79ef878 {
  display: none;
}
#s-e560b08e-c60a-4a02-93bb-f552d79ef878, #wrap-s-e560b08e-c60a-4a02-93bb-f552d79ef878 { display: none !important; }}







#s-e560b08e-c60a-4a02-93bb-f552d79ef878 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e560b08e-c60a-4a02-93bb-f552d79ef878.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15aabdf3-ce7d-4059-b84b-fb6f91e90d31 {
  padding-top: 10px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-15aabdf3-ce7d-4059-b84b-fb6f91e90d31 {
  display: none;
}
#s-15aabdf3-ce7d-4059-b84b-fb6f91e90d31, #wrap-s-15aabdf3-ce7d-4059-b84b-fb6f91e90d31 { display: none !important; }}@media (max-width: 767px){#s-15aabdf3-ce7d-4059-b84b-fb6f91e90d31 {
  display: none;
}
#s-15aabdf3-ce7d-4059-b84b-fb6f91e90d31, #wrap-s-15aabdf3-ce7d-4059-b84b-fb6f91e90d31 { display: none !important; }}
#s-15aabdf3-ce7d-4059-b84b-fb6f91e90d31 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-15aabdf3-ce7d-4059-b84b-fb6f91e90d31 .shg-sld-nav-button.shg-sld-left,
#s-15aabdf3-ce7d-4059-b84b-fb6f91e90d31 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-f9de7821-8a20-44e0-8127-81445e45be68 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f9de7821-8a20-44e0-8127-81445e45be68 {
  display: none;
}
#s-f9de7821-8a20-44e0-8127-81445e45be68, #wrap-s-f9de7821-8a20-44e0-8127-81445e45be68 { display: none !important; }}@media (max-width: 767px){#s-f9de7821-8a20-44e0-8127-81445e45be68 {
  display: none;
}
#s-f9de7821-8a20-44e0-8127-81445e45be68, #wrap-s-f9de7821-8a20-44e0-8127-81445e45be68 { display: none !important; }}







#s-f9de7821-8a20-44e0-8127-81445e45be68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9de7821-8a20-44e0-8127-81445e45be68.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9f4bd62-6beb-40b2-a6b2-cb08450e385c {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
}

#s-b9f4bd62-6beb-40b2-a6b2-cb08450e385c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Century Gothic";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-b9f4bd62-6beb-40b2-a6b2-cb08450e385c .shogun-heading-component h1 a {
  color: #000;
}


@media (min-width: 0px) {
[id="s-f20fb5f7-d4b1-4b64-9ac8-f10d71f99842"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f20fb5f7-d4b1-4b64-9ac8-f10d71f99842"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f20fb5f7-d4b1-4b64-9ac8-f10d71f99842"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f20fb5f7-d4b1-4b64-9ac8-f10d71f99842"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-4201da39-84b7-40fa-8cd2-4048d20bb6f5 {
  text-align: center;
}







  #s-4201da39-84b7-40fa-8cd2-4048d20bb6f5 img.shogun-image {
    

    
    
    
  }


#s-4201da39-84b7-40fa-8cd2-4048d20bb6f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-5fa31ebe-cfe0-4af9-b06f-9e31a7c57c25 {
  text-align: center;
}







  #s-5fa31ebe-cfe0-4af9-b06f-9e31a7c57c25 img.shogun-image {
    

    
    
    
  }


#s-5fa31ebe-cfe0-4af9-b06f-9e31a7c57c25 .shogun-image-content {
  
    align-items: center;
  
}

#s-e1010b9d-b9de-4134-b118-491a7e9fbe15 {
  text-align: center;
}







  #s-e1010b9d-b9de-4134-b118-491a7e9fbe15 img.shogun-image {
    

    
    
    
  }


#s-e1010b9d-b9de-4134-b118-491a7e9fbe15 .shogun-image-content {
  
    align-items: center;
  
}

#s-8185eee3-0c68-4f81-9f6b-4a623af97fab {
  text-align: center;
}







  #s-8185eee3-0c68-4f81-9f6b-4a623af97fab img.shogun-image {
    

    
    
    
  }


#s-8185eee3-0c68-4f81-9f6b-4a623af97fab .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-96f49a7f-f7e6-4045-85d2-4c3fa78c1451 {
  display: none;
}
#s-96f49a7f-f7e6-4045-85d2-4c3fa78c1451, #wrap-s-96f49a7f-f7e6-4045-85d2-4c3fa78c1451 { display: none !important; }}@media (max-width: 767px){#s-96f49a7f-f7e6-4045-85d2-4c3fa78c1451 {
  display: none;
}
#s-96f49a7f-f7e6-4045-85d2-4c3fa78c1451, #wrap-s-96f49a7f-f7e6-4045-85d2-4c3fa78c1451 { display: none !important; }}
@media (min-width: 0px) {
[id="s-96f49a7f-f7e6-4045-85d2-4c3fa78c1451"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-96f49a7f-f7e6-4045-85d2-4c3fa78c1451"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-96f49a7f-f7e6-4045-85d2-4c3fa78c1451"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-96f49a7f-f7e6-4045-85d2-4c3fa78c1451"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-9e7ac849-711e-4098-8e17-9123ef86833a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e7ac849-711e-4098-8e17-9123ef86833a .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-619759a1-2071-4723-aac0-25fee7396e53 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-619759a1-2071-4723-aac0-25fee7396e53 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a588a44c-eb17-4aff-90e8-bb58464ac285 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-a588a44c-eb17-4aff-90e8-bb58464ac285:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a588a44c-eb17-4aff-90e8-bb58464ac285:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a588a44c-eb17-4aff-90e8-bb58464ac285-root {
    text-align: center;
  }


#s-a588a44c-eb17-4aff-90e8-bb58464ac285.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a588a44c-eb17-4aff-90e8-bb58464ac285-root {
    text-align: center;
  }


#s-a588a44c-eb17-4aff-90e8-bb58464ac285.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a588a44c-eb17-4aff-90e8-bb58464ac285-root {
    text-align: center;
  }


#s-a588a44c-eb17-4aff-90e8-bb58464ac285.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a588a44c-eb17-4aff-90e8-bb58464ac285-root {
    text-align: center;
  }


#s-a588a44c-eb17-4aff-90e8-bb58464ac285.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a588a44c-eb17-4aff-90e8-bb58464ac285-root {
    text-align: center;
  }


#s-a588a44c-eb17-4aff-90e8-bb58464ac285.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-931c04d5-6e7c-438a-ad2e-7cb5864f66f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-931c04d5-6e7c-438a-ad2e-7cb5864f66f2 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-6c6d76d3-a005-4409-b988-2fdba2bb79aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c6d76d3-a005-4409-b988-2fdba2bb79aa .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5f567d70-3efc-4170-8342-2be5377f0965 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-5f567d70-3efc-4170-8342-2be5377f0965:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5f567d70-3efc-4170-8342-2be5377f0965:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5f567d70-3efc-4170-8342-2be5377f0965-root {
    text-align: center;
  }


#s-5f567d70-3efc-4170-8342-2be5377f0965.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5f567d70-3efc-4170-8342-2be5377f0965-root {
    text-align: center;
  }


#s-5f567d70-3efc-4170-8342-2be5377f0965.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5f567d70-3efc-4170-8342-2be5377f0965-root {
    text-align: center;
  }


#s-5f567d70-3efc-4170-8342-2be5377f0965.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5f567d70-3efc-4170-8342-2be5377f0965-root {
    text-align: center;
  }


#s-5f567d70-3efc-4170-8342-2be5377f0965.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5f567d70-3efc-4170-8342-2be5377f0965-root {
    text-align: center;
  }


#s-5f567d70-3efc-4170-8342-2be5377f0965.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-61a9e497-8bfc-4908-a947-5223fd736def {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-61a9e497-8bfc-4908-a947-5223fd736def .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-8b8604db-4af9-43d5-b1d4-5ca74cfccb5c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b8604db-4af9-43d5-b1d4-5ca74cfccb5c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-cc1d85f4-4962-43cc-994f-1c156e4a6128 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-cc1d85f4-4962-43cc-994f-1c156e4a6128:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cc1d85f4-4962-43cc-994f-1c156e4a6128:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cc1d85f4-4962-43cc-994f-1c156e4a6128-root {
    text-align: center;
  }


#s-cc1d85f4-4962-43cc-994f-1c156e4a6128.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cc1d85f4-4962-43cc-994f-1c156e4a6128-root {
    text-align: center;
  }


#s-cc1d85f4-4962-43cc-994f-1c156e4a6128.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cc1d85f4-4962-43cc-994f-1c156e4a6128-root {
    text-align: center;
  }


#s-cc1d85f4-4962-43cc-994f-1c156e4a6128.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cc1d85f4-4962-43cc-994f-1c156e4a6128-root {
    text-align: center;
  }


#s-cc1d85f4-4962-43cc-994f-1c156e4a6128.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cc1d85f4-4962-43cc-994f-1c156e4a6128-root {
    text-align: center;
  }


#s-cc1d85f4-4962-43cc-994f-1c156e4a6128.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-489b76d4-6ee6-41c6-b3a4-ddece58c6e2a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-489b76d4-6ee6-41c6-b3a4-ddece58c6e2a .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-f4b29914-1610-4670-aa9d-b1720553e9b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f4b29914-1610-4670-aa9d-b1720553e9b6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-3fd0c155-39cf-4f63-ad7c-25e81c0b9c48 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-3fd0c155-39cf-4f63-ad7c-25e81c0b9c48:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3fd0c155-39cf-4f63-ad7c-25e81c0b9c48:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3fd0c155-39cf-4f63-ad7c-25e81c0b9c48-root {
    text-align: center;
  }


#s-3fd0c155-39cf-4f63-ad7c-25e81c0b9c48.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3fd0c155-39cf-4f63-ad7c-25e81c0b9c48-root {
    text-align: center;
  }


#s-3fd0c155-39cf-4f63-ad7c-25e81c0b9c48.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3fd0c155-39cf-4f63-ad7c-25e81c0b9c48-root {
    text-align: center;
  }


#s-3fd0c155-39cf-4f63-ad7c-25e81c0b9c48.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3fd0c155-39cf-4f63-ad7c-25e81c0b9c48-root {
    text-align: center;
  }


#s-3fd0c155-39cf-4f63-ad7c-25e81c0b9c48.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3fd0c155-39cf-4f63-ad7c-25e81c0b9c48-root {
    text-align: center;
  }


#s-3fd0c155-39cf-4f63-ad7c-25e81c0b9c48.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-0deb278d-9c6c-4836-9510-d62b52cab725 {
  display: none;
}
#s-0deb278d-9c6c-4836-9510-d62b52cab725, #wrap-s-0deb278d-9c6c-4836-9510-d62b52cab725 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0deb278d-9c6c-4836-9510-d62b52cab725 {
  display: none;
}
#s-0deb278d-9c6c-4836-9510-d62b52cab725, #wrap-s-0deb278d-9c6c-4836-9510-d62b52cab725 { display: none !important; }}@media (max-width: 767px){#s-0deb278d-9c6c-4836-9510-d62b52cab725 {
  display: none;
}
#s-0deb278d-9c6c-4836-9510-d62b52cab725, #wrap-s-0deb278d-9c6c-4836-9510-d62b52cab725 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0deb278d-9c6c-4836-9510-d62b52cab725"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0deb278d-9c6c-4836-9510-d62b52cab725"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0deb278d-9c6c-4836-9510-d62b52cab725"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0deb278d-9c6c-4836-9510-d62b52cab725"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c66bac4c-ab67-4d78-98ca-4e214b6b3d38 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-c66bac4c-ab67-4d78-98ca-4e214b6b3d38:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c66bac4c-ab67-4d78-98ca-4e214b6b3d38:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c66bac4c-ab67-4d78-98ca-4e214b6b3d38-root {
    text-align: center;
  }


#s-c66bac4c-ab67-4d78-98ca-4e214b6b3d38.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c66bac4c-ab67-4d78-98ca-4e214b6b3d38-root {
    text-align: center;
  }


#s-c66bac4c-ab67-4d78-98ca-4e214b6b3d38.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c66bac4c-ab67-4d78-98ca-4e214b6b3d38-root {
    text-align: center;
  }


#s-c66bac4c-ab67-4d78-98ca-4e214b6b3d38.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c66bac4c-ab67-4d78-98ca-4e214b6b3d38-root {
    text-align: center;
  }


#s-c66bac4c-ab67-4d78-98ca-4e214b6b3d38.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c66bac4c-ab67-4d78-98ca-4e214b6b3d38-root {
    text-align: center;
  }


#s-c66bac4c-ab67-4d78-98ca-4e214b6b3d38.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-91264647-b580-4f47-8eea-7457c1c5ed03 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-91264647-b580-4f47-8eea-7457c1c5ed03:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-91264647-b580-4f47-8eea-7457c1c5ed03:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-91264647-b580-4f47-8eea-7457c1c5ed03-root {
    text-align: center;
  }


#s-91264647-b580-4f47-8eea-7457c1c5ed03.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-91264647-b580-4f47-8eea-7457c1c5ed03-root {
    text-align: center;
  }


#s-91264647-b580-4f47-8eea-7457c1c5ed03.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-91264647-b580-4f47-8eea-7457c1c5ed03-root {
    text-align: center;
  }


#s-91264647-b580-4f47-8eea-7457c1c5ed03.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-91264647-b580-4f47-8eea-7457c1c5ed03-root {
    text-align: center;
  }


#s-91264647-b580-4f47-8eea-7457c1c5ed03.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-91264647-b580-4f47-8eea-7457c1c5ed03-root {
    text-align: center;
  }


#s-91264647-b580-4f47-8eea-7457c1c5ed03.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ef358545-20d3-4851-9904-7ada6b81fd4d {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-ef358545-20d3-4851-9904-7ada6b81fd4d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ef358545-20d3-4851-9904-7ada6b81fd4d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ef358545-20d3-4851-9904-7ada6b81fd4d-root {
    text-align: center;
  }


#s-ef358545-20d3-4851-9904-7ada6b81fd4d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ef358545-20d3-4851-9904-7ada6b81fd4d-root {
    text-align: center;
  }


#s-ef358545-20d3-4851-9904-7ada6b81fd4d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ef358545-20d3-4851-9904-7ada6b81fd4d-root {
    text-align: center;
  }


#s-ef358545-20d3-4851-9904-7ada6b81fd4d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ef358545-20d3-4851-9904-7ada6b81fd4d-root {
    text-align: center;
  }


#s-ef358545-20d3-4851-9904-7ada6b81fd4d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ef358545-20d3-4851-9904-7ada6b81fd4d-root {
    text-align: center;
  }


#s-ef358545-20d3-4851-9904-7ada6b81fd4d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f6b6ff76-1584-42cf-9331-f8a545b68c6a {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-f6b6ff76-1584-42cf-9331-f8a545b68c6a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f6b6ff76-1584-42cf-9331-f8a545b68c6a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f6b6ff76-1584-42cf-9331-f8a545b68c6a-root {
    text-align: center;
  }


#s-f6b6ff76-1584-42cf-9331-f8a545b68c6a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f6b6ff76-1584-42cf-9331-f8a545b68c6a-root {
    text-align: center;
  }


#s-f6b6ff76-1584-42cf-9331-f8a545b68c6a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f6b6ff76-1584-42cf-9331-f8a545b68c6a-root {
    text-align: center;
  }


#s-f6b6ff76-1584-42cf-9331-f8a545b68c6a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f6b6ff76-1584-42cf-9331-f8a545b68c6a-root {
    text-align: center;
  }


#s-f6b6ff76-1584-42cf-9331-f8a545b68c6a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f6b6ff76-1584-42cf-9331-f8a545b68c6a-root {
    text-align: center;
  }


#s-f6b6ff76-1584-42cf-9331-f8a545b68c6a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f2b05e8f-b6ce-4b77-bcfc-b76e6631bbd9 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f2b05e8f-b6ce-4b77-bcfc-b76e6631bbd9 {
  display: none;
}
#s-f2b05e8f-b6ce-4b77-bcfc-b76e6631bbd9, #wrap-s-f2b05e8f-b6ce-4b77-bcfc-b76e6631bbd9 { display: none !important; }}@media (max-width: 767px){#s-f2b05e8f-b6ce-4b77-bcfc-b76e6631bbd9 {
  display: none;
}
#s-f2b05e8f-b6ce-4b77-bcfc-b76e6631bbd9, #wrap-s-f2b05e8f-b6ce-4b77-bcfc-b76e6631bbd9 { display: none !important; }}







#s-f2b05e8f-b6ce-4b77-bcfc-b76e6631bbd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2b05e8f-b6ce-4b77-bcfc-b76e6631bbd9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08e38b00-a62d-441a-9037-aabfbfb3c630 {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
}

#s-08e38b00-a62d-441a-9037-aabfbfb3c630 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Century Gothic";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-08e38b00-a62d-441a-9037-aabfbfb3c630 .shogun-heading-component h1 a {
  color: #000;
}


@media (min-width: 0px) {
[id="s-18a2f912-45b9-461d-a339-ff26e08bfe51"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-18a2f912-45b9-461d-a339-ff26e08bfe51"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-18a2f912-45b9-461d-a339-ff26e08bfe51"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-18a2f912-45b9-461d-a339-ff26e08bfe51"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-742159f0-44ec-4b03-bf7a-f10db1b2153b {
  text-align: center;
}







  #s-742159f0-44ec-4b03-bf7a-f10db1b2153b img.shogun-image {
    

    
    
    
  }


#s-742159f0-44ec-4b03-bf7a-f10db1b2153b .shogun-image-content {
  
    align-items: center;
  
}

#s-59df73ab-8802-4865-9f28-c5a452a0402c {
  text-align: center;
}







  #s-59df73ab-8802-4865-9f28-c5a452a0402c img.shogun-image {
    

    
    
    
  }


#s-59df73ab-8802-4865-9f28-c5a452a0402c .shogun-image-content {
  
    align-items: center;
  
}

#s-2c98f494-8c71-42c2-9a45-2726a681bb20 {
  text-align: center;
}







  #s-2c98f494-8c71-42c2-9a45-2726a681bb20 img.shogun-image {
    

    
    
    
  }


#s-2c98f494-8c71-42c2-9a45-2726a681bb20 .shogun-image-content {
  
    align-items: center;
  
}

#s-34f7cf5d-fdb5-4206-8eff-a275aa7f4b12 {
  text-align: center;
}







  #s-34f7cf5d-fdb5-4206-8eff-a275aa7f4b12 img.shogun-image {
    

    
    
    
  }


#s-34f7cf5d-fdb5-4206-8eff-a275aa7f4b12 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-4886173a-3d94-451f-9a10-b6e2c6b1c324 {
  display: none;
}
#s-4886173a-3d94-451f-9a10-b6e2c6b1c324, #wrap-s-4886173a-3d94-451f-9a10-b6e2c6b1c324 { display: none !important; }}@media (max-width: 767px){#s-4886173a-3d94-451f-9a10-b6e2c6b1c324 {
  display: none;
}
#s-4886173a-3d94-451f-9a10-b6e2c6b1c324, #wrap-s-4886173a-3d94-451f-9a10-b6e2c6b1c324 { display: none !important; }}
@media (min-width: 0px) {
[id="s-4886173a-3d94-451f-9a10-b6e2c6b1c324"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4886173a-3d94-451f-9a10-b6e2c6b1c324"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4886173a-3d94-451f-9a10-b6e2c6b1c324"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4886173a-3d94-451f-9a10-b6e2c6b1c324"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-bb6a8d9e-2ded-4bdf-a58f-c13fa3682d8a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb6a8d9e-2ded-4bdf-a58f-c13fa3682d8a .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-80605630-e14c-40f1-98d0-92bd10b6efe5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-80605630-e14c-40f1-98d0-92bd10b6efe5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-6f4d1b0d-3e43-46ad-9800-b5b02a934669 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-6f4d1b0d-3e43-46ad-9800-b5b02a934669:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6f4d1b0d-3e43-46ad-9800-b5b02a934669:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6f4d1b0d-3e43-46ad-9800-b5b02a934669-root {
    text-align: center;
  }


#s-6f4d1b0d-3e43-46ad-9800-b5b02a934669.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6f4d1b0d-3e43-46ad-9800-b5b02a934669-root {
    text-align: center;
  }


#s-6f4d1b0d-3e43-46ad-9800-b5b02a934669.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f4d1b0d-3e43-46ad-9800-b5b02a934669-root {
    text-align: center;
  }


#s-6f4d1b0d-3e43-46ad-9800-b5b02a934669.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f4d1b0d-3e43-46ad-9800-b5b02a934669-root {
    text-align: center;
  }


#s-6f4d1b0d-3e43-46ad-9800-b5b02a934669.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6f4d1b0d-3e43-46ad-9800-b5b02a934669-root {
    text-align: center;
  }


#s-6f4d1b0d-3e43-46ad-9800-b5b02a934669.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-34dcd74b-5ea0-40e9-a4ec-6297558bf415 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34dcd74b-5ea0-40e9-a4ec-6297558bf415 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-55a7c32f-0ddd-47be-a22c-3c519d5279fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-55a7c32f-0ddd-47be-a22c-3c519d5279fb .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a8ddf182-31f7-4b8a-99c1-86bcd6fd976e {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-a8ddf182-31f7-4b8a-99c1-86bcd6fd976e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a8ddf182-31f7-4b8a-99c1-86bcd6fd976e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a8ddf182-31f7-4b8a-99c1-86bcd6fd976e-root {
    text-align: center;
  }


#s-a8ddf182-31f7-4b8a-99c1-86bcd6fd976e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a8ddf182-31f7-4b8a-99c1-86bcd6fd976e-root {
    text-align: center;
  }


#s-a8ddf182-31f7-4b8a-99c1-86bcd6fd976e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a8ddf182-31f7-4b8a-99c1-86bcd6fd976e-root {
    text-align: center;
  }


#s-a8ddf182-31f7-4b8a-99c1-86bcd6fd976e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a8ddf182-31f7-4b8a-99c1-86bcd6fd976e-root {
    text-align: center;
  }


#s-a8ddf182-31f7-4b8a-99c1-86bcd6fd976e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a8ddf182-31f7-4b8a-99c1-86bcd6fd976e-root {
    text-align: center;
  }


#s-a8ddf182-31f7-4b8a-99c1-86bcd6fd976e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7b586503-52b5-477d-9af0-317f78ae5171 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b586503-52b5-477d-9af0-317f78ae5171 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-8d473b94-f5a6-47b9-81cd-8403f0bd1d50 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d473b94-f5a6-47b9-81cd-8403f0bd1d50 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ba017645-9cfb-4b6e-bcc3-919ea19e1f2e {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-ba017645-9cfb-4b6e-bcc3-919ea19e1f2e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ba017645-9cfb-4b6e-bcc3-919ea19e1f2e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ba017645-9cfb-4b6e-bcc3-919ea19e1f2e-root {
    text-align: center;
  }


#s-ba017645-9cfb-4b6e-bcc3-919ea19e1f2e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ba017645-9cfb-4b6e-bcc3-919ea19e1f2e-root {
    text-align: center;
  }


#s-ba017645-9cfb-4b6e-bcc3-919ea19e1f2e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ba017645-9cfb-4b6e-bcc3-919ea19e1f2e-root {
    text-align: center;
  }


#s-ba017645-9cfb-4b6e-bcc3-919ea19e1f2e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ba017645-9cfb-4b6e-bcc3-919ea19e1f2e-root {
    text-align: center;
  }


#s-ba017645-9cfb-4b6e-bcc3-919ea19e1f2e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ba017645-9cfb-4b6e-bcc3-919ea19e1f2e-root {
    text-align: center;
  }


#s-ba017645-9cfb-4b6e-bcc3-919ea19e1f2e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1bbdb8ca-b03f-4ae0-b1fa-0c863d5ad415 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1bbdb8ca-b03f-4ae0-b1fa-0c863d5ad415 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-4869ca93-de28-4f19-82ef-cda1b45c5fb1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4869ca93-de28-4f19-82ef-cda1b45c5fb1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9bc2baed-fc93-46a7-94bb-6ea22b90fee2 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-9bc2baed-fc93-46a7-94bb-6ea22b90fee2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9bc2baed-fc93-46a7-94bb-6ea22b90fee2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9bc2baed-fc93-46a7-94bb-6ea22b90fee2-root {
    text-align: center;
  }


#s-9bc2baed-fc93-46a7-94bb-6ea22b90fee2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9bc2baed-fc93-46a7-94bb-6ea22b90fee2-root {
    text-align: center;
  }


#s-9bc2baed-fc93-46a7-94bb-6ea22b90fee2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9bc2baed-fc93-46a7-94bb-6ea22b90fee2-root {
    text-align: center;
  }


#s-9bc2baed-fc93-46a7-94bb-6ea22b90fee2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9bc2baed-fc93-46a7-94bb-6ea22b90fee2-root {
    text-align: center;
  }


#s-9bc2baed-fc93-46a7-94bb-6ea22b90fee2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9bc2baed-fc93-46a7-94bb-6ea22b90fee2-root {
    text-align: center;
  }


#s-9bc2baed-fc93-46a7-94bb-6ea22b90fee2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-6dee2c3a-3f57-4508-ad58-05eac4487c58 {
  display: none;
}
#s-6dee2c3a-3f57-4508-ad58-05eac4487c58, #wrap-s-6dee2c3a-3f57-4508-ad58-05eac4487c58 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6dee2c3a-3f57-4508-ad58-05eac4487c58 {
  display: none;
}
#s-6dee2c3a-3f57-4508-ad58-05eac4487c58, #wrap-s-6dee2c3a-3f57-4508-ad58-05eac4487c58 { display: none !important; }}@media (max-width: 767px){#s-6dee2c3a-3f57-4508-ad58-05eac4487c58 {
  display: none;
}
#s-6dee2c3a-3f57-4508-ad58-05eac4487c58, #wrap-s-6dee2c3a-3f57-4508-ad58-05eac4487c58 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6dee2c3a-3f57-4508-ad58-05eac4487c58"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6dee2c3a-3f57-4508-ad58-05eac4487c58"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6dee2c3a-3f57-4508-ad58-05eac4487c58"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6dee2c3a-3f57-4508-ad58-05eac4487c58"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-eaa89e8b-529f-46ca-80da-996ee786effa {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-eaa89e8b-529f-46ca-80da-996ee786effa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eaa89e8b-529f-46ca-80da-996ee786effa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-eaa89e8b-529f-46ca-80da-996ee786effa-root {
    text-align: center;
  }


#s-eaa89e8b-529f-46ca-80da-996ee786effa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eaa89e8b-529f-46ca-80da-996ee786effa-root {
    text-align: center;
  }


#s-eaa89e8b-529f-46ca-80da-996ee786effa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eaa89e8b-529f-46ca-80da-996ee786effa-root {
    text-align: center;
  }


#s-eaa89e8b-529f-46ca-80da-996ee786effa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eaa89e8b-529f-46ca-80da-996ee786effa-root {
    text-align: center;
  }


#s-eaa89e8b-529f-46ca-80da-996ee786effa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eaa89e8b-529f-46ca-80da-996ee786effa-root {
    text-align: center;
  }


#s-eaa89e8b-529f-46ca-80da-996ee786effa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b779c6a1-ed6c-451a-9d66-8820edf9a786 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b779c6a1-ed6c-451a-9d66-8820edf9a786:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b779c6a1-ed6c-451a-9d66-8820edf9a786:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b779c6a1-ed6c-451a-9d66-8820edf9a786-root {
    text-align: center;
  }


#s-b779c6a1-ed6c-451a-9d66-8820edf9a786.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b779c6a1-ed6c-451a-9d66-8820edf9a786-root {
    text-align: center;
  }


#s-b779c6a1-ed6c-451a-9d66-8820edf9a786.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b779c6a1-ed6c-451a-9d66-8820edf9a786-root {
    text-align: center;
  }


#s-b779c6a1-ed6c-451a-9d66-8820edf9a786.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b779c6a1-ed6c-451a-9d66-8820edf9a786-root {
    text-align: center;
  }


#s-b779c6a1-ed6c-451a-9d66-8820edf9a786.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b779c6a1-ed6c-451a-9d66-8820edf9a786-root {
    text-align: center;
  }


#s-b779c6a1-ed6c-451a-9d66-8820edf9a786.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-251c56ea-e8cf-4f3b-ac50-00ac4a53588b {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-251c56ea-e8cf-4f3b-ac50-00ac4a53588b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-251c56ea-e8cf-4f3b-ac50-00ac4a53588b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-251c56ea-e8cf-4f3b-ac50-00ac4a53588b-root {
    text-align: center;
  }


#s-251c56ea-e8cf-4f3b-ac50-00ac4a53588b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-251c56ea-e8cf-4f3b-ac50-00ac4a53588b-root {
    text-align: center;
  }


#s-251c56ea-e8cf-4f3b-ac50-00ac4a53588b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-251c56ea-e8cf-4f3b-ac50-00ac4a53588b-root {
    text-align: center;
  }


#s-251c56ea-e8cf-4f3b-ac50-00ac4a53588b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-251c56ea-e8cf-4f3b-ac50-00ac4a53588b-root {
    text-align: center;
  }


#s-251c56ea-e8cf-4f3b-ac50-00ac4a53588b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-251c56ea-e8cf-4f3b-ac50-00ac4a53588b-root {
    text-align: center;
  }


#s-251c56ea-e8cf-4f3b-ac50-00ac4a53588b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9ce4692d-a91d-4d80-b0fa-b1219b8ecada {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-9ce4692d-a91d-4d80-b0fa-b1219b8ecada:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9ce4692d-a91d-4d80-b0fa-b1219b8ecada:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9ce4692d-a91d-4d80-b0fa-b1219b8ecada-root {
    text-align: center;
  }


#s-9ce4692d-a91d-4d80-b0fa-b1219b8ecada.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9ce4692d-a91d-4d80-b0fa-b1219b8ecada-root {
    text-align: center;
  }


#s-9ce4692d-a91d-4d80-b0fa-b1219b8ecada.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9ce4692d-a91d-4d80-b0fa-b1219b8ecada-root {
    text-align: center;
  }


#s-9ce4692d-a91d-4d80-b0fa-b1219b8ecada.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9ce4692d-a91d-4d80-b0fa-b1219b8ecada-root {
    text-align: center;
  }


#s-9ce4692d-a91d-4d80-b0fa-b1219b8ecada.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9ce4692d-a91d-4d80-b0fa-b1219b8ecada-root {
    text-align: center;
  }


#s-9ce4692d-a91d-4d80-b0fa-b1219b8ecada.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7269af76-de80-4765-bf54-41776b40494c {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7269af76-de80-4765-bf54-41776b40494c {
  
}
}@media (max-width: 767px){#s-7269af76-de80-4765-bf54-41776b40494c {
  display: none;
}
#s-7269af76-de80-4765-bf54-41776b40494c, #wrap-s-7269af76-de80-4765-bf54-41776b40494c { display: none !important; }}







#s-7269af76-de80-4765-bf54-41776b40494c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7269af76-de80-4765-bf54-41776b40494c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d7701e8-3570-46af-8dff-82c47e373ba4 {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
}
@media (max-width: 767px){#s-6d7701e8-3570-46af-8dff-82c47e373ba4 {
  display: none;
}
#s-6d7701e8-3570-46af-8dff-82c47e373ba4, #wrap-s-6d7701e8-3570-46af-8dff-82c47e373ba4 { display: none !important; }}
#s-6d7701e8-3570-46af-8dff-82c47e373ba4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Century Gothic";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-6d7701e8-3570-46af-8dff-82c47e373ba4 .shogun-heading-component h2 a {
  color: #000;
}


@media (max-width: 767px){#s-ecfa0526-4152-4814-bda1-60bf5bb34ad9 {
  display: none;
}
#s-ecfa0526-4152-4814-bda1-60bf5bb34ad9, #wrap-s-ecfa0526-4152-4814-bda1-60bf5bb34ad9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ecfa0526-4152-4814-bda1-60bf5bb34ad9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ecfa0526-4152-4814-bda1-60bf5bb34ad9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ecfa0526-4152-4814-bda1-60bf5bb34ad9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ecfa0526-4152-4814-bda1-60bf5bb34ad9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e2924b2d-bb18-4bd7-8ca3-6f764ada2d05 {
  text-align: center;
}







  #s-e2924b2d-bb18-4bd7-8ca3-6f764ada2d05 img.shogun-image {
    

    
    
    
  }


#s-e2924b2d-bb18-4bd7-8ca3-6f764ada2d05 .shogun-image-content {
  
    align-items: center;
  
}

#s-53b2e81a-797e-42eb-93ff-06b85f640f3f {
  text-align: center;
}







  #s-53b2e81a-797e-42eb-93ff-06b85f640f3f img.shogun-image {
    

    
    
    
  }


#s-53b2e81a-797e-42eb-93ff-06b85f640f3f .shogun-image-content {
  
    align-items: center;
  
}

#s-a8039f2f-22f3-40f8-8b73-60bd066768c8 {
  text-align: center;
}







  #s-a8039f2f-22f3-40f8-8b73-60bd066768c8 img.shogun-image {
    

    
    
    
  }


#s-a8039f2f-22f3-40f8-8b73-60bd066768c8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-8de9eb2e-f3d8-4e9e-9e84-390e537502bd {
  
}
}@media (max-width: 767px){#s-8de9eb2e-f3d8-4e9e-9e84-390e537502bd {
  display: none;
}
#s-8de9eb2e-f3d8-4e9e-9e84-390e537502bd, #wrap-s-8de9eb2e-f3d8-4e9e-9e84-390e537502bd { display: none !important; }}
@media (min-width: 0px) {
[id="s-8de9eb2e-f3d8-4e9e-9e84-390e537502bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8de9eb2e-f3d8-4e9e-9e84-390e537502bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8de9eb2e-f3d8-4e9e-9e84-390e537502bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8de9eb2e-f3d8-4e9e-9e84-390e537502bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5d285889-c2b2-41b5-8117-72b3458c1890 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d285889-c2b2-41b5-8117-72b3458c1890 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-a3172136-a519-44a2-86e1-43e344b33507 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-a3172136-a519-44a2-86e1-43e344b33507:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a3172136-a519-44a2-86e1-43e344b33507:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a3172136-a519-44a2-86e1-43e344b33507-root {
    text-align: center;
  }


#s-a3172136-a519-44a2-86e1-43e344b33507.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a3172136-a519-44a2-86e1-43e344b33507-root {
    text-align: center;
  }


#s-a3172136-a519-44a2-86e1-43e344b33507.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a3172136-a519-44a2-86e1-43e344b33507-root {
    text-align: center;
  }


#s-a3172136-a519-44a2-86e1-43e344b33507.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a3172136-a519-44a2-86e1-43e344b33507-root {
    text-align: center;
  }


#s-a3172136-a519-44a2-86e1-43e344b33507.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a3172136-a519-44a2-86e1-43e344b33507-root {
    text-align: center;
  }


#s-a3172136-a519-44a2-86e1-43e344b33507.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ed5605ba-8136-466d-8e2f-9628269e92a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed5605ba-8136-466d-8e2f-9628269e92a4 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-d4f6344b-400e-43b7-b5af-356cd200d744 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d4f6344b-400e-43b7-b5af-356cd200d744:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d4f6344b-400e-43b7-b5af-356cd200d744:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d4f6344b-400e-43b7-b5af-356cd200d744-root {
    text-align: center;
  }


#s-d4f6344b-400e-43b7-b5af-356cd200d744.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d4f6344b-400e-43b7-b5af-356cd200d744-root {
    text-align: center;
  }


#s-d4f6344b-400e-43b7-b5af-356cd200d744.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d4f6344b-400e-43b7-b5af-356cd200d744-root {
    text-align: center;
  }


#s-d4f6344b-400e-43b7-b5af-356cd200d744.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d4f6344b-400e-43b7-b5af-356cd200d744-root {
    text-align: center;
  }


#s-d4f6344b-400e-43b7-b5af-356cd200d744.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d4f6344b-400e-43b7-b5af-356cd200d744-root {
    text-align: center;
  }


#s-d4f6344b-400e-43b7-b5af-356cd200d744.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6713181d-30fc-4031-b04d-43622e3d01a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6713181d-30fc-4031-b04d-43622e3d01a8 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-4693691b-fadc-450a-8e1d-f0a7f9b24ea1 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-4693691b-fadc-450a-8e1d-f0a7f9b24ea1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4693691b-fadc-450a-8e1d-f0a7f9b24ea1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4693691b-fadc-450a-8e1d-f0a7f9b24ea1-root {
    text-align: center;
  }


#s-4693691b-fadc-450a-8e1d-f0a7f9b24ea1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4693691b-fadc-450a-8e1d-f0a7f9b24ea1-root {
    text-align: center;
  }


#s-4693691b-fadc-450a-8e1d-f0a7f9b24ea1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4693691b-fadc-450a-8e1d-f0a7f9b24ea1-root {
    text-align: center;
  }


#s-4693691b-fadc-450a-8e1d-f0a7f9b24ea1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4693691b-fadc-450a-8e1d-f0a7f9b24ea1-root {
    text-align: center;
  }


#s-4693691b-fadc-450a-8e1d-f0a7f9b24ea1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4693691b-fadc-450a-8e1d-f0a7f9b24ea1-root {
    text-align: center;
  }


#s-4693691b-fadc-450a-8e1d-f0a7f9b24ea1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d68285ea-2457-41ff-bd8b-305a69dbb96a {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d68285ea-2457-41ff-bd8b-305a69dbb96a {
  display: none;
}
#s-d68285ea-2457-41ff-bd8b-305a69dbb96a, #wrap-s-d68285ea-2457-41ff-bd8b-305a69dbb96a { display: none !important; }}@media (max-width: 767px){#s-d68285ea-2457-41ff-bd8b-305a69dbb96a {
  display: none;
}
#s-d68285ea-2457-41ff-bd8b-305a69dbb96a, #wrap-s-d68285ea-2457-41ff-bd8b-305a69dbb96a { display: none !important; }}







#s-d68285ea-2457-41ff-bd8b-305a69dbb96a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d68285ea-2457-41ff-bd8b-305a69dbb96a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db15fbd2-9c5c-4d52-befb-320791d60f6d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-db15fbd2-9c5c-4d52-befb-320791d60f6d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Century Gothic";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-db15fbd2-9c5c-4d52-befb-320791d60f6d .shogun-heading-component h1 a {
  color: #000;
}


@media (min-width: 0px) {
[id="s-5b40934a-313e-4f9f-91a0-1e9af4f98e48"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5b40934a-313e-4f9f-91a0-1e9af4f98e48"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5b40934a-313e-4f9f-91a0-1e9af4f98e48"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5b40934a-313e-4f9f-91a0-1e9af4f98e48"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-a343d5b8-07dc-4b14-8323-e8af5afe270f {
  text-align: left;
}



.shg-c#s-a343d5b8-07dc-4b14-8323-e8af5afe270f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a343d5b8-07dc-4b14-8323-e8af5afe270f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a343d5b8-07dc-4b14-8323-e8af5afe270f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a343d5b8-07dc-4b14-8323-e8af5afe270f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a343d5b8-07dc-4b14-8323-e8af5afe270f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a343d5b8-07dc-4b14-8323-e8af5afe270f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a343d5b8-07dc-4b14-8323-e8af5afe270f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a343d5b8-07dc-4b14-8323-e8af5afe270f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a343d5b8-07dc-4b14-8323-e8af5afe270f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a343d5b8-07dc-4b14-8323-e8af5afe270f img.shogun-image {
  width: 100%;
}



}
#s-f29b0ac4-1b53-4b54-ac2d-bb88eaf5d50d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f29b0ac4-1b53-4b54-ac2d-bb88eaf5d50d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-213af932-95c8-403d-9f8e-b11adcacabc1 {
  text-align: center;
}

#s-213af932-95c8-403d-9f8e-b11adcacabc1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-213af932-95c8-403d-9f8e-b11adcacabc1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-213af932-95c8-403d-9f8e-b11adcacabc1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-75ad5952-dca6-4d8c-8c62-0fa28a88c71b {
  text-align: left;
}



.shg-c#s-75ad5952-dca6-4d8c-8c62-0fa28a88c71b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75ad5952-dca6-4d8c-8c62-0fa28a88c71b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-75ad5952-dca6-4d8c-8c62-0fa28a88c71b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75ad5952-dca6-4d8c-8c62-0fa28a88c71b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-75ad5952-dca6-4d8c-8c62-0fa28a88c71b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75ad5952-dca6-4d8c-8c62-0fa28a88c71b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-75ad5952-dca6-4d8c-8c62-0fa28a88c71b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75ad5952-dca6-4d8c-8c62-0fa28a88c71b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-75ad5952-dca6-4d8c-8c62-0fa28a88c71b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75ad5952-dca6-4d8c-8c62-0fa28a88c71b img.shogun-image {
  width: 100%;
}



}
#s-477a46ac-a652-427b-ae08-dd38dc858378 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-477a46ac-a652-427b-ae08-dd38dc858378 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-40c5c116-9419-4036-a9ff-10bab796ef2f {
  text-align: center;
}

#s-40c5c116-9419-4036-a9ff-10bab796ef2f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-40c5c116-9419-4036-a9ff-10bab796ef2f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-40c5c116-9419-4036-a9ff-10bab796ef2f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-89fb2029-715f-49bd-a004-600830ec5333 {
  text-align: left;
}



.shg-c#s-89fb2029-715f-49bd-a004-600830ec5333 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89fb2029-715f-49bd-a004-600830ec5333 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-89fb2029-715f-49bd-a004-600830ec5333 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89fb2029-715f-49bd-a004-600830ec5333 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-89fb2029-715f-49bd-a004-600830ec5333 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89fb2029-715f-49bd-a004-600830ec5333 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-89fb2029-715f-49bd-a004-600830ec5333 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89fb2029-715f-49bd-a004-600830ec5333 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-89fb2029-715f-49bd-a004-600830ec5333 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89fb2029-715f-49bd-a004-600830ec5333 img.shogun-image {
  width: 100%;
}



}
#s-025684ac-3210-4cef-9212-7d1bbedccbb2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-025684ac-3210-4cef-9212-7d1bbedccbb2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-2c8cfce1-347b-4cc9-ab3a-55b4654a1157 {
  text-align: center;
}

#s-2c8cfce1-347b-4cc9-ab3a-55b4654a1157 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2c8cfce1-347b-4cc9-ab3a-55b4654a1157 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2c8cfce1-347b-4cc9-ab3a-55b4654a1157 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a475bdb0-9d52-4dc5-8745-9f69c52daddf {
  text-align: left;
}



.shg-c#s-a475bdb0-9d52-4dc5-8745-9f69c52daddf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a475bdb0-9d52-4dc5-8745-9f69c52daddf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a475bdb0-9d52-4dc5-8745-9f69c52daddf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a475bdb0-9d52-4dc5-8745-9f69c52daddf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a475bdb0-9d52-4dc5-8745-9f69c52daddf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a475bdb0-9d52-4dc5-8745-9f69c52daddf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a475bdb0-9d52-4dc5-8745-9f69c52daddf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a475bdb0-9d52-4dc5-8745-9f69c52daddf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a475bdb0-9d52-4dc5-8745-9f69c52daddf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a475bdb0-9d52-4dc5-8745-9f69c52daddf img.shogun-image {
  width: 100%;
}



}
#s-0262f5ec-facc-46db-aca8-01bcf6a247e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0262f5ec-facc-46db-aca8-01bcf6a247e2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-35b0a406-782a-4427-a6c9-6a1f9d0f84e5 {
  text-align: center;
}

#s-35b0a406-782a-4427-a6c9-6a1f9d0f84e5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-35b0a406-782a-4427-a6c9-6a1f9d0f84e5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-35b0a406-782a-4427-a6c9-6a1f9d0f84e5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-08c18368-df06-4a53-b1b3-c568aab14bba {
  display: none;
}
#s-08c18368-df06-4a53-b1b3-c568aab14bba, #wrap-s-08c18368-df06-4a53-b1b3-c568aab14bba { display: none !important; }}@media (max-width: 767px){#s-08c18368-df06-4a53-b1b3-c568aab14bba {
  display: none;
}
#s-08c18368-df06-4a53-b1b3-c568aab14bba, #wrap-s-08c18368-df06-4a53-b1b3-c568aab14bba { display: none !important; }}
@media (min-width: 0px) {
[id="s-08c18368-df06-4a53-b1b3-c568aab14bba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-08c18368-df06-4a53-b1b3-c568aab14bba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-08c18368-df06-4a53-b1b3-c568aab14bba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-08c18368-df06-4a53-b1b3-c568aab14bba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c1c887de-9047-458c-9713-f4b0425e1d8b {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-c1c887de-9047-458c-9713-f4b0425e1d8b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c1c887de-9047-458c-9713-f4b0425e1d8b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c1c887de-9047-458c-9713-f4b0425e1d8b-root {
    text-align: center;
  }


#s-c1c887de-9047-458c-9713-f4b0425e1d8b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c1c887de-9047-458c-9713-f4b0425e1d8b-root {
    text-align: center;
  }


#s-c1c887de-9047-458c-9713-f4b0425e1d8b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c1c887de-9047-458c-9713-f4b0425e1d8b-root {
    text-align: center;
  }


#s-c1c887de-9047-458c-9713-f4b0425e1d8b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c1c887de-9047-458c-9713-f4b0425e1d8b-root {
    text-align: center;
  }


#s-c1c887de-9047-458c-9713-f4b0425e1d8b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c1c887de-9047-458c-9713-f4b0425e1d8b-root {
    text-align: center;
  }


#s-c1c887de-9047-458c-9713-f4b0425e1d8b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4702cc91-68c2-4789-acf1-45195d0e60ea {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-4702cc91-68c2-4789-acf1-45195d0e60ea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4702cc91-68c2-4789-acf1-45195d0e60ea:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4702cc91-68c2-4789-acf1-45195d0e60ea-root {
    text-align: center;
  }


#s-4702cc91-68c2-4789-acf1-45195d0e60ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4702cc91-68c2-4789-acf1-45195d0e60ea-root {
    text-align: center;
  }


#s-4702cc91-68c2-4789-acf1-45195d0e60ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4702cc91-68c2-4789-acf1-45195d0e60ea-root {
    text-align: center;
  }


#s-4702cc91-68c2-4789-acf1-45195d0e60ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4702cc91-68c2-4789-acf1-45195d0e60ea-root {
    text-align: center;
  }


#s-4702cc91-68c2-4789-acf1-45195d0e60ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4702cc91-68c2-4789-acf1-45195d0e60ea-root {
    text-align: center;
  }


#s-4702cc91-68c2-4789-acf1-45195d0e60ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e7c69e71-74f1-4660-a455-249d4e707efe {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-e7c69e71-74f1-4660-a455-249d4e707efe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e7c69e71-74f1-4660-a455-249d4e707efe:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e7c69e71-74f1-4660-a455-249d4e707efe-root {
    text-align: center;
  }


#s-e7c69e71-74f1-4660-a455-249d4e707efe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e7c69e71-74f1-4660-a455-249d4e707efe-root {
    text-align: center;
  }


#s-e7c69e71-74f1-4660-a455-249d4e707efe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e7c69e71-74f1-4660-a455-249d4e707efe-root {
    text-align: center;
  }


#s-e7c69e71-74f1-4660-a455-249d4e707efe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e7c69e71-74f1-4660-a455-249d4e707efe-root {
    text-align: center;
  }


#s-e7c69e71-74f1-4660-a455-249d4e707efe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e7c69e71-74f1-4660-a455-249d4e707efe-root {
    text-align: center;
  }


#s-e7c69e71-74f1-4660-a455-249d4e707efe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-81394ebd-d85c-428d-817a-c7ac1f46ff04 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-81394ebd-d85c-428d-817a-c7ac1f46ff04:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-81394ebd-d85c-428d-817a-c7ac1f46ff04:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-81394ebd-d85c-428d-817a-c7ac1f46ff04-root {
    text-align: center;
  }


#s-81394ebd-d85c-428d-817a-c7ac1f46ff04.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-81394ebd-d85c-428d-817a-c7ac1f46ff04-root {
    text-align: center;
  }


#s-81394ebd-d85c-428d-817a-c7ac1f46ff04.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-81394ebd-d85c-428d-817a-c7ac1f46ff04-root {
    text-align: center;
  }


#s-81394ebd-d85c-428d-817a-c7ac1f46ff04.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-81394ebd-d85c-428d-817a-c7ac1f46ff04-root {
    text-align: center;
  }


#s-81394ebd-d85c-428d-817a-c7ac1f46ff04.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-81394ebd-d85c-428d-817a-c7ac1f46ff04-root {
    text-align: center;
  }


#s-81394ebd-d85c-428d-817a-c7ac1f46ff04.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-d058f89d-00b3-416a-a004-bb65c4ca6d5a {
  display: none;
}
#s-d058f89d-00b3-416a-a004-bb65c4ca6d5a, #wrap-s-d058f89d-00b3-416a-a004-bb65c4ca6d5a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d058f89d-00b3-416a-a004-bb65c4ca6d5a {
  display: none;
}
#s-d058f89d-00b3-416a-a004-bb65c4ca6d5a, #wrap-s-d058f89d-00b3-416a-a004-bb65c4ca6d5a { display: none !important; }}@media (max-width: 767px){#s-d058f89d-00b3-416a-a004-bb65c4ca6d5a {
  display: none;
}
#s-d058f89d-00b3-416a-a004-bb65c4ca6d5a, #wrap-s-d058f89d-00b3-416a-a004-bb65c4ca6d5a { display: none !important; }}
@media (min-width: 0px) {
[id="s-d058f89d-00b3-416a-a004-bb65c4ca6d5a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d058f89d-00b3-416a-a004-bb65c4ca6d5a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d058f89d-00b3-416a-a004-bb65c4ca6d5a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d058f89d-00b3-416a-a004-bb65c4ca6d5a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-1f677edd-91ed-4480-94f7-aed117d48a9e {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-1f677edd-91ed-4480-94f7-aed117d48a9e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1f677edd-91ed-4480-94f7-aed117d48a9e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1f677edd-91ed-4480-94f7-aed117d48a9e-root {
    text-align: center;
  }


#s-1f677edd-91ed-4480-94f7-aed117d48a9e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1f677edd-91ed-4480-94f7-aed117d48a9e-root {
    text-align: center;
  }


#s-1f677edd-91ed-4480-94f7-aed117d48a9e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1f677edd-91ed-4480-94f7-aed117d48a9e-root {
    text-align: center;
  }


#s-1f677edd-91ed-4480-94f7-aed117d48a9e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1f677edd-91ed-4480-94f7-aed117d48a9e-root {
    text-align: center;
  }


#s-1f677edd-91ed-4480-94f7-aed117d48a9e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1f677edd-91ed-4480-94f7-aed117d48a9e-root {
    text-align: center;
  }


#s-1f677edd-91ed-4480-94f7-aed117d48a9e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c8d49536-5062-4ad2-8f01-ebfae2543ba4 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-c8d49536-5062-4ad2-8f01-ebfae2543ba4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c8d49536-5062-4ad2-8f01-ebfae2543ba4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c8d49536-5062-4ad2-8f01-ebfae2543ba4-root {
    text-align: center;
  }


#s-c8d49536-5062-4ad2-8f01-ebfae2543ba4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c8d49536-5062-4ad2-8f01-ebfae2543ba4-root {
    text-align: center;
  }


#s-c8d49536-5062-4ad2-8f01-ebfae2543ba4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c8d49536-5062-4ad2-8f01-ebfae2543ba4-root {
    text-align: center;
  }


#s-c8d49536-5062-4ad2-8f01-ebfae2543ba4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c8d49536-5062-4ad2-8f01-ebfae2543ba4-root {
    text-align: center;
  }


#s-c8d49536-5062-4ad2-8f01-ebfae2543ba4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c8d49536-5062-4ad2-8f01-ebfae2543ba4-root {
    text-align: center;
  }


#s-c8d49536-5062-4ad2-8f01-ebfae2543ba4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b47a1456-7861-4c50-bfac-c44e8ad0c378 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b47a1456-7861-4c50-bfac-c44e8ad0c378:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b47a1456-7861-4c50-bfac-c44e8ad0c378:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b47a1456-7861-4c50-bfac-c44e8ad0c378-root {
    text-align: center;
  }


#s-b47a1456-7861-4c50-bfac-c44e8ad0c378.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b47a1456-7861-4c50-bfac-c44e8ad0c378-root {
    text-align: center;
  }


#s-b47a1456-7861-4c50-bfac-c44e8ad0c378.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b47a1456-7861-4c50-bfac-c44e8ad0c378-root {
    text-align: center;
  }


#s-b47a1456-7861-4c50-bfac-c44e8ad0c378.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b47a1456-7861-4c50-bfac-c44e8ad0c378-root {
    text-align: center;
  }


#s-b47a1456-7861-4c50-bfac-c44e8ad0c378.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b47a1456-7861-4c50-bfac-c44e8ad0c378-root {
    text-align: center;
  }


#s-b47a1456-7861-4c50-bfac-c44e8ad0c378.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1c2a1ab8-4a7c-4bd8-8187-4acbb9abfcb6 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-1c2a1ab8-4a7c-4bd8-8187-4acbb9abfcb6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1c2a1ab8-4a7c-4bd8-8187-4acbb9abfcb6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1c2a1ab8-4a7c-4bd8-8187-4acbb9abfcb6-root {
    text-align: center;
  }


#s-1c2a1ab8-4a7c-4bd8-8187-4acbb9abfcb6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1c2a1ab8-4a7c-4bd8-8187-4acbb9abfcb6-root {
    text-align: center;
  }


#s-1c2a1ab8-4a7c-4bd8-8187-4acbb9abfcb6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1c2a1ab8-4a7c-4bd8-8187-4acbb9abfcb6-root {
    text-align: center;
  }


#s-1c2a1ab8-4a7c-4bd8-8187-4acbb9abfcb6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1c2a1ab8-4a7c-4bd8-8187-4acbb9abfcb6-root {
    text-align: center;
  }


#s-1c2a1ab8-4a7c-4bd8-8187-4acbb9abfcb6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1c2a1ab8-4a7c-4bd8-8187-4acbb9abfcb6-root {
    text-align: center;
  }


#s-1c2a1ab8-4a7c-4bd8-8187-4acbb9abfcb6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-430c140d-fb3b-4ea5-87ff-c86875ed452b {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-430c140d-fb3b-4ea5-87ff-c86875ed452b {
  display: none;
}
#s-430c140d-fb3b-4ea5-87ff-c86875ed452b, #wrap-s-430c140d-fb3b-4ea5-87ff-c86875ed452b { display: none !important; }}@media (max-width: 767px){#s-430c140d-fb3b-4ea5-87ff-c86875ed452b {
  display: none;
}
#s-430c140d-fb3b-4ea5-87ff-c86875ed452b, #wrap-s-430c140d-fb3b-4ea5-87ff-c86875ed452b { display: none !important; }}







#s-430c140d-fb3b-4ea5-87ff-c86875ed452b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-430c140d-fb3b-4ea5-87ff-c86875ed452b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f80dddff-d8dd-4c7f-a2d1-7c822883966d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f80dddff-d8dd-4c7f-a2d1-7c822883966d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Century Gothic";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



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

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

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

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

#s-15ce3888-222b-4b7e-87ac-a500d9da2bde {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-15ce3888-222b-4b7e-87ac-a500d9da2bde {
  display: none;
}
#s-15ce3888-222b-4b7e-87ac-a500d9da2bde, #wrap-s-15ce3888-222b-4b7e-87ac-a500d9da2bde { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-15ce3888-222b-4b7e-87ac-a500d9da2bde {
  display: none;
}
#s-15ce3888-222b-4b7e-87ac-a500d9da2bde, #wrap-s-15ce3888-222b-4b7e-87ac-a500d9da2bde { display: none !important; }}@media (max-width: 767px){#s-15ce3888-222b-4b7e-87ac-a500d9da2bde {
  display: none;
}
#s-15ce3888-222b-4b7e-87ac-a500d9da2bde, #wrap-s-15ce3888-222b-4b7e-87ac-a500d9da2bde { display: none !important; }}







#s-15ce3888-222b-4b7e-87ac-a500d9da2bde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15ce3888-222b-4b7e-87ac-a500d9da2bde.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5e5174c-1e1b-4d7d-b816-5ee079ec673c {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a5e5174c-1e1b-4d7d-b816-5ee079ec673c {
  display: none;
}
#s-a5e5174c-1e1b-4d7d-b816-5ee079ec673c, #wrap-s-a5e5174c-1e1b-4d7d-b816-5ee079ec673c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a5e5174c-1e1b-4d7d-b816-5ee079ec673c {
  display: none;
}
#s-a5e5174c-1e1b-4d7d-b816-5ee079ec673c, #wrap-s-a5e5174c-1e1b-4d7d-b816-5ee079ec673c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a5e5174c-1e1b-4d7d-b816-5ee079ec673c {
  display: none;
}
#s-a5e5174c-1e1b-4d7d-b816-5ee079ec673c, #wrap-s-a5e5174c-1e1b-4d7d-b816-5ee079ec673c { display: none !important; }}







#s-a5e5174c-1e1b-4d7d-b816-5ee079ec673c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5e5174c-1e1b-4d7d-b816-5ee079ec673c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ecdb8aa1-b675-4524-8662-f05a521bb7ca {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ecdb8aa1-b675-4524-8662-f05a521bb7ca {
  display: none;
}
#s-ecdb8aa1-b675-4524-8662-f05a521bb7ca, #wrap-s-ecdb8aa1-b675-4524-8662-f05a521bb7ca { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ecdb8aa1-b675-4524-8662-f05a521bb7ca {
  display: none;
}
#s-ecdb8aa1-b675-4524-8662-f05a521bb7ca, #wrap-s-ecdb8aa1-b675-4524-8662-f05a521bb7ca { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ecdb8aa1-b675-4524-8662-f05a521bb7ca {
  display: none;
}
#s-ecdb8aa1-b675-4524-8662-f05a521bb7ca, #wrap-s-ecdb8aa1-b675-4524-8662-f05a521bb7ca { display: none !important; }}







#s-ecdb8aa1-b675-4524-8662-f05a521bb7ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecdb8aa1-b675-4524-8662-f05a521bb7ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b179aace-51bd-4b7d-93c7-619787b3c7cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-b179aace-51bd-4b7d-93c7-619787b3c7cf {
  display: none;
}
#s-b179aace-51bd-4b7d-93c7-619787b3c7cf, #wrap-s-b179aace-51bd-4b7d-93c7-619787b3c7cf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b179aace-51bd-4b7d-93c7-619787b3c7cf {
  display: none;
}
#s-b179aace-51bd-4b7d-93c7-619787b3c7cf, #wrap-s-b179aace-51bd-4b7d-93c7-619787b3c7cf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b179aace-51bd-4b7d-93c7-619787b3c7cf {
  display: none;
}
#s-b179aace-51bd-4b7d-93c7-619787b3c7cf, #wrap-s-b179aace-51bd-4b7d-93c7-619787b3c7cf { display: none !important; }}@media (max-width: 767px){#s-b179aace-51bd-4b7d-93c7-619787b3c7cf {
  
}
}
#s-b179aace-51bd-4b7d-93c7-619787b3c7cf .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Century Gothic";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8d5a7075-611b-4bee-b90b-b642c88a0431 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 1200px){#s-8d5a7075-611b-4bee-b90b-b642c88a0431 {
  display: none;
}
#s-8d5a7075-611b-4bee-b90b-b642c88a0431, #wrap-s-8d5a7075-611b-4bee-b90b-b642c88a0431 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8d5a7075-611b-4bee-b90b-b642c88a0431 {
  display: none;
}
#s-8d5a7075-611b-4bee-b90b-b642c88a0431, #wrap-s-8d5a7075-611b-4bee-b90b-b642c88a0431 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8d5a7075-611b-4bee-b90b-b642c88a0431 {
  display: none;
}
#s-8d5a7075-611b-4bee-b90b-b642c88a0431, #wrap-s-8d5a7075-611b-4bee-b90b-b642c88a0431 { display: none !important; }}
#s-8d5a7075-611b-4bee-b90b-b642c88a0431 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-8d5a7075-611b-4bee-b90b-b642c88a0431 .shg-sld-nav-button.shg-sld-left,
#s-8d5a7075-611b-4bee-b90b-b642c88a0431 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-71b02ab9-f478-46ea-983e-5bb58d137249"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-71b02ab9-f478-46ea-983e-5bb58d137249"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-71b02ab9-f478-46ea-983e-5bb58d137249"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-71b02ab9-f478-46ea-983e-5bb58d137249"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-1f37fb38-676c-4fc9-acd1-f5a89be31342 {
  text-align: center;
}







  #s-1f37fb38-676c-4fc9-acd1-f5a89be31342 img.shogun-image {
    

    
    
    
  }


#s-1f37fb38-676c-4fc9-acd1-f5a89be31342 .shogun-image-content {
  
    align-items: center;
  
}

#s-f604ae57-94bf-46e6-a525-35913417a1cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f604ae57-94bf-46e6-a525-35913417a1cc .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-67219141-4cad-4470-b305-5993c6c25e48 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-67219141-4cad-4470-b305-5993c6c25e48 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-72ba54f8-eb83-4180-ac8f-cd2ac2c45134 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-72ba54f8-eb83-4180-ac8f-cd2ac2c45134:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-72ba54f8-eb83-4180-ac8f-cd2ac2c45134:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-72ba54f8-eb83-4180-ac8f-cd2ac2c45134 {
  display: none;
}
#s-72ba54f8-eb83-4180-ac8f-cd2ac2c45134, #wrap-s-72ba54f8-eb83-4180-ac8f-cd2ac2c45134 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-72ba54f8-eb83-4180-ac8f-cd2ac2c45134 {
  display: none;
}
#s-72ba54f8-eb83-4180-ac8f-cd2ac2c45134, #wrap-s-72ba54f8-eb83-4180-ac8f-cd2ac2c45134 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-72ba54f8-eb83-4180-ac8f-cd2ac2c45134 {
  display: none;
}
#s-72ba54f8-eb83-4180-ac8f-cd2ac2c45134, #wrap-s-72ba54f8-eb83-4180-ac8f-cd2ac2c45134 { display: none !important; }}

  #s-72ba54f8-eb83-4180-ac8f-cd2ac2c45134-root {
    text-align: center;
  }


#s-72ba54f8-eb83-4180-ac8f-cd2ac2c45134.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-72ba54f8-eb83-4180-ac8f-cd2ac2c45134-root {
    text-align: center;
  }


#s-72ba54f8-eb83-4180-ac8f-cd2ac2c45134.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-72ba54f8-eb83-4180-ac8f-cd2ac2c45134-root {
    text-align: center;
  }


#s-72ba54f8-eb83-4180-ac8f-cd2ac2c45134.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-72ba54f8-eb83-4180-ac8f-cd2ac2c45134-root {
    text-align: center;
  }


#s-72ba54f8-eb83-4180-ac8f-cd2ac2c45134.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-72ba54f8-eb83-4180-ac8f-cd2ac2c45134-root {
    text-align: center;
  }


#s-72ba54f8-eb83-4180-ac8f-cd2ac2c45134.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-bffb8410-947e-4aad-9a00-b9002b04dee1 {
  text-align: center;
}







  #s-bffb8410-947e-4aad-9a00-b9002b04dee1 img.shogun-image {
    

    
    
    
  }


#s-bffb8410-947e-4aad-9a00-b9002b04dee1 .shogun-image-content {
  
    align-items: center;
  
}

#s-e6b7fe50-8e78-4373-9879-3f3edf65d003 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e6b7fe50-8e78-4373-9879-3f3edf65d003 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-f8edc8c9-c01a-4914-8215-b63719069b28 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f8edc8c9-c01a-4914-8215-b63719069b28 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-cf5f6bf8-1412-4e59-bcf2-9a00a318465e {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-cf5f6bf8-1412-4e59-bcf2-9a00a318465e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cf5f6bf8-1412-4e59-bcf2-9a00a318465e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-cf5f6bf8-1412-4e59-bcf2-9a00a318465e {
  display: none;
}
#s-cf5f6bf8-1412-4e59-bcf2-9a00a318465e, #wrap-s-cf5f6bf8-1412-4e59-bcf2-9a00a318465e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cf5f6bf8-1412-4e59-bcf2-9a00a318465e {
  display: none;
}
#s-cf5f6bf8-1412-4e59-bcf2-9a00a318465e, #wrap-s-cf5f6bf8-1412-4e59-bcf2-9a00a318465e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cf5f6bf8-1412-4e59-bcf2-9a00a318465e {
  display: none;
}
#s-cf5f6bf8-1412-4e59-bcf2-9a00a318465e, #wrap-s-cf5f6bf8-1412-4e59-bcf2-9a00a318465e { display: none !important; }}

  #s-cf5f6bf8-1412-4e59-bcf2-9a00a318465e-root {
    text-align: center;
  }


#s-cf5f6bf8-1412-4e59-bcf2-9a00a318465e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cf5f6bf8-1412-4e59-bcf2-9a00a318465e-root {
    text-align: center;
  }


#s-cf5f6bf8-1412-4e59-bcf2-9a00a318465e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cf5f6bf8-1412-4e59-bcf2-9a00a318465e-root {
    text-align: center;
  }


#s-cf5f6bf8-1412-4e59-bcf2-9a00a318465e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cf5f6bf8-1412-4e59-bcf2-9a00a318465e-root {
    text-align: center;
  }


#s-cf5f6bf8-1412-4e59-bcf2-9a00a318465e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cf5f6bf8-1412-4e59-bcf2-9a00a318465e-root {
    text-align: center;
  }


#s-cf5f6bf8-1412-4e59-bcf2-9a00a318465e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-03b5706c-b4c8-4fe6-bc55-893d67fd1aec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-03b5706c-b4c8-4fe6-bc55-893d67fd1aec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-03b5706c-b4c8-4fe6-bc55-893d67fd1aec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-03b5706c-b4c8-4fe6-bc55-893d67fd1aec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-1544627e-a070-482b-9822-28e42704d808 {
  text-align: center;
}







  #s-1544627e-a070-482b-9822-28e42704d808 img.shogun-image {
    

    
    
    
  }


#s-1544627e-a070-482b-9822-28e42704d808 .shogun-image-content {
  
    align-items: center;
  
}

#s-a33635d1-8ec3-460e-944c-a061a551ba06 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a33635d1-8ec3-460e-944c-a061a551ba06 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-76fe297a-3c5b-46f6-a11e-5e6219b307c3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-76fe297a-3c5b-46f6-a11e-5e6219b307c3 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-9a90daf4-ae28-49ca-986f-66feb28bcf1f {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-9a90daf4-ae28-49ca-986f-66feb28bcf1f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9a90daf4-ae28-49ca-986f-66feb28bcf1f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-9a90daf4-ae28-49ca-986f-66feb28bcf1f {
  display: none;
}
#s-9a90daf4-ae28-49ca-986f-66feb28bcf1f, #wrap-s-9a90daf4-ae28-49ca-986f-66feb28bcf1f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a90daf4-ae28-49ca-986f-66feb28bcf1f {
  display: none;
}
#s-9a90daf4-ae28-49ca-986f-66feb28bcf1f, #wrap-s-9a90daf4-ae28-49ca-986f-66feb28bcf1f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9a90daf4-ae28-49ca-986f-66feb28bcf1f {
  display: none;
}
#s-9a90daf4-ae28-49ca-986f-66feb28bcf1f, #wrap-s-9a90daf4-ae28-49ca-986f-66feb28bcf1f { display: none !important; }}

  #s-9a90daf4-ae28-49ca-986f-66feb28bcf1f-root {
    text-align: center;
  }


#s-9a90daf4-ae28-49ca-986f-66feb28bcf1f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9a90daf4-ae28-49ca-986f-66feb28bcf1f-root {
    text-align: center;
  }


#s-9a90daf4-ae28-49ca-986f-66feb28bcf1f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9a90daf4-ae28-49ca-986f-66feb28bcf1f-root {
    text-align: center;
  }


#s-9a90daf4-ae28-49ca-986f-66feb28bcf1f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9a90daf4-ae28-49ca-986f-66feb28bcf1f-root {
    text-align: center;
  }


#s-9a90daf4-ae28-49ca-986f-66feb28bcf1f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9a90daf4-ae28-49ca-986f-66feb28bcf1f-root {
    text-align: center;
  }


#s-9a90daf4-ae28-49ca-986f-66feb28bcf1f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-180f0210-0a7f-4bb2-b4f9-0bc53b5700e3 {
  text-align: center;
}







  #s-180f0210-0a7f-4bb2-b4f9-0bc53b5700e3 img.shogun-image {
    

    
    
    
  }


#s-180f0210-0a7f-4bb2-b4f9-0bc53b5700e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-26c859d5-0701-4d48-960f-36b3628afe39 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-26c859d5-0701-4d48-960f-36b3628afe39 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-ef2b912b-23cc-4254-b7c6-4de8d59c67ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef2b912b-23cc-4254-b7c6-4de8d59c67ca .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-41e6a76e-278c-49d9-93d5-89fbced25172 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-41e6a76e-278c-49d9-93d5-89fbced25172:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-41e6a76e-278c-49d9-93d5-89fbced25172:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-41e6a76e-278c-49d9-93d5-89fbced25172 {
  display: none;
}
#s-41e6a76e-278c-49d9-93d5-89fbced25172, #wrap-s-41e6a76e-278c-49d9-93d5-89fbced25172 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-41e6a76e-278c-49d9-93d5-89fbced25172 {
  display: none;
}
#s-41e6a76e-278c-49d9-93d5-89fbced25172, #wrap-s-41e6a76e-278c-49d9-93d5-89fbced25172 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-41e6a76e-278c-49d9-93d5-89fbced25172 {
  display: none;
}
#s-41e6a76e-278c-49d9-93d5-89fbced25172, #wrap-s-41e6a76e-278c-49d9-93d5-89fbced25172 { display: none !important; }}

  #s-41e6a76e-278c-49d9-93d5-89fbced25172-root {
    text-align: center;
  }


#s-41e6a76e-278c-49d9-93d5-89fbced25172.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-41e6a76e-278c-49d9-93d5-89fbced25172-root {
    text-align: center;
  }


#s-41e6a76e-278c-49d9-93d5-89fbced25172.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-41e6a76e-278c-49d9-93d5-89fbced25172-root {
    text-align: center;
  }


#s-41e6a76e-278c-49d9-93d5-89fbced25172.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-41e6a76e-278c-49d9-93d5-89fbced25172-root {
    text-align: center;
  }


#s-41e6a76e-278c-49d9-93d5-89fbced25172.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-41e6a76e-278c-49d9-93d5-89fbced25172-root {
    text-align: center;
  }


#s-41e6a76e-278c-49d9-93d5-89fbced25172.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-bf89bc6c-e01f-464d-abea-2546cfb470e3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-bf89bc6c-e01f-464d-abea-2546cfb470e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-bf89bc6c-e01f-464d-abea-2546cfb470e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-bf89bc6c-e01f-464d-abea-2546cfb470e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-d4df557a-a430-4763-811c-6c6fa5686977 {
  text-align: center;
}







  #s-d4df557a-a430-4763-811c-6c6fa5686977 img.shogun-image {
    

    
    
    
  }


#s-d4df557a-a430-4763-811c-6c6fa5686977 .shogun-image-content {
  
    align-items: center;
  
}

#s-2032a330-e26e-4393-8286-241f903ad79a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2032a330-e26e-4393-8286-241f903ad79a .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-735b9bf5-c4d4-4351-abc0-5f1a39282b3b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-735b9bf5-c4d4-4351-abc0-5f1a39282b3b .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-96014979-699b-4045-b952-dee7dac062b5 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-96014979-699b-4045-b952-dee7dac062b5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-96014979-699b-4045-b952-dee7dac062b5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-96014979-699b-4045-b952-dee7dac062b5 {
  display: none;
}
#s-96014979-699b-4045-b952-dee7dac062b5, #wrap-s-96014979-699b-4045-b952-dee7dac062b5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-96014979-699b-4045-b952-dee7dac062b5 {
  display: none;
}
#s-96014979-699b-4045-b952-dee7dac062b5, #wrap-s-96014979-699b-4045-b952-dee7dac062b5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-96014979-699b-4045-b952-dee7dac062b5 {
  display: none;
}
#s-96014979-699b-4045-b952-dee7dac062b5, #wrap-s-96014979-699b-4045-b952-dee7dac062b5 { display: none !important; }}

  #s-96014979-699b-4045-b952-dee7dac062b5-root {
    text-align: center;
  }


#s-96014979-699b-4045-b952-dee7dac062b5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-96014979-699b-4045-b952-dee7dac062b5-root {
    text-align: center;
  }


#s-96014979-699b-4045-b952-dee7dac062b5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-96014979-699b-4045-b952-dee7dac062b5-root {
    text-align: center;
  }


#s-96014979-699b-4045-b952-dee7dac062b5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-96014979-699b-4045-b952-dee7dac062b5-root {
    text-align: center;
  }


#s-96014979-699b-4045-b952-dee7dac062b5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-96014979-699b-4045-b952-dee7dac062b5-root {
    text-align: center;
  }


#s-96014979-699b-4045-b952-dee7dac062b5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-53223aa0-f887-47fc-9d1e-ec1180b6a4e0 {
  text-align: center;
}







  #s-53223aa0-f887-47fc-9d1e-ec1180b6a4e0 img.shogun-image {
    

    
    
    
  }


#s-53223aa0-f887-47fc-9d1e-ec1180b6a4e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-768f7b1d-f235-4528-bbc3-5bd3ea0b62d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-768f7b1d-f235-4528-bbc3-5bd3ea0b62d0 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-c88ad69b-0181-401f-b36d-2b649e68fc55 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c88ad69b-0181-401f-b36d-2b649e68fc55 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-2ec02c4f-62be-4a69-8852-a5c2ce031c32 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-2ec02c4f-62be-4a69-8852-a5c2ce031c32:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2ec02c4f-62be-4a69-8852-a5c2ce031c32:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2ec02c4f-62be-4a69-8852-a5c2ce031c32 {
  display: none;
}
#s-2ec02c4f-62be-4a69-8852-a5c2ce031c32, #wrap-s-2ec02c4f-62be-4a69-8852-a5c2ce031c32 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ec02c4f-62be-4a69-8852-a5c2ce031c32 {
  display: none;
}
#s-2ec02c4f-62be-4a69-8852-a5c2ce031c32, #wrap-s-2ec02c4f-62be-4a69-8852-a5c2ce031c32 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2ec02c4f-62be-4a69-8852-a5c2ce031c32 {
  display: none;
}
#s-2ec02c4f-62be-4a69-8852-a5c2ce031c32, #wrap-s-2ec02c4f-62be-4a69-8852-a5c2ce031c32 { display: none !important; }}

  #s-2ec02c4f-62be-4a69-8852-a5c2ce031c32-root {
    text-align: center;
  }


#s-2ec02c4f-62be-4a69-8852-a5c2ce031c32.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2ec02c4f-62be-4a69-8852-a5c2ce031c32-root {
    text-align: center;
  }


#s-2ec02c4f-62be-4a69-8852-a5c2ce031c32.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2ec02c4f-62be-4a69-8852-a5c2ce031c32-root {
    text-align: center;
  }


#s-2ec02c4f-62be-4a69-8852-a5c2ce031c32.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2ec02c4f-62be-4a69-8852-a5c2ce031c32-root {
    text-align: center;
  }


#s-2ec02c4f-62be-4a69-8852-a5c2ce031c32.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2ec02c4f-62be-4a69-8852-a5c2ce031c32-root {
    text-align: center;
  }


#s-2ec02c4f-62be-4a69-8852-a5c2ce031c32.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-88df1449-d74e-4458-9d41-b7dcd439f787"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-88df1449-d74e-4458-9d41-b7dcd439f787"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-88df1449-d74e-4458-9d41-b7dcd439f787"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-88df1449-d74e-4458-9d41-b7dcd439f787"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-9462189d-02d2-4b00-ac98-bd53b9a38d6b {
  text-align: center;
}







  #s-9462189d-02d2-4b00-ac98-bd53b9a38d6b img.shogun-image {
    

    
    
    
  }


#s-9462189d-02d2-4b00-ac98-bd53b9a38d6b .shogun-image-content {
  
    align-items: center;
  
}

#s-8890a5a8-1e9b-4b9b-a383-e515ac90001d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8890a5a8-1e9b-4b9b-a383-e515ac90001d .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-1fb07751-5892-43f2-aef6-91742446b8fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1fb07751-5892-43f2-aef6-91742446b8fc .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-bce074f0-230e-426e-9f45-2afa7e290280 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-bce074f0-230e-426e-9f45-2afa7e290280:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bce074f0-230e-426e-9f45-2afa7e290280:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-bce074f0-230e-426e-9f45-2afa7e290280 {
  display: none;
}
#s-bce074f0-230e-426e-9f45-2afa7e290280, #wrap-s-bce074f0-230e-426e-9f45-2afa7e290280 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bce074f0-230e-426e-9f45-2afa7e290280 {
  display: none;
}
#s-bce074f0-230e-426e-9f45-2afa7e290280, #wrap-s-bce074f0-230e-426e-9f45-2afa7e290280 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bce074f0-230e-426e-9f45-2afa7e290280 {
  display: none;
}
#s-bce074f0-230e-426e-9f45-2afa7e290280, #wrap-s-bce074f0-230e-426e-9f45-2afa7e290280 { display: none !important; }}

  #s-bce074f0-230e-426e-9f45-2afa7e290280-root {
    text-align: center;
  }


#s-bce074f0-230e-426e-9f45-2afa7e290280.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bce074f0-230e-426e-9f45-2afa7e290280-root {
    text-align: center;
  }


#s-bce074f0-230e-426e-9f45-2afa7e290280.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bce074f0-230e-426e-9f45-2afa7e290280-root {
    text-align: center;
  }


#s-bce074f0-230e-426e-9f45-2afa7e290280.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bce074f0-230e-426e-9f45-2afa7e290280-root {
    text-align: center;
  }


#s-bce074f0-230e-426e-9f45-2afa7e290280.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bce074f0-230e-426e-9f45-2afa7e290280-root {
    text-align: center;
  }


#s-bce074f0-230e-426e-9f45-2afa7e290280.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6243f056-3d7f-4440-a50c-4cc466310426 {
  text-align: center;
}







  #s-6243f056-3d7f-4440-a50c-4cc466310426 img.shogun-image {
    

    
    
    
  }


#s-6243f056-3d7f-4440-a50c-4cc466310426 .shogun-image-content {
  
    align-items: center;
  
}

#s-87630b2e-e305-4810-9eb2-e0fa8ae2f471 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87630b2e-e305-4810-9eb2-e0fa8ae2f471 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-6890c5d2-6c23-4d31-b7c8-c7145832f73d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6890c5d2-6c23-4d31-b7c8-c7145832f73d .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-8352b5d9-41fe-48e1-aa18-1b3642da650a {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-8352b5d9-41fe-48e1-aa18-1b3642da650a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8352b5d9-41fe-48e1-aa18-1b3642da650a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-8352b5d9-41fe-48e1-aa18-1b3642da650a {
  display: none;
}
#s-8352b5d9-41fe-48e1-aa18-1b3642da650a, #wrap-s-8352b5d9-41fe-48e1-aa18-1b3642da650a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8352b5d9-41fe-48e1-aa18-1b3642da650a {
  display: none;
}
#s-8352b5d9-41fe-48e1-aa18-1b3642da650a, #wrap-s-8352b5d9-41fe-48e1-aa18-1b3642da650a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8352b5d9-41fe-48e1-aa18-1b3642da650a {
  display: none;
}
#s-8352b5d9-41fe-48e1-aa18-1b3642da650a, #wrap-s-8352b5d9-41fe-48e1-aa18-1b3642da650a { display: none !important; }}

  #s-8352b5d9-41fe-48e1-aa18-1b3642da650a-root {
    text-align: center;
  }


#s-8352b5d9-41fe-48e1-aa18-1b3642da650a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8352b5d9-41fe-48e1-aa18-1b3642da650a-root {
    text-align: center;
  }


#s-8352b5d9-41fe-48e1-aa18-1b3642da650a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8352b5d9-41fe-48e1-aa18-1b3642da650a-root {
    text-align: center;
  }


#s-8352b5d9-41fe-48e1-aa18-1b3642da650a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8352b5d9-41fe-48e1-aa18-1b3642da650a-root {
    text-align: center;
  }


#s-8352b5d9-41fe-48e1-aa18-1b3642da650a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8352b5d9-41fe-48e1-aa18-1b3642da650a-root {
    text-align: center;
  }


#s-8352b5d9-41fe-48e1-aa18-1b3642da650a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-8f61ccfd-9f60-4900-b63a-83fb752ef6a8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-8f61ccfd-9f60-4900-b63a-83fb752ef6a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-8f61ccfd-9f60-4900-b63a-83fb752ef6a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-8f61ccfd-9f60-4900-b63a-83fb752ef6a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-4dddf910-ce59-4017-a079-1a2656006d43 {
  text-align: center;
}







  #s-4dddf910-ce59-4017-a079-1a2656006d43 img.shogun-image {
    

    
    
    
  }


#s-4dddf910-ce59-4017-a079-1a2656006d43 .shogun-image-content {
  
    align-items: center;
  
}

#s-20d6bb51-9f02-4a60-9dc0-3c981e7e3e46 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20d6bb51-9f02-4a60-9dc0-3c981e7e3e46 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-fac08e4d-cbc4-41cb-b4f0-4225081f2950 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fac08e4d-cbc4-41cb-b4f0-4225081f2950 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-4e2c99a4-f48f-4f6d-8ddc-48a7860851a9 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-4e2c99a4-f48f-4f6d-8ddc-48a7860851a9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4e2c99a4-f48f-4f6d-8ddc-48a7860851a9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4e2c99a4-f48f-4f6d-8ddc-48a7860851a9 {
  display: none;
}
#s-4e2c99a4-f48f-4f6d-8ddc-48a7860851a9, #wrap-s-4e2c99a4-f48f-4f6d-8ddc-48a7860851a9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4e2c99a4-f48f-4f6d-8ddc-48a7860851a9 {
  display: none;
}
#s-4e2c99a4-f48f-4f6d-8ddc-48a7860851a9, #wrap-s-4e2c99a4-f48f-4f6d-8ddc-48a7860851a9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4e2c99a4-f48f-4f6d-8ddc-48a7860851a9 {
  display: none;
}
#s-4e2c99a4-f48f-4f6d-8ddc-48a7860851a9, #wrap-s-4e2c99a4-f48f-4f6d-8ddc-48a7860851a9 { display: none !important; }}

  #s-4e2c99a4-f48f-4f6d-8ddc-48a7860851a9-root {
    text-align: center;
  }


#s-4e2c99a4-f48f-4f6d-8ddc-48a7860851a9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4e2c99a4-f48f-4f6d-8ddc-48a7860851a9-root {
    text-align: center;
  }


#s-4e2c99a4-f48f-4f6d-8ddc-48a7860851a9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4e2c99a4-f48f-4f6d-8ddc-48a7860851a9-root {
    text-align: center;
  }


#s-4e2c99a4-f48f-4f6d-8ddc-48a7860851a9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4e2c99a4-f48f-4f6d-8ddc-48a7860851a9-root {
    text-align: center;
  }


#s-4e2c99a4-f48f-4f6d-8ddc-48a7860851a9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4e2c99a4-f48f-4f6d-8ddc-48a7860851a9-root {
    text-align: center;
  }


#s-4e2c99a4-f48f-4f6d-8ddc-48a7860851a9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ca2b70a4-6755-45a9-a7e0-37f5101fd88f {
  text-align: center;
}







  #s-ca2b70a4-6755-45a9-a7e0-37f5101fd88f img.shogun-image {
    

    
    
    
  }


#s-ca2b70a4-6755-45a9-a7e0-37f5101fd88f .shogun-image-content {
  
    align-items: center;
  
}

#s-1c0beee1-ab86-4340-806b-eef6e654bc0f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c0beee1-ab86-4340-806b-eef6e654bc0f .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-85793aba-f0eb-471b-ab6d-1c81fa466238 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85793aba-f0eb-471b-ab6d-1c81fa466238 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-11810113-69ad-44f8-9816-5afb2f59952f {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-11810113-69ad-44f8-9816-5afb2f59952f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-11810113-69ad-44f8-9816-5afb2f59952f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-11810113-69ad-44f8-9816-5afb2f59952f {
  display: none;
}
#s-11810113-69ad-44f8-9816-5afb2f59952f, #wrap-s-11810113-69ad-44f8-9816-5afb2f59952f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-11810113-69ad-44f8-9816-5afb2f59952f {
  display: none;
}
#s-11810113-69ad-44f8-9816-5afb2f59952f, #wrap-s-11810113-69ad-44f8-9816-5afb2f59952f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-11810113-69ad-44f8-9816-5afb2f59952f {
  display: none;
}
#s-11810113-69ad-44f8-9816-5afb2f59952f, #wrap-s-11810113-69ad-44f8-9816-5afb2f59952f { display: none !important; }}

  #s-11810113-69ad-44f8-9816-5afb2f59952f-root {
    text-align: center;
  }


#s-11810113-69ad-44f8-9816-5afb2f59952f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-11810113-69ad-44f8-9816-5afb2f59952f-root {
    text-align: center;
  }


#s-11810113-69ad-44f8-9816-5afb2f59952f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-11810113-69ad-44f8-9816-5afb2f59952f-root {
    text-align: center;
  }


#s-11810113-69ad-44f8-9816-5afb2f59952f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-11810113-69ad-44f8-9816-5afb2f59952f-root {
    text-align: center;
  }


#s-11810113-69ad-44f8-9816-5afb2f59952f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-11810113-69ad-44f8-9816-5afb2f59952f-root {
    text-align: center;
  }


#s-11810113-69ad-44f8-9816-5afb2f59952f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-4d2558c4-b11d-4382-ab5a-5f0eece6b843"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-4d2558c4-b11d-4382-ab5a-5f0eece6b843"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-4d2558c4-b11d-4382-ab5a-5f0eece6b843"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d2558c4-b11d-4382-ab5a-5f0eece6b843"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-811aedde-74d1-4edd-95b6-baae8ba6902a {
  text-align: center;
}







  #s-811aedde-74d1-4edd-95b6-baae8ba6902a img.shogun-image {
    

    
    
    
  }


#s-811aedde-74d1-4edd-95b6-baae8ba6902a .shogun-image-content {
  
    align-items: center;
  
}

#s-5fa82109-c30d-4571-97d1-cbda2e0473af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5fa82109-c30d-4571-97d1-cbda2e0473af .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-bf3ec5d1-a958-41ab-be57-81e59d8ec7df {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-bf3ec5d1-a958-41ab-be57-81e59d8ec7df:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bf3ec5d1-a958-41ab-be57-81e59d8ec7df:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-bf3ec5d1-a958-41ab-be57-81e59d8ec7df {
  display: none;
}
#s-bf3ec5d1-a958-41ab-be57-81e59d8ec7df, #wrap-s-bf3ec5d1-a958-41ab-be57-81e59d8ec7df { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf3ec5d1-a958-41ab-be57-81e59d8ec7df {
  display: none;
}
#s-bf3ec5d1-a958-41ab-be57-81e59d8ec7df, #wrap-s-bf3ec5d1-a958-41ab-be57-81e59d8ec7df { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bf3ec5d1-a958-41ab-be57-81e59d8ec7df {
  display: none;
}
#s-bf3ec5d1-a958-41ab-be57-81e59d8ec7df, #wrap-s-bf3ec5d1-a958-41ab-be57-81e59d8ec7df { display: none !important; }}

  #s-bf3ec5d1-a958-41ab-be57-81e59d8ec7df-root {
    text-align: center;
  }


#s-bf3ec5d1-a958-41ab-be57-81e59d8ec7df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bf3ec5d1-a958-41ab-be57-81e59d8ec7df-root {
    text-align: center;
  }


#s-bf3ec5d1-a958-41ab-be57-81e59d8ec7df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bf3ec5d1-a958-41ab-be57-81e59d8ec7df-root {
    text-align: center;
  }


#s-bf3ec5d1-a958-41ab-be57-81e59d8ec7df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bf3ec5d1-a958-41ab-be57-81e59d8ec7df-root {
    text-align: center;
  }


#s-bf3ec5d1-a958-41ab-be57-81e59d8ec7df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bf3ec5d1-a958-41ab-be57-81e59d8ec7df-root {
    text-align: center;
  }


#s-bf3ec5d1-a958-41ab-be57-81e59d8ec7df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a97f5bb2-ffbd-407c-b4bf-0c59defe2705 {
  text-align: center;
}







  #s-a97f5bb2-ffbd-407c-b4bf-0c59defe2705 img.shogun-image {
    

    
    
    
  }


#s-a97f5bb2-ffbd-407c-b4bf-0c59defe2705 .shogun-image-content {
  
    align-items: center;
  
}

#s-569a3be1-1cf7-40b7-b486-7ae56118a221 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-569a3be1-1cf7-40b7-b486-7ae56118a221 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-4e8a3e55-8509-43c2-9664-933f0fcf730d {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-4e8a3e55-8509-43c2-9664-933f0fcf730d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4e8a3e55-8509-43c2-9664-933f0fcf730d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4e8a3e55-8509-43c2-9664-933f0fcf730d {
  display: none;
}
#s-4e8a3e55-8509-43c2-9664-933f0fcf730d, #wrap-s-4e8a3e55-8509-43c2-9664-933f0fcf730d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4e8a3e55-8509-43c2-9664-933f0fcf730d {
  display: none;
}
#s-4e8a3e55-8509-43c2-9664-933f0fcf730d, #wrap-s-4e8a3e55-8509-43c2-9664-933f0fcf730d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4e8a3e55-8509-43c2-9664-933f0fcf730d {
  display: none;
}
#s-4e8a3e55-8509-43c2-9664-933f0fcf730d, #wrap-s-4e8a3e55-8509-43c2-9664-933f0fcf730d { display: none !important; }}

  #s-4e8a3e55-8509-43c2-9664-933f0fcf730d-root {
    text-align: center;
  }


#s-4e8a3e55-8509-43c2-9664-933f0fcf730d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4e8a3e55-8509-43c2-9664-933f0fcf730d-root {
    text-align: center;
  }


#s-4e8a3e55-8509-43c2-9664-933f0fcf730d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4e8a3e55-8509-43c2-9664-933f0fcf730d-root {
    text-align: center;
  }


#s-4e8a3e55-8509-43c2-9664-933f0fcf730d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4e8a3e55-8509-43c2-9664-933f0fcf730d-root {
    text-align: center;
  }


#s-4e8a3e55-8509-43c2-9664-933f0fcf730d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4e8a3e55-8509-43c2-9664-933f0fcf730d-root {
    text-align: center;
  }


#s-4e8a3e55-8509-43c2-9664-933f0fcf730d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a5ef1cc8-4172-451c-a928-a3ee773c7aeb {
  text-align: center;
}







  #s-a5ef1cc8-4172-451c-a928-a3ee773c7aeb img.shogun-image {
    

    
    
    
  }


#s-a5ef1cc8-4172-451c-a928-a3ee773c7aeb .shogun-image-content {
  
    align-items: center;
  
}

#s-5d7f546f-45ec-45ef-8596-56947560b033 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d7f546f-45ec-45ef-8596-56947560b033 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-4a00c9dc-aee5-48d4-9cc6-65c1b1a2d144 {
  box-shadow:1px 1px 1px 1px rgba(214, 214, 214, 1);
margin-left: 10px;
margin-right: 10px;
padding-top: 6px;
padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-4a00c9dc-aee5-48d4-9cc6-65c1b1a2d144:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4a00c9dc-aee5-48d4-9cc6-65c1b1a2d144:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4a00c9dc-aee5-48d4-9cc6-65c1b1a2d144 {
  display: none;
}
#s-4a00c9dc-aee5-48d4-9cc6-65c1b1a2d144, #wrap-s-4a00c9dc-aee5-48d4-9cc6-65c1b1a2d144 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4a00c9dc-aee5-48d4-9cc6-65c1b1a2d144 {
  display: none;
}
#s-4a00c9dc-aee5-48d4-9cc6-65c1b1a2d144, #wrap-s-4a00c9dc-aee5-48d4-9cc6-65c1b1a2d144 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4a00c9dc-aee5-48d4-9cc6-65c1b1a2d144 {
  display: none;
}
#s-4a00c9dc-aee5-48d4-9cc6-65c1b1a2d144, #wrap-s-4a00c9dc-aee5-48d4-9cc6-65c1b1a2d144 { display: none !important; }}

  #s-4a00c9dc-aee5-48d4-9cc6-65c1b1a2d144-root {
    text-align: center;
  }


#s-4a00c9dc-aee5-48d4-9cc6-65c1b1a2d144.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4a00c9dc-aee5-48d4-9cc6-65c1b1a2d144-root {
    text-align: center;
  }


#s-4a00c9dc-aee5-48d4-9cc6-65c1b1a2d144.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4a00c9dc-aee5-48d4-9cc6-65c1b1a2d144-root {
    text-align: center;
  }


#s-4a00c9dc-aee5-48d4-9cc6-65c1b1a2d144.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4a00c9dc-aee5-48d4-9cc6-65c1b1a2d144-root {
    text-align: center;
  }


#s-4a00c9dc-aee5-48d4-9cc6-65c1b1a2d144.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4a00c9dc-aee5-48d4-9cc6-65c1b1a2d144-root {
    text-align: center;
  }


#s-4a00c9dc-aee5-48d4-9cc6-65c1b1a2d144.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-86f19117-99a7-4ff1-9029-a85a447c9185 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-86f19117-99a7-4ff1-9029-a85a447c9185 {
  display: none;
}
#s-86f19117-99a7-4ff1-9029-a85a447c9185, #wrap-s-86f19117-99a7-4ff1-9029-a85a447c9185 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-86f19117-99a7-4ff1-9029-a85a447c9185 {
  display: none;
}
#s-86f19117-99a7-4ff1-9029-a85a447c9185, #wrap-s-86f19117-99a7-4ff1-9029-a85a447c9185 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-86f19117-99a7-4ff1-9029-a85a447c9185 {
  display: none;
}
#s-86f19117-99a7-4ff1-9029-a85a447c9185, #wrap-s-86f19117-99a7-4ff1-9029-a85a447c9185 { display: none !important; }}@media (max-width: 767px){#s-86f19117-99a7-4ff1-9029-a85a447c9185 {
  
}
}







#s-86f19117-99a7-4ff1-9029-a85a447c9185 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86f19117-99a7-4ff1-9029-a85a447c9185.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48bc1995-cc73-4a6c-b23c-db99b579aa87 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48bc1995-cc73-4a6c-b23c-db99b579aa87 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Century Gothic";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-fa07a87b-f080-497f-9e06-1008f1801d45 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(79, 79, 79, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fa07a87b-f080-497f-9e06-1008f1801d45:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fa07a87b-f080-497f-9e06-1008f1801d45:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fa07a87b-f080-497f-9e06-1008f1801d45-root {
    text-align: center;
  }


#s-fa07a87b-f080-497f-9e06-1008f1801d45.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fa07a87b-f080-497f-9e06-1008f1801d45-root {
    text-align: center;
  }


#s-fa07a87b-f080-497f-9e06-1008f1801d45.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fa07a87b-f080-497f-9e06-1008f1801d45-root {
    text-align: center;
  }


#s-fa07a87b-f080-497f-9e06-1008f1801d45.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fa07a87b-f080-497f-9e06-1008f1801d45-root {
    text-align: center;
  }


#s-fa07a87b-f080-497f-9e06-1008f1801d45.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fa07a87b-f080-497f-9e06-1008f1801d45-root {
    text-align: center;
  }


#s-fa07a87b-f080-497f-9e06-1008f1801d45.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  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}
