.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-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 750px;
background-position: center center;
}
@media (max-width: 767px){#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  min-height: 600px;
}
}
#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  background-image: url(https://i.shgcdn.com/93229fec-ae59-4737-b419-8744a98ca934/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  cursor: pointer;
}#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  cursor: pointer;
}#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-58e2c48a-d7c4-4153-9c76-4bd603c4bdff {
  padding-left: 15%;
padding-right: 15%;
min-height: 50px;
}
@media (max-width: 767px){#s-58e2c48a-d7c4-4153-9c76-4bd603c4bdff {
  margin-top: 0px;
margin-bottom: 60px;
padding-left: 10%;
padding-right: 10%;
}
}







#s-58e2c48a-d7c4-4153-9c76-4bd603c4bdff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58e2c48a-d7c4-4153-9c76-4bd603c4bdff.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 1200px){






#s-58e2c48a-d7c4-4153-9c76-4bd603c4bdff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58e2c48a-d7c4-4153-9c76-4bd603c4bdff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (min-width: 992px) and (max-width: 1199px){






#s-58e2c48a-d7c4-4153-9c76-4bd603c4bdff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58e2c48a-d7c4-4153-9c76-4bd603c4bdff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
.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-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 {
  max-width: 500px;
aspect-ratio: 1108/372;
text-align: center;
}
@media (max-width: 767px){#s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 {
  max-width: 300px;
}
}




  #s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 img.shogun-image,
  #s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 {
    width: 100%;
    height: auto;
  }

  #s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60.shogun-image {
    
    
  }


.s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 {
      --shg-aspect-ratio: calc(1108/372); 
    }

    .s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60.shogun-image-container {
      position: relative;
    }

    .s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 img.shogun-image,
  #s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 {
    width: 100%;
    height: auto;
  }

  #s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60.shogun-image {
    
    
  }


.s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 {
      --shg-aspect-ratio: calc(1108/372); 
    }

    .s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60.shogun-image-container {
      position: relative;
    }

    .s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 img.shogun-image,
  #s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 {
    width: 100%;
    height: auto;
  }

  #s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60.shogun-image {
    
    
  }


.s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 {
      --shg-aspect-ratio: calc(1108/372); 
    }

    .s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60.shogun-image-container {
      position: relative;
    }

    .s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 img.shogun-image,
  #s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 {
    width: 100%;
    height: auto;
  }

  #s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60.shogun-image {
    
    
  }


.s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 {
      --shg-aspect-ratio: calc(1108/372); 
    }

    .s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60.shogun-image-container {
      position: relative;
    }

    .s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 img.shogun-image,
  #s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 {
    width: 100%;
    height: auto;
  }

  #s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60.shogun-image {
    
    
  }


.s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 {
      --shg-aspect-ratio: calc(1108/372); 
    }

    .s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60.shogun-image-container {
      position: relative;
    }

    .s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f14bcdf-29d2-4a43-91db-07eb3dbe2b60 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.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-4d3a47ac-fc77-4a6b-972b-e09faa4da3b3 {
  margin-top: 30px;
margin-bottom: 0px;
}

#s-ac18d7fb-f920-408a-beeb-e06273103972 {
  margin-top: 60px;
margin-bottom: 110px;
padding-left: 15%;
padding-right: 15%;
min-height: 50px;
}
@media (max-width: 767px){#s-ac18d7fb-f920-408a-beeb-e06273103972 {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-ac18d7fb-f920-408a-beeb-e06273103972 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac18d7fb-f920-408a-beeb-e06273103972.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-12b9b1ad-5060-45bb-ac2f-266fbc753f50 {
  padding-top: 70px;
padding-bottom: 10px;
max-width: 100%;
text-align: left;
}
@media (max-width: 767px){#s-12b9b1ad-5060-45bb-ac2f-266fbc753f50 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
}
}
#s-12b9b1ad-5060-45bb-ac2f-266fbc753f50 .shogun-heading-component h1 {
  color: rgba(3, 3, 3, 1);
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: -1px;
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-12b9b1ad-5060-45bb-ac2f-266fbc753f50 .shogun-heading-component h1 {
  color: rgba(3, 3, 3, 1);
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 80px;
  line-height: 0.9em;
  letter-spacing: -1px;
  text-align: left;
}


}@media (max-width: 767px){#s-12b9b1ad-5060-45bb-ac2f-266fbc753f50 .shogun-heading-component h1 {
  color: rgba(3, 3, 3, 1);
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  letter-spacing: -1px;
  text-align: left;
}


}
#s-29f71f8f-c938-48d9-8029-2331af05325f {
  padding-top: 30px;
padding-bottom: 30px;
max-width: 70%;
text-align: center;
}
@media (min-width: 1200px){#s-29f71f8f-c938-48d9-8029-2331af05325f {
  max-width: 60%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-29f71f8f-c938-48d9-8029-2331af05325f {
  max-width: 60%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-29f71f8f-c938-48d9-8029-2331af05325f {
  max-width: 100%;
}
}@media (max-width: 767px){#s-29f71f8f-c938-48d9-8029-2331af05325f {
  max-width: 100%;
}
}
#s-29f71f8f-c938-48d9-8029-2331af05325f .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (max-width: 767px){#s-29f71f8f-c938-48d9-8029-2331af05325f .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}
.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-2a0d9111-c793-45c5-8681-599cf226e1b7 {
  padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-2a0d9111-c793-45c5-8681-599cf226e1b7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2a0d9111-c793-45c5-8681-599cf226e1b7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2a0d9111-c793-45c5-8681-599cf226e1b7-root {
    text-align: left;
  }


#s-2a0d9111-c793-45c5-8681-599cf226e1b7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2a0d9111-c793-45c5-8681-599cf226e1b7-root {
    text-align: left;
  }


#s-2a0d9111-c793-45c5-8681-599cf226e1b7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2a0d9111-c793-45c5-8681-599cf226e1b7-root {
    text-align: left;
  }


#s-2a0d9111-c793-45c5-8681-599cf226e1b7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2a0d9111-c793-45c5-8681-599cf226e1b7-root {
    text-align: left;
  }


#s-2a0d9111-c793-45c5-8681-599cf226e1b7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2a0d9111-c793-45c5-8681-599cf226e1b7-root {
    text-align: left;
  }


#s-2a0d9111-c793-45c5-8681-599cf226e1b7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-55265afe-e5d9-4163-a592-72797138232d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
padding-left: 5%;
padding-bottom: 100px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-55265afe-e5d9-4163-a592-72797138232d {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
}







#s-55265afe-e5d9-4163-a592-72797138232d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55265afe-e5d9-4163-a592-72797138232d.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;
}

@media (max-width: 767px){#s-bbfcc44d-5529-44db-861a-fd53f29101b3 {
  margin-left: 10%;
margin-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-bbfcc44d-5529-44db-861a-fd53f29101b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bbfcc44d-5529-44db-861a-fd53f29101b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-bbfcc44d-5529-44db-861a-fd53f29101b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-bbfcc44d-5529-44db-861a-fd53f29101b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.0px);
}

}

#s-f3806a22-c84f-4a74-b54f-2ca4f77fc627 {
  background-repeat: no-repeat;
background-size: cover;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-f3806a22-c84f-4a74-b54f-2ca4f77fc627 {
  min-height: 750px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f3806a22-c84f-4a74-b54f-2ca4f77fc627 {
  min-height: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f3806a22-c84f-4a74-b54f-2ca4f77fc627 {
  min-height: 350px;
}
}







#s-f3806a22-c84f-4a74-b54f-2ca4f77fc627 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3806a22-c84f-4a74-b54f-2ca4f77fc627.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8dc0a753-cc44-48cb-a38d-4d2171eb15d3 {
  margin-top: 10px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}
@media (max-width: 767px){#s-8dc0a753-cc44-48cb-a38d-4d2171eb15d3 {
  margin-left: 0%;
margin-bottom: 30px;
}
}
#s-8dc0a753-cc44-48cb-a38d-4d2171eb15d3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  
  text-align: center;
}



#s-6f47645c-b25a-474e-b1c2-69be8fa87a0e {
  background-repeat: no-repeat;
background-size: cover;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-6f47645c-b25a-474e-b1c2-69be8fa87a0e {
  min-height: 750px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6f47645c-b25a-474e-b1c2-69be8fa87a0e {
  min-height: 350px;
}
}







#s-6f47645c-b25a-474e-b1c2-69be8fa87a0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f47645c-b25a-474e-b1c2-69be8fa87a0e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b1ed7604-cc7c-4c61-8f3f-ca2453c8834a {
  margin-top: 10px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-b1ed7604-cc7c-4c61-8f3f-ca2453c8834a {
  margin-left: 0%;
margin-bottom: 30px;
}
}
#s-b1ed7604-cc7c-4c61-8f3f-ca2453c8834a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  
  text-align: center;
}



#s-26be9747-b59e-47fe-80f5-40ed78196618 {
  background-repeat: no-repeat;
background-size: cover;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-26be9747-b59e-47fe-80f5-40ed78196618 {
  min-height: 750px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-26be9747-b59e-47fe-80f5-40ed78196618 {
  min-height: 350px;
}
}







#s-26be9747-b59e-47fe-80f5-40ed78196618 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26be9747-b59e-47fe-80f5-40ed78196618.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-69c87a09-d85d-4576-81ff-a49992852230 {
  margin-top: 10px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-69c87a09-d85d-4576-81ff-a49992852230 {
  margin-left: 0%;
}
}
#s-69c87a09-d85d-4576-81ff-a49992852230 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  
  text-align: center;
}



#s-13123f44-006d-4fa0-a917-935411d23b3d {
  min-height: 50px;
}








#s-13123f44-006d-4fa0-a917-935411d23b3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13123f44-006d-4fa0-a917-935411d23b3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bcab1983-4d3f-4a4e-bb74-1ec8f3be9386 {
  margin-top: 70px;
