.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-dbd65556-72e5-453c-92f7-aaa60306df07 {
  max-width: 1920px;
aspect-ratio: 1920/336;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-dbd65556-72e5-453c-92f7-aaa60306df07 {
  display: none;
}
#s-dbd65556-72e5-453c-92f7-aaa60306df07, #wrap-s-dbd65556-72e5-453c-92f7-aaa60306df07 { display: none !important; }}@media (max-width: 767px){#s-dbd65556-72e5-453c-92f7-aaa60306df07 {
  display: none;
}
#s-dbd65556-72e5-453c-92f7-aaa60306df07, #wrap-s-dbd65556-72e5-453c-92f7-aaa60306df07 { display: none !important; }}




  #s-dbd65556-72e5-453c-92f7-aaa60306df07 img.shogun-image,
  #s-dbd65556-72e5-453c-92f7-aaa60306df07 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dbd65556-72e5-453c-92f7-aaa60306df07 {
    width: 100%;
    height: auto;
  }

  #s-dbd65556-72e5-453c-92f7-aaa60306df07 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dbd65556-72e5-453c-92f7-aaa60306df07.shogun-image {
    
    
  }


.s-dbd65556-72e5-453c-92f7-aaa60306df07 .shogun-image-content {
  
    align-items: center;
  
}

.s-dbd65556-72e5-453c-92f7-aaa60306df07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbd65556-72e5-453c-92f7-aaa60306df07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbd65556-72e5-453c-92f7-aaa60306df07.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dbd65556-72e5-453c-92f7-aaa60306df07 {
      --shg-aspect-ratio: calc(1920/336); 
    }

    .s-dbd65556-72e5-453c-92f7-aaa60306df07.shogun-image-container {
      position: relative;
    }

    .s-dbd65556-72e5-453c-92f7-aaa60306df07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbd65556-72e5-453c-92f7-aaa60306df07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbd65556-72e5-453c-92f7-aaa60306df07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-dbd65556-72e5-453c-92f7-aaa60306df07 img.shogun-image,
  #s-dbd65556-72e5-453c-92f7-aaa60306df07 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dbd65556-72e5-453c-92f7-aaa60306df07 {
    width: 100%;
    height: auto;
  }

  #s-dbd65556-72e5-453c-92f7-aaa60306df07 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dbd65556-72e5-453c-92f7-aaa60306df07.shogun-image {
    
    
  }


.s-dbd65556-72e5-453c-92f7-aaa60306df07 .shogun-image-content {
  
    align-items: center;
  
}

.s-dbd65556-72e5-453c-92f7-aaa60306df07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbd65556-72e5-453c-92f7-aaa60306df07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbd65556-72e5-453c-92f7-aaa60306df07.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dbd65556-72e5-453c-92f7-aaa60306df07 {
      --shg-aspect-ratio: calc(1920/336); 
    }

    .s-dbd65556-72e5-453c-92f7-aaa60306df07.shogun-image-container {
      position: relative;
    }

    .s-dbd65556-72e5-453c-92f7-aaa60306df07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbd65556-72e5-453c-92f7-aaa60306df07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbd65556-72e5-453c-92f7-aaa60306df07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-dbd65556-72e5-453c-92f7-aaa60306df07 img.shogun-image,
  #s-dbd65556-72e5-453c-92f7-aaa60306df07 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dbd65556-72e5-453c-92f7-aaa60306df07 {
    width: 100%;
    height: auto;
  }

  #s-dbd65556-72e5-453c-92f7-aaa60306df07 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dbd65556-72e5-453c-92f7-aaa60306df07.shogun-image {
    
    
  }


.s-dbd65556-72e5-453c-92f7-aaa60306df07 .shogun-image-content {
  
    align-items: center;
  
}

.s-dbd65556-72e5-453c-92f7-aaa60306df07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbd65556-72e5-453c-92f7-aaa60306df07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbd65556-72e5-453c-92f7-aaa60306df07.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dbd65556-72e5-453c-92f7-aaa60306df07 {
      --shg-aspect-ratio: calc(1920/336); 
    }

    .s-dbd65556-72e5-453c-92f7-aaa60306df07.shogun-image-container {
      position: relative;
    }

    .s-dbd65556-72e5-453c-92f7-aaa60306df07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbd65556-72e5-453c-92f7-aaa60306df07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbd65556-72e5-453c-92f7-aaa60306df07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-dbd65556-72e5-453c-92f7-aaa60306df07 img.shogun-image,
  #s-dbd65556-72e5-453c-92f7-aaa60306df07 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dbd65556-72e5-453c-92f7-aaa60306df07 {
    width: 100%;
    height: auto;
  }

  #s-dbd65556-72e5-453c-92f7-aaa60306df07 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dbd65556-72e5-453c-92f7-aaa60306df07.shogun-image {
    
    
  }


.s-dbd65556-72e5-453c-92f7-aaa60306df07 .shogun-image-content {
  
    align-items: center;
  
}

.s-dbd65556-72e5-453c-92f7-aaa60306df07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbd65556-72e5-453c-92f7-aaa60306df07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbd65556-72e5-453c-92f7-aaa60306df07.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dbd65556-72e5-453c-92f7-aaa60306df07 {
      --shg-aspect-ratio: calc(1920/336); 
    }

    .s-dbd65556-72e5-453c-92f7-aaa60306df07.shogun-image-container {
      position: relative;
    }

    .s-dbd65556-72e5-453c-92f7-aaa60306df07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbd65556-72e5-453c-92f7-aaa60306df07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbd65556-72e5-453c-92f7-aaa60306df07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-dbd65556-72e5-453c-92f7-aaa60306df07 img.shogun-image,
  #s-dbd65556-72e5-453c-92f7-aaa60306df07 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dbd65556-72e5-453c-92f7-aaa60306df07 {
    width: 100%;
    height: auto;
  }

  #s-dbd65556-72e5-453c-92f7-aaa60306df07 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dbd65556-72e5-453c-92f7-aaa60306df07.shogun-image {
    
    
  }


.s-dbd65556-72e5-453c-92f7-aaa60306df07 .shogun-image-content {
  
    align-items: center;
  
}

.s-dbd65556-72e5-453c-92f7-aaa60306df07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbd65556-72e5-453c-92f7-aaa60306df07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbd65556-72e5-453c-92f7-aaa60306df07.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dbd65556-72e5-453c-92f7-aaa60306df07 {
      --shg-aspect-ratio: calc(1920/336); 
    }

    .s-dbd65556-72e5-453c-92f7-aaa60306df07.shogun-image-container {
      position: relative;
    }

    .s-dbd65556-72e5-453c-92f7-aaa60306df07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbd65556-72e5-453c-92f7-aaa60306df07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbd65556-72e5-453c-92f7-aaa60306df07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.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-eb32f033-e04c-429a-a173-483289c5bc9a {
  padding-left: 2%;
padding-right: 2%;
min-height: 50px;
background-attachment: scroll;
}








#s-eb32f033-e04c-429a-a173-483289c5bc9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb32f033-e04c-429a-a173-483289c5bc9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-445c3acd-46ed-4244-80a3-1192c6f7a3cb {
  min-height: 50px;
}








#s-445c3acd-46ed-4244-80a3-1192c6f7a3cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-445c3acd-46ed-4244-80a3-1192c6f7a3cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77a941f6-5a7b-408b-aab0-722f8157a94c {
  max-width: 900px;
text-align: center;
}
@media (min-width: 1200px){#s-77a941f6-5a7b-408b-aab0-722f8157a94c {
  display: none;
}
#s-77a941f6-5a7b-408b-aab0-722f8157a94c, #wrap-s-77a941f6-5a7b-408b-aab0-722f8157a94c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-77a941f6-5a7b-408b-aab0-722f8157a94c {
  display: none;
}
#s-77a941f6-5a7b-408b-aab0-722f8157a94c, #wrap-s-77a941f6-5a7b-408b-aab0-722f8157a94c { display: none !important; }}






  img.s-77a941f6-5a7b-408b-aab0-722f8157a94c.shogun-image {
    
    
  }


.s-77a941f6-5a7b-408b-aab0-722f8157a94c .shogun-image-content {
  
    align-items: center;
  
}

.s-77a941f6-5a7b-408b-aab0-722f8157a94c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77a941f6-5a7b-408b-aab0-722f8157a94c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77a941f6-5a7b-408b-aab0-722f8157a94c.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-77a941f6-5a7b-408b-aab0-722f8157a94c.shogun-image {
    
    
  }


.s-77a941f6-5a7b-408b-aab0-722f8157a94c .shogun-image-content {
  
    align-items: center;
  
}

.s-77a941f6-5a7b-408b-aab0-722f8157a94c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77a941f6-5a7b-408b-aab0-722f8157a94c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77a941f6-5a7b-408b-aab0-722f8157a94c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-77a941f6-5a7b-408b-aab0-722f8157a94c.shogun-image {
    
    
  }


.s-77a941f6-5a7b-408b-aab0-722f8157a94c .shogun-image-content {
  
    align-items: center;
  
}

.s-77a941f6-5a7b-408b-aab0-722f8157a94c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77a941f6-5a7b-408b-aab0-722f8157a94c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77a941f6-5a7b-408b-aab0-722f8157a94c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-77a941f6-5a7b-408b-aab0-722f8157a94c.shogun-image {
    
    
  }


.s-77a941f6-5a7b-408b-aab0-722f8157a94c .shogun-image-content {
  
    align-items: center;
  
}

.s-77a941f6-5a7b-408b-aab0-722f8157a94c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77a941f6-5a7b-408b-aab0-722f8157a94c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77a941f6-5a7b-408b-aab0-722f8157a94c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-77a941f6-5a7b-408b-aab0-722f8157a94c.shogun-image {
    
    
  }


.s-77a941f6-5a7b-408b-aab0-722f8157a94c .shogun-image-content {
  
    align-items: center;
  
}

.s-77a941f6-5a7b-408b-aab0-722f8157a94c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77a941f6-5a7b-408b-aab0-722f8157a94c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77a941f6-5a7b-408b-aab0-722f8157a94c.shogun-image {
  box-sizing: border-box;
}



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

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

#s-bdab826d-7da7-499d-a5be-5be7bd50de3e hr {
  border-top: 2px solid rgba(73, 152, 192, 1);
}

#s-6d3d1de5-3e23-4085-aa42-9c6326074c2d {
  min-height: 50px;
}








#s-6d3d1de5-3e23-4085-aa42-9c6326074c2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d3d1de5-3e23-4085-aa42-9c6326074c2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-5cc120c7-216c-4548-b2a9-f8e277e81032 hr {
  border-top: 2px solid rgba(73, 152, 192, 1);
}

#s-2e4e18cb-63c9-4a56-b4a1-0e5ed9e3a405 {
  background-size: cover;
background-attachment: fixed;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
background-position: center center;
background-color: rgba(255, 255, 255, 1);
}








#s-2e4e18cb-63c9-4a56-b4a1-0e5ed9e3a405 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.4;
}#s-2e4e18cb-63c9-4a56-b4a1-0e5ed9e3a405.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-056de18b-008c-44bf-9ffd-5298f01221f0 {
  margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-056de18b-008c-44bf-9ffd-5298f01221f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-056de18b-008c-44bf-9ffd-5298f01221f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-056de18b-008c-44bf-9ffd-5298f01221f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-056de18b-008c-44bf-9ffd-5298f01221f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

#s-c306f5f4-31b9-4523-a031-023aed32e19a {
  margin-bottom: 20px;
text-align: center;
}

#s-c306f5f4-31b9-4523-a031-023aed32e19a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



#s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 {
  padding-top: 0px;
padding-bottom: 0px;
max-width: 200px;
aspect-ratio: 2/3;
text-align: center;
}
@media (min-width: 1200px){#s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 {
  display: none;
}
#s-86a1db73-8d5a-455a-ab5f-1b3a47730e84, #wrap-s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 {
  display: none;
}
#s-86a1db73-8d5a-455a-ab5f-1b3a47730e84, #wrap-s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 {
  display: none;
}
#s-86a1db73-8d5a-455a-ab5f-1b3a47730e84, #wrap-s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 { display: none !important; }}@media (max-width: 767px){#s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 {
  
}
}




  #s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 img.shogun-image,
  #s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 {
    width: 100%;
    height: auto;
  }

  #s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-86a1db73-8d5a-455a-ab5f-1b3a47730e84.shogun-image {
    
    
  }


.s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 .shogun-image-content {
  
    align-items: center;
  
}

.s-86a1db73-8d5a-455a-ab5f-1b3a47730e84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86a1db73-8d5a-455a-ab5f-1b3a47730e84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86a1db73-8d5a-455a-ab5f-1b3a47730e84.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-86a1db73-8d5a-455a-ab5f-1b3a47730e84.shogun-image-container {
      position: relative;
    }

    .s-86a1db73-8d5a-455a-ab5f-1b3a47730e84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86a1db73-8d5a-455a-ab5f-1b3a47730e84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 img.shogun-image,
  #s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 {
    width: 100%;
    height: auto;
  }

  #s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-86a1db73-8d5a-455a-ab5f-1b3a47730e84.shogun-image {
    
    
  }


.s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 .shogun-image-content {
  
    align-items: center;
  
}

.s-86a1db73-8d5a-455a-ab5f-1b3a47730e84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86a1db73-8d5a-455a-ab5f-1b3a47730e84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86a1db73-8d5a-455a-ab5f-1b3a47730e84.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-86a1db73-8d5a-455a-ab5f-1b3a47730e84.shogun-image-container {
      position: relative;
    }

    .s-86a1db73-8d5a-455a-ab5f-1b3a47730e84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86a1db73-8d5a-455a-ab5f-1b3a47730e84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 img.shogun-image,
  #s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 {
    width: 100%;
    height: auto;
  }

  #s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-86a1db73-8d5a-455a-ab5f-1b3a47730e84.shogun-image {
    
    
  }


.s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 .shogun-image-content {
  
    align-items: center;
  
}

.s-86a1db73-8d5a-455a-ab5f-1b3a47730e84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86a1db73-8d5a-455a-ab5f-1b3a47730e84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86a1db73-8d5a-455a-ab5f-1b3a47730e84.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-86a1db73-8d5a-455a-ab5f-1b3a47730e84.shogun-image-container {
      position: relative;
    }

    .s-86a1db73-8d5a-455a-ab5f-1b3a47730e84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86a1db73-8d5a-455a-ab5f-1b3a47730e84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 img.shogun-image,
  #s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 {
    width: 100%;
    height: auto;
  }

  #s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-86a1db73-8d5a-455a-ab5f-1b3a47730e84.shogun-image {
    
    
  }


.s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 .shogun-image-content {
  
    align-items: center;
  
}

.s-86a1db73-8d5a-455a-ab5f-1b3a47730e84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86a1db73-8d5a-455a-ab5f-1b3a47730e84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86a1db73-8d5a-455a-ab5f-1b3a47730e84.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-86a1db73-8d5a-455a-ab5f-1b3a47730e84.shogun-image-container {
      position: relative;
    }

    .s-86a1db73-8d5a-455a-ab5f-1b3a47730e84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86a1db73-8d5a-455a-ab5f-1b3a47730e84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 img.shogun-image,
  #s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 {
    width: 100%;
    height: auto;
  }

  #s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-86a1db73-8d5a-455a-ab5f-1b3a47730e84.shogun-image {
    
    
  }


.s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 .shogun-image-content {
  
    align-items: center;
  
}

.s-86a1db73-8d5a-455a-ab5f-1b3a47730e84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86a1db73-8d5a-455a-ab5f-1b3a47730e84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86a1db73-8d5a-455a-ab5f-1b3a47730e84.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-86a1db73-8d5a-455a-ab5f-1b3a47730e84.shogun-image-container {
      position: relative;
    }

    .s-86a1db73-8d5a-455a-ab5f-1b3a47730e84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86a1db73-8d5a-455a-ab5f-1b3a47730e84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86a1db73-8d5a-455a-ab5f-1b3a47730e84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-149f16f7-423d-4bb5-89c8-5ad73d4d6e57 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-149f16f7-423d-4bb5-89c8-5ad73d4d6e57 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-f82ec5ae-aab0-453a-a698-63e0056c1f18 hr {
  border-top: 2px solid #ddd;
}

#s-d60d4456-cee2-4b97-8d7f-17be47d0b416 {
  margin-bottom: -30px;
}

#s-81d670bb-fa38-4c00-8c6e-4cd3d3497464 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-81d670bb-fa38-4c00-8c6e-4cd3d3497464 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



@media (min-width: 0px) {
[id="s-c48d0224-316a-482d-a1c9-f164013bebd3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c48d0224-316a-482d-a1c9-f164013bebd3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-c48d0224-316a-482d-a1c9-f164013bebd3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-c48d0224-316a-482d-a1c9-f164013bebd3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

.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-4905b75b-6941-499b-9f02-119f0c042320 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-4905b75b-6941-499b-9f02-119f0c042320:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-4905b75b-6941-499b-9f02-119f0c042320:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-4905b75b-6941-499b-9f02-119f0c042320-root {
    text-align: center;
  }


#s-4905b75b-6941-499b-9f02-119f0c042320.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4905b75b-6941-499b-9f02-119f0c042320-root {
    text-align: center;
  }


#s-4905b75b-6941-499b-9f02-119f0c042320.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4905b75b-6941-499b-9f02-119f0c042320-root {
    text-align: center;
  }


#s-4905b75b-6941-499b-9f02-119f0c042320.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4905b75b-6941-499b-9f02-119f0c042320-root {
    text-align: center;
  }


#s-4905b75b-6941-499b-9f02-119f0c042320.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4905b75b-6941-499b-9f02-119f0c042320-root {
    text-align: center;
  }


#s-4905b75b-6941-499b-9f02-119f0c042320.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-c07a18d2-784d-4569-a64b-143a2dd13323 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-c07a18d2-784d-4569-a64b-143a2dd13323:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-c07a18d2-784d-4569-a64b-143a2dd13323:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-c07a18d2-784d-4569-a64b-143a2dd13323-root {
    text-align: center;
  }


#s-c07a18d2-784d-4569-a64b-143a2dd13323.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c07a18d2-784d-4569-a64b-143a2dd13323-root {
    text-align: center;
  }


#s-c07a18d2-784d-4569-a64b-143a2dd13323.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c07a18d2-784d-4569-a64b-143a2dd13323-root {
    text-align: center;
  }


#s-c07a18d2-784d-4569-a64b-143a2dd13323.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c07a18d2-784d-4569-a64b-143a2dd13323-root {
    text-align: center;
  }


#s-c07a18d2-784d-4569-a64b-143a2dd13323.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c07a18d2-784d-4569-a64b-143a2dd13323-root {
    text-align: center;
  }


#s-c07a18d2-784d-4569-a64b-143a2dd13323.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-02320866-60da-41ad-aa8c-633f126f05dc {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-02320866-60da-41ad-aa8c-633f126f05dc:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-02320866-60da-41ad-aa8c-633f126f05dc:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-02320866-60da-41ad-aa8c-633f126f05dc-root {
    text-align: center;
  }


#s-02320866-60da-41ad-aa8c-633f126f05dc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-02320866-60da-41ad-aa8c-633f126f05dc-root {
    text-align: center;
  }


#s-02320866-60da-41ad-aa8c-633f126f05dc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-02320866-60da-41ad-aa8c-633f126f05dc-root {
    text-align: center;
  }


#s-02320866-60da-41ad-aa8c-633f126f05dc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-02320866-60da-41ad-aa8c-633f126f05dc-root {
    text-align: center;
  }


#s-02320866-60da-41ad-aa8c-633f126f05dc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-02320866-60da-41ad-aa8c-633f126f05dc-root {
    text-align: center;
  }


#s-02320866-60da-41ad-aa8c-633f126f05dc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-7418ccb8-22e0-4e67-be5f-bacc1d0bb95b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-7418ccb8-22e0-4e67-be5f-bacc1d0bb95b:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-7418ccb8-22e0-4e67-be5f-bacc1d0bb95b:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-7418ccb8-22e0-4e67-be5f-bacc1d0bb95b-root {
    text-align: center;
  }


#s-7418ccb8-22e0-4e67-be5f-bacc1d0bb95b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7418ccb8-22e0-4e67-be5f-bacc1d0bb95b-root {
    text-align: center;
  }


#s-7418ccb8-22e0-4e67-be5f-bacc1d0bb95b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7418ccb8-22e0-4e67-be5f-bacc1d0bb95b-root {
    text-align: center;
  }


#s-7418ccb8-22e0-4e67-be5f-bacc1d0bb95b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7418ccb8-22e0-4e67-be5f-bacc1d0bb95b-root {
    text-align: center;
  }


#s-7418ccb8-22e0-4e67-be5f-bacc1d0bb95b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7418ccb8-22e0-4e67-be5f-bacc1d0bb95b-root {
    text-align: center;
  }


#s-7418ccb8-22e0-4e67-be5f-bacc1d0bb95b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-e5ffec21-f6fb-47c3-935a-48670fa06f5e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-e5ffec21-f6fb-47c3-935a-48670fa06f5e:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-e5ffec21-f6fb-47c3-935a-48670fa06f5e:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-e5ffec21-f6fb-47c3-935a-48670fa06f5e-root {
    text-align: center;
  }


#s-e5ffec21-f6fb-47c3-935a-48670fa06f5e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e5ffec21-f6fb-47c3-935a-48670fa06f5e-root {
    text-align: center;
  }


#s-e5ffec21-f6fb-47c3-935a-48670fa06f5e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e5ffec21-f6fb-47c3-935a-48670fa06f5e-root {
    text-align: center;
  }


#s-e5ffec21-f6fb-47c3-935a-48670fa06f5e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e5ffec21-f6fb-47c3-935a-48670fa06f5e-root {
    text-align: center;
  }


#s-e5ffec21-f6fb-47c3-935a-48670fa06f5e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e5ffec21-f6fb-47c3-935a-48670fa06f5e-root {
    text-align: center;
  }


#s-e5ffec21-f6fb-47c3-935a-48670fa06f5e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-62e4f8d3-7bc1-4bd2-a41d-ffe4a3365f7c {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-62e4f8d3-7bc1-4bd2-a41d-ffe4a3365f7c:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-62e4f8d3-7bc1-4bd2-a41d-ffe4a3365f7c:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-62e4f8d3-7bc1-4bd2-a41d-ffe4a3365f7c-root {
    text-align: center;
  }


#s-62e4f8d3-7bc1-4bd2-a41d-ffe4a3365f7c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-62e4f8d3-7bc1-4bd2-a41d-ffe4a3365f7c-root {
    text-align: center;
  }


#s-62e4f8d3-7bc1-4bd2-a41d-ffe4a3365f7c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-62e4f8d3-7bc1-4bd2-a41d-ffe4a3365f7c-root {
    text-align: center;
  }


#s-62e4f8d3-7bc1-4bd2-a41d-ffe4a3365f7c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-62e4f8d3-7bc1-4bd2-a41d-ffe4a3365f7c-root {
    text-align: center;
  }


#s-62e4f8d3-7bc1-4bd2-a41d-ffe4a3365f7c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-62e4f8d3-7bc1-4bd2-a41d-ffe4a3365f7c-root {
    text-align: center;
  }


#s-62e4f8d3-7bc1-4bd2-a41d-ffe4a3365f7c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-2f1298b3-1b53-429f-9e48-83e5623d04e3 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-2f1298b3-1b53-429f-9e48-83e5623d04e3:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-2f1298b3-1b53-429f-9e48-83e5623d04e3:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-2f1298b3-1b53-429f-9e48-83e5623d04e3-root {
    text-align: center;
  }


#s-2f1298b3-1b53-429f-9e48-83e5623d04e3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2f1298b3-1b53-429f-9e48-83e5623d04e3-root {
    text-align: center;
  }


#s-2f1298b3-1b53-429f-9e48-83e5623d04e3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2f1298b3-1b53-429f-9e48-83e5623d04e3-root {
    text-align: center;
  }


#s-2f1298b3-1b53-429f-9e48-83e5623d04e3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2f1298b3-1b53-429f-9e48-83e5623d04e3-root {
    text-align: center;
  }


#s-2f1298b3-1b53-429f-9e48-83e5623d04e3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2f1298b3-1b53-429f-9e48-83e5623d04e3-root {
    text-align: center;
  }


#s-2f1298b3-1b53-429f-9e48-83e5623d04e3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-b2557fe1-ec24-49d8-bd97-8205e52003bf {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-b2557fe1-ec24-49d8-bd97-8205e52003bf:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-b2557fe1-ec24-49d8-bd97-8205e52003bf:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-b2557fe1-ec24-49d8-bd97-8205e52003bf-root {
    text-align: center;
  }


#s-b2557fe1-ec24-49d8-bd97-8205e52003bf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b2557fe1-ec24-49d8-bd97-8205e52003bf-root {
    text-align: center;
  }


#s-b2557fe1-ec24-49d8-bd97-8205e52003bf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b2557fe1-ec24-49d8-bd97-8205e52003bf-root {
    text-align: center;
  }


#s-b2557fe1-ec24-49d8-bd97-8205e52003bf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b2557fe1-ec24-49d8-bd97-8205e52003bf-root {
    text-align: center;
  }


#s-b2557fe1-ec24-49d8-bd97-8205e52003bf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b2557fe1-ec24-49d8-bd97-8205e52003bf-root {
    text-align: center;
  }


#s-b2557fe1-ec24-49d8-bd97-8205e52003bf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-85082cae-545c-43b1-901c-872094385c24 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-85082cae-545c-43b1-901c-872094385c24:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-85082cae-545c-43b1-901c-872094385c24:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-85082cae-545c-43b1-901c-872094385c24-root {
    text-align: center;
  }


#s-85082cae-545c-43b1-901c-872094385c24.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-85082cae-545c-43b1-901c-872094385c24-root {
    text-align: center;
  }


#s-85082cae-545c-43b1-901c-872094385c24.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-85082cae-545c-43b1-901c-872094385c24-root {
    text-align: center;
  }


#s-85082cae-545c-43b1-901c-872094385c24.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-85082cae-545c-43b1-901c-872094385c24-root {
    text-align: center;
  }


#s-85082cae-545c-43b1-901c-872094385c24.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-85082cae-545c-43b1-901c-872094385c24-root {
    text-align: center;
  }


#s-85082cae-545c-43b1-901c-872094385c24.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-a27a141a-8362-47dd-b126-a9d43e774fbd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a27a141a-8362-47dd-b126-a9d43e774fbd .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



@media (min-width: 0px) {
[id="s-670e4ecf-3b77-40d7-870a-b103a55918b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-670e4ecf-3b77-40d7-870a-b103a55918b6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-670e4ecf-3b77-40d7-870a-b103a55918b6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-670e4ecf-3b77-40d7-870a-b103a55918b6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-0c386561-788b-44b6-aea9-083b6562aba4 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-0c386561-788b-44b6-aea9-083b6562aba4:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-0c386561-788b-44b6-aea9-083b6562aba4:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-0c386561-788b-44b6-aea9-083b6562aba4-root {
    text-align: center;
  }


#s-0c386561-788b-44b6-aea9-083b6562aba4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0c386561-788b-44b6-aea9-083b6562aba4-root {
    text-align: center;
  }


#s-0c386561-788b-44b6-aea9-083b6562aba4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0c386561-788b-44b6-aea9-083b6562aba4-root {
    text-align: center;
  }


#s-0c386561-788b-44b6-aea9-083b6562aba4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0c386561-788b-44b6-aea9-083b6562aba4-root {
    text-align: center;
  }


#s-0c386561-788b-44b6-aea9-083b6562aba4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0c386561-788b-44b6-aea9-083b6562aba4-root {
    text-align: center;
  }


#s-0c386561-788b-44b6-aea9-083b6562aba4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-cffb6dcb-3e0a-42cd-86fa-1a1403ee06b4 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-cffb6dcb-3e0a-42cd-86fa-1a1403ee06b4:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-cffb6dcb-3e0a-42cd-86fa-1a1403ee06b4:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-cffb6dcb-3e0a-42cd-86fa-1a1403ee06b4-root {
    text-align: center;
  }


#s-cffb6dcb-3e0a-42cd-86fa-1a1403ee06b4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cffb6dcb-3e0a-42cd-86fa-1a1403ee06b4-root {
    text-align: center;
  }


#s-cffb6dcb-3e0a-42cd-86fa-1a1403ee06b4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cffb6dcb-3e0a-42cd-86fa-1a1403ee06b4-root {
    text-align: center;
  }


#s-cffb6dcb-3e0a-42cd-86fa-1a1403ee06b4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cffb6dcb-3e0a-42cd-86fa-1a1403ee06b4-root {
    text-align: center;
  }


#s-cffb6dcb-3e0a-42cd-86fa-1a1403ee06b4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cffb6dcb-3e0a-42cd-86fa-1a1403ee06b4-root {
    text-align: center;
  }


#s-cffb6dcb-3e0a-42cd-86fa-1a1403ee06b4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-85b7c576-960c-46af-9960-4398f679c036 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-85b7c576-960c-46af-9960-4398f679c036:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-85b7c576-960c-46af-9960-4398f679c036:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-85b7c576-960c-46af-9960-4398f679c036-root {
    text-align: center;
  }


#s-85b7c576-960c-46af-9960-4398f679c036.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-85b7c576-960c-46af-9960-4398f679c036-root {
    text-align: center;
  }


#s-85b7c576-960c-46af-9960-4398f679c036.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-85b7c576-960c-46af-9960-4398f679c036-root {
    text-align: center;
  }


#s-85b7c576-960c-46af-9960-4398f679c036.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-85b7c576-960c-46af-9960-4398f679c036-root {
    text-align: center;
  }


#s-85b7c576-960c-46af-9960-4398f679c036.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-85b7c576-960c-46af-9960-4398f679c036-root {
    text-align: center;
  }


#s-85b7c576-960c-46af-9960-4398f679c036.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-30ed1259-93f9-46d4-b0f7-33df8629b819 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-30ed1259-93f9-46d4-b0f7-33df8629b819:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-30ed1259-93f9-46d4-b0f7-33df8629b819:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-30ed1259-93f9-46d4-b0f7-33df8629b819-root {
    text-align: center;
  }


#s-30ed1259-93f9-46d4-b0f7-33df8629b819.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-30ed1259-93f9-46d4-b0f7-33df8629b819-root {
    text-align: center;
  }


#s-30ed1259-93f9-46d4-b0f7-33df8629b819.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-30ed1259-93f9-46d4-b0f7-33df8629b819-root {
    text-align: center;
  }


#s-30ed1259-93f9-46d4-b0f7-33df8629b819.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-30ed1259-93f9-46d4-b0f7-33df8629b819-root {
    text-align: center;
  }


#s-30ed1259-93f9-46d4-b0f7-33df8629b819.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-30ed1259-93f9-46d4-b0f7-33df8629b819-root {
    text-align: center;
  }


#s-30ed1259-93f9-46d4-b0f7-33df8629b819.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-515ea7a6-ec63-4d7b-b185-c3304c9ea52f {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-515ea7a6-ec63-4d7b-b185-c3304c9ea52f:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-515ea7a6-ec63-4d7b-b185-c3304c9ea52f:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-515ea7a6-ec63-4d7b-b185-c3304c9ea52f-root {
    text-align: center;
  }


#s-515ea7a6-ec63-4d7b-b185-c3304c9ea52f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-515ea7a6-ec63-4d7b-b185-c3304c9ea52f-root {
    text-align: center;
  }


#s-515ea7a6-ec63-4d7b-b185-c3304c9ea52f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-515ea7a6-ec63-4d7b-b185-c3304c9ea52f-root {
    text-align: center;
  }


#s-515ea7a6-ec63-4d7b-b185-c3304c9ea52f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-515ea7a6-ec63-4d7b-b185-c3304c9ea52f-root {
    text-align: center;
  }


#s-515ea7a6-ec63-4d7b-b185-c3304c9ea52f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-515ea7a6-ec63-4d7b-b185-c3304c9ea52f-root {
    text-align: center;
  }


#s-515ea7a6-ec63-4d7b-b185-c3304c9ea52f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-15b7cc86-b1da-4751-9fe2-fbd0ce63b0c7 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-15b7cc86-b1da-4751-9fe2-fbd0ce63b0c7:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-15b7cc86-b1da-4751-9fe2-fbd0ce63b0c7:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-15b7cc86-b1da-4751-9fe2-fbd0ce63b0c7-root {
    text-align: center;
  }


#s-15b7cc86-b1da-4751-9fe2-fbd0ce63b0c7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-15b7cc86-b1da-4751-9fe2-fbd0ce63b0c7-root {
    text-align: center;
  }


#s-15b7cc86-b1da-4751-9fe2-fbd0ce63b0c7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-15b7cc86-b1da-4751-9fe2-fbd0ce63b0c7-root {
    text-align: center;
  }


#s-15b7cc86-b1da-4751-9fe2-fbd0ce63b0c7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-15b7cc86-b1da-4751-9fe2-fbd0ce63b0c7-root {
    text-align: center;
  }


#s-15b7cc86-b1da-4751-9fe2-fbd0ce63b0c7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-15b7cc86-b1da-4751-9fe2-fbd0ce63b0c7-root {
    text-align: center;
  }


#s-15b7cc86-b1da-4751-9fe2-fbd0ce63b0c7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-6df5586b-6731-4692-a1a7-0872a7c48e71 {
  padding-top: 10px;
padding-bottom: 20px;
text-align: center;
}

#s-6df5586b-6731-4692-a1a7-0872a7c48e71 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



#s-246249fa-d3f6-4c12-958e-11a207510c70 {
  max-width: 200px;
aspect-ratio: 200/45;
text-align: center;
}





  #s-246249fa-d3f6-4c12-958e-11a207510c70 img.shogun-image,
  #s-246249fa-d3f6-4c12-958e-11a207510c70 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-246249fa-d3f6-4c12-958e-11a207510c70 {
    width: 100%;
    height: auto;
  }

  #s-246249fa-d3f6-4c12-958e-11a207510c70 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-246249fa-d3f6-4c12-958e-11a207510c70.shogun-image {
    
    
  }


.s-246249fa-d3f6-4c12-958e-11a207510c70 .shogun-image-content {
  
    align-items: center;
  
}

.s-246249fa-d3f6-4c12-958e-11a207510c70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-246249fa-d3f6-4c12-958e-11a207510c70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-246249fa-d3f6-4c12-958e-11a207510c70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-246249fa-d3f6-4c12-958e-11a207510c70 {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-246249fa-d3f6-4c12-958e-11a207510c70.shogun-image-container {
      position: relative;
    }

    .s-246249fa-d3f6-4c12-958e-11a207510c70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-246249fa-d3f6-4c12-958e-11a207510c70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-246249fa-d3f6-4c12-958e-11a207510c70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-246249fa-d3f6-4c12-958e-11a207510c70 img.shogun-image,
  #s-246249fa-d3f6-4c12-958e-11a207510c70 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-246249fa-d3f6-4c12-958e-11a207510c70 {
    width: 100%;
    height: auto;
  }

  #s-246249fa-d3f6-4c12-958e-11a207510c70 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-246249fa-d3f6-4c12-958e-11a207510c70.shogun-image {
    
    
  }


.s-246249fa-d3f6-4c12-958e-11a207510c70 .shogun-image-content {
  
    align-items: center;
  
}

.s-246249fa-d3f6-4c12-958e-11a207510c70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-246249fa-d3f6-4c12-958e-11a207510c70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-246249fa-d3f6-4c12-958e-11a207510c70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-246249fa-d3f6-4c12-958e-11a207510c70 {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-246249fa-d3f6-4c12-958e-11a207510c70.shogun-image-container {
      position: relative;
    }

    .s-246249fa-d3f6-4c12-958e-11a207510c70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-246249fa-d3f6-4c12-958e-11a207510c70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-246249fa-d3f6-4c12-958e-11a207510c70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-246249fa-d3f6-4c12-958e-11a207510c70 img.shogun-image,
  #s-246249fa-d3f6-4c12-958e-11a207510c70 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-246249fa-d3f6-4c12-958e-11a207510c70 {
    width: 100%;
    height: auto;
  }

  #s-246249fa-d3f6-4c12-958e-11a207510c70 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-246249fa-d3f6-4c12-958e-11a207510c70.shogun-image {
    
    
  }


.s-246249fa-d3f6-4c12-958e-11a207510c70 .shogun-image-content {
  
    align-items: center;
  
}

.s-246249fa-d3f6-4c12-958e-11a207510c70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-246249fa-d3f6-4c12-958e-11a207510c70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-246249fa-d3f6-4c12-958e-11a207510c70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-246249fa-d3f6-4c12-958e-11a207510c70 {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-246249fa-d3f6-4c12-958e-11a207510c70.shogun-image-container {
      position: relative;
    }

    .s-246249fa-d3f6-4c12-958e-11a207510c70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-246249fa-d3f6-4c12-958e-11a207510c70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-246249fa-d3f6-4c12-958e-11a207510c70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-246249fa-d3f6-4c12-958e-11a207510c70 img.shogun-image,
  #s-246249fa-d3f6-4c12-958e-11a207510c70 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-246249fa-d3f6-4c12-958e-11a207510c70 {
    width: 100%;
    height: auto;
  }

  #s-246249fa-d3f6-4c12-958e-11a207510c70 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-246249fa-d3f6-4c12-958e-11a207510c70.shogun-image {
    
    
  }


