.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-4d8f3930-de4a-42e9-8fbb-ff9fe45b2c45 {
  min-height: 50px;
}








#s-4d8f3930-de4a-42e9-8fbb-ff9fe45b2c45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d8f3930-de4a-42e9-8fbb-ff9fe45b2c45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e98b9a1-0a58-45d4-bef4-a3c74c49d7fc {
  margin-top: 2%;
margin-bottom: 4%;
padding-left: 20%;
padding-right: 20%;
min-height: 50px;
}








#s-0e98b9a1-0a58-45d4-bef4-a3c74c49d7fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e98b9a1-0a58-45d4-bef4-a3c74c49d7fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-02adf0fe-a84b-497f-a8a0-4cef6e8cc156 {
  min-height: 50px;
}








#s-02adf0fe-a84b-497f-a8a0-4cef6e8cc156 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02adf0fe-a84b-497f-a8a0-4cef6e8cc156.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-c739911d-e0c3-40b4-970b-c00dbb66b095 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
background-color: rgba(245, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-c739911d-e0c3-40b4-970b-c00dbb66b095"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c739911d-e0c3-40b4-970b-c00dbb66b095"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-c739911d-e0c3-40b4-970b-c00dbb66b095"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-c739911d-e0c3-40b4-970b-c00dbb66b095"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

.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-3f2afe78-9048-4877-8924-7c4f29a49fc2 {
  margin-bottom: 0px;
max-width: 1600px;
aspect-ratio: 1600/1067;
text-align: center;
}





  #s-3f2afe78-9048-4877-8924-7c4f29a49fc2 img.shogun-image,
  #s-3f2afe78-9048-4877-8924-7c4f29a49fc2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f2afe78-9048-4877-8924-7c4f29a49fc2 {
    width: 100%;
    height: auto;
  }

  #s-3f2afe78-9048-4877-8924-7c4f29a49fc2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f2afe78-9048-4877-8924-7c4f29a49fc2.shogun-image {
    
    
  }


.s-3f2afe78-9048-4877-8924-7c4f29a49fc2 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f2afe78-9048-4877-8924-7c4f29a49fc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f2afe78-9048-4877-8924-7c4f29a49fc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f2afe78-9048-4877-8924-7c4f29a49fc2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f2afe78-9048-4877-8924-7c4f29a49fc2 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-3f2afe78-9048-4877-8924-7c4f29a49fc2.shogun-image-container {
      position: relative;
    }

    .s-3f2afe78-9048-4877-8924-7c4f29a49fc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f2afe78-9048-4877-8924-7c4f29a49fc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f2afe78-9048-4877-8924-7c4f29a49fc2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3f2afe78-9048-4877-8924-7c4f29a49fc2 img.shogun-image,
  #s-3f2afe78-9048-4877-8924-7c4f29a49fc2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f2afe78-9048-4877-8924-7c4f29a49fc2 {
    width: 100%;
    height: auto;
  }

  #s-3f2afe78-9048-4877-8924-7c4f29a49fc2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f2afe78-9048-4877-8924-7c4f29a49fc2.shogun-image {
    
    
  }


.s-3f2afe78-9048-4877-8924-7c4f29a49fc2 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f2afe78-9048-4877-8924-7c4f29a49fc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f2afe78-9048-4877-8924-7c4f29a49fc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f2afe78-9048-4877-8924-7c4f29a49fc2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f2afe78-9048-4877-8924-7c4f29a49fc2 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-3f2afe78-9048-4877-8924-7c4f29a49fc2.shogun-image-container {
      position: relative;
    }

    .s-3f2afe78-9048-4877-8924-7c4f29a49fc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f2afe78-9048-4877-8924-7c4f29a49fc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f2afe78-9048-4877-8924-7c4f29a49fc2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3f2afe78-9048-4877-8924-7c4f29a49fc2 img.shogun-image,
  #s-3f2afe78-9048-4877-8924-7c4f29a49fc2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f2afe78-9048-4877-8924-7c4f29a49fc2 {
    width: 100%;
    height: auto;
  }

  #s-3f2afe78-9048-4877-8924-7c4f29a49fc2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f2afe78-9048-4877-8924-7c4f29a49fc2.shogun-image {
    
    
  }


.s-3f2afe78-9048-4877-8924-7c4f29a49fc2 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f2afe78-9048-4877-8924-7c4f29a49fc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f2afe78-9048-4877-8924-7c4f29a49fc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f2afe78-9048-4877-8924-7c4f29a49fc2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f2afe78-9048-4877-8924-7c4f29a49fc2 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-3f2afe78-9048-4877-8924-7c4f29a49fc2.shogun-image-container {
      position: relative;
    }

    .s-3f2afe78-9048-4877-8924-7c4f29a49fc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f2afe78-9048-4877-8924-7c4f29a49fc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f2afe78-9048-4877-8924-7c4f29a49fc2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3f2afe78-9048-4877-8924-7c4f29a49fc2 img.shogun-image,
  #s-3f2afe78-9048-4877-8924-7c4f29a49fc2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f2afe78-9048-4877-8924-7c4f29a49fc2 {
    width: 100%;
    height: auto;
  }

  #s-3f2afe78-9048-4877-8924-7c4f29a49fc2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f2afe78-9048-4877-8924-7c4f29a49fc2.shogun-image {
    
    
  }


.s-3f2afe78-9048-4877-8924-7c4f29a49fc2 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f2afe78-9048-4877-8924-7c4f29a49fc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f2afe78-9048-4877-8924-7c4f29a49fc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f2afe78-9048-4877-8924-7c4f29a49fc2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f2afe78-9048-4877-8924-7c4f29a49fc2 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-3f2afe78-9048-4877-8924-7c4f29a49fc2.shogun-image-container {
      position: relative;
    }

    .s-3f2afe78-9048-4877-8924-7c4f29a49fc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f2afe78-9048-4877-8924-7c4f29a49fc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f2afe78-9048-4877-8924-7c4f29a49fc2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3f2afe78-9048-4877-8924-7c4f29a49fc2 img.shogun-image,
  #s-3f2afe78-9048-4877-8924-7c4f29a49fc2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f2afe78-9048-4877-8924-7c4f29a49fc2 {
    width: 100%;
    height: auto;
  }

  #s-3f2afe78-9048-4877-8924-7c4f29a49fc2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f2afe78-9048-4877-8924-7c4f29a49fc2.shogun-image {
    
    
  }