margin-bottom: 0px;
padding-top: 70px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
max-width: 100%;
text-align: left;
}
@media (max-width: 767px){#s-bcab1983-4d3f-4a4e-bb74-1ec8f3be9386 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
}
}
#s-bcab1983-4d3f-4a4e-bb74-1ec8f3be9386 .shogun-heading-component h1 {
  color: rgba(3, 3, 3, 1);
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: -1px;
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-bcab1983-4d3f-4a4e-bb74-1ec8f3be9386 .shogun-heading-component h1 {
  color: rgba(3, 3, 3, 1);
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 80px;
  line-height: 0.9em;
  letter-spacing: -1px;
  text-align: left;
}


}@media (max-width: 767px){#s-bcab1983-4d3f-4a4e-bb74-1ec8f3be9386 .shogun-heading-component h1 {
  color: rgba(3, 3, 3, 1);
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: -1px;
  text-align: left;
}


}
#s-82daf720-8b51-4046-b97e-bb9216056573 {
  padding-left: 7%;
padding-right: 7%;
max-width: 80%;
}
@media (max-width: 767px){#s-82daf720-8b51-4046-b97e-bb9216056573 {
  max-width: 100%;
}
}
@media (min-width: 0px) {
[id="s-82daf720-8b51-4046-b97e-bb9216056573"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82daf720-8b51-4046-b97e-bb9216056573"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-82daf720-8b51-4046-b97e-bb9216056573"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-82daf720-8b51-4046-b97e-bb9216056573"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-82daf720-8b51-4046-b97e-bb9216056573"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-82daf720-8b51-4046-b97e-bb9216056573"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-82daf720-8b51-4046-b97e-bb9216056573"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 {
  margin-top: 30px;
max-width: 300px;
aspect-ratio: 1/1;
text-align: left;
}
@media (max-width: 767px){#s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 {
  text-align: left;
}
}




  #s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 img.shogun-image,
  #s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 {
    width: 100%;
    height: auto;
  }

  #s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11.shogun-image {
    
    
  }


.s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11.shogun-image-container {
      position: relative;
    }

    .s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 img.shogun-image,
  #s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 {
    width: 100%;
    height: auto;
  }

  #s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11.shogun-image {
    
    
  }


.s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11.shogun-image-container {
      position: relative;
    }

    .s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 img.shogun-image,
  #s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 {
    width: 100%;
    height: auto;
  }

  #s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11.shogun-image {
    
    
  }


.s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11.shogun-image-container {
      position: relative;
    }

    .s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 img.shogun-image,
  #s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 {
    width: 100%;
    height: auto;
  }

  #s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11.shogun-image {
    
    
  }


.s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11.shogun-image-container {
      position: relative;
    }

    .s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 img.shogun-image,
  #s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 {
    width: 100%;
    height: auto;
  }

  #s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11.shogun-image {
    
    
  }


.s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11.shogun-image-container {
      position: relative;
    }

    .s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5fc7fb1-595f-46bf-9178-c6a7c2c5fe11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-6d36940b-c667-4a16-8164-1425a738bba1 {
  padding-top: 30px;
padding-left: 0%;
padding-bottom: 30px;
padding-right: 0%;
text-align: left;
}

#s-6d36940b-c667-4a16-8164-1425a738bba1 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-28bf556e-9c4a-42a2-b160-b933f474716f {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 20px;
padding-left: 7%;
padding-bottom: 80px;
padding-right: 7%;
min-height: 20px;
background-color: rgba(255, 255, 255, 1);
}








#s-28bf556e-9c4a-42a2-b160-b933f474716f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28bf556e-9c4a-42a2-b160-b933f474716f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-837713a1-0db4-4092-9a14-672e114632b3 {
  min-height: 50px;
}








#s-837713a1-0db4-4092-9a14-672e114632b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-837713a1-0db4-4092-9a14-672e114632b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b244acc-af9a-459a-850a-5ac240379359 {
  padding-bottom: 20px;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-144cb009-3669-431f-8d67-a18505b82b39 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
}

#s-2de49464-32a6-41e3-b5ff-1ade42cc87d7 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-2de49464-32a6-41e3-b5ff-1ade42cc87d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2de49464-32a6-41e3-b5ff-1ade42cc87d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-2de49464-32a6-41e3-b5ff-1ade42cc87d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-2de49464-32a6-41e3-b5ff-1ade42cc87d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-8885870b-25a3-40de-99cc-cc9de6abe8df {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
min-height: 700px;
background-position: center center;
}
@media (min-width: 1200px){#s-8885870b-25a3-40de-99cc-cc9de6abe8df {
  min-height: 700px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8885870b-25a3-40de-99cc-cc9de6abe8df {
  min-height: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8885870b-25a3-40de-99cc-cc9de6abe8df {
  min-height: 350px;
}
}@media (max-width: 767px){#s-8885870b-25a3-40de-99cc-cc9de6abe8df {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
min-height: 500px;
}
}







#s-8885870b-25a3-40de-99cc-cc9de6abe8df > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-8885870b-25a3-40de-99cc-cc9de6abe8df {
  cursor: pointer;
}#s-8885870b-25a3-40de-99cc-cc9de6abe8df.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-837d6068-7004-4216-bcad-35c3116d8c45 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}

#s-837d6068-7004-4216-bcad-35c3116d8c45 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-2d51d957-25f1-4bda-a6fe-4088c4038bea {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
max-width: 150px;
background-color: rgba(2, 2, 2, 0);
text-align: left;
text-decoration: none;
}
#s-2d51d957-25f1-4bda-a6fe-4088c4038bea:hover {background-color: rgba(253, 253, 253, 0.2) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2d51d957-25f1-4bda-a6fe-4088c4038bea:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-2d51d957-25f1-4bda-a6fe-4088c4038bea-root {
    text-align: left;
  }


#s-2d51d957-25f1-4bda-a6fe-4088c4038bea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2d51d957-25f1-4bda-a6fe-4088c4038bea-root {
    text-align: left;
  }


#s-2d51d957-25f1-4bda-a6fe-4088c4038bea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2d51d957-25f1-4bda-a6fe-4088c4038bea-root {
    text-align: left;
  }


#s-2d51d957-25f1-4bda-a6fe-4088c4038bea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2d51d957-25f1-4bda-a6fe-4088c4038bea-root {
    text-align: left;
  }


#s-2d51d957-25f1-4bda-a6fe-4088c4038bea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2d51d957-25f1-4bda-a6fe-4088c4038bea-root {
    text-align: left;
  }


#s-2d51d957-25f1-4bda-a6fe-4088c4038bea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-1639d984-c46b-4b47-87e9-79e161f60672 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
min-height: 700px;
background-position: center center;
}
@media (min-width: 1200px){#s-1639d984-c46b-4b47-87e9-79e161f60672 {
  min-height: 700px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1639d984-c46b-4b47-87e9-79e161f60672 {
  min-height: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1639d984-c46b-4b47-87e9-79e161f60672 {
  min-height: 350px;
}
}@media (max-width: 767px){#s-1639d984-c46b-4b47-87e9-79e161f60672 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
min-height: 500px;
}
}







#s-1639d984-c46b-4b47-87e9-79e161f60672 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-1639d984-c46b-4b47-87e9-79e161f60672 {
  cursor: pointer;
}#s-1639d984-c46b-4b47-87e9-79e161f60672.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-fd0689b2-b4a2-4dc4-8842-704487465c0d {
  padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}

#s-fd0689b2-b4a2-4dc4-8842-704487465c0d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-897b98ae-57b4-40ca-ac6e-c4f10f0edcf2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
max-width: 150px;
background-color: rgba(2, 2, 2, 0);
text-align: left;
text-decoration: none;
}
#s-897b98ae-57b4-40ca-ac6e-c4f10f0edcf2:hover {background-color: rgba(253, 253, 253, 0.2) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-897b98ae-57b4-40ca-ac6e-c4f10f0edcf2:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-897b98ae-57b4-40ca-ac6e-c4f10f0edcf2-root {
    text-align: left;
  }


#s-897b98ae-57b4-40ca-ac6e-c4f10f0edcf2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-897b98ae-57b4-40ca-ac6e-c4f10f0edcf2-root {
    text-align: left;
  }


#s-897b98ae-57b4-40ca-ac6e-c4f10f0edcf2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-897b98ae-57b4-40ca-ac6e-c4f10f0edcf2-root {
    text-align: left;
  }


#s-897b98ae-57b4-40ca-ac6e-c4f10f0edcf2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-897b98ae-57b4-40ca-ac6e-c4f10f0edcf2-root {
    text-align: left;
  }


#s-897b98ae-57b4-40ca-ac6e-c4f10f0edcf2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-897b98ae-57b4-40ca-ac6e-c4f10f0edcf2-root {
    text-align: left;
  }


#s-897b98ae-57b4-40ca-ac6e-c4f10f0edcf2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-d98ea474-6c60-4da9-8633-ab7c64b449d3 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
min-height: 700px;
background-position: center center;
}
@media (min-width: 1200px){#s-d98ea474-6c60-4da9-8633-ab7c64b449d3 {
  min-height: 700px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d98ea474-6c60-4da9-8633-ab7c64b449d3 {
  min-height: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d98ea474-6c60-4da9-8633-ab7c64b449d3 {
  min-height: 350px;
}
}@media (max-width: 767px){#s-d98ea474-6c60-4da9-8633-ab7c64b449d3 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
min-height: 500px;
}
}







#s-d98ea474-6c60-4da9-8633-ab7c64b449d3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-d98ea474-6c60-4da9-8633-ab7c64b449d3 {
  cursor: pointer;
}#s-d98ea474-6c60-4da9-8633-ab7c64b449d3.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-2f0014d9-c32d-4f8e-b8f6-90a852f70c2d {
  padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}

#s-2f0014d9-c32d-4f8e-b8f6-90a852f70c2d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-e747fb72-f2fa-4b1e-903a-f5c244765b0f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
max-width: 150px;
background-color: rgba(2, 2, 2, 0);
text-align: left;
text-decoration: none;
}
#s-e747fb72-f2fa-4b1e-903a-f5c244765b0f:hover {background-color: rgba(253, 253, 253, 0.2) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e747fb72-f2fa-4b1e-903a-f5c244765b0f:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e747fb72-f2fa-4b1e-903a-f5c244765b0f-root {
    text-align: left;
  }