.s-246249fa-d3f6-4c12-958e-11a207510c70 .shogun-image-content {
  
    align-items: center;
  
}

.s-246249fa-d3f6-4c12-958e-11a207510c70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-246249fa-d3f6-4c12-958e-11a207510c70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-246249fa-d3f6-4c12-958e-11a207510c70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-246249fa-d3f6-4c12-958e-11a207510c70 {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-246249fa-d3f6-4c12-958e-11a207510c70.shogun-image-container {
      position: relative;
    }

    .s-246249fa-d3f6-4c12-958e-11a207510c70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-246249fa-d3f6-4c12-958e-11a207510c70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-246249fa-d3f6-4c12-958e-11a207510c70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-246249fa-d3f6-4c12-958e-11a207510c70 img.shogun-image,
  #s-246249fa-d3f6-4c12-958e-11a207510c70 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-246249fa-d3f6-4c12-958e-11a207510c70 {
    width: 100%;
    height: auto;
  }

  #s-246249fa-d3f6-4c12-958e-11a207510c70 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-246249fa-d3f6-4c12-958e-11a207510c70.shogun-image {
    
    
  }


.s-246249fa-d3f6-4c12-958e-11a207510c70 .shogun-image-content {
  
    align-items: center;
  
}

.s-246249fa-d3f6-4c12-958e-11a207510c70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-246249fa-d3f6-4c12-958e-11a207510c70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-246249fa-d3f6-4c12-958e-11a207510c70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-246249fa-d3f6-4c12-958e-11a207510c70 {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-246249fa-d3f6-4c12-958e-11a207510c70.shogun-image-container {
      position: relative;
    }

    .s-246249fa-d3f6-4c12-958e-11a207510c70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-246249fa-d3f6-4c12-958e-11a207510c70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-246249fa-d3f6-4c12-958e-11a207510c70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.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-9154c58b-81ad-4112-bdbe-cc06da5264fb {
  margin-bottom: 20px;
text-align: center;
}


.shg-c#s-9154c58b-81ad-4112-bdbe-cc06da5264fb {
  max-width:  100%;
}

.shg-c#s-9154c58b-81ad-4112-bdbe-cc06da5264fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9154c58b-81ad-4112-bdbe-cc06da5264fb .shg-image-zoom,
.shg-c#s-9154c58b-81ad-4112-bdbe-cc06da5264fb img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-9154c58b-81ad-4112-bdbe-cc06da5264fb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9154c58b-81ad-4112-bdbe-cc06da5264fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9154c58b-81ad-4112-bdbe-cc06da5264fb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-9154c58b-81ad-4112-bdbe-cc06da5264fb {
  max-width:  100%;
}

.shg-c#s-9154c58b-81ad-4112-bdbe-cc06da5264fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9154c58b-81ad-4112-bdbe-cc06da5264fb .shg-image-zoom,
.shg-c#s-9154c58b-81ad-4112-bdbe-cc06da5264fb img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-9154c58b-81ad-4112-bdbe-cc06da5264fb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9154c58b-81ad-4112-bdbe-cc06da5264fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9154c58b-81ad-4112-bdbe-cc06da5264fb img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9154c58b-81ad-4112-bdbe-cc06da5264fb {
  max-width:  100%;
}

.shg-c#s-9154c58b-81ad-4112-bdbe-cc06da5264fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9154c58b-81ad-4112-bdbe-cc06da5264fb .shg-image-zoom,
.shg-c#s-9154c58b-81ad-4112-bdbe-cc06da5264fb img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-9154c58b-81ad-4112-bdbe-cc06da5264fb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9154c58b-81ad-4112-bdbe-cc06da5264fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9154c58b-81ad-4112-bdbe-cc06da5264fb img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9154c58b-81ad-4112-bdbe-cc06da5264fb {
  max-width:  100%;
}

.shg-c#s-9154c58b-81ad-4112-bdbe-cc06da5264fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9154c58b-81ad-4112-bdbe-cc06da5264fb .shg-image-zoom,
.shg-c#s-9154c58b-81ad-4112-bdbe-cc06da5264fb img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-9154c58b-81ad-4112-bdbe-cc06da5264fb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9154c58b-81ad-4112-bdbe-cc06da5264fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9154c58b-81ad-4112-bdbe-cc06da5264fb img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-9154c58b-81ad-4112-bdbe-cc06da5264fb {
  max-width:  100%;
}

.shg-c#s-9154c58b-81ad-4112-bdbe-cc06da5264fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9154c58b-81ad-4112-bdbe-cc06da5264fb .shg-image-zoom,
.shg-c#s-9154c58b-81ad-4112-bdbe-cc06da5264fb img.shogun-image {
  max-width: 90% !important;
  
}

.shg-c#s-9154c58b-81ad-4112-bdbe-cc06da5264fb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9154c58b-81ad-4112-bdbe-cc06da5264fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9154c58b-81ad-4112-bdbe-cc06da5264fb img.shogun-image {
  width: 100%;
}



}
#s-6bd85d48-f2bd-482f-8c97-c769bb6c44e7 hr {
  border-top: 2px solid rgba(73, 152, 192, 1);
}

#s-711b2f85-2da9-42f4-befb-7529072f8f3f {
  margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-711b2f85-2da9-42f4-befb-7529072f8f3f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-711b2f85-2da9-42f4-befb-7529072f8f3f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-711b2f85-2da9-42f4-befb-7529072f8f3f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-711b2f85-2da9-42f4-befb-7529072f8f3f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-04551371-6478-479c-8a9a-0abc9a3856e6 {
  margin-bottom: 20px;
text-align: center;
}

#s-04551371-6478-479c-8a9a-0abc9a3856e6 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



#s-811c48f1-8663-4dfa-8078-e3d4c1516610 {
  padding-top: 0px;
padding-bottom: 0px;
max-width: 200px;
aspect-ratio: 2/3;
text-align: center;
}
@media (min-width: 1200px){#s-811c48f1-8663-4dfa-8078-e3d4c1516610 {
  display: none;
}
#s-811c48f1-8663-4dfa-8078-e3d4c1516610, #wrap-s-811c48f1-8663-4dfa-8078-e3d4c1516610 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-811c48f1-8663-4dfa-8078-e3d4c1516610 {
  display: none;
}
#s-811c48f1-8663-4dfa-8078-e3d4c1516610, #wrap-s-811c48f1-8663-4dfa-8078-e3d4c1516610 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-811c48f1-8663-4dfa-8078-e3d4c1516610 {
  display: none;
}
#s-811c48f1-8663-4dfa-8078-e3d4c1516610, #wrap-s-811c48f1-8663-4dfa-8078-e3d4c1516610 { display: none !important; }}@media (max-width: 767px){#s-811c48f1-8663-4dfa-8078-e3d4c1516610 {
  
}
}




  #s-811c48f1-8663-4dfa-8078-e3d4c1516610 img.shogun-image,
  #s-811c48f1-8663-4dfa-8078-e3d4c1516610 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-811c48f1-8663-4dfa-8078-e3d4c1516610 {
    width: 100%;
    height: auto;
  }

  #s-811c48f1-8663-4dfa-8078-e3d4c1516610 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-811c48f1-8663-4dfa-8078-e3d4c1516610.shogun-image {
    
    
  }


.s-811c48f1-8663-4dfa-8078-e3d4c1516610 .shogun-image-content {
  
    align-items: center;
  
}

.s-811c48f1-8663-4dfa-8078-e3d4c1516610.shg-align-container {
  display: flex;
  justify-content: center
}

.s-811c48f1-8663-4dfa-8078-e3d4c1516610.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-811c48f1-8663-4dfa-8078-e3d4c1516610.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-811c48f1-8663-4dfa-8078-e3d4c1516610 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-811c48f1-8663-4dfa-8078-e3d4c1516610.shogun-image-container {
      position: relative;
    }

    .s-811c48f1-8663-4dfa-8078-e3d4c1516610.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-811c48f1-8663-4dfa-8078-e3d4c1516610.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-811c48f1-8663-4dfa-8078-e3d4c1516610 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-811c48f1-8663-4dfa-8078-e3d4c1516610 img.shogun-image,
  #s-811c48f1-8663-4dfa-8078-e3d4c1516610 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-811c48f1-8663-4dfa-8078-e3d4c1516610 {
    width: 100%;
    height: auto;
  }

  #s-811c48f1-8663-4dfa-8078-e3d4c1516610 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-811c48f1-8663-4dfa-8078-e3d4c1516610.shogun-image {
    
    
  }


.s-811c48f1-8663-4dfa-8078-e3d4c1516610 .shogun-image-content {
  
    align-items: center;
  
}

.s-811c48f1-8663-4dfa-8078-e3d4c1516610.shg-align-container {
  display: flex;
  justify-content: center
}

.s-811c48f1-8663-4dfa-8078-e3d4c1516610.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-811c48f1-8663-4dfa-8078-e3d4c1516610.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-811c48f1-8663-4dfa-8078-e3d4c1516610 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-811c48f1-8663-4dfa-8078-e3d4c1516610.shogun-image-container {
      position: relative;
    }

    .s-811c48f1-8663-4dfa-8078-e3d4c1516610.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-811c48f1-8663-4dfa-8078-e3d4c1516610.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-811c48f1-8663-4dfa-8078-e3d4c1516610 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-811c48f1-8663-4dfa-8078-e3d4c1516610 img.shogun-image,
  #s-811c48f1-8663-4dfa-8078-e3d4c1516610 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-811c48f1-8663-4dfa-8078-e3d4c1516610 {
    width: 100%;
    height: auto;
  }

  #s-811c48f1-8663-4dfa-8078-e3d4c1516610 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-811c48f1-8663-4dfa-8078-e3d4c1516610.shogun-image {
    
    
  }


.s-811c48f1-8663-4dfa-8078-e3d4c1516610 .shogun-image-content {
  
    align-items: center;
  
}

.s-811c48f1-8663-4dfa-8078-e3d4c1516610.shg-align-container {
  display: flex;
  justify-content: center
}

.s-811c48f1-8663-4dfa-8078-e3d4c1516610.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-811c48f1-8663-4dfa-8078-e3d4c1516610.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-811c48f1-8663-4dfa-8078-e3d4c1516610 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-811c48f1-8663-4dfa-8078-e3d4c1516610.shogun-image-container {
      position: relative;
    }

    .s-811c48f1-8663-4dfa-8078-e3d4c1516610.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-811c48f1-8663-4dfa-8078-e3d4c1516610.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-811c48f1-8663-4dfa-8078-e3d4c1516610 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-811c48f1-8663-4dfa-8078-e3d4c1516610 img.shogun-image,
  #s-811c48f1-8663-4dfa-8078-e3d4c1516610 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-811c48f1-8663-4dfa-8078-e3d4c1516610 {
    width: 100%;
    height: auto;
  }

  #s-811c48f1-8663-4dfa-8078-e3d4c1516610 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-811c48f1-8663-4dfa-8078-e3d4c1516610.shogun-image {
    
    
  }


.s-811c48f1-8663-4dfa-8078-e3d4c1516610 .shogun-image-content {
  
    align-items: center;
  
}

.s-811c48f1-8663-4dfa-8078-e3d4c1516610.shg-align-container {
  display: flex;
  justify-content: center
}

.s-811c48f1-8663-4dfa-8078-e3d4c1516610.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-811c48f1-8663-4dfa-8078-e3d4c1516610.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-811c48f1-8663-4dfa-8078-e3d4c1516610 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-811c48f1-8663-4dfa-8078-e3d4c1516610.shogun-image-container {
      position: relative;
    }

    .s-811c48f1-8663-4dfa-8078-e3d4c1516610.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-811c48f1-8663-4dfa-8078-e3d4c1516610.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-811c48f1-8663-4dfa-8078-e3d4c1516610 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-811c48f1-8663-4dfa-8078-e3d4c1516610 img.shogun-image,
  #s-811c48f1-8663-4dfa-8078-e3d4c1516610 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-811c48f1-8663-4dfa-8078-e3d4c1516610 {
    width: 100%;
    height: auto;
  }

  #s-811c48f1-8663-4dfa-8078-e3d4c1516610 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-811c48f1-8663-4dfa-8078-e3d4c1516610.shogun-image {
    
    
  }


.s-811c48f1-8663-4dfa-8078-e3d4c1516610 .shogun-image-content {
  
    align-items: center;
  
}

.s-811c48f1-8663-4dfa-8078-e3d4c1516610.shg-align-container {
  display: flex;
  justify-content: center
}

.s-811c48f1-8663-4dfa-8078-e3d4c1516610.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-811c48f1-8663-4dfa-8078-e3d4c1516610.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-811c48f1-8663-4dfa-8078-e3d4c1516610 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-811c48f1-8663-4dfa-8078-e3d4c1516610.shogun-image-container {
      position: relative;
    }

    .s-811c48f1-8663-4dfa-8078-e3d4c1516610.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-811c48f1-8663-4dfa-8078-e3d4c1516610.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-811c48f1-8663-4dfa-8078-e3d4c1516610 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0656ab0a-f658-44bc-8afe-4c9efbf0bb36 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0656ab0a-f658-44bc-8afe-4c9efbf0bb36 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-56a82eee-f462-4098-9ec2-4f702548be5f {
  padding-left: 3%;
padding-right: 3%;
}

#s-56a82eee-f462-4098-9ec2-4f702548be5f hr {
  border-top: 2px solid #ddd;
}

#s-f7e988be-42ef-4370-9fd3-ae7cac0630d7 {
  margin-bottom: -30px;
}

#s-f3ac619a-10a7-48ee-8280-c09f381d294e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3ac619a-10a7-48ee-8280-c09f381d294e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



#s-0113cca5-c0b2-4c2d-a1bd-6cc1fe0a0252 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-0113cca5-c0b2-4c2d-a1bd-6cc1fe0a0252"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0113cca5-c0b2-4c2d-a1bd-6cc1fe0a0252"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-0113cca5-c0b2-4c2d-a1bd-6cc1fe0a0252"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-0113cca5-c0b2-4c2d-a1bd-6cc1fe0a0252"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-48e36167-6bc6-4a29-8495-7fa0d5872568 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-48e36167-6bc6-4a29-8495-7fa0d5872568:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-48e36167-6bc6-4a29-8495-7fa0d5872568:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-48e36167-6bc6-4a29-8495-7fa0d5872568-root {
    text-align: center;
  }


#s-48e36167-6bc6-4a29-8495-7fa0d5872568.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-48e36167-6bc6-4a29-8495-7fa0d5872568-root {
    text-align: center;
  }


#s-48e36167-6bc6-4a29-8495-7fa0d5872568.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-48e36167-6bc6-4a29-8495-7fa0d5872568-root {
    text-align: center;
  }


#s-48e36167-6bc6-4a29-8495-7fa0d5872568.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-48e36167-6bc6-4a29-8495-7fa0d5872568-root {
    text-align: center;
  }


#s-48e36167-6bc6-4a29-8495-7fa0d5872568.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-48e36167-6bc6-4a29-8495-7fa0d5872568-root {
    text-align: center;
  }


#s-48e36167-6bc6-4a29-8495-7fa0d5872568.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-2fc2397e-5bd9-460b-8aef-399db438d500 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-2fc2397e-5bd9-460b-8aef-399db438d500:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-2fc2397e-5bd9-460b-8aef-399db438d500:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-2fc2397e-5bd9-460b-8aef-399db438d500-root {
    text-align: center;
  }


#s-2fc2397e-5bd9-460b-8aef-399db438d500.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2fc2397e-5bd9-460b-8aef-399db438d500-root {
    text-align: center;
  }


#s-2fc2397e-5bd9-460b-8aef-399db438d500.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2fc2397e-5bd9-460b-8aef-399db438d500-root {
    text-align: center;
  }


#s-2fc2397e-5bd9-460b-8aef-399db438d500.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2fc2397e-5bd9-460b-8aef-399db438d500-root {
    text-align: center;
  }


#s-2fc2397e-5bd9-460b-8aef-399db438d500.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2fc2397e-5bd9-460b-8aef-399db438d500-root {
    text-align: center;
  }


#s-2fc2397e-5bd9-460b-8aef-399db438d500.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-ed73e352-6465-440e-b992-94374388d46f {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-ed73e352-6465-440e-b992-94374388d46f:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-ed73e352-6465-440e-b992-94374388d46f:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-ed73e352-6465-440e-b992-94374388d46f-root {
    text-align: center;
  }


#s-ed73e352-6465-440e-b992-94374388d46f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ed73e352-6465-440e-b992-94374388d46f-root {
    text-align: center;
  }


#s-ed73e352-6465-440e-b992-94374388d46f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ed73e352-6465-440e-b992-94374388d46f-root {
    text-align: center;
  }


#s-ed73e352-6465-440e-b992-94374388d46f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ed73e352-6465-440e-b992-94374388d46f-root {
    text-align: center;
  }


#s-ed73e352-6465-440e-b992-94374388d46f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ed73e352-6465-440e-b992-94374388d46f-root {
    text-align: center;
  }


#s-ed73e352-6465-440e-b992-94374388d46f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-624366c1-9a5d-439d-8fc1-55d50a0c0afe {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-624366c1-9a5d-439d-8fc1-55d50a0c0afe:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-624366c1-9a5d-439d-8fc1-55d50a0c0afe:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-624366c1-9a5d-439d-8fc1-55d50a0c0afe-root {
    text-align: center;
  }


#s-624366c1-9a5d-439d-8fc1-55d50a0c0afe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-624366c1-9a5d-439d-8fc1-55d50a0c0afe-root {
    text-align: center;
  }


#s-624366c1-9a5d-439d-8fc1-55d50a0c0afe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-624366c1-9a5d-439d-8fc1-55d50a0c0afe-root {
    text-align: center;
  }


#s-624366c1-9a5d-439d-8fc1-55d50a0c0afe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-624366c1-9a5d-439d-8fc1-55d50a0c0afe-root {
    text-align: center;
  }


#s-624366c1-9a5d-439d-8fc1-55d50a0c0afe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-624366c1-9a5d-439d-8fc1-55d50a0c0afe-root {
    text-align: center;
  }


#s-624366c1-9a5d-439d-8fc1-55d50a0c0afe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-4698032e-41c0-49e8-9dfb-47d0e67e15a1 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-4698032e-41c0-49e8-9dfb-47d0e67e15a1:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-4698032e-41c0-49e8-9dfb-47d0e67e15a1:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-4698032e-41c0-49e8-9dfb-47d0e67e15a1-root {
    text-align: center;
  }


#s-4698032e-41c0-49e8-9dfb-47d0e67e15a1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4698032e-41c0-49e8-9dfb-47d0e67e15a1-root {
    text-align: center;
  }


#s-4698032e-41c0-49e8-9dfb-47d0e67e15a1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4698032e-41c0-49e8-9dfb-47d0e67e15a1-root {
    text-align: center;
  }


#s-4698032e-41c0-49e8-9dfb-47d0e67e15a1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4698032e-41c0-49e8-9dfb-47d0e67e15a1-root {
    text-align: center;
  }


#s-4698032e-41c0-49e8-9dfb-47d0e67e15a1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4698032e-41c0-49e8-9dfb-47d0e67e15a1-root {
    text-align: center;
  }


#s-4698032e-41c0-49e8-9dfb-47d0e67e15a1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-2707dabe-105b-420e-837c-07d6d695c377 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-2707dabe-105b-420e-837c-07d6d695c377:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-2707dabe-105b-420e-837c-07d6d695c377:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-2707dabe-105b-420e-837c-07d6d695c377-root {
    text-align: center;
  }


#s-2707dabe-105b-420e-837c-07d6d695c377.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2707dabe-105b-420e-837c-07d6d695c377-root {
    text-align: center;
  }


#s-2707dabe-105b-420e-837c-07d6d695c377.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2707dabe-105b-420e-837c-07d6d695c377-root {
    text-align: center;
  }


#s-2707dabe-105b-420e-837c-07d6d695c377.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2707dabe-105b-420e-837c-07d6d695c377-root {
    text-align: center;
  }


#s-2707dabe-105b-420e-837c-07d6d695c377.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2707dabe-105b-420e-837c-07d6d695c377-root {
    text-align: center;
  }


#s-2707dabe-105b-420e-837c-07d6d695c377.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-528528d7-055c-4222-9581-ffab84d6791c {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-528528d7-055c-4222-9581-ffab84d6791c:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-528528d7-055c-4222-9581-ffab84d6791c:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-528528d7-055c-4222-9581-ffab84d6791c-root {
    text-align: center;
  }


#s-528528d7-055c-4222-9581-ffab84d6791c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-528528d7-055c-4222-9581-ffab84d6791c-root {
    text-align: center;
  }


#s-528528d7-055c-4222-9581-ffab84d6791c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-528528d7-055c-4222-9581-ffab84d6791c-root {
    text-align: center;
  }


#s-528528d7-055c-4222-9581-ffab84d6791c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-528528d7-055c-4222-9581-ffab84d6791c-root {
    text-align: center;
  }


#s-528528d7-055c-4222-9581-ffab84d6791c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-528528d7-055c-4222-9581-ffab84d6791c-root {
    text-align: center;
  }


#s-528528d7-055c-4222-9581-ffab84d6791c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-942f2eb4-f8bb-42bf-8200-d9a7d7c586bd {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-942f2eb4-f8bb-42bf-8200-d9a7d7c586bd:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-942f2eb4-f8bb-42bf-8200-d9a7d7c586bd:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-942f2eb4-f8bb-42bf-8200-d9a7d7c586bd-root {
    text-align: center;
  }


#s-942f2eb4-f8bb-42bf-8200-d9a7d7c586bd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-942f2eb4-f8bb-42bf-8200-d9a7d7c586bd-root {
    text-align: center;
  }


#s-942f2eb4-f8bb-42bf-8200-d9a7d7c586bd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-942f2eb4-f8bb-42bf-8200-d9a7d7c586bd-root {
    text-align: center;
  }


#s-942f2eb4-f8bb-42bf-8200-d9a7d7c586bd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-942f2eb4-f8bb-42bf-8200-d9a7d7c586bd-root {
    text-align: center;
  }


#s-942f2eb4-f8bb-42bf-8200-d9a7d7c586bd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-942f2eb4-f8bb-42bf-8200-d9a7d7c586bd-root {
    text-align: center;
  }


#s-942f2eb4-f8bb-42bf-8200-d9a7d7c586bd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-1be02031-2bf8-4895-95b2-124189460ad7 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-1be02031-2bf8-4895-95b2-124189460ad7:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-1be02031-2bf8-4895-95b2-124189460ad7:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-1be02031-2bf8-4895-95b2-124189460ad7-root {
    text-align: center;
  }


#s-1be02031-2bf8-4895-95b2-124189460ad7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1be02031-2bf8-4895-95b2-124189460ad7-root {
    text-align: center;
  }


#s-1be02031-2bf8-4895-95b2-124189460ad7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1be02031-2bf8-4895-95b2-124189460ad7-root {
    text-align: center;
  }


#s-1be02031-2bf8-4895-95b2-124189460ad7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1be02031-2bf8-4895-95b2-124189460ad7-root {
    text-align: center;
  }


#s-1be02031-2bf8-4895-95b2-124189460ad7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1be02031-2bf8-4895-95b2-124189460ad7-root {
    text-align: center;
  }


#s-1be02031-2bf8-4895-95b2-124189460ad7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-021946dc-8177-4dd4-9ea4-45c0df4462f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-021946dc-8177-4dd4-9ea4-45c0df4462f9 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



#s-ae7a45f9-f6c0-41f4-b127-8d30d6310ff6 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-ae7a45f9-f6c0-41f4-b127-8d30d6310ff6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae7a45f9-f6c0-41f4-b127-8d30d6310ff6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-ae7a45f9-f6c0-41f4-b127-8d30d6310ff6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-ae7a45f9-f6c0-41f4-b127-8d30d6310ff6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-855eedf1-4e09-4a78-a242-90cf5e64bde3 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-855eedf1-4e09-4a78-a242-90cf5e64bde3:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-855eedf1-4e09-4a78-a242-90cf5e64bde3:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-855eedf1-4e09-4a78-a242-90cf5e64bde3-root {
    text-align: center;
  }


#s-855eedf1-4e09-4a78-a242-90cf5e64bde3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-855eedf1-4e09-4a78-a242-90cf5e64bde3-root {
    text-align: center;
  }


#s-855eedf1-4e09-4a78-a242-90cf5e64bde3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-855eedf1-4e09-4a78-a242-90cf5e64bde3-root {
    text-align: center;
  }


#s-855eedf1-4e09-4a78-a242-90cf5e64bde3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-855eedf1-4e09-4a78-a242-90cf5e64bde3-root {
    text-align: center;
  }


#s-855eedf1-4e09-4a78-a242-90cf5e64bde3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-855eedf1-4e09-4a78-a242-90cf5e64bde3-root {
    text-align: center;
  }


#s-855eedf1-4e09-4a78-a242-90cf5e64bde3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-f717c0d6-42cc-4a6a-b784-5fbc396ad10e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-f717c0d6-42cc-4a6a-b784-5fbc396ad10e:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-f717c0d6-42cc-4a6a-b784-5fbc396ad10e:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-f717c0d6-42cc-4a6a-b784-5fbc396ad10e-root {
    text-align: center;
  }


#s-f717c0d6-42cc-4a6a-b784-5fbc396ad10e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f717c0d6-42cc-4a6a-b784-5fbc396ad10e-root {
    text-align: center;
  }


#s-f717c0d6-42cc-4a6a-b784-5fbc396ad10e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f717c0d6-42cc-4a6a-b784-5fbc396ad10e-root {
    text-align: center;
  }


#s-f717c0d6-42cc-4a6a-b784-5fbc396ad10e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f717c0d6-42cc-4a6a-b784-5fbc396ad10e-root {
    text-align: center;
  }


#s-f717c0d6-42cc-4a6a-b784-5fbc396ad10e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f717c0d6-42cc-4a6a-b784-5fbc396ad10e-root {
    text-align: center;
  }


#s-f717c0d6-42cc-4a6a-b784-5fbc396ad10e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-dcea58ce-e97b-49d7-adb8-a30756ef81ec {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-dcea58ce-e97b-49d7-adb8-a30756ef81ec:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-dcea58ce-e97b-49d7-adb8-a30756ef81ec:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-dcea58ce-e97b-49d7-adb8-a30756ef81ec-root {
    text-align: center;
  }


#s-dcea58ce-e97b-49d7-adb8-a30756ef81ec.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-dcea58ce-e97b-49d7-adb8-a30756ef81ec-root {
    text-align: center;
  }


#s-dcea58ce-e97b-49d7-adb8-a30756ef81ec.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dcea58ce-e97b-49d7-adb8-a30756ef81ec-root {
    text-align: center;
  }


#s-dcea58ce-e97b-49d7-adb8-a30756ef81ec.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dcea58ce-e97b-49d7-adb8-a30756ef81ec-root {
    text-align: center;
  }


#s-dcea58ce-e97b-49d7-adb8-a30756ef81ec.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-dcea58ce-e97b-49d7-adb8-a30756ef81ec-root {
    text-align: center;
  }


#s-dcea58ce-e97b-49d7-adb8-a30756ef81ec.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-11f8f690-9e5e-4916-91b1-502d26701d47 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-11f8f690-9e5e-4916-91b1-502d26701d47:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-11f8f690-9e5e-4916-91b1-502d26701d47:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-11f8f690-9e5e-4916-91b1-502d26701d47-root {
    text-align: center;
  }


#s-11f8f690-9e5e-4916-91b1-502d26701d47.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-11f8f690-9e5e-4916-91b1-502d26701d47-root {
    text-align: center;
  }


#s-11f8f690-9e5e-4916-91b1-502d26701d47.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-11f8f690-9e5e-4916-91b1-502d26701d47-root {
    text-align: center;
  }


#s-11f8f690-9e5e-4916-91b1-502d26701d47.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-11f8f690-9e5e-4916-91b1-502d26701d47-root {
    text-align: center;
  }


#s-11f8f690-9e5e-4916-91b1-502d26701d47.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-11f8f690-9e5e-4916-91b1-502d26701d47-root {
    text-align: center;
  }


#s-11f8f690-9e5e-4916-91b1-502d26701d47.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-6cd87a1b-4b1f-4aee-8276-3c5b5235f9ea {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-6cd87a1b-4b1f-4aee-8276-3c5b5235f9ea:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-6cd87a1b-4b1f-4aee-8276-3c5b5235f9ea:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-6cd87a1b-4b1f-4aee-8276-3c5b5235f9ea-root {
    text-align: center;
  }


#s-6cd87a1b-4b1f-4aee-8276-3c5b5235f9ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6cd87a1b-4b1f-4aee-8276-3c5b5235f9ea-root {
    text-align: center;
  }


#s-6cd87a1b-4b1f-4aee-8276-3c5b5235f9ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6cd87a1b-4b1f-4aee-8276-3c5b5235f9ea-root {
    text-align: center;
  }


#s-6cd87a1b-4b1f-4aee-8276-3c5b5235f9ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6cd87a1b-4b1f-4aee-8276-3c5b5235f9ea-root {
    text-align: center;
  }


#s-6cd87a1b-4b1f-4aee-8276-3c5b5235f9ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6cd87a1b-4b1f-4aee-8276-3c5b5235f9ea-root {
    text-align: center;
  }


#s-6cd87a1b-4b1f-4aee-8276-3c5b5235f9ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-16fecbaa-25f1-437c-b62e-d787629b525b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-16fecbaa-25f1-437c-b62e-d787629b525b:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-16fecbaa-25f1-437c-b62e-d787629b525b:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-16fecbaa-25f1-437c-b62e-d787629b525b-root {
    text-align: center;
  }


#s-16fecbaa-25f1-437c-b62e-d787629b525b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-16fecbaa-25f1-437c-b62e-d787629b525b-root {
    text-align: center;
  }


#s-16fecbaa-25f1-437c-b62e-d787629b525b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-16fecbaa-25f1-437c-b62e-d787629b525b-root {
    text-align: center;
  }


#s-16fecbaa-25f1-437c-b62e-d787629b525b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-16fecbaa-25f1-437c-b62e-d787629b525b-root {
    text-align: center;
  }


#s-16fecbaa-25f1-437c-b62e-d787629b525b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-16fecbaa-25f1-437c-b62e-d787629b525b-root {
    text-align: center;
  }


#s-16fecbaa-25f1-437c-b62e-d787629b525b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-2ec54179-64af-4077-b369-e00dbeff5a40 {
  padding-top: 10px;
padding-bottom: 20px;
text-align: center;
}

#s-2ec54179-64af-4077-b369-e00dbeff5a40 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



#s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f {
  max-width: 200px;
aspect-ratio: 200/45;
text-align: center;
}





  #s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f img.shogun-image,
  #s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f {
    width: 100%;
    height: auto;
  }

  #s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f.shogun-image {
    
    
  }


.s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f .shogun-image-content {
  
    align-items: center;
  
}

.s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f.shogun-image-container {
      position: relative;
    }

    .s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f img.shogun-image,
  #s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f {
    width: 100%;
    height: auto;
  }

  #s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f.shogun-image {
    
    
  }


.s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f .shogun-image-content {
  
    align-items: center;
  
}

.s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f.shogun-image-container {
      position: relative;
    }

    .s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f img.shogun-image,
  #s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f {
    width: 100%;
    height: auto;
  }

  #s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f.shogun-image {
    
    
  }


.s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f .shogun-image-content {
  
    align-items: center;
  
}

.s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f.shogun-image-container {
      position: relative;
    }

    .s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f img.shogun-image,
  #s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f {
    width: 100%;
    height: auto;
  }

  #s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f.shogun-image {
    
    
  }


.s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f .shogun-image-content {
  
    align-items: center;
  
}

.s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f.shogun-image-container {
      position: relative;
    }

    .s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f img.shogun-image,
  #s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f {
    width: 100%;
    height: auto;
  }

  #s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f.shogun-image {
    
    
  }


.s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f .shogun-image-content {
  
    align-items: center;
  
}

.s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f.shogun-image-container {
      position: relative;
    }

    .s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7918aa10-2a84-4fa3-8de5-0589b59d2a0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4c5a0285-0bfc-445b-bd84-dbbf90e18cf8 {
  margin-bottom: 20px;
text-align: center;
}


.shg-c#s-4c5a0285-0bfc-445b-bd84-dbbf90e18cf8 {
  max-width:  100%;
}

.shg-c#s-4c5a0285-0bfc-445b-bd84-dbbf90e18cf8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c5a0285-0bfc-445b-bd84-dbbf90e18cf8 .shg-image-zoom,
.shg-c#s-4c5a0285-0bfc-445b-bd84-dbbf90e18cf8 img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-4c5a0285-0bfc-445b-bd84-dbbf90e18cf8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4c5a0285-0bfc-445b-bd84-dbbf90e18cf8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c5a0285-0bfc-445b-bd84-dbbf90e18cf8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-4c5a0285-0bfc-445b-bd84-dbbf90e18cf8 {
  max-width:  100%;
}

.shg-c#s-4c5a0285-0bfc-445b-bd84-dbbf90e18cf8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c5a0285-0bfc-445b-bd84-dbbf90e18cf8 .shg-image-zoom,
.shg-c#s-4c5a0285-0bfc-445b-bd84-dbbf90e18cf8 img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-4c5a0285-0bfc-445b-bd84-dbbf90e18cf8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4c5a0285-0bfc-445b-bd84-dbbf90e18cf8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c5a0285-0bfc-445b-bd84-dbbf90e18cf8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4c5a0285-0bfc-445b-bd84-dbbf90e18cf8 {
  max-width:  100%;
}

.shg-c#s-4c5a0285-0bfc-445b-bd84-dbbf90e18cf8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c5a0285-0bfc-445b-bd84-dbbf90e18cf8 .shg-image-zoom,
.shg-c#s-4c5a0285-0bfc-445b-bd84-dbbf90e18cf8 img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-4c5a0285-0bfc-445b-bd84-dbbf90e18cf8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4c5a0285-0bfc-445b-bd84-dbbf90e18cf8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c5a0285-0bfc-445b-bd84-dbbf90e18cf8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4c5a0285-0bfc-445b-bd84-dbbf90e18cf8 {
  max-width:  100%;
}

.shg-c#s-4c5a0285-0bfc-445b-bd84-dbbf90e18cf8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c5a0285-0bfc-445b-bd84-dbbf90e18cf8 .shg-image-zoom,
.shg-c#s-4c5a0285-0bfc-445b-bd84-dbbf90e18cf8 img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-4c5a0285-0bfc-445b-bd84-dbbf90e18cf8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4c5a0285-0bfc-445b-bd84-dbbf90e18cf8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c5a0285-0bfc-445b-bd84-dbbf90e18cf8 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-4c5a0285-0bfc-445b-bd84-dbbf90e18cf8 {
  max-width:  100%;
}

.shg-c#s-4c5a0285-0bfc-445b-bd84-dbbf90e18cf8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c5a0285-0bfc-445b-bd84-dbbf90e18cf8 .shg-image-zoom,
.shg-c#s-4c5a0285-0bfc-445b-bd84-dbbf90e18cf8 img.shogun-image {
  max-width: 90% !important;
  
}

.shg-c#s-4c5a0285-0bfc-445b-bd84-dbbf90e18cf8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4c5a0285-0bfc-445b-bd84-dbbf90e18cf8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c5a0285-0bfc-445b-bd84-dbbf90e18cf8 img.shogun-image {
  width: 100%;
}



}
#s-ff63021f-c27f-4716-93a3-bb3558a7a72a hr {
  border-top: 2px solid rgba(73, 152, 192, 1);
}

#s-b812e5e5-b9c7-430a-a2ad-18bee9c5904b {
  margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-b812e5e5-b9c7-430a-a2ad-18bee9c5904b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b812e5e5-b9c7-430a-a2ad-18bee9c5904b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b812e5e5-b9c7-430a-a2ad-18bee9c5904b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b812e5e5-b9c7-430a-a2ad-18bee9c5904b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8fd44cb1-68dc-440a-b209-146d6617e942 {
  margin-bottom: 20px;
text-align: center;
}

#s-8fd44cb1-68dc-440a-b209-146d6617e942 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



#s-116b01f1-c365-4258-a5e1-ef82fc355ae2 {
  padding-top: 0px;