.s-3f2afe78-9048-4877-8924-7c4f29a49fc2 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f2afe78-9048-4877-8924-7c4f29a49fc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f2afe78-9048-4877-8924-7c4f29a49fc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f2afe78-9048-4877-8924-7c4f29a49fc2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f2afe78-9048-4877-8924-7c4f29a49fc2 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-3f2afe78-9048-4877-8924-7c4f29a49fc2.shogun-image-container {
      position: relative;
    }

    .s-3f2afe78-9048-4877-8924-7c4f29a49fc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f2afe78-9048-4877-8924-7c4f29a49fc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f2afe78-9048-4877-8924-7c4f29a49fc2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ea3a54cc-59a3-4c4b-bb0d-4bc2afbd79b0 {
  margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}








#s-ea3a54cc-59a3-4c4b-bb0d-4bc2afbd79b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea3a54cc-59a3-4c4b-bb0d-4bc2afbd79b0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-cbf9810b-00c3-4b51-9ba2-b77733461d87 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-cbf9810b-00c3-4b51-9ba2-b77733461d87 .shogun-heading-component h5 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  text-align: left;
}



#s-c8acf7ad-f3af-4450-8206-0af9bd95b18d {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c8acf7ad-f3af-4450-8206-0af9bd95b18d .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: left;
}



#s-42e01c76-827d-47c9-905a-a57bc2c49f44 {
  margin-bottom: 20px;
}

#s-5608293e-133e-497c-8052-dd72876b98cd {
  margin-bottom: 0px;
max-width: 1600px;
aspect-ratio: 1600/1067;
text-align: center;
}





  #s-5608293e-133e-497c-8052-dd72876b98cd img.shogun-image,
  #s-5608293e-133e-497c-8052-dd72876b98cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5608293e-133e-497c-8052-dd72876b98cd {
    width: 100%;
    height: auto;
  }

  #s-5608293e-133e-497c-8052-dd72876b98cd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5608293e-133e-497c-8052-dd72876b98cd.shogun-image {
    
    
  }


.s-5608293e-133e-497c-8052-dd72876b98cd .shogun-image-content {
  
    align-items: center;
  
}

.s-5608293e-133e-497c-8052-dd72876b98cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5608293e-133e-497c-8052-dd72876b98cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5608293e-133e-497c-8052-dd72876b98cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5608293e-133e-497c-8052-dd72876b98cd {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-5608293e-133e-497c-8052-dd72876b98cd.shogun-image-container {
      position: relative;
    }

    .s-5608293e-133e-497c-8052-dd72876b98cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5608293e-133e-497c-8052-dd72876b98cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5608293e-133e-497c-8052-dd72876b98cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5608293e-133e-497c-8052-dd72876b98cd img.shogun-image,
  #s-5608293e-133e-497c-8052-dd72876b98cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5608293e-133e-497c-8052-dd72876b98cd {
    width: 100%;
    height: auto;
  }

  #s-5608293e-133e-497c-8052-dd72876b98cd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5608293e-133e-497c-8052-dd72876b98cd.shogun-image {
    
    
  }


.s-5608293e-133e-497c-8052-dd72876b98cd .shogun-image-content {
  
    align-items: center;
  
}

.s-5608293e-133e-497c-8052-dd72876b98cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5608293e-133e-497c-8052-dd72876b98cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5608293e-133e-497c-8052-dd72876b98cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5608293e-133e-497c-8052-dd72876b98cd {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-5608293e-133e-497c-8052-dd72876b98cd.shogun-image-container {
      position: relative;
    }

    .s-5608293e-133e-497c-8052-dd72876b98cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5608293e-133e-497c-8052-dd72876b98cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5608293e-133e-497c-8052-dd72876b98cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5608293e-133e-497c-8052-dd72876b98cd img.shogun-image,
  #s-5608293e-133e-497c-8052-dd72876b98cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5608293e-133e-497c-8052-dd72876b98cd {
    width: 100%;
    height: auto;
  }

  #s-5608293e-133e-497c-8052-dd72876b98cd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5608293e-133e-497c-8052-dd72876b98cd.shogun-image {
    
    
  }


.s-5608293e-133e-497c-8052-dd72876b98cd .shogun-image-content {
  
    align-items: center;
  
}

.s-5608293e-133e-497c-8052-dd72876b98cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5608293e-133e-497c-8052-dd72876b98cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5608293e-133e-497c-8052-dd72876b98cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5608293e-133e-497c-8052-dd72876b98cd {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-5608293e-133e-497c-8052-dd72876b98cd.shogun-image-container {
      position: relative;
    }

    .s-5608293e-133e-497c-8052-dd72876b98cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5608293e-133e-497c-8052-dd72876b98cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5608293e-133e-497c-8052-dd72876b98cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5608293e-133e-497c-8052-dd72876b98cd img.shogun-image,
  #s-5608293e-133e-497c-8052-dd72876b98cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5608293e-133e-497c-8052-dd72876b98cd {
    width: 100%;
    height: auto;
  }

  #s-5608293e-133e-497c-8052-dd72876b98cd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5608293e-133e-497c-8052-dd72876b98cd.shogun-image {
    
    
  }


.s-5608293e-133e-497c-8052-dd72876b98cd .shogun-image-content {
  
    align-items: center;
  
}

.s-5608293e-133e-497c-8052-dd72876b98cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5608293e-133e-497c-8052-dd72876b98cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5608293e-133e-497c-8052-dd72876b98cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5608293e-133e-497c-8052-dd72876b98cd {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-5608293e-133e-497c-8052-dd72876b98cd.shogun-image-container {
      position: relative;
    }

    .s-5608293e-133e-497c-8052-dd72876b98cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5608293e-133e-497c-8052-dd72876b98cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5608293e-133e-497c-8052-dd72876b98cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5608293e-133e-497c-8052-dd72876b98cd img.shogun-image,
  #s-5608293e-133e-497c-8052-dd72876b98cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5608293e-133e-497c-8052-dd72876b98cd {
    width: 100%;
    height: auto;
  }

  #s-5608293e-133e-497c-8052-dd72876b98cd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5608293e-133e-497c-8052-dd72876b98cd.shogun-image {
    
    
  }