#s-e747fb72-f2fa-4b1e-903a-f5c244765b0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e747fb72-f2fa-4b1e-903a-f5c244765b0f-root {
    text-align: left;
  }


#s-e747fb72-f2fa-4b1e-903a-f5c244765b0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e747fb72-f2fa-4b1e-903a-f5c244765b0f-root {
    text-align: left;
  }


#s-e747fb72-f2fa-4b1e-903a-f5c244765b0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e747fb72-f2fa-4b1e-903a-f5c244765b0f-root {
    text-align: left;
  }


#s-e747fb72-f2fa-4b1e-903a-f5c244765b0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e747fb72-f2fa-4b1e-903a-f5c244765b0f-root {
    text-align: left;
  }


#s-e747fb72-f2fa-4b1e-903a-f5c244765b0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-d0bf58ef-7939-4fa3-b3d5-280ddc333385 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-d0bf58ef-7939-4fa3-b3d5-280ddc333385"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0bf58ef-7939-4fa3-b3d5-280ddc333385"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-d0bf58ef-7939-4fa3-b3d5-280ddc333385"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-d0bf58ef-7939-4fa3-b3d5-280ddc333385"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-2be4dfdd-b5d4-4cae-8872-4e42ce9a62c9 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
min-height: 700px;
background-position: center center;
}
@media (min-width: 1200px){#s-2be4dfdd-b5d4-4cae-8872-4e42ce9a62c9 {
  min-height: 700px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2be4dfdd-b5d4-4cae-8872-4e42ce9a62c9 {
  min-height: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2be4dfdd-b5d4-4cae-8872-4e42ce9a62c9 {
  min-height: 350px;
}
}@media (max-width: 767px){#s-2be4dfdd-b5d4-4cae-8872-4e42ce9a62c9 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
min-height: 500px;
}
}







#s-2be4dfdd-b5d4-4cae-8872-4e42ce9a62c9 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-2be4dfdd-b5d4-4cae-8872-4e42ce9a62c9 {
  cursor: pointer;
}#s-2be4dfdd-b5d4-4cae-8872-4e42ce9a62c9.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-22c948dd-9df0-484e-93ae-cf5d8f69199d {
  padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}

#s-22c948dd-9df0-484e-93ae-cf5d8f69199d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-b3ff9f45-8953-429c-a9d2-6c67de915c7f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
max-width: 150px;
background-color: rgba(2, 2, 2, 0);
text-align: left;
text-decoration: none;
}
#s-b3ff9f45-8953-429c-a9d2-6c67de915c7f:hover {background-color: rgba(253, 253, 253, 0.2) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b3ff9f45-8953-429c-a9d2-6c67de915c7f:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b3ff9f45-8953-429c-a9d2-6c67de915c7f-root {
    text-align: left;
  }


#s-b3ff9f45-8953-429c-a9d2-6c67de915c7f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b3ff9f45-8953-429c-a9d2-6c67de915c7f-root {
    text-align: left;
  }


#s-b3ff9f45-8953-429c-a9d2-6c67de915c7f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b3ff9f45-8953-429c-a9d2-6c67de915c7f-root {
    text-align: left;
  }


#s-b3ff9f45-8953-429c-a9d2-6c67de915c7f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b3ff9f45-8953-429c-a9d2-6c67de915c7f-root {
    text-align: left;
  }


#s-b3ff9f45-8953-429c-a9d2-6c67de915c7f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b3ff9f45-8953-429c-a9d2-6c67de915c7f-root {
    text-align: left;
  }


#s-b3ff9f45-8953-429c-a9d2-6c67de915c7f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-1f883701-e8aa-43e0-8a80-e27cf971436b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
min-height: 700px;
background-position: center center;
}
@media (min-width: 1200px){#s-1f883701-e8aa-43e0-8a80-e27cf971436b {
  min-height: 700px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1f883701-e8aa-43e0-8a80-e27cf971436b {
  min-height: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1f883701-e8aa-43e0-8a80-e27cf971436b {
  min-height: 350px;
}
}@media (max-width: 767px){#s-1f883701-e8aa-43e0-8a80-e27cf971436b {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
min-height: 500px;
}
}







#s-1f883701-e8aa-43e0-8a80-e27cf971436b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-1f883701-e8aa-43e0-8a80-e27cf971436b {
  cursor: pointer;
}#s-1f883701-e8aa-43e0-8a80-e27cf971436b.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-1abb30ac-47f3-479c-9534-2b9f0919577c {
  padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}

#s-1abb30ac-47f3-479c-9534-2b9f0919577c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-e7e64e89-ce4e-48f1-9408-afcab17cd3ae {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
max-width: 150px;
background-color: rgba(2, 2, 2, 0);
text-align: left;
text-decoration: none;
}
#s-e7e64e89-ce4e-48f1-9408-afcab17cd3ae:hover {background-color: rgba(253, 253, 253, 0.2) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e7e64e89-ce4e-48f1-9408-afcab17cd3ae:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e7e64e89-ce4e-48f1-9408-afcab17cd3ae-root {
    text-align: left;
  }


#s-e7e64e89-ce4e-48f1-9408-afcab17cd3ae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e7e64e89-ce4e-48f1-9408-afcab17cd3ae-root {
    text-align: left;
  }


#s-e7e64e89-ce4e-48f1-9408-afcab17cd3ae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e7e64e89-ce4e-48f1-9408-afcab17cd3ae-root {
    text-align: left;
  }


#s-e7e64e89-ce4e-48f1-9408-afcab17cd3ae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e7e64e89-ce4e-48f1-9408-afcab17cd3ae-root {
    text-align: left;
  }


#s-e7e64e89-ce4e-48f1-9408-afcab17cd3ae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e7e64e89-ce4e-48f1-9408-afcab17cd3ae-root {
    text-align: left;
  }


#s-e7e64e89-ce4e-48f1-9408-afcab17cd3ae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-daecf507-0556-40ce-8739-d80b21ce8437 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
min-height: 700px;
background-position: center center;
}
@media (min-width: 1200px){#s-daecf507-0556-40ce-8739-d80b21ce8437 {
  min-height: 700px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-daecf507-0556-40ce-8739-d80b21ce8437 {
  min-height: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-daecf507-0556-40ce-8739-d80b21ce8437 {
  min-height: 350px;
}
}@media (max-width: 767px){#s-daecf507-0556-40ce-8739-d80b21ce8437 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
min-height: 500px;
}
}







#s-daecf507-0556-40ce-8739-d80b21ce8437 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-daecf507-0556-40ce-8739-d80b21ce8437 {
  cursor: pointer;
}#s-daecf507-0556-40ce-8739-d80b21ce8437.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-25c4967b-9263-4701-b9bd-ac50746242d8 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}

#s-25c4967b-9263-4701-b9bd-ac50746242d8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-0a27b07b-f9cc-410d-98b2-18ba8d57a42c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
max-width: 150px;
background-color: rgba(2, 2, 2, 0);
text-align: left;
text-decoration: none;
}
#s-0a27b07b-f9cc-410d-98b2-18ba8d57a42c:hover {background-color: rgba(253, 253, 253, 0.2) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0a27b07b-f9cc-410d-98b2-18ba8d57a42c:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0a27b07b-f9cc-410d-98b2-18ba8d57a42c-root {
    text-align: left;
  }


#s-0a27b07b-f9cc-410d-98b2-18ba8d57a42c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0a27b07b-f9cc-410d-98b2-18ba8d57a42c-root {
    text-align: left;
  }


#s-0a27b07b-f9cc-410d-98b2-18ba8d57a42c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0a27b07b-f9cc-410d-98b2-18ba8d57a42c-root {
    text-align: left;
  }


#s-0a27b07b-f9cc-410d-98b2-18ba8d57a42c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0a27b07b-f9cc-410d-98b2-18ba8d57a42c-root {
    text-align: left;
  }


#s-0a27b07b-f9cc-410d-98b2-18ba8d57a42c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0a27b07b-f9cc-410d-98b2-18ba8d57a42c-root {
    text-align: left;
  }


#s-0a27b07b-f9cc-410d-98b2-18ba8d57a42c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-aafe1031-5bb2-460b-85d8-1eda73679a1d {
  padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-aafe1031-5bb2-460b-85d8-1eda73679a1d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aafe1031-5bb2-460b-85d8-1eda73679a1d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-aafe1031-5bb2-460b-85d8-1eda73679a1d-root {
    text-align: center;
  }


#s-aafe1031-5bb2-460b-85d8-1eda73679a1d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aafe1031-5bb2-460b-85d8-1eda73679a1d-root {
    text-align: center;
  }


#s-aafe1031-5bb2-460b-85d8-1eda73679a1d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aafe1031-5bb2-460b-85d8-1eda73679a1d-root {
    text-align: center;
  }


#s-aafe1031-5bb2-460b-85d8-1eda73679a1d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aafe1031-5bb2-460b-85d8-1eda73679a1d-root {
    text-align: center;
  }


#s-aafe1031-5bb2-460b-85d8-1eda73679a1d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aafe1031-5bb2-460b-85d8-1eda73679a1d-root {
    text-align: center;
  }


#s-aafe1031-5bb2-460b-85d8-1eda73679a1d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-84813375-f8d8-48ea-ac36-e918d5229567 {
  min-height: 50px;
}








#s-84813375-f8d8-48ea-ac36-e918d5229567 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84813375-f8d8-48ea-ac36-e918d5229567.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c083ba8-7702-465d-8169-ad508615fa5d {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-6c083ba8-7702-465d-8169-ad508615fa5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c083ba8-7702-465d-8169-ad508615fa5d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d8a97a3-d5ea-47b4-a226-e0f952ac4500 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 70px;
padding-left: 7%;
padding-bottom: 0px;
padding-right: 7%;
max-width: 100%;
text-align: left;
}
@media (max-width: 767px){#s-3d8a97a3-d5ea-47b4-a226-e0f952ac4500 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 60px;
}
}
#s-3d8a97a3-d5ea-47b4-a226-e0f952ac4500 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 33px;
  line-height: 1em;
  letter-spacing: -1px;
  text-align: center;
}