padding-bottom: 0px;
max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-116b01f1-c365-4258-a5e1-ef82fc355ae2 {
  display: none;
}
#s-116b01f1-c365-4258-a5e1-ef82fc355ae2, #wrap-s-116b01f1-c365-4258-a5e1-ef82fc355ae2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-116b01f1-c365-4258-a5e1-ef82fc355ae2 {
  display: none;
}
#s-116b01f1-c365-4258-a5e1-ef82fc355ae2, #wrap-s-116b01f1-c365-4258-a5e1-ef82fc355ae2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-116b01f1-c365-4258-a5e1-ef82fc355ae2 {
  display: none;
}
#s-116b01f1-c365-4258-a5e1-ef82fc355ae2, #wrap-s-116b01f1-c365-4258-a5e1-ef82fc355ae2 { display: none !important; }}@media (max-width: 767px){#s-116b01f1-c365-4258-a5e1-ef82fc355ae2 {
  
}
}




  #s-116b01f1-c365-4258-a5e1-ef82fc355ae2 img.shogun-image,
  #s-116b01f1-c365-4258-a5e1-ef82fc355ae2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-116b01f1-c365-4258-a5e1-ef82fc355ae2 {
    width: 100%;
    height: auto;
  }

  #s-116b01f1-c365-4258-a5e1-ef82fc355ae2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-116b01f1-c365-4258-a5e1-ef82fc355ae2.shogun-image {
    
    
  }


.s-116b01f1-c365-4258-a5e1-ef82fc355ae2 .shogun-image-content {
  
    align-items: center;
  
}

.s-116b01f1-c365-4258-a5e1-ef82fc355ae2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-116b01f1-c365-4258-a5e1-ef82fc355ae2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-116b01f1-c365-4258-a5e1-ef82fc355ae2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-116b01f1-c365-4258-a5e1-ef82fc355ae2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-116b01f1-c365-4258-a5e1-ef82fc355ae2.shogun-image-container {
      position: relative;
    }

    .s-116b01f1-c365-4258-a5e1-ef82fc355ae2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-116b01f1-c365-4258-a5e1-ef82fc355ae2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-116b01f1-c365-4258-a5e1-ef82fc355ae2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-116b01f1-c365-4258-a5e1-ef82fc355ae2 img.shogun-image,
  #s-116b01f1-c365-4258-a5e1-ef82fc355ae2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-116b01f1-c365-4258-a5e1-ef82fc355ae2 {
    width: 100%;
    height: auto;
  }

  #s-116b01f1-c365-4258-a5e1-ef82fc355ae2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-116b01f1-c365-4258-a5e1-ef82fc355ae2.shogun-image {
    
    
  }


.s-116b01f1-c365-4258-a5e1-ef82fc355ae2 .shogun-image-content {
  
    align-items: center;
  
}

.s-116b01f1-c365-4258-a5e1-ef82fc355ae2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-116b01f1-c365-4258-a5e1-ef82fc355ae2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-116b01f1-c365-4258-a5e1-ef82fc355ae2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-116b01f1-c365-4258-a5e1-ef82fc355ae2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-116b01f1-c365-4258-a5e1-ef82fc355ae2.shogun-image-container {
      position: relative;
    }

    .s-116b01f1-c365-4258-a5e1-ef82fc355ae2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-116b01f1-c365-4258-a5e1-ef82fc355ae2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-116b01f1-c365-4258-a5e1-ef82fc355ae2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-116b01f1-c365-4258-a5e1-ef82fc355ae2 img.shogun-image,
  #s-116b01f1-c365-4258-a5e1-ef82fc355ae2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-116b01f1-c365-4258-a5e1-ef82fc355ae2 {
    width: 100%;
    height: auto;
  }

  #s-116b01f1-c365-4258-a5e1-ef82fc355ae2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-116b01f1-c365-4258-a5e1-ef82fc355ae2.shogun-image {
    
    
  }


.s-116b01f1-c365-4258-a5e1-ef82fc355ae2 .shogun-image-content {
  
    align-items: center;
  
}

.s-116b01f1-c365-4258-a5e1-ef82fc355ae2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-116b01f1-c365-4258-a5e1-ef82fc355ae2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-116b01f1-c365-4258-a5e1-ef82fc355ae2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-116b01f1-c365-4258-a5e1-ef82fc355ae2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-116b01f1-c365-4258-a5e1-ef82fc355ae2.shogun-image-container {
      position: relative;
    }

    .s-116b01f1-c365-4258-a5e1-ef82fc355ae2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-116b01f1-c365-4258-a5e1-ef82fc355ae2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-116b01f1-c365-4258-a5e1-ef82fc355ae2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-116b01f1-c365-4258-a5e1-ef82fc355ae2 img.shogun-image,
  #s-116b01f1-c365-4258-a5e1-ef82fc355ae2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-116b01f1-c365-4258-a5e1-ef82fc355ae2 {
    width: 100%;
    height: auto;
  }

  #s-116b01f1-c365-4258-a5e1-ef82fc355ae2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-116b01f1-c365-4258-a5e1-ef82fc355ae2.shogun-image {
    
    
  }


.s-116b01f1-c365-4258-a5e1-ef82fc355ae2 .shogun-image-content {
  
    align-items: center;
  
}

.s-116b01f1-c365-4258-a5e1-ef82fc355ae2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-116b01f1-c365-4258-a5e1-ef82fc355ae2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-116b01f1-c365-4258-a5e1-ef82fc355ae2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-116b01f1-c365-4258-a5e1-ef82fc355ae2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-116b01f1-c365-4258-a5e1-ef82fc355ae2.shogun-image-container {
      position: relative;
    }

    .s-116b01f1-c365-4258-a5e1-ef82fc355ae2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-116b01f1-c365-4258-a5e1-ef82fc355ae2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-116b01f1-c365-4258-a5e1-ef82fc355ae2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-116b01f1-c365-4258-a5e1-ef82fc355ae2 img.shogun-image,
  #s-116b01f1-c365-4258-a5e1-ef82fc355ae2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-116b01f1-c365-4258-a5e1-ef82fc355ae2 {
    width: 100%;
    height: auto;
  }

  #s-116b01f1-c365-4258-a5e1-ef82fc355ae2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-116b01f1-c365-4258-a5e1-ef82fc355ae2.shogun-image {
    
    
  }


.s-116b01f1-c365-4258-a5e1-ef82fc355ae2 .shogun-image-content {
  
    align-items: center;
  
}

.s-116b01f1-c365-4258-a5e1-ef82fc355ae2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-116b01f1-c365-4258-a5e1-ef82fc355ae2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-116b01f1-c365-4258-a5e1-ef82fc355ae2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-116b01f1-c365-4258-a5e1-ef82fc355ae2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-116b01f1-c365-4258-a5e1-ef82fc355ae2.shogun-image-container {
      position: relative;
    }

    .s-116b01f1-c365-4258-a5e1-ef82fc355ae2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-116b01f1-c365-4258-a5e1-ef82fc355ae2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-116b01f1-c365-4258-a5e1-ef82fc355ae2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-52a42ce4-432b-4d1c-84c3-1a704e809211 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52a42ce4-432b-4d1c-84c3-1a704e809211 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-40759f96-e056-49bb-a512-c0d8ec97befd {
  margin-left: 3%;
margin-right: 3%;
padding-left: 3%;
padding-right: 3%;
}

#s-40759f96-e056-49bb-a512-c0d8ec97befd hr {
  border-top: 2px solid #ddd;
}

#s-ee671abf-b858-4fe9-9200-f2fa888198ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee671abf-b858-4fe9-9200-f2fa888198ed .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



#s-ef77b161-d344-4cf9-8cff-ba5914a5cf05 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-ef77b161-d344-4cf9-8cff-ba5914a5cf05"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef77b161-d344-4cf9-8cff-ba5914a5cf05"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-ef77b161-d344-4cf9-8cff-ba5914a5cf05"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-ef77b161-d344-4cf9-8cff-ba5914a5cf05"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-ee466f25-22a5-467c-9903-4f8c912db33d {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-ee466f25-22a5-467c-9903-4f8c912db33d:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-ee466f25-22a5-467c-9903-4f8c912db33d:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-ee466f25-22a5-467c-9903-4f8c912db33d-root {
    text-align: center;
  }


#s-ee466f25-22a5-467c-9903-4f8c912db33d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ee466f25-22a5-467c-9903-4f8c912db33d-root {
    text-align: center;
  }


#s-ee466f25-22a5-467c-9903-4f8c912db33d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ee466f25-22a5-467c-9903-4f8c912db33d-root {
    text-align: center;
  }


#s-ee466f25-22a5-467c-9903-4f8c912db33d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ee466f25-22a5-467c-9903-4f8c912db33d-root {
    text-align: center;
  }


#s-ee466f25-22a5-467c-9903-4f8c912db33d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ee466f25-22a5-467c-9903-4f8c912db33d-root {
    text-align: center;
  }


#s-ee466f25-22a5-467c-9903-4f8c912db33d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-3bd4d51d-1792-4c97-94b1-6a343005e327 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-3bd4d51d-1792-4c97-94b1-6a343005e327:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-3bd4d51d-1792-4c97-94b1-6a343005e327:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-3bd4d51d-1792-4c97-94b1-6a343005e327-root {
    text-align: center;
  }


#s-3bd4d51d-1792-4c97-94b1-6a343005e327.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3bd4d51d-1792-4c97-94b1-6a343005e327-root {
    text-align: center;
  }


#s-3bd4d51d-1792-4c97-94b1-6a343005e327.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3bd4d51d-1792-4c97-94b1-6a343005e327-root {
    text-align: center;
  }


#s-3bd4d51d-1792-4c97-94b1-6a343005e327.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3bd4d51d-1792-4c97-94b1-6a343005e327-root {
    text-align: center;
  }


#s-3bd4d51d-1792-4c97-94b1-6a343005e327.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3bd4d51d-1792-4c97-94b1-6a343005e327-root {
    text-align: center;
  }


#s-3bd4d51d-1792-4c97-94b1-6a343005e327.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-f74ad127-1e64-4141-85f7-27f8f27c9541 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-f74ad127-1e64-4141-85f7-27f8f27c9541:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-f74ad127-1e64-4141-85f7-27f8f27c9541:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-f74ad127-1e64-4141-85f7-27f8f27c9541-root {
    text-align: center;
  }


#s-f74ad127-1e64-4141-85f7-27f8f27c9541.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f74ad127-1e64-4141-85f7-27f8f27c9541-root {
    text-align: center;
  }


#s-f74ad127-1e64-4141-85f7-27f8f27c9541.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f74ad127-1e64-4141-85f7-27f8f27c9541-root {
    text-align: center;
  }


#s-f74ad127-1e64-4141-85f7-27f8f27c9541.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f74ad127-1e64-4141-85f7-27f8f27c9541-root {
    text-align: center;
  }


#s-f74ad127-1e64-4141-85f7-27f8f27c9541.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f74ad127-1e64-4141-85f7-27f8f27c9541-root {
    text-align: center;
  }


#s-f74ad127-1e64-4141-85f7-27f8f27c9541.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-88b01ae9-6c9b-47cd-9a3a-917df0d6a2d5 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-88b01ae9-6c9b-47cd-9a3a-917df0d6a2d5:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-88b01ae9-6c9b-47cd-9a3a-917df0d6a2d5:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-88b01ae9-6c9b-47cd-9a3a-917df0d6a2d5-root {
    text-align: center;
  }


#s-88b01ae9-6c9b-47cd-9a3a-917df0d6a2d5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-88b01ae9-6c9b-47cd-9a3a-917df0d6a2d5-root {
    text-align: center;
  }


#s-88b01ae9-6c9b-47cd-9a3a-917df0d6a2d5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-88b01ae9-6c9b-47cd-9a3a-917df0d6a2d5-root {
    text-align: center;
  }


#s-88b01ae9-6c9b-47cd-9a3a-917df0d6a2d5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-88b01ae9-6c9b-47cd-9a3a-917df0d6a2d5-root {
    text-align: center;
  }


#s-88b01ae9-6c9b-47cd-9a3a-917df0d6a2d5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-88b01ae9-6c9b-47cd-9a3a-917df0d6a2d5-root {
    text-align: center;
  }


#s-88b01ae9-6c9b-47cd-9a3a-917df0d6a2d5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-8a44b165-93e0-4a08-8c51-4392b593daf7 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-8a44b165-93e0-4a08-8c51-4392b593daf7:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-8a44b165-93e0-4a08-8c51-4392b593daf7:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-8a44b165-93e0-4a08-8c51-4392b593daf7-root {
    text-align: center;
  }


#s-8a44b165-93e0-4a08-8c51-4392b593daf7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8a44b165-93e0-4a08-8c51-4392b593daf7-root {
    text-align: center;
  }


#s-8a44b165-93e0-4a08-8c51-4392b593daf7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8a44b165-93e0-4a08-8c51-4392b593daf7-root {
    text-align: center;
  }


#s-8a44b165-93e0-4a08-8c51-4392b593daf7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8a44b165-93e0-4a08-8c51-4392b593daf7-root {
    text-align: center;
  }


#s-8a44b165-93e0-4a08-8c51-4392b593daf7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8a44b165-93e0-4a08-8c51-4392b593daf7-root {
    text-align: center;
  }


#s-8a44b165-93e0-4a08-8c51-4392b593daf7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-b6ab326d-0b68-404f-af68-44fd390f94df {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-b6ab326d-0b68-404f-af68-44fd390f94df:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-b6ab326d-0b68-404f-af68-44fd390f94df:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-b6ab326d-0b68-404f-af68-44fd390f94df-root {
    text-align: center;
  }


#s-b6ab326d-0b68-404f-af68-44fd390f94df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b6ab326d-0b68-404f-af68-44fd390f94df-root {
    text-align: center;
  }


#s-b6ab326d-0b68-404f-af68-44fd390f94df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b6ab326d-0b68-404f-af68-44fd390f94df-root {
    text-align: center;
  }


#s-b6ab326d-0b68-404f-af68-44fd390f94df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b6ab326d-0b68-404f-af68-44fd390f94df-root {
    text-align: center;
  }


#s-b6ab326d-0b68-404f-af68-44fd390f94df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b6ab326d-0b68-404f-af68-44fd390f94df-root {
    text-align: center;
  }


#s-b6ab326d-0b68-404f-af68-44fd390f94df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-e4567a0a-e6e4-469a-bc0f-4cbce5c04222 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-e4567a0a-e6e4-469a-bc0f-4cbce5c04222:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-e4567a0a-e6e4-469a-bc0f-4cbce5c04222:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-e4567a0a-e6e4-469a-bc0f-4cbce5c04222-root {
    text-align: center;
  }


#s-e4567a0a-e6e4-469a-bc0f-4cbce5c04222.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e4567a0a-e6e4-469a-bc0f-4cbce5c04222-root {
    text-align: center;
  }


#s-e4567a0a-e6e4-469a-bc0f-4cbce5c04222.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e4567a0a-e6e4-469a-bc0f-4cbce5c04222-root {
    text-align: center;
  }


#s-e4567a0a-e6e4-469a-bc0f-4cbce5c04222.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e4567a0a-e6e4-469a-bc0f-4cbce5c04222-root {
    text-align: center;
  }


#s-e4567a0a-e6e4-469a-bc0f-4cbce5c04222.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e4567a0a-e6e4-469a-bc0f-4cbce5c04222-root {
    text-align: center;
  }


#s-e4567a0a-e6e4-469a-bc0f-4cbce5c04222.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-87ae2cfa-5c79-4002-94c3-8e4e12a7aeaa {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-87ae2cfa-5c79-4002-94c3-8e4e12a7aeaa:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-87ae2cfa-5c79-4002-94c3-8e4e12a7aeaa:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-87ae2cfa-5c79-4002-94c3-8e4e12a7aeaa-root {
    text-align: center;
  }


#s-87ae2cfa-5c79-4002-94c3-8e4e12a7aeaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-87ae2cfa-5c79-4002-94c3-8e4e12a7aeaa-root {
    text-align: center;
  }


#s-87ae2cfa-5c79-4002-94c3-8e4e12a7aeaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-87ae2cfa-5c79-4002-94c3-8e4e12a7aeaa-root {
    text-align: center;
  }


#s-87ae2cfa-5c79-4002-94c3-8e4e12a7aeaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-87ae2cfa-5c79-4002-94c3-8e4e12a7aeaa-root {
    text-align: center;
  }


#s-87ae2cfa-5c79-4002-94c3-8e4e12a7aeaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-87ae2cfa-5c79-4002-94c3-8e4e12a7aeaa-root {
    text-align: center;
  }


#s-87ae2cfa-5c79-4002-94c3-8e4e12a7aeaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-2aed5d72-92df-4727-974a-67eb921c8a97 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-2aed5d72-92df-4727-974a-67eb921c8a97:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-2aed5d72-92df-4727-974a-67eb921c8a97:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-2aed5d72-92df-4727-974a-67eb921c8a97-root {
    text-align: center;
  }


#s-2aed5d72-92df-4727-974a-67eb921c8a97.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2aed5d72-92df-4727-974a-67eb921c8a97-root {
    text-align: center;
  }


#s-2aed5d72-92df-4727-974a-67eb921c8a97.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2aed5d72-92df-4727-974a-67eb921c8a97-root {
    text-align: center;
  }


#s-2aed5d72-92df-4727-974a-67eb921c8a97.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2aed5d72-92df-4727-974a-67eb921c8a97-root {
    text-align: center;
  }


#s-2aed5d72-92df-4727-974a-67eb921c8a97.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2aed5d72-92df-4727-974a-67eb921c8a97-root {
    text-align: center;
  }


#s-2aed5d72-92df-4727-974a-67eb921c8a97.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-ba1328f4-b4da-49c2-ad6c-bba3ae6d4b57 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba1328f4-b4da-49c2-ad6c-bba3ae6d4b57 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



#s-05d1a4d5-0bbf-458d-8c69-10ee9385edf0 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-05d1a4d5-0bbf-458d-8c69-10ee9385edf0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05d1a4d5-0bbf-458d-8c69-10ee9385edf0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-05d1a4d5-0bbf-458d-8c69-10ee9385edf0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-05d1a4d5-0bbf-458d-8c69-10ee9385edf0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-02e6a0d8-6329-44fb-beb3-c78cb3c9ef0f {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-02e6a0d8-6329-44fb-beb3-c78cb3c9ef0f:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-02e6a0d8-6329-44fb-beb3-c78cb3c9ef0f:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-02e6a0d8-6329-44fb-beb3-c78cb3c9ef0f-root {
    text-align: center;
  }


#s-02e6a0d8-6329-44fb-beb3-c78cb3c9ef0f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-02e6a0d8-6329-44fb-beb3-c78cb3c9ef0f-root {
    text-align: center;
  }


#s-02e6a0d8-6329-44fb-beb3-c78cb3c9ef0f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-02e6a0d8-6329-44fb-beb3-c78cb3c9ef0f-root {
    text-align: center;
  }


#s-02e6a0d8-6329-44fb-beb3-c78cb3c9ef0f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-02e6a0d8-6329-44fb-beb3-c78cb3c9ef0f-root {
    text-align: center;
  }


#s-02e6a0d8-6329-44fb-beb3-c78cb3c9ef0f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-02e6a0d8-6329-44fb-beb3-c78cb3c9ef0f-root {
    text-align: center;
  }


#s-02e6a0d8-6329-44fb-beb3-c78cb3c9ef0f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-e466cdaf-f908-4814-9789-14b00ece9e72 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-e466cdaf-f908-4814-9789-14b00ece9e72:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-e466cdaf-f908-4814-9789-14b00ece9e72:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-e466cdaf-f908-4814-9789-14b00ece9e72-root {
    text-align: center;
  }


#s-e466cdaf-f908-4814-9789-14b00ece9e72.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e466cdaf-f908-4814-9789-14b00ece9e72-root {
    text-align: center;
  }


#s-e466cdaf-f908-4814-9789-14b00ece9e72.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e466cdaf-f908-4814-9789-14b00ece9e72-root {
    text-align: center;
  }


#s-e466cdaf-f908-4814-9789-14b00ece9e72.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e466cdaf-f908-4814-9789-14b00ece9e72-root {
    text-align: center;
  }


#s-e466cdaf-f908-4814-9789-14b00ece9e72.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e466cdaf-f908-4814-9789-14b00ece9e72-root {
    text-align: center;
  }


#s-e466cdaf-f908-4814-9789-14b00ece9e72.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-0bfe4483-f2f4-4188-9b7b-3213d51c417e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-0bfe4483-f2f4-4188-9b7b-3213d51c417e:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-0bfe4483-f2f4-4188-9b7b-3213d51c417e:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-0bfe4483-f2f4-4188-9b7b-3213d51c417e-root {
    text-align: center;
  }


#s-0bfe4483-f2f4-4188-9b7b-3213d51c417e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0bfe4483-f2f4-4188-9b7b-3213d51c417e-root {
    text-align: center;
  }


#s-0bfe4483-f2f4-4188-9b7b-3213d51c417e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0bfe4483-f2f4-4188-9b7b-3213d51c417e-root {
    text-align: center;
  }


#s-0bfe4483-f2f4-4188-9b7b-3213d51c417e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0bfe4483-f2f4-4188-9b7b-3213d51c417e-root {
    text-align: center;
  }


#s-0bfe4483-f2f4-4188-9b7b-3213d51c417e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0bfe4483-f2f4-4188-9b7b-3213d51c417e-root {
    text-align: center;
  }


#s-0bfe4483-f2f4-4188-9b7b-3213d51c417e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-e4903643-1a57-4040-9023-de758cdbaa72 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-e4903643-1a57-4040-9023-de758cdbaa72:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-e4903643-1a57-4040-9023-de758cdbaa72:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-e4903643-1a57-4040-9023-de758cdbaa72-root {
    text-align: center;
  }


#s-e4903643-1a57-4040-9023-de758cdbaa72.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e4903643-1a57-4040-9023-de758cdbaa72-root {
    text-align: center;
  }


#s-e4903643-1a57-4040-9023-de758cdbaa72.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e4903643-1a57-4040-9023-de758cdbaa72-root {
    text-align: center;
  }


#s-e4903643-1a57-4040-9023-de758cdbaa72.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e4903643-1a57-4040-9023-de758cdbaa72-root {
    text-align: center;
  }


#s-e4903643-1a57-4040-9023-de758cdbaa72.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e4903643-1a57-4040-9023-de758cdbaa72-root {
    text-align: center;
  }


#s-e4903643-1a57-4040-9023-de758cdbaa72.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-982dfad2-d6f3-4527-9dae-7cb51ed6642e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-982dfad2-d6f3-4527-9dae-7cb51ed6642e:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-982dfad2-d6f3-4527-9dae-7cb51ed6642e:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-982dfad2-d6f3-4527-9dae-7cb51ed6642e-root {
    text-align: center;
  }


#s-982dfad2-d6f3-4527-9dae-7cb51ed6642e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-982dfad2-d6f3-4527-9dae-7cb51ed6642e-root {
    text-align: center;
  }


#s-982dfad2-d6f3-4527-9dae-7cb51ed6642e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-982dfad2-d6f3-4527-9dae-7cb51ed6642e-root {
    text-align: center;
  }


#s-982dfad2-d6f3-4527-9dae-7cb51ed6642e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-982dfad2-d6f3-4527-9dae-7cb51ed6642e-root {
    text-align: center;
  }


#s-982dfad2-d6f3-4527-9dae-7cb51ed6642e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-982dfad2-d6f3-4527-9dae-7cb51ed6642e-root {
    text-align: center;
  }


#s-982dfad2-d6f3-4527-9dae-7cb51ed6642e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-723b5e82-c211-4688-808a-21a4c2e22302 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-723b5e82-c211-4688-808a-21a4c2e22302:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-723b5e82-c211-4688-808a-21a4c2e22302:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-723b5e82-c211-4688-808a-21a4c2e22302-root {
    text-align: center;
  }


#s-723b5e82-c211-4688-808a-21a4c2e22302.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-723b5e82-c211-4688-808a-21a4c2e22302-root {
    text-align: center;
  }


#s-723b5e82-c211-4688-808a-21a4c2e22302.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-723b5e82-c211-4688-808a-21a4c2e22302-root {
    text-align: center;
  }


#s-723b5e82-c211-4688-808a-21a4c2e22302.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-723b5e82-c211-4688-808a-21a4c2e22302-root {
    text-align: center;
  }


#s-723b5e82-c211-4688-808a-21a4c2e22302.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-723b5e82-c211-4688-808a-21a4c2e22302-root {
    text-align: center;
  }


#s-723b5e82-c211-4688-808a-21a4c2e22302.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-d2e1f21f-6273-4d94-9b97-a62440a7c8ad {
  min-height: 50px;
}








#s-d2e1f21f-6273-4d94-9b97-a62440a7c8ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2e1f21f-6273-4d94-9b97-a62440a7c8ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-482db234-7a71-403d-ab5c-d4c36f3811f3 {
  max-width: 200px;
aspect-ratio: 200/45;
text-align: center;
}





  #s-482db234-7a71-403d-ab5c-d4c36f3811f3 img.shogun-image,
  #s-482db234-7a71-403d-ab5c-d4c36f3811f3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-482db234-7a71-403d-ab5c-d4c36f3811f3 {
    width: 100%;
    height: auto;
  }

  #s-482db234-7a71-403d-ab5c-d4c36f3811f3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-482db234-7a71-403d-ab5c-d4c36f3811f3.shogun-image {
    
    
  }


.s-482db234-7a71-403d-ab5c-d4c36f3811f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-482db234-7a71-403d-ab5c-d4c36f3811f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-482db234-7a71-403d-ab5c-d4c36f3811f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-482db234-7a71-403d-ab5c-d4c36f3811f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-482db234-7a71-403d-ab5c-d4c36f3811f3 {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-482db234-7a71-403d-ab5c-d4c36f3811f3.shogun-image-container {
      position: relative;
    }

    .s-482db234-7a71-403d-ab5c-d4c36f3811f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-482db234-7a71-403d-ab5c-d4c36f3811f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-482db234-7a71-403d-ab5c-d4c36f3811f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-482db234-7a71-403d-ab5c-d4c36f3811f3 img.shogun-image,
  #s-482db234-7a71-403d-ab5c-d4c36f3811f3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-482db234-7a71-403d-ab5c-d4c36f3811f3 {
    width: 100%;
    height: auto;
  }

  #s-482db234-7a71-403d-ab5c-d4c36f3811f3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-482db234-7a71-403d-ab5c-d4c36f3811f3.shogun-image {
    
    
  }


.s-482db234-7a71-403d-ab5c-d4c36f3811f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-482db234-7a71-403d-ab5c-d4c36f3811f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-482db234-7a71-403d-ab5c-d4c36f3811f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-482db234-7a71-403d-ab5c-d4c36f3811f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-482db234-7a71-403d-ab5c-d4c36f3811f3 {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-482db234-7a71-403d-ab5c-d4c36f3811f3.shogun-image-container {
      position: relative;
    }

    .s-482db234-7a71-403d-ab5c-d4c36f3811f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-482db234-7a71-403d-ab5c-d4c36f3811f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-482db234-7a71-403d-ab5c-d4c36f3811f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-482db234-7a71-403d-ab5c-d4c36f3811f3 img.shogun-image,
  #s-482db234-7a71-403d-ab5c-d4c36f3811f3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-482db234-7a71-403d-ab5c-d4c36f3811f3 {
    width: 100%;
    height: auto;
  }

  #s-482db234-7a71-403d-ab5c-d4c36f3811f3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-482db234-7a71-403d-ab5c-d4c36f3811f3.shogun-image {
    
    
  }


.s-482db234-7a71-403d-ab5c-d4c36f3811f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-482db234-7a71-403d-ab5c-d4c36f3811f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-482db234-7a71-403d-ab5c-d4c36f3811f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-482db234-7a71-403d-ab5c-d4c36f3811f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-482db234-7a71-403d-ab5c-d4c36f3811f3 {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-482db234-7a71-403d-ab5c-d4c36f3811f3.shogun-image-container {
      position: relative;
    }

    .s-482db234-7a71-403d-ab5c-d4c36f3811f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-482db234-7a71-403d-ab5c-d4c36f3811f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-482db234-7a71-403d-ab5c-d4c36f3811f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-482db234-7a71-403d-ab5c-d4c36f3811f3 img.shogun-image,
  #s-482db234-7a71-403d-ab5c-d4c36f3811f3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-482db234-7a71-403d-ab5c-d4c36f3811f3 {
    width: 100%;
    height: auto;
  }

  #s-482db234-7a71-403d-ab5c-d4c36f3811f3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-482db234-7a71-403d-ab5c-d4c36f3811f3.shogun-image {
    
    
  }


.s-482db234-7a71-403d-ab5c-d4c36f3811f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-482db234-7a71-403d-ab5c-d4c36f3811f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-482db234-7a71-403d-ab5c-d4c36f3811f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-482db234-7a71-403d-ab5c-d4c36f3811f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-482db234-7a71-403d-ab5c-d4c36f3811f3 {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-482db234-7a71-403d-ab5c-d4c36f3811f3.shogun-image-container {
      position: relative;
    }

    .s-482db234-7a71-403d-ab5c-d4c36f3811f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-482db234-7a71-403d-ab5c-d4c36f3811f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-482db234-7a71-403d-ab5c-d4c36f3811f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-482db234-7a71-403d-ab5c-d4c36f3811f3 img.shogun-image,
  #s-482db234-7a71-403d-ab5c-d4c36f3811f3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-482db234-7a71-403d-ab5c-d4c36f3811f3 {
    width: 100%;
    height: auto;
  }

  #s-482db234-7a71-403d-ab5c-d4c36f3811f3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-482db234-7a71-403d-ab5c-d4c36f3811f3.shogun-image {
    
    
  }


.s-482db234-7a71-403d-ab5c-d4c36f3811f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-482db234-7a71-403d-ab5c-d4c36f3811f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-482db234-7a71-403d-ab5c-d4c36f3811f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-482db234-7a71-403d-ab5c-d4c36f3811f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-482db234-7a71-403d-ab5c-d4c36f3811f3 {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-482db234-7a71-403d-ab5c-d4c36f3811f3.shogun-image-container {
      position: relative;
    }

    .s-482db234-7a71-403d-ab5c-d4c36f3811f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-482db234-7a71-403d-ab5c-d4c36f3811f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-482db234-7a71-403d-ab5c-d4c36f3811f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-6f8d1a5f-1840-4427-9adb-bbc8f6a709bb {
  margin-bottom: 20px;
text-align: center;
}


.shg-c#s-6f8d1a5f-1840-4427-9adb-bbc8f6a709bb {
  max-width:  100%;
}

.shg-c#s-6f8d1a5f-1840-4427-9adb-bbc8f6a709bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f8d1a5f-1840-4427-9adb-bbc8f6a709bb .shg-image-zoom,
.shg-c#s-6f8d1a5f-1840-4427-9adb-bbc8f6a709bb img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-6f8d1a5f-1840-4427-9adb-bbc8f6a709bb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6f8d1a5f-1840-4427-9adb-bbc8f6a709bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f8d1a5f-1840-4427-9adb-bbc8f6a709bb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-6f8d1a5f-1840-4427-9adb-bbc8f6a709bb {
  max-width:  100%;
}

.shg-c#s-6f8d1a5f-1840-4427-9adb-bbc8f6a709bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f8d1a5f-1840-4427-9adb-bbc8f6a709bb .shg-image-zoom,
.shg-c#s-6f8d1a5f-1840-4427-9adb-bbc8f6a709bb img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-6f8d1a5f-1840-4427-9adb-bbc8f6a709bb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6f8d1a5f-1840-4427-9adb-bbc8f6a709bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f8d1a5f-1840-4427-9adb-bbc8f6a709bb img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6f8d1a5f-1840-4427-9adb-bbc8f6a709bb {
  max-width:  100%;
}

.shg-c#s-6f8d1a5f-1840-4427-9adb-bbc8f6a709bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f8d1a5f-1840-4427-9adb-bbc8f6a709bb .shg-image-zoom,
.shg-c#s-6f8d1a5f-1840-4427-9adb-bbc8f6a709bb img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-6f8d1a5f-1840-4427-9adb-bbc8f6a709bb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6f8d1a5f-1840-4427-9adb-bbc8f6a709bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f8d1a5f-1840-4427-9adb-bbc8f6a709bb img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6f8d1a5f-1840-4427-9adb-bbc8f6a709bb {
  max-width:  100%;
}

.shg-c#s-6f8d1a5f-1840-4427-9adb-bbc8f6a709bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f8d1a5f-1840-4427-9adb-bbc8f6a709bb .shg-image-zoom,
.shg-c#s-6f8d1a5f-1840-4427-9adb-bbc8f6a709bb img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-6f8d1a5f-1840-4427-9adb-bbc8f6a709bb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6f8d1a5f-1840-4427-9adb-bbc8f6a709bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f8d1a5f-1840-4427-9adb-bbc8f6a709bb img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-6f8d1a5f-1840-4427-9adb-bbc8f6a709bb {
  max-width:  100%;
}

.shg-c#s-6f8d1a5f-1840-4427-9adb-bbc8f6a709bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f8d1a5f-1840-4427-9adb-bbc8f6a709bb .shg-image-zoom,
.shg-c#s-6f8d1a5f-1840-4427-9adb-bbc8f6a709bb img.shogun-image {
  max-width: 90% !important;
  
}

.shg-c#s-6f8d1a5f-1840-4427-9adb-bbc8f6a709bb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6f8d1a5f-1840-4427-9adb-bbc8f6a709bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f8d1a5f-1840-4427-9adb-bbc8f6a709bb img.shogun-image {
  width: 100%;
}



}
#s-cc13118f-551a-4acb-933d-354e3cb23beb hr {
  border-top: 2px solid rgba(73, 152, 192, 1);
}

@media (min-width: 0px) {
[id="s-90860716-709d-473b-ad44-d0569c8027ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90860716-709d-473b-ad44-d0569c8027ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-90860716-709d-473b-ad44-d0569c8027ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-90860716-709d-473b-ad44-d0569c8027ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fb95c429-495c-4666-a9cf-75610d931565 {
  margin-bottom: 20px;
text-align: center;
}

#s-fb95c429-495c-4666-a9cf-75610d931565 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



#s-7eb270ad-cf39-411f-8f33-40797b7dcebc {
  padding-top: 0px;
padding-bottom: 0px;
max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-7eb270ad-cf39-411f-8f33-40797b7dcebc {
  display: none;
}
#s-7eb270ad-cf39-411f-8f33-40797b7dcebc, #wrap-s-7eb270ad-cf39-411f-8f33-40797b7dcebc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7eb270ad-cf39-411f-8f33-40797b7dcebc {
  display: none;
}
#s-7eb270ad-cf39-411f-8f33-40797b7dcebc, #wrap-s-7eb270ad-cf39-411f-8f33-40797b7dcebc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7eb270ad-cf39-411f-8f33-40797b7dcebc {
  display: none;
}
#s-7eb270ad-cf39-411f-8f33-40797b7dcebc, #wrap-s-7eb270ad-cf39-411f-8f33-40797b7dcebc { display: none !important; }}@media (max-width: 767px){#s-7eb270ad-cf39-411f-8f33-40797b7dcebc {
  
}
}




  #s-7eb270ad-cf39-411f-8f33-40797b7dcebc img.shogun-image,
  #s-7eb270ad-cf39-411f-8f33-40797b7dcebc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7eb270ad-cf39-411f-8f33-40797b7dcebc {
    width: 100%;
    height: auto;
  }

  #s-7eb270ad-cf39-411f-8f33-40797b7dcebc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7eb270ad-cf39-411f-8f33-40797b7dcebc.shogun-image {
    
    
  }


.s-7eb270ad-cf39-411f-8f33-40797b7dcebc .shogun-image-content {
  
    align-items: center;
  
}

.s-7eb270ad-cf39-411f-8f33-40797b7dcebc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7eb270ad-cf39-411f-8f33-40797b7dcebc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7eb270ad-cf39-411f-8f33-40797b7dcebc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7eb270ad-cf39-411f-8f33-40797b7dcebc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7eb270ad-cf39-411f-8f33-40797b7dcebc.shogun-image-container {
      position: relative;
    }

    .s-7eb270ad-cf39-411f-8f33-40797b7dcebc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7eb270ad-cf39-411f-8f33-40797b7dcebc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7eb270ad-cf39-411f-8f33-40797b7dcebc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7eb270ad-cf39-411f-8f33-40797b7dcebc img.shogun-image,
  #s-7eb270ad-cf39-411f-8f33-40797b7dcebc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7eb270ad-cf39-411f-8f33-40797b7dcebc {
    width: 100%;
    height: auto;
  }

  #s-7eb270ad-cf39-411f-8f33-40797b7dcebc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7eb270ad-cf39-411f-8f33-40797b7dcebc.shogun-image {
    
    
  }


.s-7eb270ad-cf39-411f-8f33-40797b7dcebc .shogun-image-content {
  
    align-items: center;
  
}