.s-5608293e-133e-497c-8052-dd72876b98cd .shogun-image-content {
  
    align-items: center;
  
}

.s-5608293e-133e-497c-8052-dd72876b98cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5608293e-133e-497c-8052-dd72876b98cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5608293e-133e-497c-8052-dd72876b98cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5608293e-133e-497c-8052-dd72876b98cd {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-5608293e-133e-497c-8052-dd72876b98cd.shogun-image-container {
      position: relative;
    }

    .s-5608293e-133e-497c-8052-dd72876b98cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5608293e-133e-497c-8052-dd72876b98cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5608293e-133e-497c-8052-dd72876b98cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8e2b56aa-8092-44c7-ac38-581303ff8102 {
  margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}








#s-8e2b56aa-8092-44c7-ac38-581303ff8102 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e2b56aa-8092-44c7-ac38-581303ff8102.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d6fad99b-b4ee-4348-8d4f-51c135e9a144 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d6fad99b-b4ee-4348-8d4f-51c135e9a144 .shogun-heading-component h5 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  text-align: left;
}



#s-864da0e1-7c70-4c9a-a272-cf175acf0218 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-864da0e1-7c70-4c9a-a272-cf175acf0218 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: left;
}



#s-1a78cb10-0d99-44f2-b32d-dbeb1b36d6ca {
  margin-bottom: 20px;
}

#s-9d75fe8c-7df1-47aa-8884-913bfb560241 {
  margin-bottom: 0px;
max-width: 1600px;
aspect-ratio: 1600/1067;
text-align: center;
}





  #s-9d75fe8c-7df1-47aa-8884-913bfb560241 img.shogun-image,
  #s-9d75fe8c-7df1-47aa-8884-913bfb560241 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9d75fe8c-7df1-47aa-8884-913bfb560241 {
    width: 100%;
    height: auto;
  }

  #s-9d75fe8c-7df1-47aa-8884-913bfb560241 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d75fe8c-7df1-47aa-8884-913bfb560241.shogun-image {
    
    
  }


.s-9d75fe8c-7df1-47aa-8884-913bfb560241 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d75fe8c-7df1-47aa-8884-913bfb560241.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d75fe8c-7df1-47aa-8884-913bfb560241.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d75fe8c-7df1-47aa-8884-913bfb560241.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d75fe8c-7df1-47aa-8884-913bfb560241 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-9d75fe8c-7df1-47aa-8884-913bfb560241.shogun-image-container {
      position: relative;
    }

    .s-9d75fe8c-7df1-47aa-8884-913bfb560241.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d75fe8c-7df1-47aa-8884-913bfb560241.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d75fe8c-7df1-47aa-8884-913bfb560241 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9d75fe8c-7df1-47aa-8884-913bfb560241 img.shogun-image,
  #s-9d75fe8c-7df1-47aa-8884-913bfb560241 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9d75fe8c-7df1-47aa-8884-913bfb560241 {
    width: 100%;
    height: auto;
  }

  #s-9d75fe8c-7df1-47aa-8884-913bfb560241 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d75fe8c-7df1-47aa-8884-913bfb560241.shogun-image {
    
    
  }


.s-9d75fe8c-7df1-47aa-8884-913bfb560241 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d75fe8c-7df1-47aa-8884-913bfb560241.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d75fe8c-7df1-47aa-8884-913bfb560241.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d75fe8c-7df1-47aa-8884-913bfb560241.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d75fe8c-7df1-47aa-8884-913bfb560241 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-9d75fe8c-7df1-47aa-8884-913bfb560241.shogun-image-container {
      position: relative;
    }

    .s-9d75fe8c-7df1-47aa-8884-913bfb560241.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d75fe8c-7df1-47aa-8884-913bfb560241.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d75fe8c-7df1-47aa-8884-913bfb560241 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9d75fe8c-7df1-47aa-8884-913bfb560241 img.shogun-image,
  #s-9d75fe8c-7df1-47aa-8884-913bfb560241 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9d75fe8c-7df1-47aa-8884-913bfb560241 {
    width: 100%;
    height: auto;
  }

  #s-9d75fe8c-7df1-47aa-8884-913bfb560241 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d75fe8c-7df1-47aa-8884-913bfb560241.shogun-image {
    
    
  }


.s-9d75fe8c-7df1-47aa-8884-913bfb560241 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d75fe8c-7df1-47aa-8884-913bfb560241.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d75fe8c-7df1-47aa-8884-913bfb560241.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d75fe8c-7df1-47aa-8884-913bfb560241.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d75fe8c-7df1-47aa-8884-913bfb560241 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-9d75fe8c-7df1-47aa-8884-913bfb560241.shogun-image-container {
      position: relative;
    }

    .s-9d75fe8c-7df1-47aa-8884-913bfb560241.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d75fe8c-7df1-47aa-8884-913bfb560241.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d75fe8c-7df1-47aa-8884-913bfb560241 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9d75fe8c-7df1-47aa-8884-913bfb560241 img.shogun-image,
  #s-9d75fe8c-7df1-47aa-8884-913bfb560241 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9d75fe8c-7df1-47aa-8884-913bfb560241 {
    width: 100%;
    height: auto;
  }

  #s-9d75fe8c-7df1-47aa-8884-913bfb560241 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d75fe8c-7df1-47aa-8884-913bfb560241.shogun-image {
    
    
  }