@media (min-width: 992px) and (max-width: 1199px){#s-3d8a97a3-d5ea-47b4-a226-e0f952ac4500 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 33px;
  line-height: 0.9em;
  letter-spacing: -1px;
  text-align: center;
}


}
#s-d39e34d5-6920-4ee2-b392-27fa6824ff59 {
  margin-top: 40px;
margin-bottom: 60px;
padding-left: 7%;
padding-right: 7%;
}

@media (min-width: 0px) {
[id="s-d39e34d5-6920-4ee2-b392-27fa6824ff59"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d39e34d5-6920-4ee2-b392-27fa6824ff59"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-d39e34d5-6920-4ee2-b392-27fa6824ff59"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-d39e34d5-6920-4ee2-b392-27fa6824ff59"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-4e613289-f431-432f-9ac0-bffad300cfc0 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
min-height: 350px;
background-position: center center;
}
@media (min-width: 1200px){#s-4e613289-f431-432f-9ac0-bffad300cfc0 {
  min-height: 700px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4e613289-f431-432f-9ac0-bffad300cfc0 {
  min-height: 350px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4e613289-f431-432f-9ac0-bffad300cfc0 {
  min-height: 250px;
}
}







#s-4e613289-f431-432f-9ac0-bffad300cfc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e613289-f431-432f-9ac0-bffad300cfc0 {
  cursor: pointer;
}#s-4e613289-f431-432f-9ac0-bffad300cfc0.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-c77e665d-2f40-456e-a364-d68509915c2e {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}

#s-c77e665d-2f40-456e-a364-d68509915c2e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-9bd8bfe2-6167-4d4d-b870-7d6d33b89555 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
max-width: 150px;
background-color: rgba(2, 2, 2, 0);
text-align: left;
text-decoration: none;
}
#s-9bd8bfe2-6167-4d4d-b870-7d6d33b89555:hover {background-color: rgba(253, 253, 253, 0.2) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9bd8bfe2-6167-4d4d-b870-7d6d33b89555:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-9bd8bfe2-6167-4d4d-b870-7d6d33b89555-root {
    text-align: left;
  }


#s-9bd8bfe2-6167-4d4d-b870-7d6d33b89555.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9bd8bfe2-6167-4d4d-b870-7d6d33b89555-root {
    text-align: left;
  }


#s-9bd8bfe2-6167-4d4d-b870-7d6d33b89555.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9bd8bfe2-6167-4d4d-b870-7d6d33b89555-root {
    text-align: left;
  }


#s-9bd8bfe2-6167-4d4d-b870-7d6d33b89555.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9bd8bfe2-6167-4d4d-b870-7d6d33b89555-root {
    text-align: left;
  }


#s-9bd8bfe2-6167-4d4d-b870-7d6d33b89555.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9bd8bfe2-6167-4d4d-b870-7d6d33b89555-root {
    text-align: left;
  }


#s-9bd8bfe2-6167-4d4d-b870-7d6d33b89555.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-4890f6ff-bc9b-4d55-a573-ec62959984dc {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
min-height: 350px;
background-position: center center;
}
@media (min-width: 1200px){#s-4890f6ff-bc9b-4d55-a573-ec62959984dc {
  min-height: 700px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4890f6ff-bc9b-4d55-a573-ec62959984dc {
  min-height: 250px;
}
}







#s-4890f6ff-bc9b-4d55-a573-ec62959984dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4890f6ff-bc9b-4d55-a573-ec62959984dc {
  cursor: pointer;
}#s-4890f6ff-bc9b-4d55-a573-ec62959984dc.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-b748202d-fdff-4c25-a5b8-a50c4cf0ce32 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}

#s-b748202d-fdff-4c25-a5b8-a50c4cf0ce32 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-a7e55038-f73d-442e-b63b-0a7c0215b5c0 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
max-width: 150px;
background-color: rgba(2, 2, 2, 0);
text-align: left;
text-decoration: none;
}
#s-a7e55038-f73d-442e-b63b-0a7c0215b5c0:hover {background-color: rgba(253, 253, 253, 0.2) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a7e55038-f73d-442e-b63b-0a7c0215b5c0:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a7e55038-f73d-442e-b63b-0a7c0215b5c0-root {
    text-align: left;
  }


#s-a7e55038-f73d-442e-b63b-0a7c0215b5c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a7e55038-f73d-442e-b63b-0a7c0215b5c0-root {
    text-align: left;
  }


#s-a7e55038-f73d-442e-b63b-0a7c0215b5c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a7e55038-f73d-442e-b63b-0a7c0215b5c0-root {
    text-align: left;
  }


#s-a7e55038-f73d-442e-b63b-0a7c0215b5c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a7e55038-f73d-442e-b63b-0a7c0215b5c0-root {
    text-align: left;
  }


#s-a7e55038-f73d-442e-b63b-0a7c0215b5c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a7e55038-f73d-442e-b63b-0a7c0215b5c0-root {
    text-align: left;
  }


#s-a7e55038-f73d-442e-b63b-0a7c0215b5c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-324a01e4-6454-416b-b719-2eaf9d399b87 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
min-height: 350px;
background-position: center center;
}
@media (min-width: 1200px){#s-324a01e4-6454-416b-b719-2eaf9d399b87 {
  min-height: 700px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-324a01e4-6454-416b-b719-2eaf9d399b87 {
  min-height: 250px;
}
}







#s-324a01e4-6454-416b-b719-2eaf9d399b87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-324a01e4-6454-416b-b719-2eaf9d399b87 {
  cursor: pointer;
}#s-324a01e4-6454-416b-b719-2eaf9d399b87.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-2b754889-f3d5-4f66-bfce-739c24d5c68c {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}

#s-2b754889-f3d5-4f66-bfce-739c24d5c68c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-165415ba-a361-4da1-9804-cceeabd6cf9c {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
max-width: 150px;
background-color: rgba(2, 2, 2, 0);
text-align: left;
text-decoration: none;
}
#s-165415ba-a361-4da1-9804-cceeabd6cf9c:hover {background-color: rgba(253, 253, 253, 0.2) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-165415ba-a361-4da1-9804-cceeabd6cf9c:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-165415ba-a361-4da1-9804-cceeabd6cf9c-root {
    text-align: left;
  }


#s-165415ba-a361-4da1-9804-cceeabd6cf9c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-165415ba-a361-4da1-9804-cceeabd6cf9c-root {
    text-align: left;
  }


#s-165415ba-a361-4da1-9804-cceeabd6cf9c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-165415ba-a361-4da1-9804-cceeabd6cf9c-root {
    text-align: left;
  }


#s-165415ba-a361-4da1-9804-cceeabd6cf9c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-165415ba-a361-4da1-9804-cceeabd6cf9c-root {
    text-align: left;
  }


#s-165415ba-a361-4da1-9804-cceeabd6cf9c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-165415ba-a361-4da1-9804-cceeabd6cf9c-root {
    text-align: left;
  }


#s-165415ba-a361-4da1-9804-cceeabd6cf9c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-8cc54f2c-402c-4845-a399-6378b8e36d2d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
min-height: 350px;
background-position: center center;
}
@media (min-width: 1200px){#s-8cc54f2c-402c-4845-a399-6378b8e36d2d {
  min-height: 700px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8cc54f2c-402c-4845-a399-6378b8e36d2d {
  min-height: 250px;
}
}







#s-8cc54f2c-402c-4845-a399-6378b8e36d2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cc54f2c-402c-4845-a399-6378b8e36d2d {
  cursor: pointer;
}#s-8cc54f2c-402c-4845-a399-6378b8e36d2d.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-24fd66ff-f966-42d8-a567-7d73a108c946 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}

#s-24fd66ff-f966-42d8-a567-7d73a108c946 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-57f90c81-3a8c-4a9d-a966-e384929dfbaa {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
max-width: 150px;
background-color: rgba(2, 2, 2, 0);
text-align: left;
text-decoration: none;
}
#s-57f90c81-3a8c-4a9d-a966-e384929dfbaa:hover {background-color: rgba(253, 253, 253, 0.2) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-57f90c81-3a8c-4a9d-a966-e384929dfbaa:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-57f90c81-3a8c-4a9d-a966-e384929dfbaa-root {
    text-align: left;
  }


#s-57f90c81-3a8c-4a9d-a966-e384929dfbaa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-57f90c81-3a8c-4a9d-a966-e384929dfbaa-root {
    text-align: left;
  }


#s-57f90c81-3a8c-4a9d-a966-e384929dfbaa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57f90c81-3a8c-4a9d-a966-e384929dfbaa-root {
    text-align: left;
  }


#s-57f90c81-3a8c-4a9d-a966-e384929dfbaa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57f90c81-3a8c-4a9d-a966-e384929dfbaa-root {
    text-align: left;
  }


#s-57f90c81-3a8c-4a9d-a966-e384929dfbaa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-57f90c81-3a8c-4a9d-a966-e384929dfbaa-root {
    text-align: left;
  }


#s-57f90c81-3a8c-4a9d-a966-e384929dfbaa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-be836418-0f11-42d3-8639-498aca6fecc6 {
  margin-top: 60px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-be836418-0f11-42d3-8639-498aca6fecc6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be836418-0f11-42d3-8639-498aca6fecc6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-be836418-0f11-42d3-8639-498aca6fecc6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-be836418-0f11-42d3-8639-498aca6fecc6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-be836418-0f11-42d3-8639-498aca6fecc6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-be836418-0f11-42d3-8639-498aca6fecc6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-be836418-0f11-42d3-8639-498aca6fecc6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-0da6273b-8938-43d3-8886-f590307904ae {
  margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
min-height: 50px;
max-width: 1200px;
}