.s-7eb270ad-cf39-411f-8f33-40797b7dcebc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7eb270ad-cf39-411f-8f33-40797b7dcebc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7eb270ad-cf39-411f-8f33-40797b7dcebc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7eb270ad-cf39-411f-8f33-40797b7dcebc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7eb270ad-cf39-411f-8f33-40797b7dcebc.shogun-image-container {
      position: relative;
    }

    .s-7eb270ad-cf39-411f-8f33-40797b7dcebc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7eb270ad-cf39-411f-8f33-40797b7dcebc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7eb270ad-cf39-411f-8f33-40797b7dcebc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7eb270ad-cf39-411f-8f33-40797b7dcebc img.shogun-image,
  #s-7eb270ad-cf39-411f-8f33-40797b7dcebc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7eb270ad-cf39-411f-8f33-40797b7dcebc {
    width: 100%;
    height: auto;
  }

  #s-7eb270ad-cf39-411f-8f33-40797b7dcebc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7eb270ad-cf39-411f-8f33-40797b7dcebc.shogun-image {
    
    
  }


.s-7eb270ad-cf39-411f-8f33-40797b7dcebc .shogun-image-content {
  
    align-items: center;
  
}

.s-7eb270ad-cf39-411f-8f33-40797b7dcebc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7eb270ad-cf39-411f-8f33-40797b7dcebc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7eb270ad-cf39-411f-8f33-40797b7dcebc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7eb270ad-cf39-411f-8f33-40797b7dcebc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7eb270ad-cf39-411f-8f33-40797b7dcebc.shogun-image-container {
      position: relative;
    }

    .s-7eb270ad-cf39-411f-8f33-40797b7dcebc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7eb270ad-cf39-411f-8f33-40797b7dcebc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7eb270ad-cf39-411f-8f33-40797b7dcebc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7eb270ad-cf39-411f-8f33-40797b7dcebc img.shogun-image,
  #s-7eb270ad-cf39-411f-8f33-40797b7dcebc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7eb270ad-cf39-411f-8f33-40797b7dcebc {
    width: 100%;
    height: auto;
  }

  #s-7eb270ad-cf39-411f-8f33-40797b7dcebc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7eb270ad-cf39-411f-8f33-40797b7dcebc.shogun-image {
    
    
  }


.s-7eb270ad-cf39-411f-8f33-40797b7dcebc .shogun-image-content {
  
    align-items: center;
  
}

.s-7eb270ad-cf39-411f-8f33-40797b7dcebc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7eb270ad-cf39-411f-8f33-40797b7dcebc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7eb270ad-cf39-411f-8f33-40797b7dcebc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7eb270ad-cf39-411f-8f33-40797b7dcebc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7eb270ad-cf39-411f-8f33-40797b7dcebc.shogun-image-container {
      position: relative;
    }

    .s-7eb270ad-cf39-411f-8f33-40797b7dcebc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7eb270ad-cf39-411f-8f33-40797b7dcebc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7eb270ad-cf39-411f-8f33-40797b7dcebc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7eb270ad-cf39-411f-8f33-40797b7dcebc img.shogun-image,
  #s-7eb270ad-cf39-411f-8f33-40797b7dcebc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7eb270ad-cf39-411f-8f33-40797b7dcebc {
    width: 100%;
    height: auto;
  }

  #s-7eb270ad-cf39-411f-8f33-40797b7dcebc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7eb270ad-cf39-411f-8f33-40797b7dcebc.shogun-image {
    
    
  }


.s-7eb270ad-cf39-411f-8f33-40797b7dcebc .shogun-image-content {
  
    align-items: center;
  
}

.s-7eb270ad-cf39-411f-8f33-40797b7dcebc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7eb270ad-cf39-411f-8f33-40797b7dcebc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7eb270ad-cf39-411f-8f33-40797b7dcebc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7eb270ad-cf39-411f-8f33-40797b7dcebc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7eb270ad-cf39-411f-8f33-40797b7dcebc.shogun-image-container {
      position: relative;
    }

    .s-7eb270ad-cf39-411f-8f33-40797b7dcebc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7eb270ad-cf39-411f-8f33-40797b7dcebc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7eb270ad-cf39-411f-8f33-40797b7dcebc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-2d33b0df-a8aa-425f-8c98-b636a053ef1b {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
text-align: center;
}

#s-2d33b0df-a8aa-425f-8c98-b636a053ef1b .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-cf69eca7-6b5d-46d6-82d8-e7b3f6605d71 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
}

#s-cf69eca7-6b5d-46d6-82d8-e7b3f6605d71 hr {
  border-top: 2px solid #ddd;
}

#s-e41108af-2cbe-4e14-be30-e970b07706c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e41108af-2cbe-4e14-be30-e970b07706c0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



#s-7769b774-9478-4ba1-8063-6ce9150b228f {
  margin-left: 3%;
margin-right: 3%;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-7769b774-9478-4ba1-8063-6ce9150b228f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7769b774-9478-4ba1-8063-6ce9150b228f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-7769b774-9478-4ba1-8063-6ce9150b228f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-7769b774-9478-4ba1-8063-6ce9150b228f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-ce62fff6-f8a7-48f4-848e-68a6f9a7abe9 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-ce62fff6-f8a7-48f4-848e-68a6f9a7abe9:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-ce62fff6-f8a7-48f4-848e-68a6f9a7abe9:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-ce62fff6-f8a7-48f4-848e-68a6f9a7abe9-root {
    text-align: center;
  }


#s-ce62fff6-f8a7-48f4-848e-68a6f9a7abe9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ce62fff6-f8a7-48f4-848e-68a6f9a7abe9-root {
    text-align: center;
  }


#s-ce62fff6-f8a7-48f4-848e-68a6f9a7abe9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ce62fff6-f8a7-48f4-848e-68a6f9a7abe9-root {
    text-align: center;
  }


#s-ce62fff6-f8a7-48f4-848e-68a6f9a7abe9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ce62fff6-f8a7-48f4-848e-68a6f9a7abe9-root {
    text-align: center;
  }


#s-ce62fff6-f8a7-48f4-848e-68a6f9a7abe9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ce62fff6-f8a7-48f4-848e-68a6f9a7abe9-root {
    text-align: center;
  }


#s-ce62fff6-f8a7-48f4-848e-68a6f9a7abe9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-f50e9715-bb92-47e0-9832-d7f834293262 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-f50e9715-bb92-47e0-9832-d7f834293262:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-f50e9715-bb92-47e0-9832-d7f834293262:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-f50e9715-bb92-47e0-9832-d7f834293262-root {
    text-align: center;
  }


#s-f50e9715-bb92-47e0-9832-d7f834293262.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f50e9715-bb92-47e0-9832-d7f834293262-root {
    text-align: center;
  }


#s-f50e9715-bb92-47e0-9832-d7f834293262.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f50e9715-bb92-47e0-9832-d7f834293262-root {
    text-align: center;
  }


#s-f50e9715-bb92-47e0-9832-d7f834293262.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f50e9715-bb92-47e0-9832-d7f834293262-root {
    text-align: center;
  }


#s-f50e9715-bb92-47e0-9832-d7f834293262.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f50e9715-bb92-47e0-9832-d7f834293262-root {
    text-align: center;
  }


#s-f50e9715-bb92-47e0-9832-d7f834293262.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-f997dacb-ecb6-45a3-9c6a-e3b31238be89 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-f997dacb-ecb6-45a3-9c6a-e3b31238be89:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-f997dacb-ecb6-45a3-9c6a-e3b31238be89:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-f997dacb-ecb6-45a3-9c6a-e3b31238be89-root {
    text-align: center;
  }


#s-f997dacb-ecb6-45a3-9c6a-e3b31238be89.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f997dacb-ecb6-45a3-9c6a-e3b31238be89-root {
    text-align: center;
  }


#s-f997dacb-ecb6-45a3-9c6a-e3b31238be89.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f997dacb-ecb6-45a3-9c6a-e3b31238be89-root {
    text-align: center;
  }


#s-f997dacb-ecb6-45a3-9c6a-e3b31238be89.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f997dacb-ecb6-45a3-9c6a-e3b31238be89-root {
    text-align: center;
  }


#s-f997dacb-ecb6-45a3-9c6a-e3b31238be89.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f997dacb-ecb6-45a3-9c6a-e3b31238be89-root {
    text-align: center;
  }


#s-f997dacb-ecb6-45a3-9c6a-e3b31238be89.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-3e9041bc-eb1c-4cc2-a61c-a3d596ec5181 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-3e9041bc-eb1c-4cc2-a61c-a3d596ec5181:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-3e9041bc-eb1c-4cc2-a61c-a3d596ec5181:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-3e9041bc-eb1c-4cc2-a61c-a3d596ec5181-root {
    text-align: center;
  }


#s-3e9041bc-eb1c-4cc2-a61c-a3d596ec5181.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3e9041bc-eb1c-4cc2-a61c-a3d596ec5181-root {
    text-align: center;
  }


#s-3e9041bc-eb1c-4cc2-a61c-a3d596ec5181.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3e9041bc-eb1c-4cc2-a61c-a3d596ec5181-root {
    text-align: center;
  }


#s-3e9041bc-eb1c-4cc2-a61c-a3d596ec5181.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3e9041bc-eb1c-4cc2-a61c-a3d596ec5181-root {
    text-align: center;
  }


#s-3e9041bc-eb1c-4cc2-a61c-a3d596ec5181.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3e9041bc-eb1c-4cc2-a61c-a3d596ec5181-root {
    text-align: center;
  }


#s-3e9041bc-eb1c-4cc2-a61c-a3d596ec5181.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-451fb4ee-5524-4326-b6d3-81085cd117eb {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-451fb4ee-5524-4326-b6d3-81085cd117eb:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-451fb4ee-5524-4326-b6d3-81085cd117eb:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-451fb4ee-5524-4326-b6d3-81085cd117eb-root {
    text-align: center;
  }


#s-451fb4ee-5524-4326-b6d3-81085cd117eb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-451fb4ee-5524-4326-b6d3-81085cd117eb-root {
    text-align: center;
  }


#s-451fb4ee-5524-4326-b6d3-81085cd117eb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-451fb4ee-5524-4326-b6d3-81085cd117eb-root {
    text-align: center;
  }


#s-451fb4ee-5524-4326-b6d3-81085cd117eb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-451fb4ee-5524-4326-b6d3-81085cd117eb-root {
    text-align: center;
  }


#s-451fb4ee-5524-4326-b6d3-81085cd117eb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-451fb4ee-5524-4326-b6d3-81085cd117eb-root {
    text-align: center;
  }


#s-451fb4ee-5524-4326-b6d3-81085cd117eb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-17272c3b-2bcf-462b-9d75-db096231691b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-17272c3b-2bcf-462b-9d75-db096231691b:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-17272c3b-2bcf-462b-9d75-db096231691b:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-17272c3b-2bcf-462b-9d75-db096231691b-root {
    text-align: center;
  }


#s-17272c3b-2bcf-462b-9d75-db096231691b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-17272c3b-2bcf-462b-9d75-db096231691b-root {
    text-align: center;
  }


#s-17272c3b-2bcf-462b-9d75-db096231691b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-17272c3b-2bcf-462b-9d75-db096231691b-root {
    text-align: center;
  }


#s-17272c3b-2bcf-462b-9d75-db096231691b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-17272c3b-2bcf-462b-9d75-db096231691b-root {
    text-align: center;
  }


#s-17272c3b-2bcf-462b-9d75-db096231691b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-17272c3b-2bcf-462b-9d75-db096231691b-root {
    text-align: center;
  }


#s-17272c3b-2bcf-462b-9d75-db096231691b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-2e63a42c-2559-45fe-8adc-16915c1cd7e2 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-2e63a42c-2559-45fe-8adc-16915c1cd7e2:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-2e63a42c-2559-45fe-8adc-16915c1cd7e2:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-2e63a42c-2559-45fe-8adc-16915c1cd7e2-root {
    text-align: center;
  }


#s-2e63a42c-2559-45fe-8adc-16915c1cd7e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2e63a42c-2559-45fe-8adc-16915c1cd7e2-root {
    text-align: center;
  }


#s-2e63a42c-2559-45fe-8adc-16915c1cd7e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2e63a42c-2559-45fe-8adc-16915c1cd7e2-root {
    text-align: center;
  }


#s-2e63a42c-2559-45fe-8adc-16915c1cd7e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2e63a42c-2559-45fe-8adc-16915c1cd7e2-root {
    text-align: center;
  }


#s-2e63a42c-2559-45fe-8adc-16915c1cd7e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2e63a42c-2559-45fe-8adc-16915c1cd7e2-root {
    text-align: center;
  }


#s-2e63a42c-2559-45fe-8adc-16915c1cd7e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-fd27a8a7-210f-49be-8d7b-81b196a4067f {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-fd27a8a7-210f-49be-8d7b-81b196a4067f:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-fd27a8a7-210f-49be-8d7b-81b196a4067f:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-fd27a8a7-210f-49be-8d7b-81b196a4067f-root {
    text-align: center;
  }


#s-fd27a8a7-210f-49be-8d7b-81b196a4067f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fd27a8a7-210f-49be-8d7b-81b196a4067f-root {
    text-align: center;
  }


#s-fd27a8a7-210f-49be-8d7b-81b196a4067f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fd27a8a7-210f-49be-8d7b-81b196a4067f-root {
    text-align: center;
  }


#s-fd27a8a7-210f-49be-8d7b-81b196a4067f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fd27a8a7-210f-49be-8d7b-81b196a4067f-root {
    text-align: center;
  }


#s-fd27a8a7-210f-49be-8d7b-81b196a4067f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fd27a8a7-210f-49be-8d7b-81b196a4067f-root {
    text-align: center;
  }


#s-fd27a8a7-210f-49be-8d7b-81b196a4067f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-05578df4-feb6-493f-9170-014ff4dd435f {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-05578df4-feb6-493f-9170-014ff4dd435f:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-05578df4-feb6-493f-9170-014ff4dd435f:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-05578df4-feb6-493f-9170-014ff4dd435f-root {
    text-align: center;
  }


#s-05578df4-feb6-493f-9170-014ff4dd435f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-05578df4-feb6-493f-9170-014ff4dd435f-root {
    text-align: center;
  }


#s-05578df4-feb6-493f-9170-014ff4dd435f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-05578df4-feb6-493f-9170-014ff4dd435f-root {
    text-align: center;
  }


#s-05578df4-feb6-493f-9170-014ff4dd435f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-05578df4-feb6-493f-9170-014ff4dd435f-root {
    text-align: center;
  }


#s-05578df4-feb6-493f-9170-014ff4dd435f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-05578df4-feb6-493f-9170-014ff4dd435f-root {
    text-align: center;
  }


#s-05578df4-feb6-493f-9170-014ff4dd435f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-1e935917-2064-4eed-92bc-bb1901a9c9b8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e935917-2064-4eed-92bc-bb1901a9c9b8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



#s-43903453-c277-4069-a6d5-d0e1ea036b7f {
  margin-left: 3%;
margin-right: 3%;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-43903453-c277-4069-a6d5-d0e1ea036b7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43903453-c277-4069-a6d5-d0e1ea036b7f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-43903453-c277-4069-a6d5-d0e1ea036b7f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-43903453-c277-4069-a6d5-d0e1ea036b7f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-db8ecefb-e580-4f43-a255-b035296b5837 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-db8ecefb-e580-4f43-a255-b035296b5837:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-db8ecefb-e580-4f43-a255-b035296b5837:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-db8ecefb-e580-4f43-a255-b035296b5837-root {
    text-align: center;
  }


#s-db8ecefb-e580-4f43-a255-b035296b5837.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-db8ecefb-e580-4f43-a255-b035296b5837-root {
    text-align: center;
  }


#s-db8ecefb-e580-4f43-a255-b035296b5837.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-db8ecefb-e580-4f43-a255-b035296b5837-root {
    text-align: center;
  }


#s-db8ecefb-e580-4f43-a255-b035296b5837.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-db8ecefb-e580-4f43-a255-b035296b5837-root {
    text-align: center;
  }


#s-db8ecefb-e580-4f43-a255-b035296b5837.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-db8ecefb-e580-4f43-a255-b035296b5837-root {
    text-align: center;
  }


#s-db8ecefb-e580-4f43-a255-b035296b5837.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-049ec2e2-f0cf-4f27-9cf3-45e452fee995 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-049ec2e2-f0cf-4f27-9cf3-45e452fee995:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-049ec2e2-f0cf-4f27-9cf3-45e452fee995:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-049ec2e2-f0cf-4f27-9cf3-45e452fee995-root {
    text-align: center;
  }


#s-049ec2e2-f0cf-4f27-9cf3-45e452fee995.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-049ec2e2-f0cf-4f27-9cf3-45e452fee995-root {
    text-align: center;
  }


#s-049ec2e2-f0cf-4f27-9cf3-45e452fee995.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-049ec2e2-f0cf-4f27-9cf3-45e452fee995-root {
    text-align: center;
  }


#s-049ec2e2-f0cf-4f27-9cf3-45e452fee995.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-049ec2e2-f0cf-4f27-9cf3-45e452fee995-root {
    text-align: center;
  }


#s-049ec2e2-f0cf-4f27-9cf3-45e452fee995.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-049ec2e2-f0cf-4f27-9cf3-45e452fee995-root {
    text-align: center;
  }


#s-049ec2e2-f0cf-4f27-9cf3-45e452fee995.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-a1f91ebc-2170-478b-b696-a17bbfd2c422 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-a1f91ebc-2170-478b-b696-a17bbfd2c422:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-a1f91ebc-2170-478b-b696-a17bbfd2c422:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-a1f91ebc-2170-478b-b696-a17bbfd2c422-root {
    text-align: center;
  }


#s-a1f91ebc-2170-478b-b696-a17bbfd2c422.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a1f91ebc-2170-478b-b696-a17bbfd2c422-root {
    text-align: center;
  }


#s-a1f91ebc-2170-478b-b696-a17bbfd2c422.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a1f91ebc-2170-478b-b696-a17bbfd2c422-root {
    text-align: center;
  }


#s-a1f91ebc-2170-478b-b696-a17bbfd2c422.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a1f91ebc-2170-478b-b696-a17bbfd2c422-root {
    text-align: center;
  }


#s-a1f91ebc-2170-478b-b696-a17bbfd2c422.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a1f91ebc-2170-478b-b696-a17bbfd2c422-root {
    text-align: center;
  }


#s-a1f91ebc-2170-478b-b696-a17bbfd2c422.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-c8a0239a-00de-4185-b61e-ddbe001f1339 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-c8a0239a-00de-4185-b61e-ddbe001f1339:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-c8a0239a-00de-4185-b61e-ddbe001f1339:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-c8a0239a-00de-4185-b61e-ddbe001f1339-root {
    text-align: center;
  }


#s-c8a0239a-00de-4185-b61e-ddbe001f1339.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c8a0239a-00de-4185-b61e-ddbe001f1339-root {
    text-align: center;
  }


#s-c8a0239a-00de-4185-b61e-ddbe001f1339.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c8a0239a-00de-4185-b61e-ddbe001f1339-root {
    text-align: center;
  }


#s-c8a0239a-00de-4185-b61e-ddbe001f1339.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c8a0239a-00de-4185-b61e-ddbe001f1339-root {
    text-align: center;
  }


#s-c8a0239a-00de-4185-b61e-ddbe001f1339.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c8a0239a-00de-4185-b61e-ddbe001f1339-root {
    text-align: center;
  }


#s-c8a0239a-00de-4185-b61e-ddbe001f1339.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-32423ea8-fd71-4e63-af0c-2cffccb029ab {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-32423ea8-fd71-4e63-af0c-2cffccb029ab:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-32423ea8-fd71-4e63-af0c-2cffccb029ab:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-32423ea8-fd71-4e63-af0c-2cffccb029ab-root {
    text-align: center;
  }


#s-32423ea8-fd71-4e63-af0c-2cffccb029ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-32423ea8-fd71-4e63-af0c-2cffccb029ab-root {
    text-align: center;
  }


#s-32423ea8-fd71-4e63-af0c-2cffccb029ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-32423ea8-fd71-4e63-af0c-2cffccb029ab-root {
    text-align: center;
  }


#s-32423ea8-fd71-4e63-af0c-2cffccb029ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-32423ea8-fd71-4e63-af0c-2cffccb029ab-root {
    text-align: center;
  }


#s-32423ea8-fd71-4e63-af0c-2cffccb029ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-32423ea8-fd71-4e63-af0c-2cffccb029ab-root {
    text-align: center;
  }


#s-32423ea8-fd71-4e63-af0c-2cffccb029ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-8f5c33af-a80c-4443-8463-335d2877e60a {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-8f5c33af-a80c-4443-8463-335d2877e60a:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-8f5c33af-a80c-4443-8463-335d2877e60a:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-8f5c33af-a80c-4443-8463-335d2877e60a-root {
    text-align: center;
  }


#s-8f5c33af-a80c-4443-8463-335d2877e60a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8f5c33af-a80c-4443-8463-335d2877e60a-root {
    text-align: center;
  }


#s-8f5c33af-a80c-4443-8463-335d2877e60a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f5c33af-a80c-4443-8463-335d2877e60a-root {
    text-align: center;
  }


#s-8f5c33af-a80c-4443-8463-335d2877e60a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8f5c33af-a80c-4443-8463-335d2877e60a-root {
    text-align: center;
  }


#s-8f5c33af-a80c-4443-8463-335d2877e60a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8f5c33af-a80c-4443-8463-335d2877e60a-root {
    text-align: center;
  }


#s-8f5c33af-a80c-4443-8463-335d2877e60a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-c67bf23b-6196-4be7-850e-32437637c8b0 {
  min-height: 50px;
}








#s-c67bf23b-6196-4be7-850e-32437637c8b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c67bf23b-6196-4be7-850e-32437637c8b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a {
  max-width: 200px;
aspect-ratio: 200/45;
text-align: center;
}





  #s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a img.shogun-image,
  #s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a {
    width: 100%;
    height: auto;
  }

  #s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a.shogun-image {
    
    
  }


.s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a .shogun-image-content {
  
    align-items: center;
  
}

.s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a.shogun-image-container {
      position: relative;
    }

    .s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a img.shogun-image,
  #s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a {
    width: 100%;
    height: auto;
  }

  #s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a.shogun-image {
    
    
  }


.s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a .shogun-image-content {
  
    align-items: center;
  
}

.s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a.shogun-image-container {
      position: relative;
    }

    .s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a img.shogun-image,
  #s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a {
    width: 100%;
    height: auto;
  }

  #s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a.shogun-image {
    
    
  }


.s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a .shogun-image-content {
  
    align-items: center;
  
}

.s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a.shogun-image-container {
      position: relative;
    }

    .s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a img.shogun-image,
  #s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a {
    width: 100%;
    height: auto;
  }

  #s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a.shogun-image {
    
    
  }


.s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a .shogun-image-content {
  
    align-items: center;
  
}

.s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a.shogun-image-container {
      position: relative;
    }

    .s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a img.shogun-image,
  #s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a {
    width: 100%;
    height: auto;
  }

  #s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a.shogun-image {
    
    
  }


.s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a .shogun-image-content {
  
    align-items: center;
  
}

.s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a.shogun-image-container {
      position: relative;
    }

    .s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac24b7b9-c124-4cfd-bdb1-fd98901ef92a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f61b7202-876b-40f6-b08e-2d5c987611d5 {
  margin-bottom: 20px;
text-align: center;
}


.shg-c#s-f61b7202-876b-40f6-b08e-2d5c987611d5 {
  max-width:  100%;
}

.shg-c#s-f61b7202-876b-40f6-b08e-2d5c987611d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f61b7202-876b-40f6-b08e-2d5c987611d5 .shg-image-zoom,
.shg-c#s-f61b7202-876b-40f6-b08e-2d5c987611d5 img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-f61b7202-876b-40f6-b08e-2d5c987611d5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f61b7202-876b-40f6-b08e-2d5c987611d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f61b7202-876b-40f6-b08e-2d5c987611d5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-f61b7202-876b-40f6-b08e-2d5c987611d5 {
  max-width:  100%;
}

.shg-c#s-f61b7202-876b-40f6-b08e-2d5c987611d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f61b7202-876b-40f6-b08e-2d5c987611d5 .shg-image-zoom,
.shg-c#s-f61b7202-876b-40f6-b08e-2d5c987611d5 img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-f61b7202-876b-40f6-b08e-2d5c987611d5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f61b7202-876b-40f6-b08e-2d5c987611d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f61b7202-876b-40f6-b08e-2d5c987611d5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f61b7202-876b-40f6-b08e-2d5c987611d5 {
  max-width:  100%;
}

.shg-c#s-f61b7202-876b-40f6-b08e-2d5c987611d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f61b7202-876b-40f6-b08e-2d5c987611d5 .shg-image-zoom,
.shg-c#s-f61b7202-876b-40f6-b08e-2d5c987611d5 img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-f61b7202-876b-40f6-b08e-2d5c987611d5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f61b7202-876b-40f6-b08e-2d5c987611d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f61b7202-876b-40f6-b08e-2d5c987611d5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f61b7202-876b-40f6-b08e-2d5c987611d5 {
  max-width:  100%;
}

.shg-c#s-f61b7202-876b-40f6-b08e-2d5c987611d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f61b7202-876b-40f6-b08e-2d5c987611d5 .shg-image-zoom,
.shg-c#s-f61b7202-876b-40f6-b08e-2d5c987611d5 img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-f61b7202-876b-40f6-b08e-2d5c987611d5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f61b7202-876b-40f6-b08e-2d5c987611d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f61b7202-876b-40f6-b08e-2d5c987611d5 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-f61b7202-876b-40f6-b08e-2d5c987611d5 {
  max-width:  100%;
}

.shg-c#s-f61b7202-876b-40f6-b08e-2d5c987611d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f61b7202-876b-40f6-b08e-2d5c987611d5 .shg-image-zoom,
.shg-c#s-f61b7202-876b-40f6-b08e-2d5c987611d5 img.shogun-image {
  max-width: 90% !important;
  
}

.shg-c#s-f61b7202-876b-40f6-b08e-2d5c987611d5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f61b7202-876b-40f6-b08e-2d5c987611d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f61b7202-876b-40f6-b08e-2d5c987611d5 img.shogun-image {
  width: 100%;
}



}
#s-5bb2001a-93d9-405e-a35f-4d4225466350 hr {
  border-top: 2px solid rgba(73, 152, 192, 1);
}

@media (min-width: 0px) {
[id="s-454f8fd7-c619-484b-9a0c-29f5d7586da6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-454f8fd7-c619-484b-9a0c-29f5d7586da6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-454f8fd7-c619-484b-9a0c-29f5d7586da6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-454f8fd7-c619-484b-9a0c-29f5d7586da6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9e27805f-f510-4322-a326-b2570de86c6f {
  margin-bottom: 20px;
text-align: center;
}

#s-9e27805f-f510-4322-a326-b2570de86c6f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



#s-ade94c3b-65c2-40fe-bdab-d955ca48990f {
  padding-top: 0px;
padding-bottom: 0px;
max-width: 2000px;
aspect-ratio: 2000/1731;
text-align: center;
}
@media (min-width: 1200px){#s-ade94c3b-65c2-40fe-bdab-d955ca48990f {
  display: none;
}
#s-ade94c3b-65c2-40fe-bdab-d955ca48990f, #wrap-s-ade94c3b-65c2-40fe-bdab-d955ca48990f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ade94c3b-65c2-40fe-bdab-d955ca48990f {
  display: none;
}
#s-ade94c3b-65c2-40fe-bdab-d955ca48990f, #wrap-s-ade94c3b-65c2-40fe-bdab-d955ca48990f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ade94c3b-65c2-40fe-bdab-d955ca48990f {
  display: none;
}
#s-ade94c3b-65c2-40fe-bdab-d955ca48990f, #wrap-s-ade94c3b-65c2-40fe-bdab-d955ca48990f { display: none !important; }}@media (max-width: 767px){#s-ade94c3b-65c2-40fe-bdab-d955ca48990f {
  
}
}




  #s-ade94c3b-65c2-40fe-bdab-d955ca48990f img.shogun-image,
  #s-ade94c3b-65c2-40fe-bdab-d955ca48990f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ade94c3b-65c2-40fe-bdab-d955ca48990f {
    width: 100%;
    height: auto;
  }

  #s-ade94c3b-65c2-40fe-bdab-d955ca48990f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ade94c3b-65c2-40fe-bdab-d955ca48990f.shogun-image {
    
    
  }


.s-ade94c3b-65c2-40fe-bdab-d955ca48990f .shogun-image-content {
  
    align-items: center;
  
}

.s-ade94c3b-65c2-40fe-bdab-d955ca48990f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ade94c3b-65c2-40fe-bdab-d955ca48990f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ade94c3b-65c2-40fe-bdab-d955ca48990f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ade94c3b-65c2-40fe-bdab-d955ca48990f {
      --shg-aspect-ratio: calc(2000/1731); 
    }

    .s-ade94c3b-65c2-40fe-bdab-d955ca48990f.shogun-image-container {
      position: relative;
    }

    .s-ade94c3b-65c2-40fe-bdab-d955ca48990f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ade94c3b-65c2-40fe-bdab-d955ca48990f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ade94c3b-65c2-40fe-bdab-d955ca48990f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ade94c3b-65c2-40fe-bdab-d955ca48990f img.shogun-image,
  #s-ade94c3b-65c2-40fe-bdab-d955ca48990f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ade94c3b-65c2-40fe-bdab-d955ca48990f {
    width: 100%;
    height: auto;
  }

  #s-ade94c3b-65c2-40fe-bdab-d955ca48990f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ade94c3b-65c2-40fe-bdab-d955ca48990f.shogun-image {
    
    
  }


.s-ade94c3b-65c2-40fe-bdab-d955ca48990f .shogun-image-content {
  
    align-items: center;
  
}

.s-ade94c3b-65c2-40fe-bdab-d955ca48990f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ade94c3b-65c2-40fe-bdab-d955ca48990f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ade94c3b-65c2-40fe-bdab-d955ca48990f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ade94c3b-65c2-40fe-bdab-d955ca48990f {
      --shg-aspect-ratio: calc(2000/1731); 
    }

    .s-ade94c3b-65c2-40fe-bdab-d955ca48990f.shogun-image-container {
      position: relative;
    }

    .s-ade94c3b-65c2-40fe-bdab-d955ca48990f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ade94c3b-65c2-40fe-bdab-d955ca48990f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ade94c3b-65c2-40fe-bdab-d955ca48990f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ade94c3b-65c2-40fe-bdab-d955ca48990f img.shogun-image,
  #s-ade94c3b-65c2-40fe-bdab-d955ca48990f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ade94c3b-65c2-40fe-bdab-d955ca48990f {
    width: 100%;
    height: auto;
  }

  #s-ade94c3b-65c2-40fe-bdab-d955ca48990f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ade94c3b-65c2-40fe-bdab-d955ca48990f.shogun-image {
    
    
  }


.s-ade94c3b-65c2-40fe-bdab-d955ca48990f .shogun-image-content {
  
    align-items: center;
  
}

.s-ade94c3b-65c2-40fe-bdab-d955ca48990f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ade94c3b-65c2-40fe-bdab-d955ca48990f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ade94c3b-65c2-40fe-bdab-d955ca48990f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ade94c3b-65c2-40fe-bdab-d955ca48990f {
      --shg-aspect-ratio: calc(2000/1731); 
    }

    .s-ade94c3b-65c2-40fe-bdab-d955ca48990f.shogun-image-container {
      position: relative;
    }

    .s-ade94c3b-65c2-40fe-bdab-d955ca48990f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ade94c3b-65c2-40fe-bdab-d955ca48990f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ade94c3b-65c2-40fe-bdab-d955ca48990f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ade94c3b-65c2-40fe-bdab-d955ca48990f img.shogun-image,
  #s-ade94c3b-65c2-40fe-bdab-d955ca48990f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ade94c3b-65c2-40fe-bdab-d955ca48990f {
    width: 100%;
    height: auto;
  }

  #s-ade94c3b-65c2-40fe-bdab-d955ca48990f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ade94c3b-65c2-40fe-bdab-d955ca48990f.shogun-image {
    
    
  }


.s-ade94c3b-65c2-40fe-bdab-d955ca48990f .shogun-image-content {
  
    align-items: center;
  
}

.s-ade94c3b-65c2-40fe-bdab-d955ca48990f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ade94c3b-65c2-40fe-bdab-d955ca48990f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ade94c3b-65c2-40fe-bdab-d955ca48990f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ade94c3b-65c2-40fe-bdab-d955ca48990f {
      --shg-aspect-ratio: calc(2000/1731); 
    }

    .s-ade94c3b-65c2-40fe-bdab-d955ca48990f.shogun-image-container {
      position: relative;
    }

    .s-ade94c3b-65c2-40fe-bdab-d955ca48990f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ade94c3b-65c2-40fe-bdab-d955ca48990f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ade94c3b-65c2-40fe-bdab-d955ca48990f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ade94c3b-65c2-40fe-bdab-d955ca48990f img.shogun-image,
  #s-ade94c3b-65c2-40fe-bdab-d955ca48990f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ade94c3b-65c2-40fe-bdab-d955ca48990f {
    width: 100%;
    height: auto;
  }

  #s-ade94c3b-65c2-40fe-bdab-d955ca48990f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ade94c3b-65c2-40fe-bdab-d955ca48990f.shogun-image {
    
    
  }


.s-ade94c3b-65c2-40fe-bdab-d955ca48990f .shogun-image-content {
  
    align-items: center;
  
}

.s-ade94c3b-65c2-40fe-bdab-d955ca48990f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ade94c3b-65c2-40fe-bdab-d955ca48990f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ade94c3b-65c2-40fe-bdab-d955ca48990f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ade94c3b-65c2-40fe-bdab-d955ca48990f {
      --shg-aspect-ratio: calc(2000/1731); 
    }

    .s-ade94c3b-65c2-40fe-bdab-d955ca48990f.shogun-image-container {
      position: relative;
    }

    .s-ade94c3b-65c2-40fe-bdab-d955ca48990f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ade94c3b-65c2-40fe-bdab-d955ca48990f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ade94c3b-65c2-40fe-bdab-d955ca48990f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-9ea42866-2fa1-4302-8825-cd2788ddc683 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
text-align: center;
}

#s-9ea42866-2fa1-4302-8825-cd2788ddc683 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-8dc7d7c6-3cf7-4771-b17e-42cb3ee71bb3 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 3%;
padding-right: 3%;
}

#s-8dc7d7c6-3cf7-4771-b17e-42cb3ee71bb3 hr {
  border-top: 2px solid #ddd;
}

#s-3a4e820f-7e88-4773-bff8-ded82f87d46b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3a4e820f-7e88-4773-bff8-ded82f87d46b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



#s-0178c09a-3e2a-4edb-9687-5d887a65dbc9 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-0178c09a-3e2a-4edb-9687-5d887a65dbc9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0178c09a-3e2a-4edb-9687-5d887a65dbc9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-0178c09a-3e2a-4edb-9687-5d887a65dbc9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-0178c09a-3e2a-4edb-9687-5d887a65dbc9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-57500af6-96d8-4d75-9dff-d16664fe127d {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-57500af6-96d8-4d75-9dff-d16664fe127d:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-57500af6-96d8-4d75-9dff-d16664fe127d:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-57500af6-96d8-4d75-9dff-d16664fe127d-root {
    text-align: center;
  }


#s-57500af6-96d8-4d75-9dff-d16664fe127d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-57500af6-96d8-4d75-9dff-d16664fe127d-root {
    text-align: center;
  }


#s-57500af6-96d8-4d75-9dff-d16664fe127d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57500af6-96d8-4d75-9dff-d16664fe127d-root {
    text-align: center;
  }


#s-57500af6-96d8-4d75-9dff-d16664fe127d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57500af6-96d8-4d75-9dff-d16664fe127d-root {
    text-align: center;
  }


#s-57500af6-96d8-4d75-9dff-d16664fe127d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-57500af6-96d8-4d75-9dff-d16664fe127d-root {
    text-align: center;
  }


#s-57500af6-96d8-4d75-9dff-d16664fe127d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-fff2e21b-47f7-443b-a3d5-f8c48fe9918f {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-fff2e21b-47f7-443b-a3d5-f8c48fe9918f:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-fff2e21b-47f7-443b-a3d5-f8c48fe9918f:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-fff2e21b-47f7-443b-a3d5-f8c48fe9918f-root {
    text-align: center;
  }


#s-fff2e21b-47f7-443b-a3d5-f8c48fe9918f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fff2e21b-47f7-443b-a3d5-f8c48fe9918f-root {
    text-align: center;
  }


#s-fff2e21b-47f7-443b-a3d5-f8c48fe9918f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fff2e21b-47f7-443b-a3d5-f8c48fe9918f-root {
    text-align: center;
  }


#s-fff2e21b-47f7-443b-a3d5-f8c48fe9918f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fff2e21b-47f7-443b-a3d5-f8c48fe9918f-root {
    text-align: center;
  }


#s-fff2e21b-47f7-443b-a3d5-f8c48fe9918f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fff2e21b-47f7-443b-a3d5-f8c48fe9918f-root {
    text-align: center;
  }