.s-9d75fe8c-7df1-47aa-8884-913bfb560241 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d75fe8c-7df1-47aa-8884-913bfb560241.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d75fe8c-7df1-47aa-8884-913bfb560241.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d75fe8c-7df1-47aa-8884-913bfb560241.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d75fe8c-7df1-47aa-8884-913bfb560241 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-9d75fe8c-7df1-47aa-8884-913bfb560241.shogun-image-container {
      position: relative;
    }

    .s-9d75fe8c-7df1-47aa-8884-913bfb560241.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d75fe8c-7df1-47aa-8884-913bfb560241.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d75fe8c-7df1-47aa-8884-913bfb560241 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9d75fe8c-7df1-47aa-8884-913bfb560241 img.shogun-image,
  #s-9d75fe8c-7df1-47aa-8884-913bfb560241 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9d75fe8c-7df1-47aa-8884-913bfb560241 {
    width: 100%;
    height: auto;
  }

  #s-9d75fe8c-7df1-47aa-8884-913bfb560241 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d75fe8c-7df1-47aa-8884-913bfb560241.shogun-image {
    
    
  }


.s-9d75fe8c-7df1-47aa-8884-913bfb560241 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d75fe8c-7df1-47aa-8884-913bfb560241.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d75fe8c-7df1-47aa-8884-913bfb560241.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d75fe8c-7df1-47aa-8884-913bfb560241.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d75fe8c-7df1-47aa-8884-913bfb560241 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-9d75fe8c-7df1-47aa-8884-913bfb560241.shogun-image-container {
      position: relative;
    }

    .s-9d75fe8c-7df1-47aa-8884-913bfb560241.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d75fe8c-7df1-47aa-8884-913bfb560241.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d75fe8c-7df1-47aa-8884-913bfb560241 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-bd6f1ce4-b295-4f29-8442-afe0ecc03859 {
  margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}








#s-bd6f1ce4-b295-4f29-8442-afe0ecc03859 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd6f1ce4-b295-4f29-8442-afe0ecc03859.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4d2cba3c-ee15-4639-9536-ffe0637da2c6 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4d2cba3c-ee15-4639-9536-ffe0637da2c6 .shogun-heading-component h5 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  text-align: left;
}



#s-d72d695f-dbab-403a-bba9-d09a8a29026d {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d72d695f-dbab-403a-bba9-d09a8a29026d .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: left;
}



#s-cb52a711-2a65-4493-8307-4b021dc65d75 {
  margin-bottom: 20px;
}

#s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d {
  margin-bottom: 0px;
max-width: 1600px;
aspect-ratio: 1600/1067;
text-align: center;
}





  #s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d img.shogun-image,
  #s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d {
    width: 100%;
    height: auto;
  }

  #s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d.shogun-image {
    
    
  }


.s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d .shogun-image-content {
  
    align-items: center;
  
}

.s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d.shogun-image-container {
      position: relative;
    }

    .s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d img.shogun-image,
  #s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d {
    width: 100%;
    height: auto;
  }

  #s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d.shogun-image {
    
    
  }


.s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d .shogun-image-content {
  
    align-items: center;
  
}

.s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d.shogun-image-container {
      position: relative;
    }

    .s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d img.shogun-image,
  #s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d {
    width: 100%;
    height: auto;
  }

  #s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d.shogun-image {
    
    
  }


.s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d .shogun-image-content {
  
    align-items: center;
  
}

.s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d.shogun-image-container {
      position: relative;
    }

    .s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d img.shogun-image,
  #s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d {
    width: 100%;
    height: auto;
  }

  #s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d.shogun-image {
    
    
  }


.s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d .shogun-image-content {
  
    align-items: center;
  
}

.s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d.shogun-image-container {
      position: relative;
    }

    .s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d img.shogun-image,
  #s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d {
    width: 100%;
    height: auto;
  }

  #s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d.shogun-image {
    
    
  }


.s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d .shogun-image-content {
  
    align-items: center;
  
}

.s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d.shogun-image-container {
      position: relative;
    }

    .s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0301772-ddc0-40e4-a01d-0317fd5f1c4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-37e10d9e-b893-4c8b-82e9-552ecdb2cca6 {
  margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}








#s-37e10d9e-b893-4c8b-82e9-552ecdb2cca6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37e10d9e-b893-4c8b-82e9-552ecdb2cca6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3c40c3fd-df00-418e-adab-2eaaf5fad217 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3c40c3fd-df00-418e-adab-2eaaf5fad217 .shogun-heading-component h5 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  text-align: left;
}



#s-0e7a1451-8f11-409f-90db-ad845a4f3d04 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0e7a1451-8f11-409f-90db-ad845a4f3d04 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: left;
}



#s-09691d81-8eca-4973-aa74-ef0d0dde8e61 {
  margin-bottom: 20px;
}

#s-2b62d09b-4f49-48d9-8b6f-b0d7a5718438 {
  min-height: 50px;
}








#s-2b62d09b-4f49-48d9-8b6f-b0d7a5718438 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b62d09b-4f49-48d9-8b6f-b0d7a5718438.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37232684-24e1-4d71-86e4-b33abe4739ce {
  max-width: 1920px;
aspect-ratio: 1920/731;
text-align: center;
background-color: rgba(209, 207, 207, 1);
}





  #s-37232684-24e1-4d71-86e4-b33abe4739ce img.shogun-image,
  #s-37232684-24e1-4d71-86e4-b33abe4739ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37232684-24e1-4d71-86e4-b33abe4739ce {
    width: 100%;
    height: auto;
  }

  #s-37232684-24e1-4d71-86e4-b33abe4739ce img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37232684-24e1-4d71-86e4-b33abe4739ce.shogun-image {
    
    
  }


.s-37232684-24e1-4d71-86e4-b33abe4739ce .shogun-image-content {
  
    align-items: center;
  
}

.s-37232684-24e1-4d71-86e4-b33abe4739ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37232684-24e1-4d71-86e4-b33abe4739ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37232684-24e1-4d71-86e4-b33abe4739ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37232684-24e1-4d71-86e4-b33abe4739ce {
      --shg-aspect-ratio: calc(1920/731); 
    }

    .s-37232684-24e1-4d71-86e4-b33abe4739ce.shogun-image-container {
      position: relative;
    }

    .s-37232684-24e1-4d71-86e4-b33abe4739ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37232684-24e1-4d71-86e4-b33abe4739ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37232684-24e1-4d71-86e4-b33abe4739ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-37232684-24e1-4d71-86e4-b33abe4739ce img.shogun-image,
  #s-37232684-24e1-4d71-86e4-b33abe4739ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37232684-24e1-4d71-86e4-b33abe4739ce {
    width: 100%;
    height: auto;
  }

  #s-37232684-24e1-4d71-86e4-b33abe4739ce img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37232684-24e1-4d71-86e4-b33abe4739ce.shogun-image {
    
    
  }