#s-0da6273b-8938-43d3-8886-f590307904ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0da6273b-8938-43d3-8886-f590307904ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-220eefcb-7be4-4549-a523-e9ccf8963ec6 {
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-220eefcb-7be4-4549-a523-e9ccf8963ec6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-220eefcb-7be4-4549-a523-e9ccf8963ec6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-220eefcb-7be4-4549-a523-e9ccf8963ec6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-220eefcb-7be4-4549-a523-e9ccf8963ec6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e2d08e47-f219-4c11-90a4-c842ae5be822 {
  max-width: 660px;
aspect-ratio: 660/825;
text-align: center;
}





  #s-e2d08e47-f219-4c11-90a4-c842ae5be822 img.shogun-image,
  #s-e2d08e47-f219-4c11-90a4-c842ae5be822 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e2d08e47-f219-4c11-90a4-c842ae5be822 {
    width: 100%;
    height: auto;
  }

  #s-e2d08e47-f219-4c11-90a4-c842ae5be822 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e2d08e47-f219-4c11-90a4-c842ae5be822.shogun-image {
    
    
  }


.s-e2d08e47-f219-4c11-90a4-c842ae5be822 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2d08e47-f219-4c11-90a4-c842ae5be822.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2d08e47-f219-4c11-90a4-c842ae5be822.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2d08e47-f219-4c11-90a4-c842ae5be822.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e2d08e47-f219-4c11-90a4-c842ae5be822 {
      --shg-aspect-ratio: calc(660/825); 
    }

    .s-e2d08e47-f219-4c11-90a4-c842ae5be822.shogun-image-container {
      position: relative;
    }

    .s-e2d08e47-f219-4c11-90a4-c842ae5be822.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2d08e47-f219-4c11-90a4-c842ae5be822.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2d08e47-f219-4c11-90a4-c842ae5be822 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e2d08e47-f219-4c11-90a4-c842ae5be822 img.shogun-image,
  #s-e2d08e47-f219-4c11-90a4-c842ae5be822 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e2d08e47-f219-4c11-90a4-c842ae5be822 {
    width: 100%;
    height: auto;
  }

  #s-e2d08e47-f219-4c11-90a4-c842ae5be822 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e2d08e47-f219-4c11-90a4-c842ae5be822.shogun-image {
    
    
  }


.s-e2d08e47-f219-4c11-90a4-c842ae5be822 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2d08e47-f219-4c11-90a4-c842ae5be822.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2d08e47-f219-4c11-90a4-c842ae5be822.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2d08e47-f219-4c11-90a4-c842ae5be822.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e2d08e47-f219-4c11-90a4-c842ae5be822 {
      --shg-aspect-ratio: calc(660/825); 
    }

    .s-e2d08e47-f219-4c11-90a4-c842ae5be822.shogun-image-container {
      position: relative;
    }

    .s-e2d08e47-f219-4c11-90a4-c842ae5be822.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2d08e47-f219-4c11-90a4-c842ae5be822.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2d08e47-f219-4c11-90a4-c842ae5be822 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e2d08e47-f219-4c11-90a4-c842ae5be822 img.shogun-image,
  #s-e2d08e47-f219-4c11-90a4-c842ae5be822 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e2d08e47-f219-4c11-90a4-c842ae5be822 {
    width: 100%;
    height: auto;
  }

  #s-e2d08e47-f219-4c11-90a4-c842ae5be822 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e2d08e47-f219-4c11-90a4-c842ae5be822.shogun-image {
    
    
  }


.s-e2d08e47-f219-4c11-90a4-c842ae5be822 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2d08e47-f219-4c11-90a4-c842ae5be822.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2d08e47-f219-4c11-90a4-c842ae5be822.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2d08e47-f219-4c11-90a4-c842ae5be822.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e2d08e47-f219-4c11-90a4-c842ae5be822 {
      --shg-aspect-ratio: calc(660/825); 
    }

    .s-e2d08e47-f219-4c11-90a4-c842ae5be822.shogun-image-container {
      position: relative;
    }

    .s-e2d08e47-f219-4c11-90a4-c842ae5be822.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2d08e47-f219-4c11-90a4-c842ae5be822.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2d08e47-f219-4c11-90a4-c842ae5be822 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e2d08e47-f219-4c11-90a4-c842ae5be822 img.shogun-image,
  #s-e2d08e47-f219-4c11-90a4-c842ae5be822 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e2d08e47-f219-4c11-90a4-c842ae5be822 {
    width: 100%;
    height: auto;
  }

  #s-e2d08e47-f219-4c11-90a4-c842ae5be822 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e2d08e47-f219-4c11-90a4-c842ae5be822.shogun-image {
    
    
  }


.s-e2d08e47-f219-4c11-90a4-c842ae5be822 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2d08e47-f219-4c11-90a4-c842ae5be822.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2d08e47-f219-4c11-90a4-c842ae5be822.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2d08e47-f219-4c11-90a4-c842ae5be822.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e2d08e47-f219-4c11-90a4-c842ae5be822 {
      --shg-aspect-ratio: calc(660/825); 
    }

    .s-e2d08e47-f219-4c11-90a4-c842ae5be822.shogun-image-container {
      position: relative;
    }

    .s-e2d08e47-f219-4c11-90a4-c842ae5be822.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2d08e47-f219-4c11-90a4-c842ae5be822.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2d08e47-f219-4c11-90a4-c842ae5be822 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e2d08e47-f219-4c11-90a4-c842ae5be822 img.shogun-image,
  #s-e2d08e47-f219-4c11-90a4-c842ae5be822 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e2d08e47-f219-4c11-90a4-c842ae5be822 {
    width: 100%;
    height: auto;
  }

  #s-e2d08e47-f219-4c11-90a4-c842ae5be822 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e2d08e47-f219-4c11-90a4-c842ae5be822.shogun-image {
    
    
  }


.s-e2d08e47-f219-4c11-90a4-c842ae5be822 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2d08e47-f219-4c11-90a4-c842ae5be822.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2d08e47-f219-4c11-90a4-c842ae5be822.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2d08e47-f219-4c11-90a4-c842ae5be822.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e2d08e47-f219-4c11-90a4-c842ae5be822 {
      --shg-aspect-ratio: calc(660/825); 
    }

    .s-e2d08e47-f219-4c11-90a4-c842ae5be822.shogun-image-container {
      position: relative;
    }

    .s-e2d08e47-f219-4c11-90a4-c842ae5be822.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2d08e47-f219-4c11-90a4-c842ae5be822.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2d08e47-f219-4c11-90a4-c842ae5be822 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4bbfb575-2e3d-475a-8f22-32b37d41b3b3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(3, 3, 3, 1);
background-image: none;
hover-type: color;
}
#s-4bbfb575-2e3d-475a-8f22-32b37d41b3b3:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-4bbfb575-2e3d-475a-8f22-32b37d41b3b3:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(8, 8, 8, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-4bbfb575-2e3d-475a-8f22-32b37d41b3b3-root {
    text-align: center;
  }


#s-4bbfb575-2e3d-475a-8f22-32b37d41b3b3.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4bbfb575-2e3d-475a-8f22-32b37d41b3b3-root {
    text-align: center;
  }


#s-4bbfb575-2e3d-475a-8f22-32b37d41b3b3.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4bbfb575-2e3d-475a-8f22-32b37d41b3b3-root {
    text-align: center;
  }


#s-4bbfb575-2e3d-475a-8f22-32b37d41b3b3.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4bbfb575-2e3d-475a-8f22-32b37d41b3b3-root {
    text-align: center;
  }


#s-4bbfb575-2e3d-475a-8f22-32b37d41b3b3.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4bbfb575-2e3d-475a-8f22-32b37d41b3b3-root {
    text-align: center;
  }


#s-4bbfb575-2e3d-475a-8f22-32b37d41b3b3.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1 {
  max-width: 660px;
aspect-ratio: 660/825;
text-align: center;
}





  #s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1 img.shogun-image,
  #s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1 {
    width: 100%;
    height: auto;
  }

  #s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1.shogun-image {
    
    
  }


.s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1 {
      --shg-aspect-ratio: calc(660/825); 
    }

    .s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1.shogun-image-container {
      position: relative;
    }

    .s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1 img.shogun-image,
  #s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1 {
    width: 100%;
    height: auto;
  }

  #s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1.shogun-image {
    
    
  }


.s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1 {
      --shg-aspect-ratio: calc(660/825); 
    }

    .s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1.shogun-image-container {
      position: relative;
    }

    .s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1 img.shogun-image,
  #s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1 {
    width: 100%;
    height: auto;
  }

  #s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1.shogun-image {
    
    
  }


.s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1 {
      --shg-aspect-ratio: calc(660/825); 
    }

    .s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1.shogun-image-container {
      position: relative;
    }

    .s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1 img.shogun-image,
  #s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1 {
    width: 100%;
    height: auto;
  }

  #s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1.shogun-image {
    
    
  }


.s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1 {
      --shg-aspect-ratio: calc(660/825); 
    }

    .s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1.shogun-image-container {
      position: relative;
    }

    .s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1 img.shogun-image,
  #s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1 {
    width: 100%;
    height: auto;
  }

  #s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1.shogun-image {
    
    
  }


.s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1 {
      --shg-aspect-ratio: calc(660/825); 
    }

    .s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1.shogun-image-container {
      position: relative;
    }

    .s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9808f2fa-4d6d-42a2-a439-17b1e65c32a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a44dae9b-c0fd-4918-b8a8-bd374117a828 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(3, 3, 3, 1);
background-image: none;
hover-type: color;
}
#s-a44dae9b-c0fd-4918-b8a8-bd374117a828:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-a44dae9b-c0fd-4918-b8a8-bd374117a828:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(8, 8, 8, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-a44dae9b-c0fd-4918-b8a8-bd374117a828-root {
    text-align: center;
  }


#s-a44dae9b-c0fd-4918-b8a8-bd374117a828.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a44dae9b-c0fd-4918-b8a8-bd374117a828-root {
    text-align: center;
  }


#s-a44dae9b-c0fd-4918-b8a8-bd374117a828.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a44dae9b-c0fd-4918-b8a8-bd374117a828-root {
    text-align: center;
  }


#s-a44dae9b-c0fd-4918-b8a8-bd374117a828.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a44dae9b-c0fd-4918-b8a8-bd374117a828-root {
    text-align: center;
  }


#s-a44dae9b-c0fd-4918-b8a8-bd374117a828.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a44dae9b-c0fd-4918-b8a8-bd374117a828-root {
    text-align: center;
  }