#s-fff2e21b-47f7-443b-a3d5-f8c48fe9918f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-306d8ae9-71dd-46e9-b252-aa712e780180 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-306d8ae9-71dd-46e9-b252-aa712e780180:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-306d8ae9-71dd-46e9-b252-aa712e780180:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-306d8ae9-71dd-46e9-b252-aa712e780180-root {
    text-align: center;
  }


#s-306d8ae9-71dd-46e9-b252-aa712e780180.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-306d8ae9-71dd-46e9-b252-aa712e780180-root {
    text-align: center;
  }


#s-306d8ae9-71dd-46e9-b252-aa712e780180.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-306d8ae9-71dd-46e9-b252-aa712e780180-root {
    text-align: center;
  }


#s-306d8ae9-71dd-46e9-b252-aa712e780180.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-306d8ae9-71dd-46e9-b252-aa712e780180-root {
    text-align: center;
  }


#s-306d8ae9-71dd-46e9-b252-aa712e780180.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-306d8ae9-71dd-46e9-b252-aa712e780180-root {
    text-align: center;
  }


#s-306d8ae9-71dd-46e9-b252-aa712e780180.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-44f80d50-a307-4229-861e-0314c371c592 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-44f80d50-a307-4229-861e-0314c371c592:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-44f80d50-a307-4229-861e-0314c371c592:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-44f80d50-a307-4229-861e-0314c371c592-root {
    text-align: center;
  }


#s-44f80d50-a307-4229-861e-0314c371c592.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-44f80d50-a307-4229-861e-0314c371c592-root {
    text-align: center;
  }


#s-44f80d50-a307-4229-861e-0314c371c592.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-44f80d50-a307-4229-861e-0314c371c592-root {
    text-align: center;
  }


#s-44f80d50-a307-4229-861e-0314c371c592.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-44f80d50-a307-4229-861e-0314c371c592-root {
    text-align: center;
  }


#s-44f80d50-a307-4229-861e-0314c371c592.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-44f80d50-a307-4229-861e-0314c371c592-root {
    text-align: center;
  }


#s-44f80d50-a307-4229-861e-0314c371c592.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-37486cd3-81bf-4b5b-9c8c-0182a1f67459 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-37486cd3-81bf-4b5b-9c8c-0182a1f67459:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-37486cd3-81bf-4b5b-9c8c-0182a1f67459:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-37486cd3-81bf-4b5b-9c8c-0182a1f67459-root {
    text-align: center;
  }


#s-37486cd3-81bf-4b5b-9c8c-0182a1f67459.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-37486cd3-81bf-4b5b-9c8c-0182a1f67459-root {
    text-align: center;
  }


#s-37486cd3-81bf-4b5b-9c8c-0182a1f67459.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-37486cd3-81bf-4b5b-9c8c-0182a1f67459-root {
    text-align: center;
  }


#s-37486cd3-81bf-4b5b-9c8c-0182a1f67459.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-37486cd3-81bf-4b5b-9c8c-0182a1f67459-root {
    text-align: center;
  }


#s-37486cd3-81bf-4b5b-9c8c-0182a1f67459.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-37486cd3-81bf-4b5b-9c8c-0182a1f67459-root {
    text-align: center;
  }


#s-37486cd3-81bf-4b5b-9c8c-0182a1f67459.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-4968d2bd-c7bb-44ac-9482-d9d4ec454ea1 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-4968d2bd-c7bb-44ac-9482-d9d4ec454ea1:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-4968d2bd-c7bb-44ac-9482-d9d4ec454ea1:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-4968d2bd-c7bb-44ac-9482-d9d4ec454ea1-root {
    text-align: center;
  }


#s-4968d2bd-c7bb-44ac-9482-d9d4ec454ea1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4968d2bd-c7bb-44ac-9482-d9d4ec454ea1-root {
    text-align: center;
  }


#s-4968d2bd-c7bb-44ac-9482-d9d4ec454ea1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4968d2bd-c7bb-44ac-9482-d9d4ec454ea1-root {
    text-align: center;
  }


#s-4968d2bd-c7bb-44ac-9482-d9d4ec454ea1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4968d2bd-c7bb-44ac-9482-d9d4ec454ea1-root {
    text-align: center;
  }


#s-4968d2bd-c7bb-44ac-9482-d9d4ec454ea1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4968d2bd-c7bb-44ac-9482-d9d4ec454ea1-root {
    text-align: center;
  }


#s-4968d2bd-c7bb-44ac-9482-d9d4ec454ea1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-de9defd9-61b4-46f0-a312-b2920b468b81 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-de9defd9-61b4-46f0-a312-b2920b468b81:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-de9defd9-61b4-46f0-a312-b2920b468b81:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-de9defd9-61b4-46f0-a312-b2920b468b81-root {
    text-align: center;
  }


#s-de9defd9-61b4-46f0-a312-b2920b468b81.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-de9defd9-61b4-46f0-a312-b2920b468b81-root {
    text-align: center;
  }


#s-de9defd9-61b4-46f0-a312-b2920b468b81.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-de9defd9-61b4-46f0-a312-b2920b468b81-root {
    text-align: center;
  }


#s-de9defd9-61b4-46f0-a312-b2920b468b81.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-de9defd9-61b4-46f0-a312-b2920b468b81-root {
    text-align: center;
  }


#s-de9defd9-61b4-46f0-a312-b2920b468b81.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-de9defd9-61b4-46f0-a312-b2920b468b81-root {
    text-align: center;
  }


#s-de9defd9-61b4-46f0-a312-b2920b468b81.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-5b311c51-640e-4686-82e5-5d955775fd8d {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-5b311c51-640e-4686-82e5-5d955775fd8d:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-5b311c51-640e-4686-82e5-5d955775fd8d:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-5b311c51-640e-4686-82e5-5d955775fd8d-root {
    text-align: center;
  }


#s-5b311c51-640e-4686-82e5-5d955775fd8d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5b311c51-640e-4686-82e5-5d955775fd8d-root {
    text-align: center;
  }


#s-5b311c51-640e-4686-82e5-5d955775fd8d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5b311c51-640e-4686-82e5-5d955775fd8d-root {
    text-align: center;
  }


#s-5b311c51-640e-4686-82e5-5d955775fd8d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5b311c51-640e-4686-82e5-5d955775fd8d-root {
    text-align: center;
  }


#s-5b311c51-640e-4686-82e5-5d955775fd8d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5b311c51-640e-4686-82e5-5d955775fd8d-root {
    text-align: center;
  }


#s-5b311c51-640e-4686-82e5-5d955775fd8d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-0bf13a02-0d16-463f-90d6-9879040c51aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0bf13a02-0d16-463f-90d6-9879040c51aa .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



#s-67270ecc-0f4e-4513-ae70-86365d873304 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-67270ecc-0f4e-4513-ae70-86365d873304"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67270ecc-0f4e-4513-ae70-86365d873304"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-67270ecc-0f4e-4513-ae70-86365d873304"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-67270ecc-0f4e-4513-ae70-86365d873304"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-0f5fc95a-6d0c-4ecb-87ea-bc4a1734f58e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-0f5fc95a-6d0c-4ecb-87ea-bc4a1734f58e:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-0f5fc95a-6d0c-4ecb-87ea-bc4a1734f58e:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-0f5fc95a-6d0c-4ecb-87ea-bc4a1734f58e-root {
    text-align: center;
  }


#s-0f5fc95a-6d0c-4ecb-87ea-bc4a1734f58e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0f5fc95a-6d0c-4ecb-87ea-bc4a1734f58e-root {
    text-align: center;
  }


#s-0f5fc95a-6d0c-4ecb-87ea-bc4a1734f58e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f5fc95a-6d0c-4ecb-87ea-bc4a1734f58e-root {
    text-align: center;
  }


#s-0f5fc95a-6d0c-4ecb-87ea-bc4a1734f58e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f5fc95a-6d0c-4ecb-87ea-bc4a1734f58e-root {
    text-align: center;
  }


#s-0f5fc95a-6d0c-4ecb-87ea-bc4a1734f58e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0f5fc95a-6d0c-4ecb-87ea-bc4a1734f58e-root {
    text-align: center;
  }


#s-0f5fc95a-6d0c-4ecb-87ea-bc4a1734f58e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-d3098cc6-3158-40a0-ab5b-4ed6b3bae7c9 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-d3098cc6-3158-40a0-ab5b-4ed6b3bae7c9:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-d3098cc6-3158-40a0-ab5b-4ed6b3bae7c9:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-d3098cc6-3158-40a0-ab5b-4ed6b3bae7c9-root {
    text-align: center;
  }


#s-d3098cc6-3158-40a0-ab5b-4ed6b3bae7c9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d3098cc6-3158-40a0-ab5b-4ed6b3bae7c9-root {
    text-align: center;
  }


#s-d3098cc6-3158-40a0-ab5b-4ed6b3bae7c9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d3098cc6-3158-40a0-ab5b-4ed6b3bae7c9-root {
    text-align: center;
  }


#s-d3098cc6-3158-40a0-ab5b-4ed6b3bae7c9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d3098cc6-3158-40a0-ab5b-4ed6b3bae7c9-root {
    text-align: center;
  }


#s-d3098cc6-3158-40a0-ab5b-4ed6b3bae7c9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d3098cc6-3158-40a0-ab5b-4ed6b3bae7c9-root {
    text-align: center;
  }


#s-d3098cc6-3158-40a0-ab5b-4ed6b3bae7c9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-364ea58b-03a4-4565-91a8-74c41103d7b2 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-364ea58b-03a4-4565-91a8-74c41103d7b2:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-364ea58b-03a4-4565-91a8-74c41103d7b2:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-364ea58b-03a4-4565-91a8-74c41103d7b2-root {
    text-align: center;
  }


#s-364ea58b-03a4-4565-91a8-74c41103d7b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-364ea58b-03a4-4565-91a8-74c41103d7b2-root {
    text-align: center;
  }


#s-364ea58b-03a4-4565-91a8-74c41103d7b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-364ea58b-03a4-4565-91a8-74c41103d7b2-root {
    text-align: center;
  }


#s-364ea58b-03a4-4565-91a8-74c41103d7b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-364ea58b-03a4-4565-91a8-74c41103d7b2-root {
    text-align: center;
  }


#s-364ea58b-03a4-4565-91a8-74c41103d7b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-364ea58b-03a4-4565-91a8-74c41103d7b2-root {
    text-align: center;
  }


#s-364ea58b-03a4-4565-91a8-74c41103d7b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-4a390dad-06d8-4a48-a371-8ab71781fd9a {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-4a390dad-06d8-4a48-a371-8ab71781fd9a:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-4a390dad-06d8-4a48-a371-8ab71781fd9a:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-4a390dad-06d8-4a48-a371-8ab71781fd9a-root {
    text-align: center;
  }


#s-4a390dad-06d8-4a48-a371-8ab71781fd9a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4a390dad-06d8-4a48-a371-8ab71781fd9a-root {
    text-align: center;
  }


#s-4a390dad-06d8-4a48-a371-8ab71781fd9a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4a390dad-06d8-4a48-a371-8ab71781fd9a-root {
    text-align: center;
  }


#s-4a390dad-06d8-4a48-a371-8ab71781fd9a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4a390dad-06d8-4a48-a371-8ab71781fd9a-root {
    text-align: center;
  }


#s-4a390dad-06d8-4a48-a371-8ab71781fd9a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4a390dad-06d8-4a48-a371-8ab71781fd9a-root {
    text-align: center;
  }


#s-4a390dad-06d8-4a48-a371-8ab71781fd9a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-eac1e173-0ef0-4527-ae94-6df84155bbba {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-eac1e173-0ef0-4527-ae94-6df84155bbba:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-eac1e173-0ef0-4527-ae94-6df84155bbba:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-eac1e173-0ef0-4527-ae94-6df84155bbba-root {
    text-align: center;
  }


#s-eac1e173-0ef0-4527-ae94-6df84155bbba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-eac1e173-0ef0-4527-ae94-6df84155bbba-root {
    text-align: center;
  }


#s-eac1e173-0ef0-4527-ae94-6df84155bbba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eac1e173-0ef0-4527-ae94-6df84155bbba-root {
    text-align: center;
  }


#s-eac1e173-0ef0-4527-ae94-6df84155bbba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eac1e173-0ef0-4527-ae94-6df84155bbba-root {
    text-align: center;
  }


#s-eac1e173-0ef0-4527-ae94-6df84155bbba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-eac1e173-0ef0-4527-ae94-6df84155bbba-root {
    text-align: center;
  }


#s-eac1e173-0ef0-4527-ae94-6df84155bbba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-fc8b08d7-7284-491d-b496-b07d8f877fd2 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-fc8b08d7-7284-491d-b496-b07d8f877fd2:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-fc8b08d7-7284-491d-b496-b07d8f877fd2:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-fc8b08d7-7284-491d-b496-b07d8f877fd2-root {
    text-align: center;
  }


#s-fc8b08d7-7284-491d-b496-b07d8f877fd2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fc8b08d7-7284-491d-b496-b07d8f877fd2-root {
    text-align: center;
  }


#s-fc8b08d7-7284-491d-b496-b07d8f877fd2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fc8b08d7-7284-491d-b496-b07d8f877fd2-root {
    text-align: center;
  }


#s-fc8b08d7-7284-491d-b496-b07d8f877fd2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fc8b08d7-7284-491d-b496-b07d8f877fd2-root {
    text-align: center;
  }


#s-fc8b08d7-7284-491d-b496-b07d8f877fd2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fc8b08d7-7284-491d-b496-b07d8f877fd2-root {
    text-align: center;
  }


#s-fc8b08d7-7284-491d-b496-b07d8f877fd2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-cbca451a-6e17-400c-b24e-feec431e1383 {
  min-height: 50px;
}








#s-cbca451a-6e17-400c-b24e-feec431e1383 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbca451a-6e17-400c-b24e-feec431e1383.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9968c365-b3d1-481a-8468-12cf64fa1d25 {
  max-width: 200px;
aspect-ratio: 200/45;
text-align: center;
}





  #s-9968c365-b3d1-481a-8468-12cf64fa1d25 img.shogun-image,
  #s-9968c365-b3d1-481a-8468-12cf64fa1d25 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9968c365-b3d1-481a-8468-12cf64fa1d25 {
    width: 100%;
    height: auto;
  }

  #s-9968c365-b3d1-481a-8468-12cf64fa1d25 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9968c365-b3d1-481a-8468-12cf64fa1d25.shogun-image {
    
    
  }


.s-9968c365-b3d1-481a-8468-12cf64fa1d25 .shogun-image-content {
  
    align-items: center;
  
}

.s-9968c365-b3d1-481a-8468-12cf64fa1d25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9968c365-b3d1-481a-8468-12cf64fa1d25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9968c365-b3d1-481a-8468-12cf64fa1d25.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9968c365-b3d1-481a-8468-12cf64fa1d25 {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-9968c365-b3d1-481a-8468-12cf64fa1d25.shogun-image-container {
      position: relative;
    }

    .s-9968c365-b3d1-481a-8468-12cf64fa1d25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9968c365-b3d1-481a-8468-12cf64fa1d25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9968c365-b3d1-481a-8468-12cf64fa1d25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9968c365-b3d1-481a-8468-12cf64fa1d25 img.shogun-image,
  #s-9968c365-b3d1-481a-8468-12cf64fa1d25 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9968c365-b3d1-481a-8468-12cf64fa1d25 {
    width: 100%;
    height: auto;
  }

  #s-9968c365-b3d1-481a-8468-12cf64fa1d25 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9968c365-b3d1-481a-8468-12cf64fa1d25.shogun-image {
    
    
  }


.s-9968c365-b3d1-481a-8468-12cf64fa1d25 .shogun-image-content {
  
    align-items: center;
  
}

.s-9968c365-b3d1-481a-8468-12cf64fa1d25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9968c365-b3d1-481a-8468-12cf64fa1d25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9968c365-b3d1-481a-8468-12cf64fa1d25.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9968c365-b3d1-481a-8468-12cf64fa1d25 {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-9968c365-b3d1-481a-8468-12cf64fa1d25.shogun-image-container {
      position: relative;
    }

    .s-9968c365-b3d1-481a-8468-12cf64fa1d25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9968c365-b3d1-481a-8468-12cf64fa1d25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9968c365-b3d1-481a-8468-12cf64fa1d25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9968c365-b3d1-481a-8468-12cf64fa1d25 img.shogun-image,
  #s-9968c365-b3d1-481a-8468-12cf64fa1d25 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9968c365-b3d1-481a-8468-12cf64fa1d25 {
    width: 100%;
    height: auto;
  }

  #s-9968c365-b3d1-481a-8468-12cf64fa1d25 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9968c365-b3d1-481a-8468-12cf64fa1d25.shogun-image {
    
    
  }


.s-9968c365-b3d1-481a-8468-12cf64fa1d25 .shogun-image-content {
  
    align-items: center;
  
}

.s-9968c365-b3d1-481a-8468-12cf64fa1d25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9968c365-b3d1-481a-8468-12cf64fa1d25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9968c365-b3d1-481a-8468-12cf64fa1d25.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9968c365-b3d1-481a-8468-12cf64fa1d25 {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-9968c365-b3d1-481a-8468-12cf64fa1d25.shogun-image-container {
      position: relative;
    }

    .s-9968c365-b3d1-481a-8468-12cf64fa1d25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9968c365-b3d1-481a-8468-12cf64fa1d25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9968c365-b3d1-481a-8468-12cf64fa1d25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9968c365-b3d1-481a-8468-12cf64fa1d25 img.shogun-image,
  #s-9968c365-b3d1-481a-8468-12cf64fa1d25 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9968c365-b3d1-481a-8468-12cf64fa1d25 {
    width: 100%;
    height: auto;
  }

  #s-9968c365-b3d1-481a-8468-12cf64fa1d25 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9968c365-b3d1-481a-8468-12cf64fa1d25.shogun-image {
    
    
  }


.s-9968c365-b3d1-481a-8468-12cf64fa1d25 .shogun-image-content {
  
    align-items: center;
  
}

.s-9968c365-b3d1-481a-8468-12cf64fa1d25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9968c365-b3d1-481a-8468-12cf64fa1d25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9968c365-b3d1-481a-8468-12cf64fa1d25.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9968c365-b3d1-481a-8468-12cf64fa1d25 {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-9968c365-b3d1-481a-8468-12cf64fa1d25.shogun-image-container {
      position: relative;
    }

    .s-9968c365-b3d1-481a-8468-12cf64fa1d25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9968c365-b3d1-481a-8468-12cf64fa1d25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9968c365-b3d1-481a-8468-12cf64fa1d25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9968c365-b3d1-481a-8468-12cf64fa1d25 img.shogun-image,
  #s-9968c365-b3d1-481a-8468-12cf64fa1d25 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9968c365-b3d1-481a-8468-12cf64fa1d25 {
    width: 100%;
    height: auto;
  }

  #s-9968c365-b3d1-481a-8468-12cf64fa1d25 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9968c365-b3d1-481a-8468-12cf64fa1d25.shogun-image {
    
    
  }


.s-9968c365-b3d1-481a-8468-12cf64fa1d25 .shogun-image-content {
  
    align-items: center;
  
}

.s-9968c365-b3d1-481a-8468-12cf64fa1d25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9968c365-b3d1-481a-8468-12cf64fa1d25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9968c365-b3d1-481a-8468-12cf64fa1d25.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9968c365-b3d1-481a-8468-12cf64fa1d25 {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-9968c365-b3d1-481a-8468-12cf64fa1d25.shogun-image-container {
      position: relative;
    }

    .s-9968c365-b3d1-481a-8468-12cf64fa1d25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9968c365-b3d1-481a-8468-12cf64fa1d25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9968c365-b3d1-481a-8468-12cf64fa1d25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-eb3ce5e2-3e32-49a4-8d1c-b4e676254104 {
  margin-bottom: 20px;
text-align: center;
}


.shg-c#s-eb3ce5e2-3e32-49a4-8d1c-b4e676254104 {
  max-width:  100%;
}

.shg-c#s-eb3ce5e2-3e32-49a4-8d1c-b4e676254104 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb3ce5e2-3e32-49a4-8d1c-b4e676254104 .shg-image-zoom,
.shg-c#s-eb3ce5e2-3e32-49a4-8d1c-b4e676254104 img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-eb3ce5e2-3e32-49a4-8d1c-b4e676254104 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-eb3ce5e2-3e32-49a4-8d1c-b4e676254104 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb3ce5e2-3e32-49a4-8d1c-b4e676254104 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-eb3ce5e2-3e32-49a4-8d1c-b4e676254104 {
  max-width:  100%;
}

.shg-c#s-eb3ce5e2-3e32-49a4-8d1c-b4e676254104 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb3ce5e2-3e32-49a4-8d1c-b4e676254104 .shg-image-zoom,
.shg-c#s-eb3ce5e2-3e32-49a4-8d1c-b4e676254104 img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-eb3ce5e2-3e32-49a4-8d1c-b4e676254104 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-eb3ce5e2-3e32-49a4-8d1c-b4e676254104 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb3ce5e2-3e32-49a4-8d1c-b4e676254104 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-eb3ce5e2-3e32-49a4-8d1c-b4e676254104 {
  max-width:  100%;
}

.shg-c#s-eb3ce5e2-3e32-49a4-8d1c-b4e676254104 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb3ce5e2-3e32-49a4-8d1c-b4e676254104 .shg-image-zoom,
.shg-c#s-eb3ce5e2-3e32-49a4-8d1c-b4e676254104 img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-eb3ce5e2-3e32-49a4-8d1c-b4e676254104 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-eb3ce5e2-3e32-49a4-8d1c-b4e676254104 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb3ce5e2-3e32-49a4-8d1c-b4e676254104 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-eb3ce5e2-3e32-49a4-8d1c-b4e676254104 {
  max-width:  100%;
}

.shg-c#s-eb3ce5e2-3e32-49a4-8d1c-b4e676254104 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb3ce5e2-3e32-49a4-8d1c-b4e676254104 .shg-image-zoom,
.shg-c#s-eb3ce5e2-3e32-49a4-8d1c-b4e676254104 img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-eb3ce5e2-3e32-49a4-8d1c-b4e676254104 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-eb3ce5e2-3e32-49a4-8d1c-b4e676254104 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb3ce5e2-3e32-49a4-8d1c-b4e676254104 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-eb3ce5e2-3e32-49a4-8d1c-b4e676254104 {
  max-width:  100%;
}

.shg-c#s-eb3ce5e2-3e32-49a4-8d1c-b4e676254104 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb3ce5e2-3e32-49a4-8d1c-b4e676254104 .shg-image-zoom,
.shg-c#s-eb3ce5e2-3e32-49a4-8d1c-b4e676254104 img.shogun-image {
  max-width: 90% !important;
  
}

.shg-c#s-eb3ce5e2-3e32-49a4-8d1c-b4e676254104 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-eb3ce5e2-3e32-49a4-8d1c-b4e676254104 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb3ce5e2-3e32-49a4-8d1c-b4e676254104 img.shogun-image {
  width: 100%;
}



}
#s-e6fdf224-f75c-49d2-9028-9b7e89de334c hr {
  border-top: 2px solid rgba(73, 152, 192, 1);
}

@media (min-width: 0px) {
[id="s-d59e41db-cd28-47b6-9d24-e7d04ae76e7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d59e41db-cd28-47b6-9d24-e7d04ae76e7f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d59e41db-cd28-47b6-9d24-e7d04ae76e7f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d59e41db-cd28-47b6-9d24-e7d04ae76e7f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-75465f3c-14a9-4e9e-8e1b-7b90bdac90db {
  margin-bottom: 20px;
text-align: center;
}

#s-75465f3c-14a9-4e9e-8e1b-7b90bdac90db .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



#s-98f18dcb-323f-4fda-98db-7c0d805e1cfb {
  padding-top: 0px;
padding-bottom: 0px;
max-width: 2000px;
aspect-ratio: 2000/1731;
text-align: center;
}
@media (min-width: 1200px){#s-98f18dcb-323f-4fda-98db-7c0d805e1cfb {
  display: none;
}
#s-98f18dcb-323f-4fda-98db-7c0d805e1cfb, #wrap-s-98f18dcb-323f-4fda-98db-7c0d805e1cfb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-98f18dcb-323f-4fda-98db-7c0d805e1cfb {
  display: none;
}
#s-98f18dcb-323f-4fda-98db-7c0d805e1cfb, #wrap-s-98f18dcb-323f-4fda-98db-7c0d805e1cfb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-98f18dcb-323f-4fda-98db-7c0d805e1cfb {
  display: none;
}
#s-98f18dcb-323f-4fda-98db-7c0d805e1cfb, #wrap-s-98f18dcb-323f-4fda-98db-7c0d805e1cfb { display: none !important; }}@media (max-width: 767px){#s-98f18dcb-323f-4fda-98db-7c0d805e1cfb {
  
}
}




  #s-98f18dcb-323f-4fda-98db-7c0d805e1cfb img.shogun-image,
  #s-98f18dcb-323f-4fda-98db-7c0d805e1cfb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98f18dcb-323f-4fda-98db-7c0d805e1cfb {
    width: 100%;
    height: auto;
  }

  #s-98f18dcb-323f-4fda-98db-7c0d805e1cfb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-98f18dcb-323f-4fda-98db-7c0d805e1cfb.shogun-image {
    
    
  }


.s-98f18dcb-323f-4fda-98db-7c0d805e1cfb .shogun-image-content {
  
    align-items: center;
  
}

.s-98f18dcb-323f-4fda-98db-7c0d805e1cfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98f18dcb-323f-4fda-98db-7c0d805e1cfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98f18dcb-323f-4fda-98db-7c0d805e1cfb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-98f18dcb-323f-4fda-98db-7c0d805e1cfb {
      --shg-aspect-ratio: calc(2000/1731); 
    }

    .s-98f18dcb-323f-4fda-98db-7c0d805e1cfb.shogun-image-container {
      position: relative;
    }

    .s-98f18dcb-323f-4fda-98db-7c0d805e1cfb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98f18dcb-323f-4fda-98db-7c0d805e1cfb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98f18dcb-323f-4fda-98db-7c0d805e1cfb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-98f18dcb-323f-4fda-98db-7c0d805e1cfb img.shogun-image,
  #s-98f18dcb-323f-4fda-98db-7c0d805e1cfb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98f18dcb-323f-4fda-98db-7c0d805e1cfb {
    width: 100%;
    height: auto;
  }

  #s-98f18dcb-323f-4fda-98db-7c0d805e1cfb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-98f18dcb-323f-4fda-98db-7c0d805e1cfb.shogun-image {
    
    
  }


.s-98f18dcb-323f-4fda-98db-7c0d805e1cfb .shogun-image-content {
  
    align-items: center;
  
}

.s-98f18dcb-323f-4fda-98db-7c0d805e1cfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98f18dcb-323f-4fda-98db-7c0d805e1cfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98f18dcb-323f-4fda-98db-7c0d805e1cfb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-98f18dcb-323f-4fda-98db-7c0d805e1cfb {
      --shg-aspect-ratio: calc(2000/1731); 
    }

    .s-98f18dcb-323f-4fda-98db-7c0d805e1cfb.shogun-image-container {
      position: relative;
    }

    .s-98f18dcb-323f-4fda-98db-7c0d805e1cfb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98f18dcb-323f-4fda-98db-7c0d805e1cfb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98f18dcb-323f-4fda-98db-7c0d805e1cfb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-98f18dcb-323f-4fda-98db-7c0d805e1cfb img.shogun-image,
  #s-98f18dcb-323f-4fda-98db-7c0d805e1cfb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98f18dcb-323f-4fda-98db-7c0d805e1cfb {
    width: 100%;
    height: auto;
  }

  #s-98f18dcb-323f-4fda-98db-7c0d805e1cfb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-98f18dcb-323f-4fda-98db-7c0d805e1cfb.shogun-image {
    
    
  }


.s-98f18dcb-323f-4fda-98db-7c0d805e1cfb .shogun-image-content {
  
    align-items: center;
  
}

.s-98f18dcb-323f-4fda-98db-7c0d805e1cfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98f18dcb-323f-4fda-98db-7c0d805e1cfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98f18dcb-323f-4fda-98db-7c0d805e1cfb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-98f18dcb-323f-4fda-98db-7c0d805e1cfb {
      --shg-aspect-ratio: calc(2000/1731); 
    }

    .s-98f18dcb-323f-4fda-98db-7c0d805e1cfb.shogun-image-container {
      position: relative;
    }

    .s-98f18dcb-323f-4fda-98db-7c0d805e1cfb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98f18dcb-323f-4fda-98db-7c0d805e1cfb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98f18dcb-323f-4fda-98db-7c0d805e1cfb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-98f18dcb-323f-4fda-98db-7c0d805e1cfb img.shogun-image,
  #s-98f18dcb-323f-4fda-98db-7c0d805e1cfb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98f18dcb-323f-4fda-98db-7c0d805e1cfb {
    width: 100%;
    height: auto;
  }

  #s-98f18dcb-323f-4fda-98db-7c0d805e1cfb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-98f18dcb-323f-4fda-98db-7c0d805e1cfb.shogun-image {
    
    
  }


.s-98f18dcb-323f-4fda-98db-7c0d805e1cfb .shogun-image-content {
  
    align-items: center;
  
}

.s-98f18dcb-323f-4fda-98db-7c0d805e1cfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98f18dcb-323f-4fda-98db-7c0d805e1cfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98f18dcb-323f-4fda-98db-7c0d805e1cfb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-98f18dcb-323f-4fda-98db-7c0d805e1cfb {
      --shg-aspect-ratio: calc(2000/1731); 
    }

    .s-98f18dcb-323f-4fda-98db-7c0d805e1cfb.shogun-image-container {
      position: relative;
    }

    .s-98f18dcb-323f-4fda-98db-7c0d805e1cfb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98f18dcb-323f-4fda-98db-7c0d805e1cfb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98f18dcb-323f-4fda-98db-7c0d805e1cfb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-98f18dcb-323f-4fda-98db-7c0d805e1cfb img.shogun-image,
  #s-98f18dcb-323f-4fda-98db-7c0d805e1cfb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98f18dcb-323f-4fda-98db-7c0d805e1cfb {
    width: 100%;
    height: auto;
  }

  #s-98f18dcb-323f-4fda-98db-7c0d805e1cfb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-98f18dcb-323f-4fda-98db-7c0d805e1cfb.shogun-image {
    
    
  }


.s-98f18dcb-323f-4fda-98db-7c0d805e1cfb .shogun-image-content {
  
    align-items: center;
  
}

.s-98f18dcb-323f-4fda-98db-7c0d805e1cfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98f18dcb-323f-4fda-98db-7c0d805e1cfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98f18dcb-323f-4fda-98db-7c0d805e1cfb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-98f18dcb-323f-4fda-98db-7c0d805e1cfb {
      --shg-aspect-ratio: calc(2000/1731); 
    }

    .s-98f18dcb-323f-4fda-98db-7c0d805e1cfb.shogun-image-container {
      position: relative;
    }

    .s-98f18dcb-323f-4fda-98db-7c0d805e1cfb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98f18dcb-323f-4fda-98db-7c0d805e1cfb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98f18dcb-323f-4fda-98db-7c0d805e1cfb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7b817be2-b98b-4897-b527-40e26e12eb1d {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
text-align: center;
}

#s-7b817be2-b98b-4897-b527-40e26e12eb1d .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-f30c1d1e-c380-422c-b2a5-41e6ebed5734 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 3%;
padding-right: 3%;
}

#s-f30c1d1e-c380-422c-b2a5-41e6ebed5734 hr {
  border-top: 2px solid #ddd;
}

#s-4abfda51-3687-4758-a776-00d96904db54 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4abfda51-3687-4758-a776-00d96904db54 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



#s-ce3596ed-65a3-407e-8f14-8cb5e1dd4e7f {
  margin-left: 3%;
margin-right: 3%;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-ce3596ed-65a3-407e-8f14-8cb5e1dd4e7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce3596ed-65a3-407e-8f14-8cb5e1dd4e7f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-ce3596ed-65a3-407e-8f14-8cb5e1dd4e7f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-ce3596ed-65a3-407e-8f14-8cb5e1dd4e7f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-e35cb3d9-8335-45e7-ac72-0c1a315d166e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-e35cb3d9-8335-45e7-ac72-0c1a315d166e:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-e35cb3d9-8335-45e7-ac72-0c1a315d166e:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-e35cb3d9-8335-45e7-ac72-0c1a315d166e-root {
    text-align: center;
  }


#s-e35cb3d9-8335-45e7-ac72-0c1a315d166e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e35cb3d9-8335-45e7-ac72-0c1a315d166e-root {
    text-align: center;
  }


#s-e35cb3d9-8335-45e7-ac72-0c1a315d166e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e35cb3d9-8335-45e7-ac72-0c1a315d166e-root {
    text-align: center;
  }


#s-e35cb3d9-8335-45e7-ac72-0c1a315d166e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e35cb3d9-8335-45e7-ac72-0c1a315d166e-root {
    text-align: center;
  }


#s-e35cb3d9-8335-45e7-ac72-0c1a315d166e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e35cb3d9-8335-45e7-ac72-0c1a315d166e-root {
    text-align: center;
  }


#s-e35cb3d9-8335-45e7-ac72-0c1a315d166e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-86b4a865-6eb8-44d8-ad4c-ca203d32baf2 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-86b4a865-6eb8-44d8-ad4c-ca203d32baf2:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-86b4a865-6eb8-44d8-ad4c-ca203d32baf2:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-86b4a865-6eb8-44d8-ad4c-ca203d32baf2-root {
    text-align: center;
  }


#s-86b4a865-6eb8-44d8-ad4c-ca203d32baf2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-86b4a865-6eb8-44d8-ad4c-ca203d32baf2-root {
    text-align: center;
  }


#s-86b4a865-6eb8-44d8-ad4c-ca203d32baf2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-86b4a865-6eb8-44d8-ad4c-ca203d32baf2-root {
    text-align: center;
  }


#s-86b4a865-6eb8-44d8-ad4c-ca203d32baf2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-86b4a865-6eb8-44d8-ad4c-ca203d32baf2-root {
    text-align: center;
  }


#s-86b4a865-6eb8-44d8-ad4c-ca203d32baf2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-86b4a865-6eb8-44d8-ad4c-ca203d32baf2-root {
    text-align: center;
  }


#s-86b4a865-6eb8-44d8-ad4c-ca203d32baf2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-a0074339-f7c9-4b37-a985-762bf4b3f069 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-a0074339-f7c9-4b37-a985-762bf4b3f069:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-a0074339-f7c9-4b37-a985-762bf4b3f069:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-a0074339-f7c9-4b37-a985-762bf4b3f069-root {
    text-align: center;
  }


#s-a0074339-f7c9-4b37-a985-762bf4b3f069.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a0074339-f7c9-4b37-a985-762bf4b3f069-root {
    text-align: center;
  }


#s-a0074339-f7c9-4b37-a985-762bf4b3f069.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a0074339-f7c9-4b37-a985-762bf4b3f069-root {
    text-align: center;
  }


#s-a0074339-f7c9-4b37-a985-762bf4b3f069.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a0074339-f7c9-4b37-a985-762bf4b3f069-root {
    text-align: center;
  }


#s-a0074339-f7c9-4b37-a985-762bf4b3f069.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a0074339-f7c9-4b37-a985-762bf4b3f069-root {
    text-align: center;
  }


#s-a0074339-f7c9-4b37-a985-762bf4b3f069.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-d8222300-9b6c-4ecc-9e70-fe5428d36cfc {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-d8222300-9b6c-4ecc-9e70-fe5428d36cfc:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-d8222300-9b6c-4ecc-9e70-fe5428d36cfc:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-d8222300-9b6c-4ecc-9e70-fe5428d36cfc-root {
    text-align: center;
  }


#s-d8222300-9b6c-4ecc-9e70-fe5428d36cfc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d8222300-9b6c-4ecc-9e70-fe5428d36cfc-root {
    text-align: center;
  }


#s-d8222300-9b6c-4ecc-9e70-fe5428d36cfc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d8222300-9b6c-4ecc-9e70-fe5428d36cfc-root {
    text-align: center;
  }


#s-d8222300-9b6c-4ecc-9e70-fe5428d36cfc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d8222300-9b6c-4ecc-9e70-fe5428d36cfc-root {
    text-align: center;
  }


#s-d8222300-9b6c-4ecc-9e70-fe5428d36cfc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d8222300-9b6c-4ecc-9e70-fe5428d36cfc-root {
    text-align: center;
  }


#s-d8222300-9b6c-4ecc-9e70-fe5428d36cfc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-af136629-f601-4008-92b0-103a430496bc {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-af136629-f601-4008-92b0-103a430496bc:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-af136629-f601-4008-92b0-103a430496bc:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-af136629-f601-4008-92b0-103a430496bc-root {
    text-align: center;
  }