.s-37232684-24e1-4d71-86e4-b33abe4739ce .shogun-image-content {
  
    align-items: center;
  
}

.s-37232684-24e1-4d71-86e4-b33abe4739ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37232684-24e1-4d71-86e4-b33abe4739ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37232684-24e1-4d71-86e4-b33abe4739ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37232684-24e1-4d71-86e4-b33abe4739ce {
      --shg-aspect-ratio: calc(1920/731); 
    }

    .s-37232684-24e1-4d71-86e4-b33abe4739ce.shogun-image-container {
      position: relative;
    }

    .s-37232684-24e1-4d71-86e4-b33abe4739ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37232684-24e1-4d71-86e4-b33abe4739ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37232684-24e1-4d71-86e4-b33abe4739ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-37232684-24e1-4d71-86e4-b33abe4739ce img.shogun-image,
  #s-37232684-24e1-4d71-86e4-b33abe4739ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37232684-24e1-4d71-86e4-b33abe4739ce {
    width: 100%;
    height: auto;
  }

  #s-37232684-24e1-4d71-86e4-b33abe4739ce img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37232684-24e1-4d71-86e4-b33abe4739ce.shogun-image {
    
    
  }


.s-37232684-24e1-4d71-86e4-b33abe4739ce .shogun-image-content {
  
    align-items: center;
  
}

.s-37232684-24e1-4d71-86e4-b33abe4739ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37232684-24e1-4d71-86e4-b33abe4739ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37232684-24e1-4d71-86e4-b33abe4739ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37232684-24e1-4d71-86e4-b33abe4739ce {
      --shg-aspect-ratio: calc(1920/731); 
    }

    .s-37232684-24e1-4d71-86e4-b33abe4739ce.shogun-image-container {
      position: relative;
    }

    .s-37232684-24e1-4d71-86e4-b33abe4739ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37232684-24e1-4d71-86e4-b33abe4739ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37232684-24e1-4d71-86e4-b33abe4739ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-37232684-24e1-4d71-86e4-b33abe4739ce img.shogun-image,
  #s-37232684-24e1-4d71-86e4-b33abe4739ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37232684-24e1-4d71-86e4-b33abe4739ce {
    width: 100%;
    height: auto;
  }

  #s-37232684-24e1-4d71-86e4-b33abe4739ce img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37232684-24e1-4d71-86e4-b33abe4739ce.shogun-image {
    
    
  }


.s-37232684-24e1-4d71-86e4-b33abe4739ce .shogun-image-content {
  
    align-items: center;
  
}

.s-37232684-24e1-4d71-86e4-b33abe4739ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37232684-24e1-4d71-86e4-b33abe4739ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37232684-24e1-4d71-86e4-b33abe4739ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37232684-24e1-4d71-86e4-b33abe4739ce {
      --shg-aspect-ratio: calc(1920/731); 
    }

    .s-37232684-24e1-4d71-86e4-b33abe4739ce.shogun-image-container {
      position: relative;
    }

    .s-37232684-24e1-4d71-86e4-b33abe4739ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37232684-24e1-4d71-86e4-b33abe4739ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37232684-24e1-4d71-86e4-b33abe4739ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-37232684-24e1-4d71-86e4-b33abe4739ce img.shogun-image,
  #s-37232684-24e1-4d71-86e4-b33abe4739ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37232684-24e1-4d71-86e4-b33abe4739ce {
    width: 100%;
    height: auto;
  }

  #s-37232684-24e1-4d71-86e4-b33abe4739ce img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37232684-24e1-4d71-86e4-b33abe4739ce.shogun-image {
    
    
  }


.s-37232684-24e1-4d71-86e4-b33abe4739ce .shogun-image-content {
  
    align-items: center;
  
}

.s-37232684-24e1-4d71-86e4-b33abe4739ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37232684-24e1-4d71-86e4-b33abe4739ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37232684-24e1-4d71-86e4-b33abe4739ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37232684-24e1-4d71-86e4-b33abe4739ce {
      --shg-aspect-ratio: calc(1920/731); 
    }

    .s-37232684-24e1-4d71-86e4-b33abe4739ce.shogun-image-container {
      position: relative;
    }

    .s-37232684-24e1-4d71-86e4-b33abe4739ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37232684-24e1-4d71-86e4-b33abe4739ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37232684-24e1-4d71-86e4-b33abe4739ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-bdd50cce-e437-4554-b634-fa0db58e5b75 {
  min-height: 50px;
}








#s-bdd50cce-e437-4554-b634-fa0db58e5b75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdd50cce-e437-4554-b634-fa0db58e5b75.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-941769b9-fe4b-418b-8a18-544fa934ad3c {
  margin-left: 2%;
margin-right: 2%;
min-height: 500px;
}








#s-941769b9-fe4b-418b-8a18-544fa934ad3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-941769b9-fe4b-418b-8a18-544fa934ad3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa93ce08-d6ef-45d7-8cc7-b9e7585d884b {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-fa93ce08-d6ef-45d7-8cc7-b9e7585d884b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fa93ce08-d6ef-45d7-8cc7-b9e7585d884b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-fa93ce08-d6ef-45d7-8cc7-b9e7585d884b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-fa93ce08-d6ef-45d7-8cc7-b9e7585d884b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-9e23441f-f8d3-4782-9496-aae6ae2b3aee {
  padding-top: 6px;
padding-left: 8%;
padding-bottom: 6px;
padding-right: 8%;
min-height: 500px;
}








#s-9e23441f-f8d3-4782-9496-aae6ae2b3aee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e23441f-f8d3-4782-9496-aae6ae2b3aee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-00a3e687-5368-428a-9d4d-a9e5270c338e {
  max-width: 526px;