#s-a44dae9b-c0fd-4918-b8a8-bd374117a828.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4 {
  max-width: 660px;
aspect-ratio: 660/825;
text-align: center;
}





  #s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4 img.shogun-image,
  #s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4 {
    width: 100%;
    height: auto;
  }

  #s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4.shogun-image {
    
    
  }


.s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4 {
      --shg-aspect-ratio: calc(660/825); 
    }

    .s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4.shogun-image-container {
      position: relative;
    }

    .s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4 img.shogun-image,
  #s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4 {
    width: 100%;
    height: auto;
  }

  #s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4.shogun-image {
    
    
  }


.s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4 {
      --shg-aspect-ratio: calc(660/825); 
    }

    .s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4.shogun-image-container {
      position: relative;
    }

    .s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4 img.shogun-image,
  #s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4 {
    width: 100%;
    height: auto;
  }

  #s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4.shogun-image {
    
    
  }


.s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4 {
      --shg-aspect-ratio: calc(660/825); 
    }

    .s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4.shogun-image-container {
      position: relative;
    }

    .s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4 img.shogun-image,
  #s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4 {
    width: 100%;
    height: auto;
  }

  #s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4.shogun-image {
    
    
  }


.s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4 {
      --shg-aspect-ratio: calc(660/825); 
    }

    .s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4.shogun-image-container {
      position: relative;
    }

    .s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4 img.shogun-image,
  #s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4 {
    width: 100%;
    height: auto;
  }

  #s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4.shogun-image {
    
    
  }


.s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4 {
      --shg-aspect-ratio: calc(660/825); 
    }

    .s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4.shogun-image-container {
      position: relative;
    }

    .s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ac51cfa-6df5-4f8a-9406-05d4d89083d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-34e51ad2-26c4-4ec2-a450-678fd4ccfb77 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(3, 3, 3, 1);
background-image: none;
hover-type: color;
}
#s-34e51ad2-26c4-4ec2-a450-678fd4ccfb77:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-34e51ad2-26c4-4ec2-a450-678fd4ccfb77:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(8, 8, 8, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-34e51ad2-26c4-4ec2-a450-678fd4ccfb77-root {
    text-align: center;
  }


#s-34e51ad2-26c4-4ec2-a450-678fd4ccfb77.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-34e51ad2-26c4-4ec2-a450-678fd4ccfb77-root {
    text-align: center;
  }


#s-34e51ad2-26c4-4ec2-a450-678fd4ccfb77.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-34e51ad2-26c4-4ec2-a450-678fd4ccfb77-root {
    text-align: center;
  }


#s-34e51ad2-26c4-4ec2-a450-678fd4ccfb77.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-34e51ad2-26c4-4ec2-a450-678fd4ccfb77-root {
    text-align: center;
  }


#s-34e51ad2-26c4-4ec2-a450-678fd4ccfb77.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-34e51ad2-26c4-4ec2-a450-678fd4ccfb77-root {
    text-align: center;
  }


#s-34e51ad2-26c4-4ec2-a450-678fd4ccfb77.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-adc15571-b1e6-4ff7-8760-ab84b9ade462"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-adc15571-b1e6-4ff7-8760-ab84b9ade462"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-adc15571-b1e6-4ff7-8760-ab84b9ade462"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-adc15571-b1e6-4ff7-8760-ab84b9ade462"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-adc15571-b1e6-4ff7-8760-ab84b9ade462"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-adc15571-b1e6-4ff7-8760-ab84b9ade462"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-adc15571-b1e6-4ff7-8760-ab84b9ade462"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-bb99b987-3051-434b-933c-15ee95731f75 {
  margin-left: 0%;
margin-bottom: 70px;
margin-right: 0%;
min-height: 50px;
background-color: rgba(244, 241, 234, 0);
}








#s-bb99b987-3051-434b-933c-15ee95731f75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb99b987-3051-434b-933c-15ee95731f75.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6cae592d-87ad-4263-9199-a2af8df223b6 {
  padding-left: 10%;
padding-right: 10%;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-6cae592d-87ad-4263-9199-a2af8df223b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6cae592d-87ad-4263-9199-a2af8df223b6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6cae592d-87ad-4263-9199-a2af8df223b6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6cae592d-87ad-4263-9199-a2af8df223b6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c0fad4de-2179-4a93-b78c-86913be13dd7 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(244, 241, 234, 1);
}








#s-c0fad4de-2179-4a93-b78c-86913be13dd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0fad4de-2179-4a93-b78c-86913be13dd7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 {
  padding-top: 10px;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
opacity: 0.65;
background-color: rgba(0, 0, 0, 0);
}





  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 img.shogun-image,
  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 {
    width: 100%;
    height: auto;
  }

  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image {
    
    
  }


.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 .shogun-image-content {
  
    align-items: center;
  
}