#s-af136629-f601-4008-92b0-103a430496bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-af136629-f601-4008-92b0-103a430496bc-root {
    text-align: center;
  }


#s-af136629-f601-4008-92b0-103a430496bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-af136629-f601-4008-92b0-103a430496bc-root {
    text-align: center;
  }


#s-af136629-f601-4008-92b0-103a430496bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-af136629-f601-4008-92b0-103a430496bc-root {
    text-align: center;
  }


#s-af136629-f601-4008-92b0-103a430496bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-af136629-f601-4008-92b0-103a430496bc-root {
    text-align: center;
  }


#s-af136629-f601-4008-92b0-103a430496bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-0d8cd9d1-f57f-4153-8081-5b3539b75b84 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-0d8cd9d1-f57f-4153-8081-5b3539b75b84:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-0d8cd9d1-f57f-4153-8081-5b3539b75b84:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-0d8cd9d1-f57f-4153-8081-5b3539b75b84-root {
    text-align: center;
  }


#s-0d8cd9d1-f57f-4153-8081-5b3539b75b84.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0d8cd9d1-f57f-4153-8081-5b3539b75b84-root {
    text-align: center;
  }


#s-0d8cd9d1-f57f-4153-8081-5b3539b75b84.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0d8cd9d1-f57f-4153-8081-5b3539b75b84-root {
    text-align: center;
  }


#s-0d8cd9d1-f57f-4153-8081-5b3539b75b84.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0d8cd9d1-f57f-4153-8081-5b3539b75b84-root {
    text-align: center;
  }


#s-0d8cd9d1-f57f-4153-8081-5b3539b75b84.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0d8cd9d1-f57f-4153-8081-5b3539b75b84-root {
    text-align: center;
  }


#s-0d8cd9d1-f57f-4153-8081-5b3539b75b84.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-05c6b53c-777b-4500-a2cc-faf2cc49d9fe {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-05c6b53c-777b-4500-a2cc-faf2cc49d9fe:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-05c6b53c-777b-4500-a2cc-faf2cc49d9fe:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-05c6b53c-777b-4500-a2cc-faf2cc49d9fe-root {
    text-align: center;
  }


#s-05c6b53c-777b-4500-a2cc-faf2cc49d9fe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-05c6b53c-777b-4500-a2cc-faf2cc49d9fe-root {
    text-align: center;
  }


#s-05c6b53c-777b-4500-a2cc-faf2cc49d9fe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-05c6b53c-777b-4500-a2cc-faf2cc49d9fe-root {
    text-align: center;
  }


#s-05c6b53c-777b-4500-a2cc-faf2cc49d9fe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-05c6b53c-777b-4500-a2cc-faf2cc49d9fe-root {
    text-align: center;
  }


#s-05c6b53c-777b-4500-a2cc-faf2cc49d9fe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-05c6b53c-777b-4500-a2cc-faf2cc49d9fe-root {
    text-align: center;
  }


#s-05c6b53c-777b-4500-a2cc-faf2cc49d9fe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-75327f22-17b2-403c-9703-d16754a111d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75327f22-17b2-403c-9703-d16754a111d1 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



#s-af8a4a09-6d52-4550-8b0b-e59b763e6ad6 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-af8a4a09-6d52-4550-8b0b-e59b763e6ad6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af8a4a09-6d52-4550-8b0b-e59b763e6ad6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-af8a4a09-6d52-4550-8b0b-e59b763e6ad6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-af8a4a09-6d52-4550-8b0b-e59b763e6ad6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-c07031d1-211f-4f2c-a87c-5371b8ac02e9 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-c07031d1-211f-4f2c-a87c-5371b8ac02e9:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-c07031d1-211f-4f2c-a87c-5371b8ac02e9:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-c07031d1-211f-4f2c-a87c-5371b8ac02e9-root {
    text-align: center;
  }


#s-c07031d1-211f-4f2c-a87c-5371b8ac02e9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c07031d1-211f-4f2c-a87c-5371b8ac02e9-root {
    text-align: center;
  }


#s-c07031d1-211f-4f2c-a87c-5371b8ac02e9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c07031d1-211f-4f2c-a87c-5371b8ac02e9-root {
    text-align: center;
  }


#s-c07031d1-211f-4f2c-a87c-5371b8ac02e9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c07031d1-211f-4f2c-a87c-5371b8ac02e9-root {
    text-align: center;
  }


#s-c07031d1-211f-4f2c-a87c-5371b8ac02e9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c07031d1-211f-4f2c-a87c-5371b8ac02e9-root {
    text-align: center;
  }


#s-c07031d1-211f-4f2c-a87c-5371b8ac02e9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-892ecad5-4e76-405a-bede-4080c42116ea {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-892ecad5-4e76-405a-bede-4080c42116ea:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-892ecad5-4e76-405a-bede-4080c42116ea:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-892ecad5-4e76-405a-bede-4080c42116ea-root {
    text-align: center;
  }


#s-892ecad5-4e76-405a-bede-4080c42116ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-892ecad5-4e76-405a-bede-4080c42116ea-root {
    text-align: center;
  }


#s-892ecad5-4e76-405a-bede-4080c42116ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-892ecad5-4e76-405a-bede-4080c42116ea-root {
    text-align: center;
  }


#s-892ecad5-4e76-405a-bede-4080c42116ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-892ecad5-4e76-405a-bede-4080c42116ea-root {
    text-align: center;
  }


#s-892ecad5-4e76-405a-bede-4080c42116ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-892ecad5-4e76-405a-bede-4080c42116ea-root {
    text-align: center;
  }


#s-892ecad5-4e76-405a-bede-4080c42116ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-56cd92f7-bfa4-406c-9636-06dfb4483f77 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-56cd92f7-bfa4-406c-9636-06dfb4483f77:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-56cd92f7-bfa4-406c-9636-06dfb4483f77:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-56cd92f7-bfa4-406c-9636-06dfb4483f77-root {
    text-align: center;
  }


#s-56cd92f7-bfa4-406c-9636-06dfb4483f77.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-56cd92f7-bfa4-406c-9636-06dfb4483f77-root {
    text-align: center;
  }


#s-56cd92f7-bfa4-406c-9636-06dfb4483f77.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-56cd92f7-bfa4-406c-9636-06dfb4483f77-root {
    text-align: center;
  }


#s-56cd92f7-bfa4-406c-9636-06dfb4483f77.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-56cd92f7-bfa4-406c-9636-06dfb4483f77-root {
    text-align: center;
  }


#s-56cd92f7-bfa4-406c-9636-06dfb4483f77.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-56cd92f7-bfa4-406c-9636-06dfb4483f77-root {
    text-align: center;
  }


#s-56cd92f7-bfa4-406c-9636-06dfb4483f77.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-269a16ac-62f3-4dc1-a38b-589789cbd276 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-269a16ac-62f3-4dc1-a38b-589789cbd276:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-269a16ac-62f3-4dc1-a38b-589789cbd276:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-269a16ac-62f3-4dc1-a38b-589789cbd276-root {
    text-align: center;
  }


#s-269a16ac-62f3-4dc1-a38b-589789cbd276.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-269a16ac-62f3-4dc1-a38b-589789cbd276-root {
    text-align: center;
  }


#s-269a16ac-62f3-4dc1-a38b-589789cbd276.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-269a16ac-62f3-4dc1-a38b-589789cbd276-root {
    text-align: center;
  }


#s-269a16ac-62f3-4dc1-a38b-589789cbd276.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-269a16ac-62f3-4dc1-a38b-589789cbd276-root {
    text-align: center;
  }


#s-269a16ac-62f3-4dc1-a38b-589789cbd276.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-269a16ac-62f3-4dc1-a38b-589789cbd276-root {
    text-align: center;
  }


#s-269a16ac-62f3-4dc1-a38b-589789cbd276.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-d5c75ebc-787a-4506-abe5-e3c26cbb85f0 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-d5c75ebc-787a-4506-abe5-e3c26cbb85f0:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-d5c75ebc-787a-4506-abe5-e3c26cbb85f0:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-d5c75ebc-787a-4506-abe5-e3c26cbb85f0-root {
    text-align: center;
  }


#s-d5c75ebc-787a-4506-abe5-e3c26cbb85f0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d5c75ebc-787a-4506-abe5-e3c26cbb85f0-root {
    text-align: center;
  }


#s-d5c75ebc-787a-4506-abe5-e3c26cbb85f0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d5c75ebc-787a-4506-abe5-e3c26cbb85f0-root {
    text-align: center;
  }


#s-d5c75ebc-787a-4506-abe5-e3c26cbb85f0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d5c75ebc-787a-4506-abe5-e3c26cbb85f0-root {
    text-align: center;
  }


#s-d5c75ebc-787a-4506-abe5-e3c26cbb85f0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d5c75ebc-787a-4506-abe5-e3c26cbb85f0-root {
    text-align: center;
  }


#s-d5c75ebc-787a-4506-abe5-e3c26cbb85f0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-f494ab6b-3da2-44cc-9258-9ab8455cac6b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-f494ab6b-3da2-44cc-9258-9ab8455cac6b:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-f494ab6b-3da2-44cc-9258-9ab8455cac6b:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-f494ab6b-3da2-44cc-9258-9ab8455cac6b-root {
    text-align: center;
  }


#s-f494ab6b-3da2-44cc-9258-9ab8455cac6b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f494ab6b-3da2-44cc-9258-9ab8455cac6b-root {
    text-align: center;
  }


#s-f494ab6b-3da2-44cc-9258-9ab8455cac6b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f494ab6b-3da2-44cc-9258-9ab8455cac6b-root {
    text-align: center;
  }


#s-f494ab6b-3da2-44cc-9258-9ab8455cac6b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f494ab6b-3da2-44cc-9258-9ab8455cac6b-root {
    text-align: center;
  }


#s-f494ab6b-3da2-44cc-9258-9ab8455cac6b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f494ab6b-3da2-44cc-9258-9ab8455cac6b-root {
    text-align: center;
  }


#s-f494ab6b-3da2-44cc-9258-9ab8455cac6b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-3ded3221-5cc0-46f3-b32d-8fa5785ae6d5 {
  min-height: 50px;
}








#s-3ded3221-5cc0-46f3-b32d-8fa5785ae6d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ded3221-5cc0-46f3-b32d-8fa5785ae6d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a8142f2-922c-4b89-a88c-a90de1678613 {
  max-width: 200px;
aspect-ratio: 200/45;
text-align: center;
}





  #s-7a8142f2-922c-4b89-a88c-a90de1678613 img.shogun-image,
  #s-7a8142f2-922c-4b89-a88c-a90de1678613 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a8142f2-922c-4b89-a88c-a90de1678613 {
    width: 100%;
    height: auto;
  }

  #s-7a8142f2-922c-4b89-a88c-a90de1678613 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a8142f2-922c-4b89-a88c-a90de1678613.shogun-image {
    
    
  }


.s-7a8142f2-922c-4b89-a88c-a90de1678613 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a8142f2-922c-4b89-a88c-a90de1678613.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a8142f2-922c-4b89-a88c-a90de1678613.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a8142f2-922c-4b89-a88c-a90de1678613.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a8142f2-922c-4b89-a88c-a90de1678613 {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-7a8142f2-922c-4b89-a88c-a90de1678613.shogun-image-container {
      position: relative;
    }

    .s-7a8142f2-922c-4b89-a88c-a90de1678613.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a8142f2-922c-4b89-a88c-a90de1678613.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a8142f2-922c-4b89-a88c-a90de1678613 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7a8142f2-922c-4b89-a88c-a90de1678613 img.shogun-image,
  #s-7a8142f2-922c-4b89-a88c-a90de1678613 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a8142f2-922c-4b89-a88c-a90de1678613 {
    width: 100%;
    height: auto;
  }

  #s-7a8142f2-922c-4b89-a88c-a90de1678613 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a8142f2-922c-4b89-a88c-a90de1678613.shogun-image {
    
    
  }


.s-7a8142f2-922c-4b89-a88c-a90de1678613 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a8142f2-922c-4b89-a88c-a90de1678613.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a8142f2-922c-4b89-a88c-a90de1678613.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a8142f2-922c-4b89-a88c-a90de1678613.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a8142f2-922c-4b89-a88c-a90de1678613 {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-7a8142f2-922c-4b89-a88c-a90de1678613.shogun-image-container {
      position: relative;
    }

    .s-7a8142f2-922c-4b89-a88c-a90de1678613.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a8142f2-922c-4b89-a88c-a90de1678613.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a8142f2-922c-4b89-a88c-a90de1678613 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7a8142f2-922c-4b89-a88c-a90de1678613 img.shogun-image,
  #s-7a8142f2-922c-4b89-a88c-a90de1678613 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a8142f2-922c-4b89-a88c-a90de1678613 {
    width: 100%;
    height: auto;
  }

  #s-7a8142f2-922c-4b89-a88c-a90de1678613 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a8142f2-922c-4b89-a88c-a90de1678613.shogun-image {
    
    
  }


.s-7a8142f2-922c-4b89-a88c-a90de1678613 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a8142f2-922c-4b89-a88c-a90de1678613.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a8142f2-922c-4b89-a88c-a90de1678613.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a8142f2-922c-4b89-a88c-a90de1678613.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a8142f2-922c-4b89-a88c-a90de1678613 {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-7a8142f2-922c-4b89-a88c-a90de1678613.shogun-image-container {
      position: relative;
    }

    .s-7a8142f2-922c-4b89-a88c-a90de1678613.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a8142f2-922c-4b89-a88c-a90de1678613.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a8142f2-922c-4b89-a88c-a90de1678613 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7a8142f2-922c-4b89-a88c-a90de1678613 img.shogun-image,
  #s-7a8142f2-922c-4b89-a88c-a90de1678613 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a8142f2-922c-4b89-a88c-a90de1678613 {
    width: 100%;
    height: auto;
  }

  #s-7a8142f2-922c-4b89-a88c-a90de1678613 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a8142f2-922c-4b89-a88c-a90de1678613.shogun-image {
    
    
  }


.s-7a8142f2-922c-4b89-a88c-a90de1678613 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a8142f2-922c-4b89-a88c-a90de1678613.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a8142f2-922c-4b89-a88c-a90de1678613.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a8142f2-922c-4b89-a88c-a90de1678613.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a8142f2-922c-4b89-a88c-a90de1678613 {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-7a8142f2-922c-4b89-a88c-a90de1678613.shogun-image-container {
      position: relative;
    }

    .s-7a8142f2-922c-4b89-a88c-a90de1678613.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a8142f2-922c-4b89-a88c-a90de1678613.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a8142f2-922c-4b89-a88c-a90de1678613 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7a8142f2-922c-4b89-a88c-a90de1678613 img.shogun-image,
  #s-7a8142f2-922c-4b89-a88c-a90de1678613 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a8142f2-922c-4b89-a88c-a90de1678613 {
    width: 100%;
    height: auto;
  }

  #s-7a8142f2-922c-4b89-a88c-a90de1678613 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a8142f2-922c-4b89-a88c-a90de1678613.shogun-image {
    
    
  }


.s-7a8142f2-922c-4b89-a88c-a90de1678613 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a8142f2-922c-4b89-a88c-a90de1678613.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a8142f2-922c-4b89-a88c-a90de1678613.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a8142f2-922c-4b89-a88c-a90de1678613.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a8142f2-922c-4b89-a88c-a90de1678613 {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-7a8142f2-922c-4b89-a88c-a90de1678613.shogun-image-container {
      position: relative;
    }

    .s-7a8142f2-922c-4b89-a88c-a90de1678613.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a8142f2-922c-4b89-a88c-a90de1678613.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a8142f2-922c-4b89-a88c-a90de1678613 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-6e876842-bd6e-4b26-a4c0-2d0e17b8bf47 {
  margin-bottom: 20px;
text-align: center;
}


.shg-c#s-6e876842-bd6e-4b26-a4c0-2d0e17b8bf47 {
  max-width:  100%;
}

.shg-c#s-6e876842-bd6e-4b26-a4c0-2d0e17b8bf47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e876842-bd6e-4b26-a4c0-2d0e17b8bf47 .shg-image-zoom,
.shg-c#s-6e876842-bd6e-4b26-a4c0-2d0e17b8bf47 img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-6e876842-bd6e-4b26-a4c0-2d0e17b8bf47 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6e876842-bd6e-4b26-a4c0-2d0e17b8bf47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e876842-bd6e-4b26-a4c0-2d0e17b8bf47 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-6e876842-bd6e-4b26-a4c0-2d0e17b8bf47 {
  max-width:  100%;
}

.shg-c#s-6e876842-bd6e-4b26-a4c0-2d0e17b8bf47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e876842-bd6e-4b26-a4c0-2d0e17b8bf47 .shg-image-zoom,
.shg-c#s-6e876842-bd6e-4b26-a4c0-2d0e17b8bf47 img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-6e876842-bd6e-4b26-a4c0-2d0e17b8bf47 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6e876842-bd6e-4b26-a4c0-2d0e17b8bf47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e876842-bd6e-4b26-a4c0-2d0e17b8bf47 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6e876842-bd6e-4b26-a4c0-2d0e17b8bf47 {
  max-width:  100%;
}

.shg-c#s-6e876842-bd6e-4b26-a4c0-2d0e17b8bf47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e876842-bd6e-4b26-a4c0-2d0e17b8bf47 .shg-image-zoom,
.shg-c#s-6e876842-bd6e-4b26-a4c0-2d0e17b8bf47 img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-6e876842-bd6e-4b26-a4c0-2d0e17b8bf47 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6e876842-bd6e-4b26-a4c0-2d0e17b8bf47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e876842-bd6e-4b26-a4c0-2d0e17b8bf47 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6e876842-bd6e-4b26-a4c0-2d0e17b8bf47 {
  max-width:  100%;
}

.shg-c#s-6e876842-bd6e-4b26-a4c0-2d0e17b8bf47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e876842-bd6e-4b26-a4c0-2d0e17b8bf47 .shg-image-zoom,
.shg-c#s-6e876842-bd6e-4b26-a4c0-2d0e17b8bf47 img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-6e876842-bd6e-4b26-a4c0-2d0e17b8bf47 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6e876842-bd6e-4b26-a4c0-2d0e17b8bf47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e876842-bd6e-4b26-a4c0-2d0e17b8bf47 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-6e876842-bd6e-4b26-a4c0-2d0e17b8bf47 {
  max-width:  100%;
}

.shg-c#s-6e876842-bd6e-4b26-a4c0-2d0e17b8bf47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e876842-bd6e-4b26-a4c0-2d0e17b8bf47 .shg-image-zoom,
.shg-c#s-6e876842-bd6e-4b26-a4c0-2d0e17b8bf47 img.shogun-image {
  max-width: 90% !important;
  
}

.shg-c#s-6e876842-bd6e-4b26-a4c0-2d0e17b8bf47 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6e876842-bd6e-4b26-a4c0-2d0e17b8bf47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e876842-bd6e-4b26-a4c0-2d0e17b8bf47 img.shogun-image {
  width: 100%;
}



}
#s-c012d213-504a-4510-9cf2-791d29682998 hr {
  border-top: 2px solid rgba(73, 152, 192, 1);
}

@media (min-width: 0px) {
[id="s-6e73010d-6a57-41cf-81b7-df39691b17dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e73010d-6a57-41cf-81b7-df39691b17dc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6e73010d-6a57-41cf-81b7-df39691b17dc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e73010d-6a57-41cf-81b7-df39691b17dc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4c2d9368-e80c-43e3-a08f-969703f2bb42 {
  margin-bottom: 20px;
text-align: center;
}

#s-4c2d9368-e80c-43e3-a08f-969703f2bb42 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



#s-8af85418-614a-4edc-9adb-58d7811791b6 {
  padding-top: 0px;
padding-bottom: 0px;
max-width: 2000px;
aspect-ratio: 2000/1731;
text-align: center;
}
@media (min-width: 1200px){#s-8af85418-614a-4edc-9adb-58d7811791b6 {
  display: none;
}
#s-8af85418-614a-4edc-9adb-58d7811791b6, #wrap-s-8af85418-614a-4edc-9adb-58d7811791b6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8af85418-614a-4edc-9adb-58d7811791b6 {
  display: none;
}
#s-8af85418-614a-4edc-9adb-58d7811791b6, #wrap-s-8af85418-614a-4edc-9adb-58d7811791b6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8af85418-614a-4edc-9adb-58d7811791b6 {
  display: none;
}
#s-8af85418-614a-4edc-9adb-58d7811791b6, #wrap-s-8af85418-614a-4edc-9adb-58d7811791b6 { display: none !important; }}@media (max-width: 767px){#s-8af85418-614a-4edc-9adb-58d7811791b6 {
  
}
}




  #s-8af85418-614a-4edc-9adb-58d7811791b6 img.shogun-image,
  #s-8af85418-614a-4edc-9adb-58d7811791b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8af85418-614a-4edc-9adb-58d7811791b6 {
    width: 100%;
    height: auto;
  }

  #s-8af85418-614a-4edc-9adb-58d7811791b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8af85418-614a-4edc-9adb-58d7811791b6.shogun-image {
    
    
  }


.s-8af85418-614a-4edc-9adb-58d7811791b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-8af85418-614a-4edc-9adb-58d7811791b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8af85418-614a-4edc-9adb-58d7811791b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8af85418-614a-4edc-9adb-58d7811791b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8af85418-614a-4edc-9adb-58d7811791b6 {
      --shg-aspect-ratio: calc(2000/1731); 
    }

    .s-8af85418-614a-4edc-9adb-58d7811791b6.shogun-image-container {
      position: relative;
    }

    .s-8af85418-614a-4edc-9adb-58d7811791b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8af85418-614a-4edc-9adb-58d7811791b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8af85418-614a-4edc-9adb-58d7811791b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-8af85418-614a-4edc-9adb-58d7811791b6 img.shogun-image,
  #s-8af85418-614a-4edc-9adb-58d7811791b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8af85418-614a-4edc-9adb-58d7811791b6 {
    width: 100%;
    height: auto;
  }

  #s-8af85418-614a-4edc-9adb-58d7811791b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8af85418-614a-4edc-9adb-58d7811791b6.shogun-image {
    
    
  }


.s-8af85418-614a-4edc-9adb-58d7811791b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-8af85418-614a-4edc-9adb-58d7811791b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8af85418-614a-4edc-9adb-58d7811791b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8af85418-614a-4edc-9adb-58d7811791b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8af85418-614a-4edc-9adb-58d7811791b6 {
      --shg-aspect-ratio: calc(2000/1731); 
    }

    .s-8af85418-614a-4edc-9adb-58d7811791b6.shogun-image-container {
      position: relative;
    }

    .s-8af85418-614a-4edc-9adb-58d7811791b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8af85418-614a-4edc-9adb-58d7811791b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8af85418-614a-4edc-9adb-58d7811791b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-8af85418-614a-4edc-9adb-58d7811791b6 img.shogun-image,
  #s-8af85418-614a-4edc-9adb-58d7811791b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8af85418-614a-4edc-9adb-58d7811791b6 {
    width: 100%;
    height: auto;
  }

  #s-8af85418-614a-4edc-9adb-58d7811791b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8af85418-614a-4edc-9adb-58d7811791b6.shogun-image {
    
    
  }


.s-8af85418-614a-4edc-9adb-58d7811791b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-8af85418-614a-4edc-9adb-58d7811791b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8af85418-614a-4edc-9adb-58d7811791b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8af85418-614a-4edc-9adb-58d7811791b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8af85418-614a-4edc-9adb-58d7811791b6 {
      --shg-aspect-ratio: calc(2000/1731); 
    }

    .s-8af85418-614a-4edc-9adb-58d7811791b6.shogun-image-container {
      position: relative;
    }

    .s-8af85418-614a-4edc-9adb-58d7811791b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8af85418-614a-4edc-9adb-58d7811791b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8af85418-614a-4edc-9adb-58d7811791b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-8af85418-614a-4edc-9adb-58d7811791b6 img.shogun-image,
  #s-8af85418-614a-4edc-9adb-58d7811791b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8af85418-614a-4edc-9adb-58d7811791b6 {
    width: 100%;
    height: auto;
  }

  #s-8af85418-614a-4edc-9adb-58d7811791b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8af85418-614a-4edc-9adb-58d7811791b6.shogun-image {
    
    
  }


.s-8af85418-614a-4edc-9adb-58d7811791b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-8af85418-614a-4edc-9adb-58d7811791b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8af85418-614a-4edc-9adb-58d7811791b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8af85418-614a-4edc-9adb-58d7811791b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8af85418-614a-4edc-9adb-58d7811791b6 {
      --shg-aspect-ratio: calc(2000/1731); 
    }

    .s-8af85418-614a-4edc-9adb-58d7811791b6.shogun-image-container {
      position: relative;
    }

    .s-8af85418-614a-4edc-9adb-58d7811791b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8af85418-614a-4edc-9adb-58d7811791b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8af85418-614a-4edc-9adb-58d7811791b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-8af85418-614a-4edc-9adb-58d7811791b6 img.shogun-image,
  #s-8af85418-614a-4edc-9adb-58d7811791b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8af85418-614a-4edc-9adb-58d7811791b6 {
    width: 100%;
    height: auto;
  }

  #s-8af85418-614a-4edc-9adb-58d7811791b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8af85418-614a-4edc-9adb-58d7811791b6.shogun-image {
    
    
  }


.s-8af85418-614a-4edc-9adb-58d7811791b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-8af85418-614a-4edc-9adb-58d7811791b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8af85418-614a-4edc-9adb-58d7811791b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8af85418-614a-4edc-9adb-58d7811791b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8af85418-614a-4edc-9adb-58d7811791b6 {
      --shg-aspect-ratio: calc(2000/1731); 
    }

    .s-8af85418-614a-4edc-9adb-58d7811791b6.shogun-image-container {
      position: relative;
    }

    .s-8af85418-614a-4edc-9adb-58d7811791b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8af85418-614a-4edc-9adb-58d7811791b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8af85418-614a-4edc-9adb-58d7811791b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b30a7745-75bf-4488-ab60-3d31c69c2904 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
text-align: center;
}

#s-b30a7745-75bf-4488-ab60-3d31c69c2904 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-cfc420e6-f10f-443c-acb1-10dd5c26ac4d {
  margin-left: 3%;
margin-right: 3%;
padding-left: 3%;
padding-right: 3%;
}

#s-cfc420e6-f10f-443c-acb1-10dd5c26ac4d hr {
  border-top: 2px solid #ddd;
}

#s-e4d16883-7534-4524-92a5-341b3201eb90 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e4d16883-7534-4524-92a5-341b3201eb90 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



#s-6fb58f0b-8e66-4078-9067-d36e9e43f32a {
  margin-left: 3%;
margin-right: 3%;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-6fb58f0b-8e66-4078-9067-d36e9e43f32a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6fb58f0b-8e66-4078-9067-d36e9e43f32a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-6fb58f0b-8e66-4078-9067-d36e9e43f32a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-6fb58f0b-8e66-4078-9067-d36e9e43f32a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-ddb83dee-e494-4e9d-bf46-f2bff4bf13d9 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-ddb83dee-e494-4e9d-bf46-f2bff4bf13d9:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-ddb83dee-e494-4e9d-bf46-f2bff4bf13d9:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-ddb83dee-e494-4e9d-bf46-f2bff4bf13d9-root {
    text-align: center;
  }


#s-ddb83dee-e494-4e9d-bf46-f2bff4bf13d9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ddb83dee-e494-4e9d-bf46-f2bff4bf13d9-root {
    text-align: center;
  }


#s-ddb83dee-e494-4e9d-bf46-f2bff4bf13d9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ddb83dee-e494-4e9d-bf46-f2bff4bf13d9-root {
    text-align: center;
  }


#s-ddb83dee-e494-4e9d-bf46-f2bff4bf13d9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ddb83dee-e494-4e9d-bf46-f2bff4bf13d9-root {
    text-align: center;
  }


#s-ddb83dee-e494-4e9d-bf46-f2bff4bf13d9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ddb83dee-e494-4e9d-bf46-f2bff4bf13d9-root {
    text-align: center;
  }


#s-ddb83dee-e494-4e9d-bf46-f2bff4bf13d9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-3c38b27a-ac4b-438d-802c-8bfef6ad70a1 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-3c38b27a-ac4b-438d-802c-8bfef6ad70a1:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-3c38b27a-ac4b-438d-802c-8bfef6ad70a1:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-3c38b27a-ac4b-438d-802c-8bfef6ad70a1-root {
    text-align: center;
  }


#s-3c38b27a-ac4b-438d-802c-8bfef6ad70a1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3c38b27a-ac4b-438d-802c-8bfef6ad70a1-root {
    text-align: center;
  }


#s-3c38b27a-ac4b-438d-802c-8bfef6ad70a1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3c38b27a-ac4b-438d-802c-8bfef6ad70a1-root {
    text-align: center;
  }


#s-3c38b27a-ac4b-438d-802c-8bfef6ad70a1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3c38b27a-ac4b-438d-802c-8bfef6ad70a1-root {
    text-align: center;
  }


#s-3c38b27a-ac4b-438d-802c-8bfef6ad70a1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3c38b27a-ac4b-438d-802c-8bfef6ad70a1-root {
    text-align: center;
  }


#s-3c38b27a-ac4b-438d-802c-8bfef6ad70a1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-b4e8ae51-eb49-4985-9b31-f634725c8996 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-b4e8ae51-eb49-4985-9b31-f634725c8996:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-b4e8ae51-eb49-4985-9b31-f634725c8996:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-b4e8ae51-eb49-4985-9b31-f634725c8996-root {
    text-align: center;
  }


#s-b4e8ae51-eb49-4985-9b31-f634725c8996.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b4e8ae51-eb49-4985-9b31-f634725c8996-root {
    text-align: center;
  }


#s-b4e8ae51-eb49-4985-9b31-f634725c8996.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b4e8ae51-eb49-4985-9b31-f634725c8996-root {
    text-align: center;
  }


#s-b4e8ae51-eb49-4985-9b31-f634725c8996.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b4e8ae51-eb49-4985-9b31-f634725c8996-root {
    text-align: center;
  }


#s-b4e8ae51-eb49-4985-9b31-f634725c8996.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b4e8ae51-eb49-4985-9b31-f634725c8996-root {
    text-align: center;
  }


#s-b4e8ae51-eb49-4985-9b31-f634725c8996.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-d19b3f48-cde2-4832-99ff-345229667783 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-d19b3f48-cde2-4832-99ff-345229667783:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-d19b3f48-cde2-4832-99ff-345229667783:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-d19b3f48-cde2-4832-99ff-345229667783-root {
    text-align: center;
  }


#s-d19b3f48-cde2-4832-99ff-345229667783.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d19b3f48-cde2-4832-99ff-345229667783-root {
    text-align: center;
  }


#s-d19b3f48-cde2-4832-99ff-345229667783.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d19b3f48-cde2-4832-99ff-345229667783-root {
    text-align: center;
  }


#s-d19b3f48-cde2-4832-99ff-345229667783.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d19b3f48-cde2-4832-99ff-345229667783-root {
    text-align: center;
  }


#s-d19b3f48-cde2-4832-99ff-345229667783.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d19b3f48-cde2-4832-99ff-345229667783-root {
    text-align: center;
  }


#s-d19b3f48-cde2-4832-99ff-345229667783.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-0d557465-4e13-4a0c-8fd9-5a781ee51e1c {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-0d557465-4e13-4a0c-8fd9-5a781ee51e1c:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-0d557465-4e13-4a0c-8fd9-5a781ee51e1c:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-0d557465-4e13-4a0c-8fd9-5a781ee51e1c-root {
    text-align: center;
  }


#s-0d557465-4e13-4a0c-8fd9-5a781ee51e1c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0d557465-4e13-4a0c-8fd9-5a781ee51e1c-root {
    text-align: center;
  }


#s-0d557465-4e13-4a0c-8fd9-5a781ee51e1c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0d557465-4e13-4a0c-8fd9-5a781ee51e1c-root {
    text-align: center;
  }


#s-0d557465-4e13-4a0c-8fd9-5a781ee51e1c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0d557465-4e13-4a0c-8fd9-5a781ee51e1c-root {
    text-align: center;
  }


#s-0d557465-4e13-4a0c-8fd9-5a781ee51e1c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0d557465-4e13-4a0c-8fd9-5a781ee51e1c-root {
    text-align: center;
  }


#s-0d557465-4e13-4a0c-8fd9-5a781ee51e1c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-bbfdaa89-35e0-4eaf-9917-624644898b87 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-bbfdaa89-35e0-4eaf-9917-624644898b87:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-bbfdaa89-35e0-4eaf-9917-624644898b87:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-bbfdaa89-35e0-4eaf-9917-624644898b87-root {
    text-align: center;
  }


#s-bbfdaa89-35e0-4eaf-9917-624644898b87.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bbfdaa89-35e0-4eaf-9917-624644898b87-root {
    text-align: center;
  }


#s-bbfdaa89-35e0-4eaf-9917-624644898b87.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bbfdaa89-35e0-4eaf-9917-624644898b87-root {
    text-align: center;
  }


#s-bbfdaa89-35e0-4eaf-9917-624644898b87.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bbfdaa89-35e0-4eaf-9917-624644898b87-root {
    text-align: center;
  }


#s-bbfdaa89-35e0-4eaf-9917-624644898b87.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bbfdaa89-35e0-4eaf-9917-624644898b87-root {
    text-align: center;
  }


#s-bbfdaa89-35e0-4eaf-9917-624644898b87.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-75731e23-f283-45cb-a10d-e01ef13206e5 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-75731e23-f283-45cb-a10d-e01ef13206e5:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-75731e23-f283-45cb-a10d-e01ef13206e5:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-75731e23-f283-45cb-a10d-e01ef13206e5-root {
    text-align: center;
  }


#s-75731e23-f283-45cb-a10d-e01ef13206e5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-75731e23-f283-45cb-a10d-e01ef13206e5-root {
    text-align: center;
  }


#s-75731e23-f283-45cb-a10d-e01ef13206e5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-75731e23-f283-45cb-a10d-e01ef13206e5-root {
    text-align: center;
  }


#s-75731e23-f283-45cb-a10d-e01ef13206e5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-75731e23-f283-45cb-a10d-e01ef13206e5-root {
    text-align: center;
  }


#s-75731e23-f283-45cb-a10d-e01ef13206e5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-75731e23-f283-45cb-a10d-e01ef13206e5-root {
    text-align: center;
  }


#s-75731e23-f283-45cb-a10d-e01ef13206e5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-354a5c46-aca9-404c-95f3-570722c722e3 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-354a5c46-aca9-404c-95f3-570722c722e3:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-354a5c46-aca9-404c-95f3-570722c722e3:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-354a5c46-aca9-404c-95f3-570722c722e3-root {
    text-align: center;
  }


#s-354a5c46-aca9-404c-95f3-570722c722e3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-354a5c46-aca9-404c-95f3-570722c722e3-root {
    text-align: center;
  }


#s-354a5c46-aca9-404c-95f3-570722c722e3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-354a5c46-aca9-404c-95f3-570722c722e3-root {
    text-align: center;
  }


#s-354a5c46-aca9-404c-95f3-570722c722e3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-354a5c46-aca9-404c-95f3-570722c722e3-root {
    text-align: center;
  }


#s-354a5c46-aca9-404c-95f3-570722c722e3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-354a5c46-aca9-404c-95f3-570722c722e3-root {
    text-align: center;
  }


#s-354a5c46-aca9-404c-95f3-570722c722e3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-e9dbf24a-e504-425d-9602-53a6c2ca0818 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-e9dbf24a-e504-425d-9602-53a6c2ca0818:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-e9dbf24a-e504-425d-9602-53a6c2ca0818:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-e9dbf24a-e504-425d-9602-53a6c2ca0818-root {
    text-align: center;
  }


#s-e9dbf24a-e504-425d-9602-53a6c2ca0818.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e9dbf24a-e504-425d-9602-53a6c2ca0818-root {
    text-align: center;
  }


#s-e9dbf24a-e504-425d-9602-53a6c2ca0818.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e9dbf24a-e504-425d-9602-53a6c2ca0818-root {
    text-align: center;
  }


#s-e9dbf24a-e504-425d-9602-53a6c2ca0818.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e9dbf24a-e504-425d-9602-53a6c2ca0818-root {
    text-align: center;
  }


#s-e9dbf24a-e504-425d-9602-53a6c2ca0818.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e9dbf24a-e504-425d-9602-53a6c2ca0818-root {
    text-align: center;
  }


#s-e9dbf24a-e504-425d-9602-53a6c2ca0818.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-44fdb119-b1ab-45e2-82a7-45c26691ea46 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-44fdb119-b1ab-45e2-82a7-45c26691ea46 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