aspect-ratio: 526/350;
text-align: center;
}





  #s-00a3e687-5368-428a-9d4d-a9e5270c338e img.shogun-image,
  #s-00a3e687-5368-428a-9d4d-a9e5270c338e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-00a3e687-5368-428a-9d4d-a9e5270c338e {
    width: 100%;
    height: auto;
  }



  #s-00a3e687-5368-428a-9d4d-a9e5270c338e img.shogun-image {
    

    
    
    
  }


#s-00a3e687-5368-428a-9d4d-a9e5270c338e .shogun-image-content {
  
    align-items: center;
  
}

#s-49752f8e-63c7-44b7-9ce3-507181026364 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-49752f8e-63c7-44b7-9ce3-507181026364 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-882b4af5-4931-4baa-b77b-46c632903fe0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-882b4af5-4931-4baa-b77b-46c632903fe0 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-8cfe2d09-bf0a-41b3-834e-b60236ff0a1e {
  padding-top: 6px;
padding-left: 8%;
padding-bottom: 6px;
padding-right: 8%;
min-height: 500px;
}








#s-8cfe2d09-bf0a-41b3-834e-b60236ff0a1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cfe2d09-bf0a-41b3-834e-b60236ff0a1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-968db9b4-f1f8-4d39-8e14-d5f183b380a2 {
  max-width: 524px;
aspect-ratio: 524/351;
text-align: center;
}





  #s-968db9b4-f1f8-4d39-8e14-d5f183b380a2 img.shogun-image,
  #s-968db9b4-f1f8-4d39-8e14-d5f183b380a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-968db9b4-f1f8-4d39-8e14-d5f183b380a2 {
    width: 100%;
    height: auto;
  }



  #s-968db9b4-f1f8-4d39-8e14-d5f183b380a2 img.shogun-image {
    

    
    
    
  }


#s-968db9b4-f1f8-4d39-8e14-d5f183b380a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-f1c6c0ef-3330-4d7a-ac34-5a554e975dad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f1c6c0ef-3330-4d7a-ac34-5a554e975dad .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-a56af483-0697-4f2a-a5d9-cf60be53324e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a56af483-0697-4f2a-a5d9-cf60be53324e .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-809f2ab3-3547-455a-b0a8-a5f9ca588ff2 {
  padding-top: 6px;
padding-left: 8%;
padding-bottom: 6px;
padding-right: 8%;
min-height: 500px;
}








#s-809f2ab3-3547-455a-b0a8-a5f9ca588ff2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-809f2ab3-3547-455a-b0a8-a5f9ca588ff2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14ecabc3-af4c-4817-9dd6-24301add306c {
  max-width: 526px;
aspect-ratio: 526/348;
text-align: center;
}





  #s-14ecabc3-af4c-4817-9dd6-24301add306c img.shogun-image,
  #s-14ecabc3-af4c-4817-9dd6-24301add306c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-14ecabc3-af4c-4817-9dd6-24301add306c {
    width: 100%;
    height: auto;
  }



  #s-14ecabc3-af4c-4817-9dd6-24301add306c img.shogun-image {
    

    
    
    
  }


#s-14ecabc3-af4c-4817-9dd6-24301add306c .shogun-image-content {
  
    align-items: center;
  
}

#s-ba6c20a4-1d7b-44cd-999b-48e2c51af1a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ba6c20a4-1d7b-44cd-999b-48e2c51af1a8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-b364ca8b-6cd0-4662-b937-2dc28db52ca4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b364ca8b-6cd0-4662-b937-2dc28db52ca4 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-45ddc0a5-5b3e-47ce-a5af-261178e0684d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 6px;
padding-left: 8%;
padding-bottom: 6px;
padding-right: 8%;
min-height: 500px;
}








#s-45ddc0a5-5b3e-47ce-a5af-261178e0684d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45ddc0a5-5b3e-47ce-a5af-261178e0684d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-676f1aaa-2999-46d1-9475-ac86a4bfc26a {
  max-width: 522px;
aspect-ratio: 522/349;
text-align: center;
}





  #s-676f1aaa-2999-46d1-9475-ac86a4bfc26a img.shogun-image,
  #s-676f1aaa-2999-46d1-9475-ac86a4bfc26a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-676f1aaa-2999-46d1-9475-ac86a4bfc26a {
    width: 100%;
    height: auto;
  }



  #s-676f1aaa-2999-46d1-9475-ac86a4bfc26a img.shogun-image {
    

    
    
    
  }


#s-676f1aaa-2999-46d1-9475-ac86a4bfc26a .shogun-image-content {
  
    align-items: center;
  
}

#s-f82ef720-21c7-4c2a-aa38-124c36a816ee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f82ef720-21c7-4c2a-aa38-124c36a816ee .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-3b283750-5156-42c9-9f89-b718b5c1ccbd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3b283750-5156-42c9-9f89-b718b5c1ccbd .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-45d9a374-85ec-4476-9c8a-58fa534b68c9 {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-45d9a374-85ec-4476-9c8a-58fa534b68c9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-45d9a374-85ec-4476-9c8a-58fa534b68c9"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-45d9a374-85ec-4476-9c8a-58fa534b68c9"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-45d9a374-85ec-4476-9c8a-58fa534b68c9"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-e2afc120-7d36-4701-9f47-fb325799b806 {
  padding-top: 6px;
padding-left: 8%;
padding-bottom: 6px;
padding-right: 8%;
min-height: 500px;
}








#s-e2afc120-7d36-4701-9f47-fb325799b806 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2afc120-7d36-4701-9f47-fb325799b806.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c08d7d1-ab2d-40e2-bbe0-64aca1059df2 {
  max-width: 424px;
aspect-ratio: 424/282;
text-align: center;
}





  #s-0c08d7d1-ab2d-40e2-bbe0-64aca1059df2 img.shogun-image,
  #s-0c08d7d1-ab2d-40e2-bbe0-64aca1059df2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0c08d7d1-ab2d-40e2-bbe0-64aca1059df2 {
    width: 100%;
    height: auto;
  }



  #s-0c08d7d1-ab2d-40e2-bbe0-64aca1059df2 img.shogun-image {
    

    
    
    
  }