.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container {
      position: relative;
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 img.shogun-image,
  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 {
    width: 100%;
    height: auto;
  }

  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image {
    
    
  }


.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 .shogun-image-content {
  
    align-items: center;
  
}

.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container {
      position: relative;
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 img.shogun-image,
  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 {
    width: 100%;
    height: auto;
  }

  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image {
    
    
  }


.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 .shogun-image-content {
  
    align-items: center;
  
}

.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container {
      position: relative;
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 img.shogun-image,
  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 {
    width: 100%;
    height: auto;
  }

  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image {
    
    
  }


.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 .shogun-image-content {
  
    align-items: center;
  
}

.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container {
      position: relative;
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 img.shogun-image,
  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 {
    width: 100%;
    height: auto;
  }

  #s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image {
    
    
  }


.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 .shogun-image-content {
  
    align-items: center;
  
}

.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container {
      position: relative;
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81f0ba42-4b46-4dcb-a7e0-58c2949e7937 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1e427b06-db2b-4073-8c44-b769a40502cf {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
text-align: center;
}

#s-1e427b06-db2b-4073-8c44-b769a40502cf .shogun-heading-component h1 {
  color: rgba(36, 36, 36, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-0f7fb958-f2e1-4c16-91f5-5c34f9f21914 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(244, 241, 234, 1);
}
@media (max-width: 767px){#s-0f7fb958-f2e1-4c16-91f5-5c34f9f21914 {
  margin-top: 10px;
margin-bottom: 10px;
}
}







#s-0f7fb958-f2e1-4c16-91f5-5c34f9f21914 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f7fb958-f2e1-4c16-91f5-5c34f9f21914.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 {
  padding-top: 10px;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
opacity: 0.65;
background-color: rgba(0, 0, 0, 0);
}





  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 img.shogun-image,
  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 {
    width: 100%;
    height: auto;
  }

  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image {
    
    
  }


.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container {
      position: relative;
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 img.shogun-image,
  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 {
    width: 100%;
    height: auto;
  }

  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image {
    
    
  }


.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container {
      position: relative;
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 img.shogun-image,
  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 {
    width: 100%;
    height: auto;
  }

  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image {
    
    
  }


.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container {
      position: relative;
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 img.shogun-image,
  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 {
    width: 100%;
    height: auto;
  }

  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image {
    
    
  }


.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container {
      position: relative;
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 img.shogun-image,
  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 {
    width: 100%;
    height: auto;
  }

  #s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image {
    
    
  }


.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container {
      position: relative;
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5ce86fe-028f-4853-b2b6-9b75961b41e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1e339815-d291-45e4-832b-d206a80c5b46 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
text-align: center;
}

#s-1e339815-d291-45e4-832b-d206a80c5b46 .shogun-heading-component h1 {
  color: rgba(36, 36, 36, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-00271552-dbe6-44f5-b5bb-7c7612d10071 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(244, 241, 234, 1);
}








#s-00271552-dbe6-44f5-b5bb-7c7612d10071 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00271552-dbe6-44f5-b5bb-7c7612d10071.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8f25ad3-d283-44fe-bba1-c2328e95293b {
  padding-top: 10px;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
opacity: 0.65;
background-color: rgba(0, 0, 0, 0);
}





  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b img.shogun-image,
  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b {
    width: 100%;
    height: auto;
  }

  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image {
    
    
  }


.s-f8f25ad3-d283-44fe-bba1-c2328e95293b .shogun-image-content {
  
    align-items: center;
  
}

.s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container {
      position: relative;
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b img.shogun-image,
  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b {
    width: 100%;
    height: auto;
  }

  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image {
    
    
  }


.s-f8f25ad3-d283-44fe-bba1-c2328e95293b .shogun-image-content {
  
    align-items: center;
  
}

.s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container {
      position: relative;
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b img.shogun-image,
  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b {
    width: 100%;
    height: auto;
  }

  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image {
    
    
  }


.s-f8f25ad3-d283-44fe-bba1-c2328e95293b .shogun-image-content {
  
    align-items: center;
  
}

.s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container {
      position: relative;
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b img.shogun-image,
  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b {
    width: 100%;
    height: auto;
  }

  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image {
    
    
  }


.s-f8f25ad3-d283-44fe-bba1-c2328e95293b .shogun-image-content {
  
    align-items: center;
  
}

.s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container {
      position: relative;
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b img.shogun-image,
  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b {
    width: 100%;
    height: auto;
  }

  #s-f8f25ad3-d283-44fe-bba1-c2328e95293b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image {
    
    
  }


.s-f8f25ad3-d283-44fe-bba1-c2328e95293b .shogun-image-content {
  
    align-items: center;
  
}

.s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container {
      position: relative;
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8f25ad3-d283-44fe-bba1-c2328e95293b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-94b5c8e9-48ae-4d04-a073-c9e07f22083b {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
text-align: center;
}

#s-94b5c8e9-48ae-4d04-a073-c9e07f22083b .shogun-heading-component h1 {
  color: rgba(36, 36, 36, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-8226f163-d31f-47e3-bc53-53d6ada8736b {
  min-height: 500px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 1200px){#s-8226f163-d31f-47e3-bc53-53d6ada8736b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8226f163-d31f-47e3-bc53-53d6ada8736b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8226f163-d31f-47e3-bc53-53d6ada8736b {
  
}
}@media (max-width: 767px){#s-8226f163-d31f-47e3-bc53-53d6ada8736b {
  
}
}







#s-8226f163-d31f-47e3-bc53-53d6ada8736b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8226f163-d31f-47e3-bc53-53d6ada8736b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a271b995-58e4-4b10-a90a-7294e71fc4fb {
  margin-top: 70px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a271b995-58e4-4b10-a90a-7294e71fc4fb .shogun-heading-component h1 {
  color: rgba(3, 3, 3, 1);
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 33px;
  
  letter-spacing: -1px;
  
}



#s-afb181a5-140f-4966-abdd-6f93e5690190 {
  margin-top: 30px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-afb181a5-140f-4966-abdd-6f93e5690190 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-afb181a5-140f-4966-abdd-6f93e5690190 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-afb181a5-140f-4966-abdd-6f93e5690190 {
  
}
}@media (max-width: 767px){#s-afb181a5-140f-4966-abdd-6f93e5690190 {
  
}
}
@media (min-width: 0px) {
[id="s-afb181a5-140f-4966-abdd-6f93e5690190"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-afb181a5-140f-4966-abdd-6f93e5690190"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-afb181a5-140f-4966-abdd-6f93e5690190"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-afb181a5-140f-4966-abdd-6f93e5690190"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-117a9c49-7718-4d2e-bb48-8765e21b1ab3 {
  margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-117a9c49-7718-4d2e-bb48-8765e21b1ab3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-117a9c49-7718-4d2e-bb48-8765e21b1ab3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 {
  max-width: 150px;
aspect-ratio: 300/81;
text-align: center;
}





  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 img.shogun-image,
  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 {
    width: 100%;
    height: auto;
  }

  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image {
    
    
  }


.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 {
      --shg-aspect-ratio: calc(300/81); 
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container {
      position: relative;
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 img.shogun-image,
  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 {
    width: 100%;
    height: auto;
  }

  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image {
    
    
  }


.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 {
      --shg-aspect-ratio: calc(300/81); 
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container {
      position: relative;
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 img.shogun-image,
  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 {
    width: 100%;
    height: auto;
  }

  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image {
    
    
  }


.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 {
      --shg-aspect-ratio: calc(300/81); 
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container {
      position: relative;
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 img.shogun-image,
  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 {
    width: 100%;
    height: auto;
  }

  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image {
    
    
  }


.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 {
      --shg-aspect-ratio: calc(300/81); 
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container {
      position: relative;
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 img.shogun-image,
  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 {
    width: 100%;
    height: auto;
  }

  #s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image {
    
    
  }


.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 {
      --shg-aspect-ratio: calc(300/81); 
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container {
      position: relative;
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65acfc95-5d48-4cf0-995c-b56d587fe9a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8fb345c2-eb02-4797-922c-1b0ee17f41da {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-8fb345c2-eb02-4797-922c-1b0ee17f41da {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8fb345c2-eb02-4797-922c-1b0ee17f41da {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8fb345c2-eb02-4797-922c-1b0ee17f41da {
  
}
}@media (max-width: 767px){#s-8fb345c2-eb02-4797-922c-1b0ee17f41da {
  
}
}
#s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc {
  max-width: 150px;
aspect-ratio: 300/81;
text-align: center;
}





  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc img.shogun-image,
  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc {
    width: 100%;
    height: auto;
  }

  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image {
    
    
  }


.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc .shogun-image-content {
  
    align-items: center;
  
}

.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc {
      --shg-aspect-ratio: calc(300/81); 
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container {
      position: relative;
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc img.shogun-image,
  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc {
    width: 100%;
    height: auto;
  }

  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image {
    
    
  }


.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc .shogun-image-content {
  
    align-items: center;
  
}

.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc {
      --shg-aspect-ratio: calc(300/81); 
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container {
      position: relative;
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc img.shogun-image,
  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc {
    width: 100%;
    height: auto;
  }

  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image {
    
    
  }


.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc .shogun-image-content {
  
    align-items: center;
  
}

.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc {
      --shg-aspect-ratio: calc(300/81); 
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container {
      position: relative;
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc img.shogun-image,
  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc {
    width: 100%;
    height: auto;
  }

  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image {
    
    
  }


.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc .shogun-image-content {
  
    align-items: center;
  
}

.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc {
      --shg-aspect-ratio: calc(300/81); 
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container {
      position: relative;
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc img.shogun-image,
  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc {
    width: 100%;
    height: auto;
  }

  #s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image {
    
    
  }


.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc .shogun-image-content {
  
    align-items: center;
  
}

.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc {
      --shg-aspect-ratio: calc(300/81); 
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container {
      position: relative;
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2e3e8a2-e62b-4f67-bc9f-ed21d5f640cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0fb917a2-37d6-4202-afec-f49273bed3fe {
  margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-0fb917a2-37d6-4202-afec-f49273bed3fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fb917a2-37d6-4202-afec-f49273bed3fe.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2a3f7f64-ff23-405a-bdf5-79432df8aafb {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-2a3f7f64-ff23-405a-bdf5-79432df8aafb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2a3f7f64-ff23-405a-bdf5-79432df8aafb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2a3f7f64-ff23-405a-bdf5-79432df8aafb {
  
}
}@media (max-width: 767px){#s-2a3f7f64-ff23-405a-bdf5-79432df8aafb {
  
}
}
#s-cd7a01d1-cc0b-4181-bc17-96f348213763 {
  max-width: 150px;
aspect-ratio: 300/81;
text-align: center;
}





  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 img.shogun-image,
  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 {
    width: 100%;
    height: auto;
  }

  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image {
    
    
  }


.s-cd7a01d1-cc0b-4181-bc17-96f348213763 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd7a01d1-cc0b-4181-bc17-96f348213763.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd7a01d1-cc0b-4181-bc17-96f348213763 {
      --shg-aspect-ratio: calc(300/81); 
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container {
      position: relative;
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 img.shogun-image,
  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 {
    width: 100%;
    height: auto;
  }

  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image {
    
    
  }


.s-cd7a01d1-cc0b-4181-bc17-96f348213763 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd7a01d1-cc0b-4181-bc17-96f348213763.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd7a01d1-cc0b-4181-bc17-96f348213763 {
      --shg-aspect-ratio: calc(300/81); 
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container {
      position: relative;
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 img.shogun-image,
  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 {
    width: 100%;
    height: auto;
  }

  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image {
    
    
  }


.s-cd7a01d1-cc0b-4181-bc17-96f348213763 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd7a01d1-cc0b-4181-bc17-96f348213763.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd7a01d1-cc0b-4181-bc17-96f348213763 {
      --shg-aspect-ratio: calc(300/81); 
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container {
      position: relative;
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 img.shogun-image,
  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 {
    width: 100%;
    height: auto;
  }

  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image {
    
    
  }


.s-cd7a01d1-cc0b-4181-bc17-96f348213763 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd7a01d1-cc0b-4181-bc17-96f348213763.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd7a01d1-cc0b-4181-bc17-96f348213763 {
      --shg-aspect-ratio: calc(300/81); 
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container {
      position: relative;
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 img.shogun-image,
  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 {
    width: 100%;
    height: auto;
  }

  #s-cd7a01d1-cc0b-4181-bc17-96f348213763 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image {
    
    
  }


.s-cd7a01d1-cc0b-4181-bc17-96f348213763 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd7a01d1-cc0b-4181-bc17-96f348213763.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd7a01d1-cc0b-4181-bc17-96f348213763 {
      --shg-aspect-ratio: calc(300/81); 
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container {
      position: relative;
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd7a01d1-cc0b-4181-bc17-96f348213763 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8db55c6f-09dc-4198-8cd8-6bfa37eed1cd {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-8db55c6f-09dc-4198-8cd8-6bfa37eed1cd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8db55c6f-09dc-4198-8cd8-6bfa37eed1cd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8db55c6f-09dc-4198-8cd8-6bfa37eed1cd {
  
}
}@media (max-width: 767px){#s-8db55c6f-09dc-4198-8cd8-6bfa37eed1cd {
  
}
}
#s-af4ea3f8-3dab-4da1-b5a2-2f6ea8258c2d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-af4ea3f8-3dab-4da1-b5a2-2f6ea8258c2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af4ea3f8-3dab-4da1-b5a2-2f6ea8258c2d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b1c3cdb5-7123-431a-bcc6-c0119eabdabe {
  margin-left: 10%;
margin-right: 10%;
background-color: rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-b1c3cdb5-7123-431a-bcc6-c0119eabdabe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b1c3cdb5-7123-431a-bcc6-c0119eabdabe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b1c3cdb5-7123-431a-bcc6-c0119eabdabe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1c3cdb5-7123-431a-bcc6-c0119eabdabe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6fba3f24-9889-4593-baca-59d3bd9cd022 {
  max-width: 1114px;
aspect-ratio: 1114/170;
text-align: center;
}





  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 img.shogun-image,
  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 {
    width: 100%;
    height: auto;
  }

  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image {
    
    
  }


.s-6fba3f24-9889-4593-baca-59d3bd9cd022 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fba3f24-9889-4593-baca-59d3bd9cd022.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fba3f24-9889-4593-baca-59d3bd9cd022 {
      --shg-aspect-ratio: calc(1114/170); 
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container {
      position: relative;
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 img.shogun-image,
  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 {
    width: 100%;
    height: auto;
  }

  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image {
    
    
  }


.s-6fba3f24-9889-4593-baca-59d3bd9cd022 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fba3f24-9889-4593-baca-59d3bd9cd022.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fba3f24-9889-4593-baca-59d3bd9cd022 {
      --shg-aspect-ratio: calc(1114/170); 
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container {
      position: relative;
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 img.shogun-image,
  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 {
    width: 100%;
    height: auto;
  }

  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image {
    
    
  }


.s-6fba3f24-9889-4593-baca-59d3bd9cd022 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fba3f24-9889-4593-baca-59d3bd9cd022.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fba3f24-9889-4593-baca-59d3bd9cd022 {
      --shg-aspect-ratio: calc(1114/170); 
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container {
      position: relative;
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 img.shogun-image,
  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 {
    width: 100%;
    height: auto;
  }

  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image {
    
    
  }


.s-6fba3f24-9889-4593-baca-59d3bd9cd022 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fba3f24-9889-4593-baca-59d3bd9cd022.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fba3f24-9889-4593-baca-59d3bd9cd022 {
      --shg-aspect-ratio: calc(1114/170); 
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container {
      position: relative;
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 img.shogun-image,
  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 {
    width: 100%;
    height: auto;
  }

  #s-6fba3f24-9889-4593-baca-59d3bd9cd022 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image {
    
    
  }


.s-6fba3f24-9889-4593-baca-59d3bd9cd022 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fba3f24-9889-4593-baca-59d3bd9cd022.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fba3f24-9889-4593-baca-59d3bd9cd022 {
      --shg-aspect-ratio: calc(1114/170); 
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container {
      position: relative;
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fba3f24-9889-4593-baca-59d3bd9cd022 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-2c9362ec-e772-4484-8da9-05f42d453f68 {
  max-width: 1256px;
aspect-ratio: 1256/166;
text-align: center;
}





  #s-2c9362ec-e772-4484-8da9-05f42d453f68 img.shogun-image,
  #s-2c9362ec-e772-4484-8da9-05f42d453f68 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c9362ec-e772-4484-8da9-05f42d453f68 {
    width: 100%;
    height: auto;
  }

  #s-2c9362ec-e772-4484-8da9-05f42d453f68 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image {
    
    
  }


.s-2c9362ec-e772-4484-8da9-05f42d453f68 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c9362ec-e772-4484-8da9-05f42d453f68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c9362ec-e772-4484-8da9-05f42d453f68 {
      --shg-aspect-ratio: calc(1256/166); 
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container {
      position: relative;
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2c9362ec-e772-4484-8da9-05f42d453f68 img.shogun-image,
  #s-2c9362ec-e772-4484-8da9-05f42d453f68 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c9362ec-e772-4484-8da9-05f42d453f68 {
    width: 100%;
    height: auto;
  }

  #s-2c9362ec-e772-4484-8da9-05f42d453f68 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image {
    
    
  }


.s-2c9362ec-e772-4484-8da9-05f42d453f68 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c9362ec-e772-4484-8da9-05f42d453f68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c9362ec-e772-4484-8da9-05f42d453f68 {
      --shg-aspect-ratio: calc(1256/166); 
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container {
      position: relative;
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2c9362ec-e772-4484-8da9-05f42d453f68 img.shogun-image,
  #s-2c9362ec-e772-4484-8da9-05f42d453f68 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c9362ec-e772-4484-8da9-05f42d453f68 {
    width: 100%;
    height: auto;
  }

  #s-2c9362ec-e772-4484-8da9-05f42d453f68 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image {
    
    
  }


.s-2c9362ec-e772-4484-8da9-05f42d453f68 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c9362ec-e772-4484-8da9-05f42d453f68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c9362ec-e772-4484-8da9-05f42d453f68 {
      --shg-aspect-ratio: calc(1256/166); 
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container {
      position: relative;
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2c9362ec-e772-4484-8da9-05f42d453f68 img.shogun-image,
  #s-2c9362ec-e772-4484-8da9-05f42d453f68 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c9362ec-e772-4484-8da9-05f42d453f68 {
    width: 100%;
    height: auto;
  }

  #s-2c9362ec-e772-4484-8da9-05f42d453f68 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image {
    
    
  }


.s-2c9362ec-e772-4484-8da9-05f42d453f68 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c9362ec-e772-4484-8da9-05f42d453f68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c9362ec-e772-4484-8da9-05f42d453f68 {
      --shg-aspect-ratio: calc(1256/166); 
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container {
      position: relative;
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2c9362ec-e772-4484-8da9-05f42d453f68 img.shogun-image,
  #s-2c9362ec-e772-4484-8da9-05f42d453f68 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c9362ec-e772-4484-8da9-05f42d453f68 {
    width: 100%;
    height: auto;
  }

  #s-2c9362ec-e772-4484-8da9-05f42d453f68 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image {
    
    
  }


.s-2c9362ec-e772-4484-8da9-05f42d453f68 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c9362ec-e772-4484-8da9-05f42d453f68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c9362ec-e772-4484-8da9-05f42d453f68 {
      --shg-aspect-ratio: calc(1256/166); 
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container {
      position: relative;
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c9362ec-e772-4484-8da9-05f42d453f68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8e3f5cef-156f-46a4-a956-1c160f2eb21a {
  margin-top: 40px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-8e3f5cef-156f-46a4-a956-1c160f2eb21a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e3f5cef-156f-46a4-a956-1c160f2eb21a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-8e3f5cef-156f-46a4-a956-1c160f2eb21a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e3f5cef-156f-46a4-a956-1c160f2eb21a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

}

#s-ae7e14c2-5b88-4c55-91ef-2607608b3722 {
  max-width: 500px;
aspect-ratio: 651/137;
text-align: right;
}





  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 img.shogun-image,
  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 {
    width: 100%;
    height: auto;
  }

  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image {
    
    
  }


.s-ae7e14c2-5b88-4c55-91ef-2607608b3722 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722 {
      --shg-aspect-ratio: calc(651/137); 
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container {
      position: relative;
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 img.shogun-image,
  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 {
    width: 100%;
    height: auto;
  }

  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image {
    
    
  }


.s-ae7e14c2-5b88-4c55-91ef-2607608b3722 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722 {
      --shg-aspect-ratio: calc(651/137); 
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container {
      position: relative;
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 img.shogun-image,
  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 {
    width: 100%;
    height: auto;
  }

  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image {
    
    
  }


.s-ae7e14c2-5b88-4c55-91ef-2607608b3722 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722 {
      --shg-aspect-ratio: calc(651/137); 
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container {
      position: relative;
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 img.shogun-image,
  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 {
    width: 100%;
    height: auto;
  }

  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image {
    
    
  }


.s-ae7e14c2-5b88-4c55-91ef-2607608b3722 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722 {
      --shg-aspect-ratio: calc(651/137); 
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container {
      position: relative;
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 img.shogun-image,
  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 {
    width: 100%;
    height: auto;
  }

  #s-ae7e14c2-5b88-4c55-91ef-2607608b3722 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image {
    
    
  }


.s-ae7e14c2-5b88-4c55-91ef-2607608b3722 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722 {
      --shg-aspect-ratio: calc(651/137); 
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container {
      position: relative;
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae7e14c2-5b88-4c55-91ef-2607608b3722 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d4ba3926-1411-439a-a365-17a97770cf8e {
  max-width: 500px;
aspect-ratio: 651/137;
text-align: left;
}





  #s-d4ba3926-1411-439a-a365-17a97770cf8e img.shogun-image,
  #s-d4ba3926-1411-439a-a365-17a97770cf8e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4ba3926-1411-439a-a365-17a97770cf8e {
    width: 100%;
    height: auto;
  }

  #s-d4ba3926-1411-439a-a365-17a97770cf8e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image {
    
    
  }


.s-d4ba3926-1411-439a-a365-17a97770cf8e .shogun-image-content {
  
    align-items: center;
  
}

.s-d4ba3926-1411-439a-a365-17a97770cf8e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4ba3926-1411-439a-a365-17a97770cf8e {
      --shg-aspect-ratio: calc(651/137); 
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container {
      position: relative;
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d4ba3926-1411-439a-a365-17a97770cf8e img.shogun-image,
  #s-d4ba3926-1411-439a-a365-17a97770cf8e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4ba3926-1411-439a-a365-17a97770cf8e {
    width: 100%;
    height: auto;
  }

  #s-d4ba3926-1411-439a-a365-17a97770cf8e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image {
    
    
  }


.s-d4ba3926-1411-439a-a365-17a97770cf8e .shogun-image-content {
  
    align-items: center;
  
}

.s-d4ba3926-1411-439a-a365-17a97770cf8e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4ba3926-1411-439a-a365-17a97770cf8e {
      --shg-aspect-ratio: calc(651/137); 
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container {
      position: relative;
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d4ba3926-1411-439a-a365-17a97770cf8e img.shogun-image,
  #s-d4ba3926-1411-439a-a365-17a97770cf8e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4ba3926-1411-439a-a365-17a97770cf8e {
    width: 100%;
    height: auto;
  }

  #s-d4ba3926-1411-439a-a365-17a97770cf8e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image {
    
    
  }


.s-d4ba3926-1411-439a-a365-17a97770cf8e .shogun-image-content {
  
    align-items: center;
  
}

.s-d4ba3926-1411-439a-a365-17a97770cf8e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4ba3926-1411-439a-a365-17a97770cf8e {
      --shg-aspect-ratio: calc(651/137); 
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container {
      position: relative;
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d4ba3926-1411-439a-a365-17a97770cf8e img.shogun-image,
  #s-d4ba3926-1411-439a-a365-17a97770cf8e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4ba3926-1411-439a-a365-17a97770cf8e {
    width: 100%;
    height: auto;
  }

  #s-d4ba3926-1411-439a-a365-17a97770cf8e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image {
    
    
  }


.s-d4ba3926-1411-439a-a365-17a97770cf8e .shogun-image-content {
  
    align-items: center;
  
}

.s-d4ba3926-1411-439a-a365-17a97770cf8e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4ba3926-1411-439a-a365-17a97770cf8e {
      --shg-aspect-ratio: calc(651/137); 
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container {
      position: relative;
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d4ba3926-1411-439a-a365-17a97770cf8e img.shogun-image,
  #s-d4ba3926-1411-439a-a365-17a97770cf8e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4ba3926-1411-439a-a365-17a97770cf8e {
    width: 100%;
    height: auto;
  }

  #s-d4ba3926-1411-439a-a365-17a97770cf8e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image {
    
    
  }


.s-d4ba3926-1411-439a-a365-17a97770cf8e .shogun-image-content {
  
    align-items: center;
  
}

.s-d4ba3926-1411-439a-a365-17a97770cf8e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4ba3926-1411-439a-a365-17a97770cf8e {
      --shg-aspect-ratio: calc(651/137); 
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container {
      position: relative;
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4ba3926-1411-439a-a365-17a97770cf8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
/*
  $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}