#s-3c82e869-cb7a-4dd5-bcea-7b67b8752771 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-3c82e869-cb7a-4dd5-bcea-7b67b8752771"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c82e869-cb7a-4dd5-bcea-7b67b8752771"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-3c82e869-cb7a-4dd5-bcea-7b67b8752771"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-3c82e869-cb7a-4dd5-bcea-7b67b8752771"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-9ba41e0c-e5b4-494d-87ff-00c808cca51e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-9ba41e0c-e5b4-494d-87ff-00c808cca51e:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-9ba41e0c-e5b4-494d-87ff-00c808cca51e:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-9ba41e0c-e5b4-494d-87ff-00c808cca51e-root {
    text-align: center;
  }


#s-9ba41e0c-e5b4-494d-87ff-00c808cca51e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9ba41e0c-e5b4-494d-87ff-00c808cca51e-root {
    text-align: center;
  }


#s-9ba41e0c-e5b4-494d-87ff-00c808cca51e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9ba41e0c-e5b4-494d-87ff-00c808cca51e-root {
    text-align: center;
  }


#s-9ba41e0c-e5b4-494d-87ff-00c808cca51e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9ba41e0c-e5b4-494d-87ff-00c808cca51e-root {
    text-align: center;
  }


#s-9ba41e0c-e5b4-494d-87ff-00c808cca51e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9ba41e0c-e5b4-494d-87ff-00c808cca51e-root {
    text-align: center;
  }


#s-9ba41e0c-e5b4-494d-87ff-00c808cca51e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-2b9e4a9d-7b69-461d-a1c8-95ede43a4793 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-2b9e4a9d-7b69-461d-a1c8-95ede43a4793:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-2b9e4a9d-7b69-461d-a1c8-95ede43a4793:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-2b9e4a9d-7b69-461d-a1c8-95ede43a4793-root {
    text-align: center;
  }


#s-2b9e4a9d-7b69-461d-a1c8-95ede43a4793.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2b9e4a9d-7b69-461d-a1c8-95ede43a4793-root {
    text-align: center;
  }


#s-2b9e4a9d-7b69-461d-a1c8-95ede43a4793.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2b9e4a9d-7b69-461d-a1c8-95ede43a4793-root {
    text-align: center;
  }


#s-2b9e4a9d-7b69-461d-a1c8-95ede43a4793.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2b9e4a9d-7b69-461d-a1c8-95ede43a4793-root {
    text-align: center;
  }


#s-2b9e4a9d-7b69-461d-a1c8-95ede43a4793.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2b9e4a9d-7b69-461d-a1c8-95ede43a4793-root {
    text-align: center;
  }


#s-2b9e4a9d-7b69-461d-a1c8-95ede43a4793.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-5cc8d1fd-c857-4d47-a04c-bee439fe1e6e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-5cc8d1fd-c857-4d47-a04c-bee439fe1e6e:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-5cc8d1fd-c857-4d47-a04c-bee439fe1e6e:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-5cc8d1fd-c857-4d47-a04c-bee439fe1e6e-root {
    text-align: center;
  }


#s-5cc8d1fd-c857-4d47-a04c-bee439fe1e6e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5cc8d1fd-c857-4d47-a04c-bee439fe1e6e-root {
    text-align: center;
  }


#s-5cc8d1fd-c857-4d47-a04c-bee439fe1e6e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5cc8d1fd-c857-4d47-a04c-bee439fe1e6e-root {
    text-align: center;
  }


#s-5cc8d1fd-c857-4d47-a04c-bee439fe1e6e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5cc8d1fd-c857-4d47-a04c-bee439fe1e6e-root {
    text-align: center;
  }


#s-5cc8d1fd-c857-4d47-a04c-bee439fe1e6e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5cc8d1fd-c857-4d47-a04c-bee439fe1e6e-root {
    text-align: center;
  }


#s-5cc8d1fd-c857-4d47-a04c-bee439fe1e6e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-f33be0a6-5570-4694-ba77-692e356b8958 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-f33be0a6-5570-4694-ba77-692e356b8958:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-f33be0a6-5570-4694-ba77-692e356b8958:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-f33be0a6-5570-4694-ba77-692e356b8958-root {
    text-align: center;
  }


#s-f33be0a6-5570-4694-ba77-692e356b8958.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f33be0a6-5570-4694-ba77-692e356b8958-root {
    text-align: center;
  }


#s-f33be0a6-5570-4694-ba77-692e356b8958.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f33be0a6-5570-4694-ba77-692e356b8958-root {
    text-align: center;
  }


#s-f33be0a6-5570-4694-ba77-692e356b8958.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f33be0a6-5570-4694-ba77-692e356b8958-root {
    text-align: center;
  }


#s-f33be0a6-5570-4694-ba77-692e356b8958.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f33be0a6-5570-4694-ba77-692e356b8958-root {
    text-align: center;
  }


#s-f33be0a6-5570-4694-ba77-692e356b8958.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-ad59833b-26b3-4b08-8e65-e3226e73dbba {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-ad59833b-26b3-4b08-8e65-e3226e73dbba:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-ad59833b-26b3-4b08-8e65-e3226e73dbba:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-ad59833b-26b3-4b08-8e65-e3226e73dbba-root {
    text-align: center;
  }


#s-ad59833b-26b3-4b08-8e65-e3226e73dbba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ad59833b-26b3-4b08-8e65-e3226e73dbba-root {
    text-align: center;
  }


#s-ad59833b-26b3-4b08-8e65-e3226e73dbba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ad59833b-26b3-4b08-8e65-e3226e73dbba-root {
    text-align: center;
  }


#s-ad59833b-26b3-4b08-8e65-e3226e73dbba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ad59833b-26b3-4b08-8e65-e3226e73dbba-root {
    text-align: center;
  }


#s-ad59833b-26b3-4b08-8e65-e3226e73dbba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ad59833b-26b3-4b08-8e65-e3226e73dbba-root {
    text-align: center;
  }


#s-ad59833b-26b3-4b08-8e65-e3226e73dbba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-51768e72-fdf7-48d0-bf8c-aa74a0a640ff {
  min-height: 50px;
}








#s-51768e72-fdf7-48d0-bf8c-aa74a0a640ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51768e72-fdf7-48d0-bf8c-aa74a0a640ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1432507b-e54b-407f-9549-029671bd1c32 {
  max-width: 200px;
aspect-ratio: 200/45;
text-align: center;
}





  #s-1432507b-e54b-407f-9549-029671bd1c32 img.shogun-image,
  #s-1432507b-e54b-407f-9549-029671bd1c32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1432507b-e54b-407f-9549-029671bd1c32 {
    width: 100%;
    height: auto;
  }

  #s-1432507b-e54b-407f-9549-029671bd1c32 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1432507b-e54b-407f-9549-029671bd1c32.shogun-image {
    
    
  }


.s-1432507b-e54b-407f-9549-029671bd1c32 .shogun-image-content {
  
    align-items: center;
  
}

.s-1432507b-e54b-407f-9549-029671bd1c32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1432507b-e54b-407f-9549-029671bd1c32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1432507b-e54b-407f-9549-029671bd1c32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1432507b-e54b-407f-9549-029671bd1c32 {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-1432507b-e54b-407f-9549-029671bd1c32.shogun-image-container {
      position: relative;
    }

    .s-1432507b-e54b-407f-9549-029671bd1c32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1432507b-e54b-407f-9549-029671bd1c32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1432507b-e54b-407f-9549-029671bd1c32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1432507b-e54b-407f-9549-029671bd1c32 img.shogun-image,
  #s-1432507b-e54b-407f-9549-029671bd1c32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1432507b-e54b-407f-9549-029671bd1c32 {
    width: 100%;
    height: auto;
  }

  #s-1432507b-e54b-407f-9549-029671bd1c32 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1432507b-e54b-407f-9549-029671bd1c32.shogun-image {
    
    
  }


.s-1432507b-e54b-407f-9549-029671bd1c32 .shogun-image-content {
  
    align-items: center;
  
}

.s-1432507b-e54b-407f-9549-029671bd1c32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1432507b-e54b-407f-9549-029671bd1c32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1432507b-e54b-407f-9549-029671bd1c32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1432507b-e54b-407f-9549-029671bd1c32 {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-1432507b-e54b-407f-9549-029671bd1c32.shogun-image-container {
      position: relative;
    }

    .s-1432507b-e54b-407f-9549-029671bd1c32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1432507b-e54b-407f-9549-029671bd1c32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1432507b-e54b-407f-9549-029671bd1c32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1432507b-e54b-407f-9549-029671bd1c32 img.shogun-image,
  #s-1432507b-e54b-407f-9549-029671bd1c32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1432507b-e54b-407f-9549-029671bd1c32 {
    width: 100%;
    height: auto;
  }

  #s-1432507b-e54b-407f-9549-029671bd1c32 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1432507b-e54b-407f-9549-029671bd1c32.shogun-image {
    
    
  }


.s-1432507b-e54b-407f-9549-029671bd1c32 .shogun-image-content {
  
    align-items: center;
  
}

.s-1432507b-e54b-407f-9549-029671bd1c32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1432507b-e54b-407f-9549-029671bd1c32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1432507b-e54b-407f-9549-029671bd1c32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1432507b-e54b-407f-9549-029671bd1c32 {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-1432507b-e54b-407f-9549-029671bd1c32.shogun-image-container {
      position: relative;
    }

    .s-1432507b-e54b-407f-9549-029671bd1c32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1432507b-e54b-407f-9549-029671bd1c32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1432507b-e54b-407f-9549-029671bd1c32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1432507b-e54b-407f-9549-029671bd1c32 img.shogun-image,
  #s-1432507b-e54b-407f-9549-029671bd1c32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1432507b-e54b-407f-9549-029671bd1c32 {
    width: 100%;
    height: auto;
  }

  #s-1432507b-e54b-407f-9549-029671bd1c32 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1432507b-e54b-407f-9549-029671bd1c32.shogun-image {
    
    
  }


.s-1432507b-e54b-407f-9549-029671bd1c32 .shogun-image-content {
  
    align-items: center;
  
}

.s-1432507b-e54b-407f-9549-029671bd1c32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1432507b-e54b-407f-9549-029671bd1c32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1432507b-e54b-407f-9549-029671bd1c32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1432507b-e54b-407f-9549-029671bd1c32 {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-1432507b-e54b-407f-9549-029671bd1c32.shogun-image-container {
      position: relative;
    }

    .s-1432507b-e54b-407f-9549-029671bd1c32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1432507b-e54b-407f-9549-029671bd1c32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1432507b-e54b-407f-9549-029671bd1c32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1432507b-e54b-407f-9549-029671bd1c32 img.shogun-image,
  #s-1432507b-e54b-407f-9549-029671bd1c32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1432507b-e54b-407f-9549-029671bd1c32 {
    width: 100%;
    height: auto;
  }

  #s-1432507b-e54b-407f-9549-029671bd1c32 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1432507b-e54b-407f-9549-029671bd1c32.shogun-image {
    
    
  }


.s-1432507b-e54b-407f-9549-029671bd1c32 .shogun-image-content {
  
    align-items: center;
  
}

.s-1432507b-e54b-407f-9549-029671bd1c32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1432507b-e54b-407f-9549-029671bd1c32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1432507b-e54b-407f-9549-029671bd1c32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1432507b-e54b-407f-9549-029671bd1c32 {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-1432507b-e54b-407f-9549-029671bd1c32.shogun-image-container {
      position: relative;
    }

    .s-1432507b-e54b-407f-9549-029671bd1c32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1432507b-e54b-407f-9549-029671bd1c32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1432507b-e54b-407f-9549-029671bd1c32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-cbddb66b-66be-477f-a8f7-c84b7d167cdf {
  margin-bottom: 20px;
text-align: center;
}


.shg-c#s-cbddb66b-66be-477f-a8f7-c84b7d167cdf {
  max-width:  100%;
}

.shg-c#s-cbddb66b-66be-477f-a8f7-c84b7d167cdf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbddb66b-66be-477f-a8f7-c84b7d167cdf .shg-image-zoom,
.shg-c#s-cbddb66b-66be-477f-a8f7-c84b7d167cdf img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-cbddb66b-66be-477f-a8f7-c84b7d167cdf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cbddb66b-66be-477f-a8f7-c84b7d167cdf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbddb66b-66be-477f-a8f7-c84b7d167cdf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-cbddb66b-66be-477f-a8f7-c84b7d167cdf {
  max-width:  100%;
}

.shg-c#s-cbddb66b-66be-477f-a8f7-c84b7d167cdf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbddb66b-66be-477f-a8f7-c84b7d167cdf .shg-image-zoom,
.shg-c#s-cbddb66b-66be-477f-a8f7-c84b7d167cdf img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-cbddb66b-66be-477f-a8f7-c84b7d167cdf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cbddb66b-66be-477f-a8f7-c84b7d167cdf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbddb66b-66be-477f-a8f7-c84b7d167cdf img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cbddb66b-66be-477f-a8f7-c84b7d167cdf {
  max-width:  100%;
}

.shg-c#s-cbddb66b-66be-477f-a8f7-c84b7d167cdf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbddb66b-66be-477f-a8f7-c84b7d167cdf .shg-image-zoom,
.shg-c#s-cbddb66b-66be-477f-a8f7-c84b7d167cdf img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-cbddb66b-66be-477f-a8f7-c84b7d167cdf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cbddb66b-66be-477f-a8f7-c84b7d167cdf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbddb66b-66be-477f-a8f7-c84b7d167cdf img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cbddb66b-66be-477f-a8f7-c84b7d167cdf {
  max-width:  100%;
}

.shg-c#s-cbddb66b-66be-477f-a8f7-c84b7d167cdf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbddb66b-66be-477f-a8f7-c84b7d167cdf .shg-image-zoom,
.shg-c#s-cbddb66b-66be-477f-a8f7-c84b7d167cdf img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-cbddb66b-66be-477f-a8f7-c84b7d167cdf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cbddb66b-66be-477f-a8f7-c84b7d167cdf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbddb66b-66be-477f-a8f7-c84b7d167cdf img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-cbddb66b-66be-477f-a8f7-c84b7d167cdf {
  max-width:  100%;
}

.shg-c#s-cbddb66b-66be-477f-a8f7-c84b7d167cdf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbddb66b-66be-477f-a8f7-c84b7d167cdf .shg-image-zoom,
.shg-c#s-cbddb66b-66be-477f-a8f7-c84b7d167cdf img.shogun-image {
  max-width: 90% !important;
  
}

.shg-c#s-cbddb66b-66be-477f-a8f7-c84b7d167cdf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cbddb66b-66be-477f-a8f7-c84b7d167cdf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbddb66b-66be-477f-a8f7-c84b7d167cdf img.shogun-image {
  width: 100%;
}



}
#s-94f60bfd-2987-43e9-889e-656ce858ce81 hr {
  border-top: 2px solid rgba(73, 152, 192, 1);
}

@media (min-width: 0px) {
[id="s-ec54ca19-d802-45fe-8149-353fdb31be0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec54ca19-d802-45fe-8149-353fdb31be0d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ec54ca19-d802-45fe-8149-353fdb31be0d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec54ca19-d802-45fe-8149-353fdb31be0d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f2ddff26-c317-4726-a9d5-7ed0e91e280b {
  margin-bottom: 20px;
text-align: center;
}

#s-f2ddff26-c317-4726-a9d5-7ed0e91e280b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



#s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 {
  padding-top: 0px;
padding-bottom: 0px;
max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 {
  display: none;
}
#s-9fb4e2e6-7d96-4571-a845-1233c538dfa4, #wrap-s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 {
  display: none;
}
#s-9fb4e2e6-7d96-4571-a845-1233c538dfa4, #wrap-s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 {
  display: none;
}
#s-9fb4e2e6-7d96-4571-a845-1233c538dfa4, #wrap-s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 { display: none !important; }}@media (max-width: 767px){#s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 {
  
}
}




  #s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 img.shogun-image,
  #s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 {
    width: 100%;
    height: auto;
  }

  #s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9fb4e2e6-7d96-4571-a845-1233c538dfa4.shogun-image {
    
    
  }


.s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fb4e2e6-7d96-4571-a845-1233c538dfa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fb4e2e6-7d96-4571-a845-1233c538dfa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fb4e2e6-7d96-4571-a845-1233c538dfa4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9fb4e2e6-7d96-4571-a845-1233c538dfa4.shogun-image-container {
      position: relative;
    }

    .s-9fb4e2e6-7d96-4571-a845-1233c538dfa4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fb4e2e6-7d96-4571-a845-1233c538dfa4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 img.shogun-image,
  #s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 {
    width: 100%;
    height: auto;
  }

  #s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9fb4e2e6-7d96-4571-a845-1233c538dfa4.shogun-image {
    
    
  }


.s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fb4e2e6-7d96-4571-a845-1233c538dfa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fb4e2e6-7d96-4571-a845-1233c538dfa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fb4e2e6-7d96-4571-a845-1233c538dfa4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9fb4e2e6-7d96-4571-a845-1233c538dfa4.shogun-image-container {
      position: relative;
    }

    .s-9fb4e2e6-7d96-4571-a845-1233c538dfa4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fb4e2e6-7d96-4571-a845-1233c538dfa4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 img.shogun-image,
  #s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 {
    width: 100%;
    height: auto;
  }

  #s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9fb4e2e6-7d96-4571-a845-1233c538dfa4.shogun-image {
    
    
  }


.s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fb4e2e6-7d96-4571-a845-1233c538dfa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fb4e2e6-7d96-4571-a845-1233c538dfa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fb4e2e6-7d96-4571-a845-1233c538dfa4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9fb4e2e6-7d96-4571-a845-1233c538dfa4.shogun-image-container {
      position: relative;
    }

    .s-9fb4e2e6-7d96-4571-a845-1233c538dfa4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fb4e2e6-7d96-4571-a845-1233c538dfa4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 img.shogun-image,
  #s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 {
    width: 100%;
    height: auto;
  }

  #s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9fb4e2e6-7d96-4571-a845-1233c538dfa4.shogun-image {
    
    
  }


.s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fb4e2e6-7d96-4571-a845-1233c538dfa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fb4e2e6-7d96-4571-a845-1233c538dfa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fb4e2e6-7d96-4571-a845-1233c538dfa4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9fb4e2e6-7d96-4571-a845-1233c538dfa4.shogun-image-container {
      position: relative;
    }

    .s-9fb4e2e6-7d96-4571-a845-1233c538dfa4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fb4e2e6-7d96-4571-a845-1233c538dfa4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 img.shogun-image,
  #s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 {
    width: 100%;
    height: auto;
  }

  #s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9fb4e2e6-7d96-4571-a845-1233c538dfa4.shogun-image {
    
    
  }


.s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fb4e2e6-7d96-4571-a845-1233c538dfa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fb4e2e6-7d96-4571-a845-1233c538dfa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fb4e2e6-7d96-4571-a845-1233c538dfa4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9fb4e2e6-7d96-4571-a845-1233c538dfa4.shogun-image-container {
      position: relative;
    }

    .s-9fb4e2e6-7d96-4571-a845-1233c538dfa4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fb4e2e6-7d96-4571-a845-1233c538dfa4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fb4e2e6-7d96-4571-a845-1233c538dfa4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8e80ebba-252f-4fc6-99cf-135af3c88b9c {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
text-align: center;
}

#s-8e80ebba-252f-4fc6-99cf-135af3c88b9c .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-b25a2445-e45a-4582-af86-d05b05dc85d5 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 3%;
padding-right: 3%;
}

#s-b25a2445-e45a-4582-af86-d05b05dc85d5 hr {
  border-top: 2px solid #ddd;
}

#s-0689f4f6-7828-4ab2-be8f-b122e336a4b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0689f4f6-7828-4ab2-be8f-b122e336a4b6 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



#s-9a376fb7-bf20-4f80-806f-61507c1fd696 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-9a376fb7-bf20-4f80-806f-61507c1fd696"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a376fb7-bf20-4f80-806f-61507c1fd696"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-9a376fb7-bf20-4f80-806f-61507c1fd696"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-9a376fb7-bf20-4f80-806f-61507c1fd696"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-337129c5-1e25-4abf-8a2c-d087c6db8132 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-337129c5-1e25-4abf-8a2c-d087c6db8132:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-337129c5-1e25-4abf-8a2c-d087c6db8132:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-337129c5-1e25-4abf-8a2c-d087c6db8132-root {
    text-align: center;
  }


#s-337129c5-1e25-4abf-8a2c-d087c6db8132.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-337129c5-1e25-4abf-8a2c-d087c6db8132-root {
    text-align: center;
  }


#s-337129c5-1e25-4abf-8a2c-d087c6db8132.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-337129c5-1e25-4abf-8a2c-d087c6db8132-root {
    text-align: center;
  }


#s-337129c5-1e25-4abf-8a2c-d087c6db8132.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-337129c5-1e25-4abf-8a2c-d087c6db8132-root {
    text-align: center;
  }


#s-337129c5-1e25-4abf-8a2c-d087c6db8132.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-337129c5-1e25-4abf-8a2c-d087c6db8132-root {
    text-align: center;
  }


#s-337129c5-1e25-4abf-8a2c-d087c6db8132.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-cebcd44b-a856-4a59-85bf-0fc707ff96da {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-cebcd44b-a856-4a59-85bf-0fc707ff96da:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-cebcd44b-a856-4a59-85bf-0fc707ff96da:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-cebcd44b-a856-4a59-85bf-0fc707ff96da-root {
    text-align: center;
  }


#s-cebcd44b-a856-4a59-85bf-0fc707ff96da.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cebcd44b-a856-4a59-85bf-0fc707ff96da-root {
    text-align: center;
  }


#s-cebcd44b-a856-4a59-85bf-0fc707ff96da.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cebcd44b-a856-4a59-85bf-0fc707ff96da-root {
    text-align: center;
  }


#s-cebcd44b-a856-4a59-85bf-0fc707ff96da.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cebcd44b-a856-4a59-85bf-0fc707ff96da-root {
    text-align: center;
  }


#s-cebcd44b-a856-4a59-85bf-0fc707ff96da.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cebcd44b-a856-4a59-85bf-0fc707ff96da-root {
    text-align: center;
  }


#s-cebcd44b-a856-4a59-85bf-0fc707ff96da.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-d370c1aa-922b-477e-957e-b36aa8b7aa4b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-d370c1aa-922b-477e-957e-b36aa8b7aa4b:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-d370c1aa-922b-477e-957e-b36aa8b7aa4b:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-d370c1aa-922b-477e-957e-b36aa8b7aa4b-root {
    text-align: center;
  }


#s-d370c1aa-922b-477e-957e-b36aa8b7aa4b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d370c1aa-922b-477e-957e-b36aa8b7aa4b-root {
    text-align: center;
  }


#s-d370c1aa-922b-477e-957e-b36aa8b7aa4b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d370c1aa-922b-477e-957e-b36aa8b7aa4b-root {
    text-align: center;
  }


#s-d370c1aa-922b-477e-957e-b36aa8b7aa4b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d370c1aa-922b-477e-957e-b36aa8b7aa4b-root {
    text-align: center;
  }


#s-d370c1aa-922b-477e-957e-b36aa8b7aa4b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d370c1aa-922b-477e-957e-b36aa8b7aa4b-root {
    text-align: center;
  }


#s-d370c1aa-922b-477e-957e-b36aa8b7aa4b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-f3978f70-1721-47c1-8036-0ab4edce556c {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-f3978f70-1721-47c1-8036-0ab4edce556c:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-f3978f70-1721-47c1-8036-0ab4edce556c:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-f3978f70-1721-47c1-8036-0ab4edce556c-root {
    text-align: center;
  }


#s-f3978f70-1721-47c1-8036-0ab4edce556c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f3978f70-1721-47c1-8036-0ab4edce556c-root {
    text-align: center;
  }


#s-f3978f70-1721-47c1-8036-0ab4edce556c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f3978f70-1721-47c1-8036-0ab4edce556c-root {
    text-align: center;
  }


#s-f3978f70-1721-47c1-8036-0ab4edce556c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f3978f70-1721-47c1-8036-0ab4edce556c-root {
    text-align: center;
  }


#s-f3978f70-1721-47c1-8036-0ab4edce556c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f3978f70-1721-47c1-8036-0ab4edce556c-root {
    text-align: center;
  }


#s-f3978f70-1721-47c1-8036-0ab4edce556c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-d14fe3e8-9022-47aa-b32c-441e59bbc329 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-d14fe3e8-9022-47aa-b32c-441e59bbc329:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-d14fe3e8-9022-47aa-b32c-441e59bbc329:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-d14fe3e8-9022-47aa-b32c-441e59bbc329-root {
    text-align: center;
  }


#s-d14fe3e8-9022-47aa-b32c-441e59bbc329.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d14fe3e8-9022-47aa-b32c-441e59bbc329-root {
    text-align: center;
  }


#s-d14fe3e8-9022-47aa-b32c-441e59bbc329.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d14fe3e8-9022-47aa-b32c-441e59bbc329-root {
    text-align: center;
  }


#s-d14fe3e8-9022-47aa-b32c-441e59bbc329.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d14fe3e8-9022-47aa-b32c-441e59bbc329-root {
    text-align: center;
  }


#s-d14fe3e8-9022-47aa-b32c-441e59bbc329.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d14fe3e8-9022-47aa-b32c-441e59bbc329-root {
    text-align: center;
  }


#s-d14fe3e8-9022-47aa-b32c-441e59bbc329.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-ecf81960-12a1-449f-aade-5c8d46d26525 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-ecf81960-12a1-449f-aade-5c8d46d26525:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-ecf81960-12a1-449f-aade-5c8d46d26525:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-ecf81960-12a1-449f-aade-5c8d46d26525-root {
    text-align: center;
  }


#s-ecf81960-12a1-449f-aade-5c8d46d26525.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ecf81960-12a1-449f-aade-5c8d46d26525-root {
    text-align: center;
  }


#s-ecf81960-12a1-449f-aade-5c8d46d26525.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ecf81960-12a1-449f-aade-5c8d46d26525-root {
    text-align: center;
  }


#s-ecf81960-12a1-449f-aade-5c8d46d26525.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ecf81960-12a1-449f-aade-5c8d46d26525-root {
    text-align: center;
  }


#s-ecf81960-12a1-449f-aade-5c8d46d26525.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ecf81960-12a1-449f-aade-5c8d46d26525-root {
    text-align: center;
  }


#s-ecf81960-12a1-449f-aade-5c8d46d26525.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-155799ae-8e5f-4770-b775-afd04378bed9 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-155799ae-8e5f-4770-b775-afd04378bed9:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-155799ae-8e5f-4770-b775-afd04378bed9:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-155799ae-8e5f-4770-b775-afd04378bed9-root {
    text-align: center;
  }


#s-155799ae-8e5f-4770-b775-afd04378bed9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-155799ae-8e5f-4770-b775-afd04378bed9-root {
    text-align: center;
  }


#s-155799ae-8e5f-4770-b775-afd04378bed9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-155799ae-8e5f-4770-b775-afd04378bed9-root {
    text-align: center;
  }


#s-155799ae-8e5f-4770-b775-afd04378bed9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-155799ae-8e5f-4770-b775-afd04378bed9-root {
    text-align: center;
  }


#s-155799ae-8e5f-4770-b775-afd04378bed9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-155799ae-8e5f-4770-b775-afd04378bed9-root {
    text-align: center;
  }


#s-155799ae-8e5f-4770-b775-afd04378bed9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-2096ff26-f9da-4bd4-8bde-11a209d49f02 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-2096ff26-f9da-4bd4-8bde-11a209d49f02:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-2096ff26-f9da-4bd4-8bde-11a209d49f02:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-2096ff26-f9da-4bd4-8bde-11a209d49f02-root {
    text-align: center;
  }


#s-2096ff26-f9da-4bd4-8bde-11a209d49f02.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2096ff26-f9da-4bd4-8bde-11a209d49f02-root {
    text-align: center;
  }


#s-2096ff26-f9da-4bd4-8bde-11a209d49f02.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2096ff26-f9da-4bd4-8bde-11a209d49f02-root {
    text-align: center;
  }


#s-2096ff26-f9da-4bd4-8bde-11a209d49f02.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2096ff26-f9da-4bd4-8bde-11a209d49f02-root {
    text-align: center;
  }


#s-2096ff26-f9da-4bd4-8bde-11a209d49f02.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2096ff26-f9da-4bd4-8bde-11a209d49f02-root {
    text-align: center;
  }


#s-2096ff26-f9da-4bd4-8bde-11a209d49f02.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-7692ccce-4672-45b0-8a96-03fc26d561aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7692ccce-4672-45b0-8a96-03fc26d561aa .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



#s-74760dc2-1afd-4b2b-90c9-c65506398cbb {
  margin-left: 3%;
margin-right: 3%;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-74760dc2-1afd-4b2b-90c9-c65506398cbb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74760dc2-1afd-4b2b-90c9-c65506398cbb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-74760dc2-1afd-4b2b-90c9-c65506398cbb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-74760dc2-1afd-4b2b-90c9-c65506398cbb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-4ff8fc38-9e7d-4848-9042-1d19f25d8cea {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-4ff8fc38-9e7d-4848-9042-1d19f25d8cea:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-4ff8fc38-9e7d-4848-9042-1d19f25d8cea:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-4ff8fc38-9e7d-4848-9042-1d19f25d8cea-root {
    text-align: center;
  }


#s-4ff8fc38-9e7d-4848-9042-1d19f25d8cea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4ff8fc38-9e7d-4848-9042-1d19f25d8cea-root {
    text-align: center;
  }


#s-4ff8fc38-9e7d-4848-9042-1d19f25d8cea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4ff8fc38-9e7d-4848-9042-1d19f25d8cea-root {
    text-align: center;
  }


#s-4ff8fc38-9e7d-4848-9042-1d19f25d8cea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4ff8fc38-9e7d-4848-9042-1d19f25d8cea-root {
    text-align: center;
  }


#s-4ff8fc38-9e7d-4848-9042-1d19f25d8cea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4ff8fc38-9e7d-4848-9042-1d19f25d8cea-root {
    text-align: center;
  }


#s-4ff8fc38-9e7d-4848-9042-1d19f25d8cea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-bb94f6be-afcd-4ba1-b43d-d7f23829a124 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-bb94f6be-afcd-4ba1-b43d-d7f23829a124:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-bb94f6be-afcd-4ba1-b43d-d7f23829a124:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-bb94f6be-afcd-4ba1-b43d-d7f23829a124-root {
    text-align: center;
  }


#s-bb94f6be-afcd-4ba1-b43d-d7f23829a124.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bb94f6be-afcd-4ba1-b43d-d7f23829a124-root {
    text-align: center;
  }


#s-bb94f6be-afcd-4ba1-b43d-d7f23829a124.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bb94f6be-afcd-4ba1-b43d-d7f23829a124-root {
    text-align: center;
  }


#s-bb94f6be-afcd-4ba1-b43d-d7f23829a124.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bb94f6be-afcd-4ba1-b43d-d7f23829a124-root {
    text-align: center;
  }


#s-bb94f6be-afcd-4ba1-b43d-d7f23829a124.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bb94f6be-afcd-4ba1-b43d-d7f23829a124-root {
    text-align: center;
  }


#s-bb94f6be-afcd-4ba1-b43d-d7f23829a124.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-c5591e58-2d05-4302-8384-9591983d4a11 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-c5591e58-2d05-4302-8384-9591983d4a11:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-c5591e58-2d05-4302-8384-9591983d4a11:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-c5591e58-2d05-4302-8384-9591983d4a11-root {
    text-align: center;
  }


#s-c5591e58-2d05-4302-8384-9591983d4a11.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c5591e58-2d05-4302-8384-9591983d4a11-root {
    text-align: center;
  }


#s-c5591e58-2d05-4302-8384-9591983d4a11.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c5591e58-2d05-4302-8384-9591983d4a11-root {
    text-align: center;
  }


#s-c5591e58-2d05-4302-8384-9591983d4a11.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c5591e58-2d05-4302-8384-9591983d4a11-root {
    text-align: center;
  }


#s-c5591e58-2d05-4302-8384-9591983d4a11.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c5591e58-2d05-4302-8384-9591983d4a11-root {
    text-align: center;
  }


#s-c5591e58-2d05-4302-8384-9591983d4a11.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-a729e88b-f0db-4a7b-8c13-0be4ceaab9a0 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-a729e88b-f0db-4a7b-8c13-0be4ceaab9a0:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-a729e88b-f0db-4a7b-8c13-0be4ceaab9a0:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-a729e88b-f0db-4a7b-8c13-0be4ceaab9a0-root {
    text-align: center;
  }


#s-a729e88b-f0db-4a7b-8c13-0be4ceaab9a0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a729e88b-f0db-4a7b-8c13-0be4ceaab9a0-root {
    text-align: center;
  }


#s-a729e88b-f0db-4a7b-8c13-0be4ceaab9a0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a729e88b-f0db-4a7b-8c13-0be4ceaab9a0-root {
    text-align: center;
  }


#s-a729e88b-f0db-4a7b-8c13-0be4ceaab9a0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a729e88b-f0db-4a7b-8c13-0be4ceaab9a0-root {
    text-align: center;
  }


#s-a729e88b-f0db-4a7b-8c13-0be4ceaab9a0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a729e88b-f0db-4a7b-8c13-0be4ceaab9a0-root {
    text-align: center;
  }


#s-a729e88b-f0db-4a7b-8c13-0be4ceaab9a0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-bb600840-8696-4f11-b089-73df74afd1ae {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-bb600840-8696-4f11-b089-73df74afd1ae:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-bb600840-8696-4f11-b089-73df74afd1ae:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-bb600840-8696-4f11-b089-73df74afd1ae-root {
    text-align: center;
  }


#s-bb600840-8696-4f11-b089-73df74afd1ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bb600840-8696-4f11-b089-73df74afd1ae-root {
    text-align: center;
  }


#s-bb600840-8696-4f11-b089-73df74afd1ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bb600840-8696-4f11-b089-73df74afd1ae-root {
    text-align: center;
  }


#s-bb600840-8696-4f11-b089-73df74afd1ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bb600840-8696-4f11-b089-73df74afd1ae-root {
    text-align: center;
  }


#s-bb600840-8696-4f11-b089-73df74afd1ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bb600840-8696-4f11-b089-73df74afd1ae-root {
    text-align: center;
  }


#s-bb600840-8696-4f11-b089-73df74afd1ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-7e61a300-bd9a-44b2-8f43-791a8bceff82 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-7e61a300-bd9a-44b2-8f43-791a8bceff82:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-7e61a300-bd9a-44b2-8f43-791a8bceff82:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-7e61a300-bd9a-44b2-8f43-791a8bceff82-root {
    text-align: center;
  }


#s-7e61a300-bd9a-44b2-8f43-791a8bceff82.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7e61a300-bd9a-44b2-8f43-791a8bceff82-root {
    text-align: center;
  }


#s-7e61a300-bd9a-44b2-8f43-791a8bceff82.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7e61a300-bd9a-44b2-8f43-791a8bceff82-root {
    text-align: center;
  }


#s-7e61a300-bd9a-44b2-8f43-791a8bceff82.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7e61a300-bd9a-44b2-8f43-791a8bceff82-root {
    text-align: center;
  }


#s-7e61a300-bd9a-44b2-8f43-791a8bceff82.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7e61a300-bd9a-44b2-8f43-791a8bceff82-root {
    text-align: center;
  }


#s-7e61a300-bd9a-44b2-8f43-791a8bceff82.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-50f3c294-2ec7-42fa-a6b7-d885c8537ad5 {
  min-height: 50px;
}








#s-50f3c294-2ec7-42fa-a6b7-d885c8537ad5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50f3c294-2ec7-42fa-a6b7-d885c8537ad5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28f89f27-714f-47ae-868f-44dbce1c51b1 {
  max-width: 200px;
aspect-ratio: 200/45;
text-align: center;
}





  #s-28f89f27-714f-47ae-868f-44dbce1c51b1 img.shogun-image,
  #s-28f89f27-714f-47ae-868f-44dbce1c51b1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28f89f27-714f-47ae-868f-44dbce1c51b1 {
    width: 100%;
    height: auto;
  }

  #s-28f89f27-714f-47ae-868f-44dbce1c51b1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28f89f27-714f-47ae-868f-44dbce1c51b1.shogun-image {
    
    
  }


.s-28f89f27-714f-47ae-868f-44dbce1c51b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-28f89f27-714f-47ae-868f-44dbce1c51b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28f89f27-714f-47ae-868f-44dbce1c51b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28f89f27-714f-47ae-868f-44dbce1c51b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28f89f27-714f-47ae-868f-44dbce1c51b1 {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-28f89f27-714f-47ae-868f-44dbce1c51b1.shogun-image-container {
      position: relative;
    }

    .s-28f89f27-714f-47ae-868f-44dbce1c51b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28f89f27-714f-47ae-868f-44dbce1c51b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28f89f27-714f-47ae-868f-44dbce1c51b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-28f89f27-714f-47ae-868f-44dbce1c51b1 img.shogun-image,
  #s-28f89f27-714f-47ae-868f-44dbce1c51b1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28f89f27-714f-47ae-868f-44dbce1c51b1 {
    width: 100%;
    height: auto;
  }

  #s-28f89f27-714f-47ae-868f-44dbce1c51b1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28f89f27-714f-47ae-868f-44dbce1c51b1.shogun-image {
    
    
  }