#s-0c08d7d1-ab2d-40e2-bbe0-64aca1059df2 .shogun-image-content {
  
    align-items: center;
  
}

#s-925db53d-b3fd-4b25-806f-5db1774c2fad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-925db53d-b3fd-4b25-806f-5db1774c2fad .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-f27f6c18-73ac-44e0-906c-5d673ed63704 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f27f6c18-73ac-44e0-906c-5d673ed63704 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-fd4e6f55-ec58-4a1d-a9bd-085020fe4814 {
  padding-top: 6px;
padding-left: 8%;
padding-bottom: 6px;
padding-right: 8%;
min-height: 500px;
}








#s-fd4e6f55-ec58-4a1d-a9bd-085020fe4814 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd4e6f55-ec58-4a1d-a9bd-085020fe4814.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20c2689e-532e-43cc-85c4-ef3a3ab87fa9 {
  max-width: 523px;
aspect-ratio: 523/348;
text-align: center;
}





  #s-20c2689e-532e-43cc-85c4-ef3a3ab87fa9 img.shogun-image,
  #s-20c2689e-532e-43cc-85c4-ef3a3ab87fa9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20c2689e-532e-43cc-85c4-ef3a3ab87fa9 {
    width: 100%;
    height: auto;
  }



  #s-20c2689e-532e-43cc-85c4-ef3a3ab87fa9 img.shogun-image {
    

    
    
    
  }


#s-20c2689e-532e-43cc-85c4-ef3a3ab87fa9 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf153b2e-7bc4-48d8-8302-14ff57a4ec75 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cf153b2e-7bc4-48d8-8302-14ff57a4ec75 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-e7943901-cdcb-4fd9-b2ea-c8f7d5b4762f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e7943901-cdcb-4fd9-b2ea-c8f7d5b4762f .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-62fd70e6-5023-4d8d-9c76-9fbfb778e235 {
  padding-top: 6px;
padding-left: 8%;
padding-bottom: 6px;
padding-right: 8%;
min-height: 500px;
}








#s-62fd70e6-5023-4d8d-9c76-9fbfb778e235 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62fd70e6-5023-4d8d-9c76-9fbfb778e235.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe15c009-00b0-4058-ad66-318f8842dfe4 {
  max-width: 363px;
aspect-ratio: 363/239;
text-align: center;
}





  #s-fe15c009-00b0-4058-ad66-318f8842dfe4 img.shogun-image,
  #s-fe15c009-00b0-4058-ad66-318f8842dfe4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe15c009-00b0-4058-ad66-318f8842dfe4 {
    width: 100%;
    height: auto;
  }



  #s-fe15c009-00b0-4058-ad66-318f8842dfe4 img.shogun-image {
    

    
    
    
  }


#s-fe15c009-00b0-4058-ad66-318f8842dfe4 .shogun-image-content {
  
    align-items: center;
  
}

#s-29c50985-e6c7-4dfb-9ce7-16e110e009ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-29c50985-e6c7-4dfb-9ce7-16e110e009ab .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-1151bb50-754f-4516-8edf-5853b5a3b9a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1151bb50-754f-4516-8edf-5853b5a3b9a0 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-cd7537d3-8fe6-425d-b4c4-352c5aeda6bc {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 6px;
padding-left: 8%;
padding-bottom: 6px;
padding-right: 8%;
min-height: 500px;
}








#s-cd7537d3-8fe6-425d-b4c4-352c5aeda6bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd7537d3-8fe6-425d-b4c4-352c5aeda6bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34527fdc-fee6-4914-b164-50a1e0ec8c0e {
  max-width: 359px;
aspect-ratio: 359/242;
text-align: center;
}





  #s-34527fdc-fee6-4914-b164-50a1e0ec8c0e img.shogun-image,
  #s-34527fdc-fee6-4914-b164-50a1e0ec8c0e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-34527fdc-fee6-4914-b164-50a1e0ec8c0e {
    width: 100%;
    height: auto;
  }



  #s-34527fdc-fee6-4914-b164-50a1e0ec8c0e img.shogun-image {
    

    
    
    
  }


#s-34527fdc-fee6-4914-b164-50a1e0ec8c0e .shogun-image-content {
  
    align-items: center;
  
}

#s-7de1a837-f411-4d3a-8322-c33e8e7b57d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7de1a837-f411-4d3a-8322-c33e8e7b57d9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-4e36c7b9-8956-4aa4-b65c-0d72005c2b61 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4e36c7b9-8956-4aa4-b65c-0d72005c2b61 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-b2616d9d-1302-4a65-bdc1-bd97b31a388a {
  padding-top: 6px;
padding-left: 8%;
padding-bottom: 6px;
padding-right: 8%;
min-height: 500px;
}








#s-b2616d9d-1302-4a65-bdc1-bd97b31a388a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2616d9d-1302-4a65-bdc1-bd97b31a388a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-534cd3bc-21f6-4b29-b997-ac5f5479287d {
  max-width: 360px;
aspect-ratio: 360/239;
text-align: center;
}





  #s-534cd3bc-21f6-4b29-b997-ac5f5479287d img.shogun-image,
  #s-534cd3bc-21f6-4b29-b997-ac5f5479287d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-534cd3bc-21f6-4b29-b997-ac5f5479287d {
    width: 100%;
    height: auto;
  }



  #s-534cd3bc-21f6-4b29-b997-ac5f5479287d img.shogun-image {
    

    
    
    
  }


#s-534cd3bc-21f6-4b29-b997-ac5f5479287d .shogun-image-content {
  
    align-items: center;
  
}

#s-7e6c5d88-e083-4788-9475-b5cafc21c1b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7e6c5d88-e083-4788-9475-b5cafc21c1b9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-98e15868-c4eb-4e20-82d6-3d339b3e36f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-98e15868-c4eb-4e20-82d6-3d339b3e36f2 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-e378e6eb-8a20-4287-adf5-c47f8f881e21 {
  min-height: 50px;
}








#s-e378e6eb-8a20-4287-adf5-c47f8f881e21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e378e6eb-8a20-4287-adf5-c47f8f881e21.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57eaeb65-d5dd-425a-af51-059303c30165 {
  max-width: 1144px;