.s-28f89f27-714f-47ae-868f-44dbce1c51b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-28f89f27-714f-47ae-868f-44dbce1c51b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28f89f27-714f-47ae-868f-44dbce1c51b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28f89f27-714f-47ae-868f-44dbce1c51b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28f89f27-714f-47ae-868f-44dbce1c51b1 {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-28f89f27-714f-47ae-868f-44dbce1c51b1.shogun-image-container {
      position: relative;
    }

    .s-28f89f27-714f-47ae-868f-44dbce1c51b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28f89f27-714f-47ae-868f-44dbce1c51b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28f89f27-714f-47ae-868f-44dbce1c51b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-28f89f27-714f-47ae-868f-44dbce1c51b1 img.shogun-image,
  #s-28f89f27-714f-47ae-868f-44dbce1c51b1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28f89f27-714f-47ae-868f-44dbce1c51b1 {
    width: 100%;
    height: auto;
  }

  #s-28f89f27-714f-47ae-868f-44dbce1c51b1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28f89f27-714f-47ae-868f-44dbce1c51b1.shogun-image {
    
    
  }


.s-28f89f27-714f-47ae-868f-44dbce1c51b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-28f89f27-714f-47ae-868f-44dbce1c51b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28f89f27-714f-47ae-868f-44dbce1c51b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28f89f27-714f-47ae-868f-44dbce1c51b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28f89f27-714f-47ae-868f-44dbce1c51b1 {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-28f89f27-714f-47ae-868f-44dbce1c51b1.shogun-image-container {
      position: relative;
    }

    .s-28f89f27-714f-47ae-868f-44dbce1c51b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28f89f27-714f-47ae-868f-44dbce1c51b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28f89f27-714f-47ae-868f-44dbce1c51b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-28f89f27-714f-47ae-868f-44dbce1c51b1 img.shogun-image,
  #s-28f89f27-714f-47ae-868f-44dbce1c51b1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28f89f27-714f-47ae-868f-44dbce1c51b1 {
    width: 100%;
    height: auto;
  }

  #s-28f89f27-714f-47ae-868f-44dbce1c51b1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28f89f27-714f-47ae-868f-44dbce1c51b1.shogun-image {
    
    
  }


.s-28f89f27-714f-47ae-868f-44dbce1c51b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-28f89f27-714f-47ae-868f-44dbce1c51b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28f89f27-714f-47ae-868f-44dbce1c51b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28f89f27-714f-47ae-868f-44dbce1c51b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28f89f27-714f-47ae-868f-44dbce1c51b1 {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-28f89f27-714f-47ae-868f-44dbce1c51b1.shogun-image-container {
      position: relative;
    }

    .s-28f89f27-714f-47ae-868f-44dbce1c51b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28f89f27-714f-47ae-868f-44dbce1c51b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28f89f27-714f-47ae-868f-44dbce1c51b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-28f89f27-714f-47ae-868f-44dbce1c51b1 img.shogun-image,
  #s-28f89f27-714f-47ae-868f-44dbce1c51b1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28f89f27-714f-47ae-868f-44dbce1c51b1 {
    width: 100%;
    height: auto;
  }

  #s-28f89f27-714f-47ae-868f-44dbce1c51b1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28f89f27-714f-47ae-868f-44dbce1c51b1.shogun-image {
    
    
  }


.s-28f89f27-714f-47ae-868f-44dbce1c51b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-28f89f27-714f-47ae-868f-44dbce1c51b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28f89f27-714f-47ae-868f-44dbce1c51b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28f89f27-714f-47ae-868f-44dbce1c51b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28f89f27-714f-47ae-868f-44dbce1c51b1 {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-28f89f27-714f-47ae-868f-44dbce1c51b1.shogun-image-container {
      position: relative;
    }

    .s-28f89f27-714f-47ae-868f-44dbce1c51b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28f89f27-714f-47ae-868f-44dbce1c51b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28f89f27-714f-47ae-868f-44dbce1c51b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-2d5283e6-90cd-4adf-93c2-61a0ba5d0fd8 {
  margin-bottom: 20px;
text-align: center;
}


.shg-c#s-2d5283e6-90cd-4adf-93c2-61a0ba5d0fd8 {
  max-width:  100%;
}

.shg-c#s-2d5283e6-90cd-4adf-93c2-61a0ba5d0fd8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2d5283e6-90cd-4adf-93c2-61a0ba5d0fd8 .shg-image-zoom,
.shg-c#s-2d5283e6-90cd-4adf-93c2-61a0ba5d0fd8 img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-2d5283e6-90cd-4adf-93c2-61a0ba5d0fd8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2d5283e6-90cd-4adf-93c2-61a0ba5d0fd8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d5283e6-90cd-4adf-93c2-61a0ba5d0fd8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-2d5283e6-90cd-4adf-93c2-61a0ba5d0fd8 {
  max-width:  100%;
}

.shg-c#s-2d5283e6-90cd-4adf-93c2-61a0ba5d0fd8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2d5283e6-90cd-4adf-93c2-61a0ba5d0fd8 .shg-image-zoom,
.shg-c#s-2d5283e6-90cd-4adf-93c2-61a0ba5d0fd8 img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-2d5283e6-90cd-4adf-93c2-61a0ba5d0fd8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2d5283e6-90cd-4adf-93c2-61a0ba5d0fd8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d5283e6-90cd-4adf-93c2-61a0ba5d0fd8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2d5283e6-90cd-4adf-93c2-61a0ba5d0fd8 {
  max-width:  100%;
}

.shg-c#s-2d5283e6-90cd-4adf-93c2-61a0ba5d0fd8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2d5283e6-90cd-4adf-93c2-61a0ba5d0fd8 .shg-image-zoom,
.shg-c#s-2d5283e6-90cd-4adf-93c2-61a0ba5d0fd8 img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-2d5283e6-90cd-4adf-93c2-61a0ba5d0fd8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2d5283e6-90cd-4adf-93c2-61a0ba5d0fd8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d5283e6-90cd-4adf-93c2-61a0ba5d0fd8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2d5283e6-90cd-4adf-93c2-61a0ba5d0fd8 {
  max-width:  100%;
}

.shg-c#s-2d5283e6-90cd-4adf-93c2-61a0ba5d0fd8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2d5283e6-90cd-4adf-93c2-61a0ba5d0fd8 .shg-image-zoom,
.shg-c#s-2d5283e6-90cd-4adf-93c2-61a0ba5d0fd8 img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-2d5283e6-90cd-4adf-93c2-61a0ba5d0fd8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2d5283e6-90cd-4adf-93c2-61a0ba5d0fd8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d5283e6-90cd-4adf-93c2-61a0ba5d0fd8 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-2d5283e6-90cd-4adf-93c2-61a0ba5d0fd8 {
  max-width:  100%;
}

.shg-c#s-2d5283e6-90cd-4adf-93c2-61a0ba5d0fd8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2d5283e6-90cd-4adf-93c2-61a0ba5d0fd8 .shg-image-zoom,
.shg-c#s-2d5283e6-90cd-4adf-93c2-61a0ba5d0fd8 img.shogun-image {
  max-width: 90% !important;
  
}

.shg-c#s-2d5283e6-90cd-4adf-93c2-61a0ba5d0fd8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2d5283e6-90cd-4adf-93c2-61a0ba5d0fd8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d5283e6-90cd-4adf-93c2-61a0ba5d0fd8 img.shogun-image {
  width: 100%;
}



}
#s-18462fc2-d00f-413e-af05-e271384d405e hr {
  border-top: 2px solid rgba(73, 152, 192, 1);
}

@media (min-width: 0px) {
[id="s-33847f66-72a2-4fe6-b691-764dc4cca5db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33847f66-72a2-4fe6-b691-764dc4cca5db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-33847f66-72a2-4fe6-b691-764dc4cca5db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-33847f66-72a2-4fe6-b691-764dc4cca5db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-03ca743b-efab-43e2-b993-8e2c28a05fee {
  margin-bottom: 20px;
text-align: center;
}

#s-03ca743b-efab-43e2-b993-8e2c28a05fee .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



#s-0404a054-cba2-4c2e-89d0-56ceb777d444 {
  padding-top: 0px;
padding-bottom: 0px;
max-width: 2000px;
aspect-ratio: 2000/1731;
text-align: center;
}
@media (min-width: 1200px){#s-0404a054-cba2-4c2e-89d0-56ceb777d444 {
  display: none;
}
#s-0404a054-cba2-4c2e-89d0-56ceb777d444, #wrap-s-0404a054-cba2-4c2e-89d0-56ceb777d444 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0404a054-cba2-4c2e-89d0-56ceb777d444 {
  display: none;
}
#s-0404a054-cba2-4c2e-89d0-56ceb777d444, #wrap-s-0404a054-cba2-4c2e-89d0-56ceb777d444 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0404a054-cba2-4c2e-89d0-56ceb777d444 {
  display: none;
}
#s-0404a054-cba2-4c2e-89d0-56ceb777d444, #wrap-s-0404a054-cba2-4c2e-89d0-56ceb777d444 { display: none !important; }}@media (max-width: 767px){#s-0404a054-cba2-4c2e-89d0-56ceb777d444 {
  
}
}




  #s-0404a054-cba2-4c2e-89d0-56ceb777d444 img.shogun-image,
  #s-0404a054-cba2-4c2e-89d0-56ceb777d444 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0404a054-cba2-4c2e-89d0-56ceb777d444 {
    width: 100%;
    height: auto;
  }

  #s-0404a054-cba2-4c2e-89d0-56ceb777d444 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0404a054-cba2-4c2e-89d0-56ceb777d444.shogun-image {
    
    
  }


.s-0404a054-cba2-4c2e-89d0-56ceb777d444 .shogun-image-content {
  
    align-items: center;
  
}

.s-0404a054-cba2-4c2e-89d0-56ceb777d444.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0404a054-cba2-4c2e-89d0-56ceb777d444.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0404a054-cba2-4c2e-89d0-56ceb777d444.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0404a054-cba2-4c2e-89d0-56ceb777d444 {
      --shg-aspect-ratio: calc(2000/1731); 
    }

    .s-0404a054-cba2-4c2e-89d0-56ceb777d444.shogun-image-container {
      position: relative;
    }

    .s-0404a054-cba2-4c2e-89d0-56ceb777d444.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0404a054-cba2-4c2e-89d0-56ceb777d444.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0404a054-cba2-4c2e-89d0-56ceb777d444 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0404a054-cba2-4c2e-89d0-56ceb777d444 img.shogun-image,
  #s-0404a054-cba2-4c2e-89d0-56ceb777d444 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0404a054-cba2-4c2e-89d0-56ceb777d444 {
    width: 100%;
    height: auto;
  }

  #s-0404a054-cba2-4c2e-89d0-56ceb777d444 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0404a054-cba2-4c2e-89d0-56ceb777d444.shogun-image {
    
    
  }


.s-0404a054-cba2-4c2e-89d0-56ceb777d444 .shogun-image-content {
  
    align-items: center;
  
}

.s-0404a054-cba2-4c2e-89d0-56ceb777d444.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0404a054-cba2-4c2e-89d0-56ceb777d444.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0404a054-cba2-4c2e-89d0-56ceb777d444.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0404a054-cba2-4c2e-89d0-56ceb777d444 {
      --shg-aspect-ratio: calc(2000/1731); 
    }

    .s-0404a054-cba2-4c2e-89d0-56ceb777d444.shogun-image-container {
      position: relative;
    }

    .s-0404a054-cba2-4c2e-89d0-56ceb777d444.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0404a054-cba2-4c2e-89d0-56ceb777d444.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0404a054-cba2-4c2e-89d0-56ceb777d444 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0404a054-cba2-4c2e-89d0-56ceb777d444 img.shogun-image,
  #s-0404a054-cba2-4c2e-89d0-56ceb777d444 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0404a054-cba2-4c2e-89d0-56ceb777d444 {
    width: 100%;
    height: auto;
  }

  #s-0404a054-cba2-4c2e-89d0-56ceb777d444 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0404a054-cba2-4c2e-89d0-56ceb777d444.shogun-image {
    
    
  }


.s-0404a054-cba2-4c2e-89d0-56ceb777d444 .shogun-image-content {
  
    align-items: center;
  
}

.s-0404a054-cba2-4c2e-89d0-56ceb777d444.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0404a054-cba2-4c2e-89d0-56ceb777d444.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0404a054-cba2-4c2e-89d0-56ceb777d444.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0404a054-cba2-4c2e-89d0-56ceb777d444 {
      --shg-aspect-ratio: calc(2000/1731); 
    }

    .s-0404a054-cba2-4c2e-89d0-56ceb777d444.shogun-image-container {
      position: relative;
    }

    .s-0404a054-cba2-4c2e-89d0-56ceb777d444.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0404a054-cba2-4c2e-89d0-56ceb777d444.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0404a054-cba2-4c2e-89d0-56ceb777d444 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0404a054-cba2-4c2e-89d0-56ceb777d444 img.shogun-image,
  #s-0404a054-cba2-4c2e-89d0-56ceb777d444 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0404a054-cba2-4c2e-89d0-56ceb777d444 {
    width: 100%;
    height: auto;
  }

  #s-0404a054-cba2-4c2e-89d0-56ceb777d444 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0404a054-cba2-4c2e-89d0-56ceb777d444.shogun-image {
    
    
  }


.s-0404a054-cba2-4c2e-89d0-56ceb777d444 .shogun-image-content {
  
    align-items: center;
  
}

.s-0404a054-cba2-4c2e-89d0-56ceb777d444.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0404a054-cba2-4c2e-89d0-56ceb777d444.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0404a054-cba2-4c2e-89d0-56ceb777d444.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0404a054-cba2-4c2e-89d0-56ceb777d444 {
      --shg-aspect-ratio: calc(2000/1731); 
    }

    .s-0404a054-cba2-4c2e-89d0-56ceb777d444.shogun-image-container {
      position: relative;
    }

    .s-0404a054-cba2-4c2e-89d0-56ceb777d444.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0404a054-cba2-4c2e-89d0-56ceb777d444.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0404a054-cba2-4c2e-89d0-56ceb777d444 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0404a054-cba2-4c2e-89d0-56ceb777d444 img.shogun-image,
  #s-0404a054-cba2-4c2e-89d0-56ceb777d444 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0404a054-cba2-4c2e-89d0-56ceb777d444 {
    width: 100%;
    height: auto;
  }

  #s-0404a054-cba2-4c2e-89d0-56ceb777d444 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0404a054-cba2-4c2e-89d0-56ceb777d444.shogun-image {
    
    
  }


.s-0404a054-cba2-4c2e-89d0-56ceb777d444 .shogun-image-content {
  
    align-items: center;
  
}

.s-0404a054-cba2-4c2e-89d0-56ceb777d444.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0404a054-cba2-4c2e-89d0-56ceb777d444.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0404a054-cba2-4c2e-89d0-56ceb777d444.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0404a054-cba2-4c2e-89d0-56ceb777d444 {
      --shg-aspect-ratio: calc(2000/1731); 
    }

    .s-0404a054-cba2-4c2e-89d0-56ceb777d444.shogun-image-container {
      position: relative;
    }

    .s-0404a054-cba2-4c2e-89d0-56ceb777d444.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0404a054-cba2-4c2e-89d0-56ceb777d444.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0404a054-cba2-4c2e-89d0-56ceb777d444 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-9d42817b-4fdd-487d-8c87-d61113b993d4 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
text-align: center;
}

#s-9d42817b-4fdd-487d-8c87-d61113b993d4 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-106e1e75-f600-4fc3-95cb-08cf0f279393 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 3%;
padding-right: 3%;
}

#s-106e1e75-f600-4fc3-95cb-08cf0f279393 hr {
  border-top: 2px solid #ddd;
}

#s-9c06e6a4-a641-4aad-a4b8-dc61f4c06449 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9c06e6a4-a641-4aad-a4b8-dc61f4c06449 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



#s-6bddd225-c607-4a52-a711-b842b2dfd6f0 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-6bddd225-c607-4a52-a711-b842b2dfd6f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6bddd225-c607-4a52-a711-b842b2dfd6f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-6bddd225-c607-4a52-a711-b842b2dfd6f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-6bddd225-c607-4a52-a711-b842b2dfd6f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-efa0176a-1a19-425f-a088-0d0990b42c89 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-efa0176a-1a19-425f-a088-0d0990b42c89:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-efa0176a-1a19-425f-a088-0d0990b42c89:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-efa0176a-1a19-425f-a088-0d0990b42c89-root {
    text-align: center;
  }


#s-efa0176a-1a19-425f-a088-0d0990b42c89.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-efa0176a-1a19-425f-a088-0d0990b42c89-root {
    text-align: center;
  }


#s-efa0176a-1a19-425f-a088-0d0990b42c89.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-efa0176a-1a19-425f-a088-0d0990b42c89-root {
    text-align: center;
  }


#s-efa0176a-1a19-425f-a088-0d0990b42c89.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-efa0176a-1a19-425f-a088-0d0990b42c89-root {
    text-align: center;
  }


#s-efa0176a-1a19-425f-a088-0d0990b42c89.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-efa0176a-1a19-425f-a088-0d0990b42c89-root {
    text-align: center;
  }


#s-efa0176a-1a19-425f-a088-0d0990b42c89.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-8edbe5fb-ac73-4cbf-8ae8-070140b26595 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-8edbe5fb-ac73-4cbf-8ae8-070140b26595:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-8edbe5fb-ac73-4cbf-8ae8-070140b26595:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-8edbe5fb-ac73-4cbf-8ae8-070140b26595-root {
    text-align: center;
  }


#s-8edbe5fb-ac73-4cbf-8ae8-070140b26595.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8edbe5fb-ac73-4cbf-8ae8-070140b26595-root {
    text-align: center;
  }


#s-8edbe5fb-ac73-4cbf-8ae8-070140b26595.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8edbe5fb-ac73-4cbf-8ae8-070140b26595-root {
    text-align: center;
  }


#s-8edbe5fb-ac73-4cbf-8ae8-070140b26595.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8edbe5fb-ac73-4cbf-8ae8-070140b26595-root {
    text-align: center;
  }


#s-8edbe5fb-ac73-4cbf-8ae8-070140b26595.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8edbe5fb-ac73-4cbf-8ae8-070140b26595-root {
    text-align: center;
  }


#s-8edbe5fb-ac73-4cbf-8ae8-070140b26595.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-d380f1b9-084e-443d-9b10-b38e125fd7b3 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-d380f1b9-084e-443d-9b10-b38e125fd7b3:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-d380f1b9-084e-443d-9b10-b38e125fd7b3:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-d380f1b9-084e-443d-9b10-b38e125fd7b3-root {
    text-align: center;
  }


#s-d380f1b9-084e-443d-9b10-b38e125fd7b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d380f1b9-084e-443d-9b10-b38e125fd7b3-root {
    text-align: center;
  }


#s-d380f1b9-084e-443d-9b10-b38e125fd7b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d380f1b9-084e-443d-9b10-b38e125fd7b3-root {
    text-align: center;
  }


#s-d380f1b9-084e-443d-9b10-b38e125fd7b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d380f1b9-084e-443d-9b10-b38e125fd7b3-root {
    text-align: center;
  }


#s-d380f1b9-084e-443d-9b10-b38e125fd7b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d380f1b9-084e-443d-9b10-b38e125fd7b3-root {
    text-align: center;
  }


#s-d380f1b9-084e-443d-9b10-b38e125fd7b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-b85b08a0-5161-4567-8528-47aaa15e68a4 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-b85b08a0-5161-4567-8528-47aaa15e68a4:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-b85b08a0-5161-4567-8528-47aaa15e68a4:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-b85b08a0-5161-4567-8528-47aaa15e68a4-root {
    text-align: center;
  }


#s-b85b08a0-5161-4567-8528-47aaa15e68a4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b85b08a0-5161-4567-8528-47aaa15e68a4-root {
    text-align: center;
  }


#s-b85b08a0-5161-4567-8528-47aaa15e68a4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b85b08a0-5161-4567-8528-47aaa15e68a4-root {
    text-align: center;
  }


#s-b85b08a0-5161-4567-8528-47aaa15e68a4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b85b08a0-5161-4567-8528-47aaa15e68a4-root {
    text-align: center;
  }


#s-b85b08a0-5161-4567-8528-47aaa15e68a4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b85b08a0-5161-4567-8528-47aaa15e68a4-root {
    text-align: center;
  }


#s-b85b08a0-5161-4567-8528-47aaa15e68a4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-2519c87b-a3c1-4038-9453-2034f210404b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-2519c87b-a3c1-4038-9453-2034f210404b:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-2519c87b-a3c1-4038-9453-2034f210404b:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-2519c87b-a3c1-4038-9453-2034f210404b-root {
    text-align: center;
  }


#s-2519c87b-a3c1-4038-9453-2034f210404b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2519c87b-a3c1-4038-9453-2034f210404b-root {
    text-align: center;
  }


#s-2519c87b-a3c1-4038-9453-2034f210404b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2519c87b-a3c1-4038-9453-2034f210404b-root {
    text-align: center;
  }


#s-2519c87b-a3c1-4038-9453-2034f210404b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2519c87b-a3c1-4038-9453-2034f210404b-root {
    text-align: center;
  }


#s-2519c87b-a3c1-4038-9453-2034f210404b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2519c87b-a3c1-4038-9453-2034f210404b-root {
    text-align: center;
  }


#s-2519c87b-a3c1-4038-9453-2034f210404b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-ed53e6d6-aa64-4c23-a802-5d7ec3298421 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-ed53e6d6-aa64-4c23-a802-5d7ec3298421:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-ed53e6d6-aa64-4c23-a802-5d7ec3298421:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-ed53e6d6-aa64-4c23-a802-5d7ec3298421-root {
    text-align: center;
  }


#s-ed53e6d6-aa64-4c23-a802-5d7ec3298421.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ed53e6d6-aa64-4c23-a802-5d7ec3298421-root {
    text-align: center;
  }


#s-ed53e6d6-aa64-4c23-a802-5d7ec3298421.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ed53e6d6-aa64-4c23-a802-5d7ec3298421-root {
    text-align: center;
  }


#s-ed53e6d6-aa64-4c23-a802-5d7ec3298421.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ed53e6d6-aa64-4c23-a802-5d7ec3298421-root {
    text-align: center;
  }


#s-ed53e6d6-aa64-4c23-a802-5d7ec3298421.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ed53e6d6-aa64-4c23-a802-5d7ec3298421-root {
    text-align: center;
  }


#s-ed53e6d6-aa64-4c23-a802-5d7ec3298421.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-175b829e-3357-4556-9025-f092c05ccc78 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-175b829e-3357-4556-9025-f092c05ccc78:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-175b829e-3357-4556-9025-f092c05ccc78:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-175b829e-3357-4556-9025-f092c05ccc78-root {
    text-align: center;
  }


#s-175b829e-3357-4556-9025-f092c05ccc78.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-175b829e-3357-4556-9025-f092c05ccc78-root {
    text-align: center;
  }


#s-175b829e-3357-4556-9025-f092c05ccc78.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-175b829e-3357-4556-9025-f092c05ccc78-root {
    text-align: center;
  }


#s-175b829e-3357-4556-9025-f092c05ccc78.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-175b829e-3357-4556-9025-f092c05ccc78-root {
    text-align: center;
  }


#s-175b829e-3357-4556-9025-f092c05ccc78.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-175b829e-3357-4556-9025-f092c05ccc78-root {
    text-align: center;
  }


#s-175b829e-3357-4556-9025-f092c05ccc78.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-d9149119-a878-45c0-9aa5-4b855f50a874 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-d9149119-a878-45c0-9aa5-4b855f50a874:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-d9149119-a878-45c0-9aa5-4b855f50a874:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-d9149119-a878-45c0-9aa5-4b855f50a874-root {
    text-align: center;
  }


#s-d9149119-a878-45c0-9aa5-4b855f50a874.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d9149119-a878-45c0-9aa5-4b855f50a874-root {
    text-align: center;
  }


#s-d9149119-a878-45c0-9aa5-4b855f50a874.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d9149119-a878-45c0-9aa5-4b855f50a874-root {
    text-align: center;
  }


#s-d9149119-a878-45c0-9aa5-4b855f50a874.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d9149119-a878-45c0-9aa5-4b855f50a874-root {
    text-align: center;
  }


#s-d9149119-a878-45c0-9aa5-4b855f50a874.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d9149119-a878-45c0-9aa5-4b855f50a874-root {
    text-align: center;
  }


#s-d9149119-a878-45c0-9aa5-4b855f50a874.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-98cb2f3f-3cc8-4968-8b2e-803dfb039c2e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98cb2f3f-3cc8-4968-8b2e-803dfb039c2e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



#s-70ba59de-5009-49a0-b74a-69766ec27a5e {
  margin-left: 3%;
margin-right: 3%;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-70ba59de-5009-49a0-b74a-69766ec27a5e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70ba59de-5009-49a0-b74a-69766ec27a5e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-70ba59de-5009-49a0-b74a-69766ec27a5e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-70ba59de-5009-49a0-b74a-69766ec27a5e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-7b9c29c6-da0c-4d4b-a628-1a33cac8a4c0 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-7b9c29c6-da0c-4d4b-a628-1a33cac8a4c0:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-7b9c29c6-da0c-4d4b-a628-1a33cac8a4c0:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-7b9c29c6-da0c-4d4b-a628-1a33cac8a4c0-root {
    text-align: center;
  }


#s-7b9c29c6-da0c-4d4b-a628-1a33cac8a4c0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7b9c29c6-da0c-4d4b-a628-1a33cac8a4c0-root {
    text-align: center;
  }


#s-7b9c29c6-da0c-4d4b-a628-1a33cac8a4c0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7b9c29c6-da0c-4d4b-a628-1a33cac8a4c0-root {
    text-align: center;
  }


#s-7b9c29c6-da0c-4d4b-a628-1a33cac8a4c0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7b9c29c6-da0c-4d4b-a628-1a33cac8a4c0-root {
    text-align: center;
  }


#s-7b9c29c6-da0c-4d4b-a628-1a33cac8a4c0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7b9c29c6-da0c-4d4b-a628-1a33cac8a4c0-root {
    text-align: center;
  }


#s-7b9c29c6-da0c-4d4b-a628-1a33cac8a4c0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-91f014cd-0c1e-4c38-83f3-d6cfa02ce8a5 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-91f014cd-0c1e-4c38-83f3-d6cfa02ce8a5:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-91f014cd-0c1e-4c38-83f3-d6cfa02ce8a5:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-91f014cd-0c1e-4c38-83f3-d6cfa02ce8a5-root {
    text-align: center;
  }


#s-91f014cd-0c1e-4c38-83f3-d6cfa02ce8a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-91f014cd-0c1e-4c38-83f3-d6cfa02ce8a5-root {
    text-align: center;
  }


#s-91f014cd-0c1e-4c38-83f3-d6cfa02ce8a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-91f014cd-0c1e-4c38-83f3-d6cfa02ce8a5-root {
    text-align: center;
  }


#s-91f014cd-0c1e-4c38-83f3-d6cfa02ce8a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-91f014cd-0c1e-4c38-83f3-d6cfa02ce8a5-root {
    text-align: center;
  }


#s-91f014cd-0c1e-4c38-83f3-d6cfa02ce8a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-91f014cd-0c1e-4c38-83f3-d6cfa02ce8a5-root {
    text-align: center;
  }


#s-91f014cd-0c1e-4c38-83f3-d6cfa02ce8a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-28491bca-7404-4fbd-afe8-ca830b81cb75 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-28491bca-7404-4fbd-afe8-ca830b81cb75:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-28491bca-7404-4fbd-afe8-ca830b81cb75:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-28491bca-7404-4fbd-afe8-ca830b81cb75-root {
    text-align: center;
  }


#s-28491bca-7404-4fbd-afe8-ca830b81cb75.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-28491bca-7404-4fbd-afe8-ca830b81cb75-root {
    text-align: center;
  }


#s-28491bca-7404-4fbd-afe8-ca830b81cb75.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-28491bca-7404-4fbd-afe8-ca830b81cb75-root {
    text-align: center;
  }


#s-28491bca-7404-4fbd-afe8-ca830b81cb75.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-28491bca-7404-4fbd-afe8-ca830b81cb75-root {
    text-align: center;
  }


#s-28491bca-7404-4fbd-afe8-ca830b81cb75.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-28491bca-7404-4fbd-afe8-ca830b81cb75-root {
    text-align: center;
  }


#s-28491bca-7404-4fbd-afe8-ca830b81cb75.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-44e5ac44-7183-40ed-9a92-cbd99b0247ba {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-44e5ac44-7183-40ed-9a92-cbd99b0247ba:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-44e5ac44-7183-40ed-9a92-cbd99b0247ba:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-44e5ac44-7183-40ed-9a92-cbd99b0247ba-root {
    text-align: center;
  }


#s-44e5ac44-7183-40ed-9a92-cbd99b0247ba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-44e5ac44-7183-40ed-9a92-cbd99b0247ba-root {
    text-align: center;
  }


#s-44e5ac44-7183-40ed-9a92-cbd99b0247ba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-44e5ac44-7183-40ed-9a92-cbd99b0247ba-root {
    text-align: center;
  }


#s-44e5ac44-7183-40ed-9a92-cbd99b0247ba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-44e5ac44-7183-40ed-9a92-cbd99b0247ba-root {
    text-align: center;
  }


#s-44e5ac44-7183-40ed-9a92-cbd99b0247ba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-44e5ac44-7183-40ed-9a92-cbd99b0247ba-root {
    text-align: center;
  }


#s-44e5ac44-7183-40ed-9a92-cbd99b0247ba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-6251a7ca-b05f-4fdd-97cd-9b07179c1a37 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-6251a7ca-b05f-4fdd-97cd-9b07179c1a37:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-6251a7ca-b05f-4fdd-97cd-9b07179c1a37:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-6251a7ca-b05f-4fdd-97cd-9b07179c1a37-root {
    text-align: center;
  }


#s-6251a7ca-b05f-4fdd-97cd-9b07179c1a37.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6251a7ca-b05f-4fdd-97cd-9b07179c1a37-root {
    text-align: center;
  }


#s-6251a7ca-b05f-4fdd-97cd-9b07179c1a37.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6251a7ca-b05f-4fdd-97cd-9b07179c1a37-root {
    text-align: center;
  }


#s-6251a7ca-b05f-4fdd-97cd-9b07179c1a37.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6251a7ca-b05f-4fdd-97cd-9b07179c1a37-root {
    text-align: center;
  }


#s-6251a7ca-b05f-4fdd-97cd-9b07179c1a37.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6251a7ca-b05f-4fdd-97cd-9b07179c1a37-root {
    text-align: center;
  }


#s-6251a7ca-b05f-4fdd-97cd-9b07179c1a37.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-01ebbbfa-ff6a-453c-886e-fd28ad154787 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 8px;
max-width: 250px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.25em;
}
#s-01ebbbfa-ff6a-453c-886e-fd28ad154787:hover {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-01ebbbfa-ff6a-453c-886e-fd28ad154787:active {background-color: rgba(211, 232, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-01ebbbfa-ff6a-453c-886e-fd28ad154787-root {
    text-align: center;
  }


#s-01ebbbfa-ff6a-453c-886e-fd28ad154787.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
@media (min-width: 1200px){
  #s-01ebbbfa-ff6a-453c-886e-fd28ad154787-root {
    text-align: center;
  }


#s-01ebbbfa-ff6a-453c-886e-fd28ad154787.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-01ebbbfa-ff6a-453c-886e-fd28ad154787-root {
    text-align: center;
  }


#s-01ebbbfa-ff6a-453c-886e-fd28ad154787.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-01ebbbfa-ff6a-453c-886e-fd28ad154787-root {
    text-align: center;
  }


#s-01ebbbfa-ff6a-453c-886e-fd28ad154787.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}@media (max-width: 767px){
  #s-01ebbbfa-ff6a-453c-886e-fd28ad154787-root {
    text-align: center;
  }


#s-01ebbbfa-ff6a-453c-886e-fd28ad154787.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Lora;
  display:  block ;
}
}
#s-f84b68ba-b7d8-4342-8d8e-af8f2e232898 {
  min-height: 50px;
}








#s-f84b68ba-b7d8-4342-8d8e-af8f2e232898 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f84b68ba-b7d8-4342-8d8e-af8f2e232898.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0 {
  max-width: 200px;
aspect-ratio: 200/45;
text-align: center;
}





  #s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0 img.shogun-image,
  #s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0 {
    width: 100%;
    height: auto;
  }

  #s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0.shogun-image {
    
    
  }


.s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0 {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0.shogun-image-container {
      position: relative;
    }

    .s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0 img.shogun-image,
  #s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0 {
    width: 100%;
    height: auto;
  }

  #s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0.shogun-image {
    
    
  }


.s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0 {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0.shogun-image-container {
      position: relative;
    }

    .s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0 img.shogun-image,
  #s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0 {
    width: 100%;
    height: auto;
  }

  #s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0.shogun-image {
    
    
  }


.s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0 {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0.shogun-image-container {
      position: relative;
    }

    .s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0 img.shogun-image,
  #s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0 {
    width: 100%;
    height: auto;
  }

  #s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0.shogun-image {
    
    
  }


.s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0 {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0.shogun-image-container {
      position: relative;
    }

    .s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0 img.shogun-image,
  #s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0 {
    width: 100%;
    height: auto;
  }

  #s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0.shogun-image {
    
    
  }


.s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0 {
      --shg-aspect-ratio: calc(200/45); 
    }

    .s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0.shogun-image-container {
      position: relative;
    }

    .s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dc2143a-101e-47e0-bf6d-3e3f98413ad0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-25a831c7-6a7e-485b-b28f-162b358968f5 {
  margin-bottom: 20px;
text-align: center;
}


.shg-c#s-25a831c7-6a7e-485b-b28f-162b358968f5 {
  max-width:  100%;
}

.shg-c#s-25a831c7-6a7e-485b-b28f-162b358968f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25a831c7-6a7e-485b-b28f-162b358968f5 .shg-image-zoom,
.shg-c#s-25a831c7-6a7e-485b-b28f-162b358968f5 img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-25a831c7-6a7e-485b-b28f-162b358968f5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-25a831c7-6a7e-485b-b28f-162b358968f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25a831c7-6a7e-485b-b28f-162b358968f5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-25a831c7-6a7e-485b-b28f-162b358968f5 {
  max-width:  100%;
}

.shg-c#s-25a831c7-6a7e-485b-b28f-162b358968f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25a831c7-6a7e-485b-b28f-162b358968f5 .shg-image-zoom,
.shg-c#s-25a831c7-6a7e-485b-b28f-162b358968f5 img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-25a831c7-6a7e-485b-b28f-162b358968f5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-25a831c7-6a7e-485b-b28f-162b358968f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25a831c7-6a7e-485b-b28f-162b358968f5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-25a831c7-6a7e-485b-b28f-162b358968f5 {
  max-width:  100%;
}

.shg-c#s-25a831c7-6a7e-485b-b28f-162b358968f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25a831c7-6a7e-485b-b28f-162b358968f5 .shg-image-zoom,
.shg-c#s-25a831c7-6a7e-485b-b28f-162b358968f5 img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-25a831c7-6a7e-485b-b28f-162b358968f5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-25a831c7-6a7e-485b-b28f-162b358968f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25a831c7-6a7e-485b-b28f-162b358968f5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-25a831c7-6a7e-485b-b28f-162b358968f5 {
  max-width:  100%;
}

.shg-c#s-25a831c7-6a7e-485b-b28f-162b358968f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25a831c7-6a7e-485b-b28f-162b358968f5 .shg-image-zoom,
.shg-c#s-25a831c7-6a7e-485b-b28f-162b358968f5 img.shogun-image {
  max-width: 75% !important;
  
}

.shg-c#s-25a831c7-6a7e-485b-b28f-162b358968f5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-25a831c7-6a7e-485b-b28f-162b358968f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25a831c7-6a7e-485b-b28f-162b358968f5 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-25a831c7-6a7e-485b-b28f-162b358968f5 {
  max-width:  100%;
}

.shg-c#s-25a831c7-6a7e-485b-b28f-162b358968f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25a831c7-6a7e-485b-b28f-162b358968f5 .shg-image-zoom,
.shg-c#s-25a831c7-6a7e-485b-b28f-162b358968f5 img.shogun-image {
  max-width: 90% !important;
  
}

.shg-c#s-25a831c7-6a7e-485b-b28f-162b358968f5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-25a831c7-6a7e-485b-b28f-162b358968f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25a831c7-6a7e-485b-b28f-162b358968f5 img.shogun-image {
  width: 100%;
}



}
#s-7268db0f-e494-4d74-a377-3921870e7259 hr {
  border-top: 2px solid rgba(73, 152, 192, 1);
}

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