aspect-ratio: 1144/714;
text-align: center;
}





  #s-57eaeb65-d5dd-425a-af51-059303c30165 img.shogun-image,
  #s-57eaeb65-d5dd-425a-af51-059303c30165 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-57eaeb65-d5dd-425a-af51-059303c30165 {
    width: 100%;
    height: auto;
  }

  #s-57eaeb65-d5dd-425a-af51-059303c30165 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-57eaeb65-d5dd-425a-af51-059303c30165.shogun-image {
    
    
  }


.s-57eaeb65-d5dd-425a-af51-059303c30165 .shogun-image-content {
  
    align-items: center;
  
}

.s-57eaeb65-d5dd-425a-af51-059303c30165.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57eaeb65-d5dd-425a-af51-059303c30165.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57eaeb65-d5dd-425a-af51-059303c30165.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57eaeb65-d5dd-425a-af51-059303c30165 {
      --shg-aspect-ratio: calc(1144/714); 
    }

    .s-57eaeb65-d5dd-425a-af51-059303c30165.shogun-image-container {
      position: relative;
    }

    .s-57eaeb65-d5dd-425a-af51-059303c30165.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57eaeb65-d5dd-425a-af51-059303c30165.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57eaeb65-d5dd-425a-af51-059303c30165 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-57eaeb65-d5dd-425a-af51-059303c30165 img.shogun-image,
  #s-57eaeb65-d5dd-425a-af51-059303c30165 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-57eaeb65-d5dd-425a-af51-059303c30165 {
    width: 100%;
    height: auto;
  }

  #s-57eaeb65-d5dd-425a-af51-059303c30165 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-57eaeb65-d5dd-425a-af51-059303c30165.shogun-image {
    
    
  }


.s-57eaeb65-d5dd-425a-af51-059303c30165 .shogun-image-content {
  
    align-items: center;
  
}

.s-57eaeb65-d5dd-425a-af51-059303c30165.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57eaeb65-d5dd-425a-af51-059303c30165.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57eaeb65-d5dd-425a-af51-059303c30165.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57eaeb65-d5dd-425a-af51-059303c30165 {
      --shg-aspect-ratio: calc(1144/714); 
    }

    .s-57eaeb65-d5dd-425a-af51-059303c30165.shogun-image-container {
      position: relative;
    }

    .s-57eaeb65-d5dd-425a-af51-059303c30165.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57eaeb65-d5dd-425a-af51-059303c30165.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57eaeb65-d5dd-425a-af51-059303c30165 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-57eaeb65-d5dd-425a-af51-059303c30165 img.shogun-image,
  #s-57eaeb65-d5dd-425a-af51-059303c30165 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-57eaeb65-d5dd-425a-af51-059303c30165 {
    width: 100%;
    height: auto;
  }

  #s-57eaeb65-d5dd-425a-af51-059303c30165 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-57eaeb65-d5dd-425a-af51-059303c30165.shogun-image {
    
    
  }


.s-57eaeb65-d5dd-425a-af51-059303c30165 .shogun-image-content {
  
    align-items: center;
  
}

.s-57eaeb65-d5dd-425a-af51-059303c30165.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57eaeb65-d5dd-425a-af51-059303c30165.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57eaeb65-d5dd-425a-af51-059303c30165.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57eaeb65-d5dd-425a-af51-059303c30165 {
      --shg-aspect-ratio: calc(1144/714); 
    }

    .s-57eaeb65-d5dd-425a-af51-059303c30165.shogun-image-container {
      position: relative;
    }

    .s-57eaeb65-d5dd-425a-af51-059303c30165.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57eaeb65-d5dd-425a-af51-059303c30165.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57eaeb65-d5dd-425a-af51-059303c30165 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-57eaeb65-d5dd-425a-af51-059303c30165 img.shogun-image,
  #s-57eaeb65-d5dd-425a-af51-059303c30165 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-57eaeb65-d5dd-425a-af51-059303c30165 {
    width: 100%;
    height: auto;
  }

  #s-57eaeb65-d5dd-425a-af51-059303c30165 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-57eaeb65-d5dd-425a-af51-059303c30165.shogun-image {
    
    
  }


.s-57eaeb65-d5dd-425a-af51-059303c30165 .shogun-image-content {
  
    align-items: center;
  
}

.s-57eaeb65-d5dd-425a-af51-059303c30165.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57eaeb65-d5dd-425a-af51-059303c30165.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57eaeb65-d5dd-425a-af51-059303c30165.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57eaeb65-d5dd-425a-af51-059303c30165 {
      --shg-aspect-ratio: calc(1144/714); 
    }

    .s-57eaeb65-d5dd-425a-af51-059303c30165.shogun-image-container {
      position: relative;
    }

    .s-57eaeb65-d5dd-425a-af51-059303c30165.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57eaeb65-d5dd-425a-af51-059303c30165.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57eaeb65-d5dd-425a-af51-059303c30165 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-57eaeb65-d5dd-425a-af51-059303c30165 img.shogun-image,
  #s-57eaeb65-d5dd-425a-af51-059303c30165 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-57eaeb65-d5dd-425a-af51-059303c30165 {
    width: 100%;
    height: auto;
  }

  #s-57eaeb65-d5dd-425a-af51-059303c30165 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-57eaeb65-d5dd-425a-af51-059303c30165.shogun-image {
    
    
  }


.s-57eaeb65-d5dd-425a-af51-059303c30165 .shogun-image-content {
  
    align-items: center;
  
}

.s-57eaeb65-d5dd-425a-af51-059303c30165.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57eaeb65-d5dd-425a-af51-059303c30165.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57eaeb65-d5dd-425a-af51-059303c30165.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57eaeb65-d5dd-425a-af51-059303c30165 {
      --shg-aspect-ratio: calc(1144/714); 
    }

    .s-57eaeb65-d5dd-425a-af51-059303c30165.shogun-image-container {
      position: relative;
    }

    .s-57eaeb65-d5dd-425a-af51-059303c30165.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57eaeb65-d5dd-425a-af51-059303c30165.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57eaeb65-d5dd-425a-af51-059303c30165 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}
