.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-cada0161-fc72-4280-85ce-1c6acc09363e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-cada0161-fc72-4280-85ce-1c6acc09363e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cada0161-fc72-4280-85ce-1c6acc09363e.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-f165adce-7d22-439a-b14c-bbe66d2b0df7 {
  padding-left: 15%;
padding-right: 15%;
}

#s-3c999b76-66aa-4809-afaa-b5312908fe49 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3c999b76-66aa-4809-afaa-b5312908fe49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c999b76-66aa-4809-afaa-b5312908fe49.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-34774b77-3d3a-419e-869c-9626de5a8954 {
  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-34774b77-3d3a-419e-869c-9626de5a8954"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-34774b77-3d3a-419e-869c-9626de5a8954"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-34774b77-3d3a-419e-869c-9626de5a8954"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-34774b77-3d3a-419e-869c-9626de5a8954"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

.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-4509fc77-a097-426d-b6cc-24fdd4a2421b {
  margin-bottom: 0px;
max-width: 1600px;
aspect-ratio: 1600/1067;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-4509fc77-a097-426d-b6cc-24fdd4a2421b .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-4509fc77-a097-426d-b6cc-24fdd4a2421b .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4509fc77-a097-426d-b6cc-24fdd4a2421b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4509fc77-a097-426d-b6cc-24fdd4a2421b {
    width: 100%;
    height: auto;
  }

  #s-4509fc77-a097-426d-b6cc-24fdd4a2421b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4509fc77-a097-426d-b6cc-24fdd4a2421b.shogun-image {
    
    
  }


.s-4509fc77-a097-426d-b6cc-24fdd4a2421b .shogun-image-content {
  
    align-items: center;
  
}

.s-4509fc77-a097-426d-b6cc-24fdd4a2421b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4509fc77-a097-426d-b6cc-24fdd4a2421b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4509fc77-a097-426d-b6cc-24fdd4a2421b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4509fc77-a097-426d-b6cc-24fdd4a2421b {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-4509fc77-a097-426d-b6cc-24fdd4a2421b.shogun-image-container {
      position: relative;
    }

    .s-4509fc77-a097-426d-b6cc-24fdd4a2421b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4509fc77-a097-426d-b6cc-24fdd4a2421b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4509fc77-a097-426d-b6cc-24fdd4a2421b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-4509fc77-a097-426d-b6cc-24fdd4a2421b .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-4509fc77-a097-426d-b6cc-24fdd4a2421b .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4509fc77-a097-426d-b6cc-24fdd4a2421b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4509fc77-a097-426d-b6cc-24fdd4a2421b {
    width: 100%;
    height: auto;
  }

  #s-4509fc77-a097-426d-b6cc-24fdd4a2421b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4509fc77-a097-426d-b6cc-24fdd4a2421b.shogun-image {
    
    
  }


.s-4509fc77-a097-426d-b6cc-24fdd4a2421b .shogun-image-content {
  
    align-items: center;
  
}

.s-4509fc77-a097-426d-b6cc-24fdd4a2421b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4509fc77-a097-426d-b6cc-24fdd4a2421b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4509fc77-a097-426d-b6cc-24fdd4a2421b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4509fc77-a097-426d-b6cc-24fdd4a2421b {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-4509fc77-a097-426d-b6cc-24fdd4a2421b.shogun-image-container {
      position: relative;
    }

    .s-4509fc77-a097-426d-b6cc-24fdd4a2421b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4509fc77-a097-426d-b6cc-24fdd4a2421b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4509fc77-a097-426d-b6cc-24fdd4a2421b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4509fc77-a097-426d-b6cc-24fdd4a2421b .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-4509fc77-a097-426d-b6cc-24fdd4a2421b .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4509fc77-a097-426d-b6cc-24fdd4a2421b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4509fc77-a097-426d-b6cc-24fdd4a2421b {
    width: 100%;
    height: auto;
  }

  #s-4509fc77-a097-426d-b6cc-24fdd4a2421b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4509fc77-a097-426d-b6cc-24fdd4a2421b.shogun-image {
    
    
  }


.s-4509fc77-a097-426d-b6cc-24fdd4a2421b .shogun-image-content {
  
    align-items: center;
  
}

.s-4509fc77-a097-426d-b6cc-24fdd4a2421b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4509fc77-a097-426d-b6cc-24fdd4a2421b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4509fc77-a097-426d-b6cc-24fdd4a2421b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4509fc77-a097-426d-b6cc-24fdd4a2421b {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-4509fc77-a097-426d-b6cc-24fdd4a2421b.shogun-image-container {
      position: relative;
    }

    .s-4509fc77-a097-426d-b6cc-24fdd4a2421b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4509fc77-a097-426d-b6cc-24fdd4a2421b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4509fc77-a097-426d-b6cc-24fdd4a2421b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4509fc77-a097-426d-b6cc-24fdd4a2421b .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-4509fc77-a097-426d-b6cc-24fdd4a2421b .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4509fc77-a097-426d-b6cc-24fdd4a2421b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4509fc77-a097-426d-b6cc-24fdd4a2421b {
    width: 100%;
    height: auto;
  }

  #s-4509fc77-a097-426d-b6cc-24fdd4a2421b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4509fc77-a097-426d-b6cc-24fdd4a2421b.shogun-image {
    
    
  }


.s-4509fc77-a097-426d-b6cc-24fdd4a2421b .shogun-image-content {
  
    align-items: center;
  
}

.s-4509fc77-a097-426d-b6cc-24fdd4a2421b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4509fc77-a097-426d-b6cc-24fdd4a2421b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4509fc77-a097-426d-b6cc-24fdd4a2421b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4509fc77-a097-426d-b6cc-24fdd4a2421b {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-4509fc77-a097-426d-b6cc-24fdd4a2421b.shogun-image-container {
      position: relative;
    }

    .s-4509fc77-a097-426d-b6cc-24fdd4a2421b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4509fc77-a097-426d-b6cc-24fdd4a2421b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4509fc77-a097-426d-b6cc-24fdd4a2421b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4509fc77-a097-426d-b6cc-24fdd4a2421b .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-4509fc77-a097-426d-b6cc-24fdd4a2421b .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4509fc77-a097-426d-b6cc-24fdd4a2421b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4509fc77-a097-426d-b6cc-24fdd4a2421b {
    width: 100%;
    height: auto;
  }

  #s-4509fc77-a097-426d-b6cc-24fdd4a2421b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4509fc77-a097-426d-b6cc-24fdd4a2421b.shogun-image {
    
    
  }


.s-4509fc77-a097-426d-b6cc-24fdd4a2421b .shogun-image-content {
  
    align-items: center;
  
}

.s-4509fc77-a097-426d-b6cc-24fdd4a2421b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4509fc77-a097-426d-b6cc-24fdd4a2421b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4509fc77-a097-426d-b6cc-24fdd4a2421b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4509fc77-a097-426d-b6cc-24fdd4a2421b {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-4509fc77-a097-426d-b6cc-24fdd4a2421b.shogun-image-container {
      position: relative;
    }

    .s-4509fc77-a097-426d-b6cc-24fdd4a2421b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4509fc77-a097-426d-b6cc-24fdd4a2421b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4509fc77-a097-426d-b6cc-24fdd4a2421b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-caf48ab2-594e-4581-982d-c62341ad2ea5 {
  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-caf48ab2-594e-4581-982d-c62341ad2ea5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-caf48ab2-594e-4581-982d-c62341ad2ea5.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-db68f960-38ea-4123-80cc-aaf1362a7370 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-db68f960-38ea-4123-80cc-aaf1362a7370 .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-3e8b4141-869a-4b54-832c-5277c73003fa {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3e8b4141-869a-4b54-832c-5277c73003fa .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-e93f3340-bdab-44b5-9538-ff0821f640d8 {
  margin-bottom: 20px;
}

#s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 {
  margin-bottom: 0px;
max-width: 1600px;
aspect-ratio: 1600/1067;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 {
    width: 100%;
    height: auto;
  }

  #s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1d0ad4f0-0607-493a-afc6-2b833492bfc0.shogun-image {
    
    
  }


.s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d0ad4f0-0607-493a-afc6-2b833492bfc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d0ad4f0-0607-493a-afc6-2b833492bfc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d0ad4f0-0607-493a-afc6-2b833492bfc0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-1d0ad4f0-0607-493a-afc6-2b833492bfc0.shogun-image-container {
      position: relative;
    }

    .s-1d0ad4f0-0607-493a-afc6-2b833492bfc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d0ad4f0-0607-493a-afc6-2b833492bfc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 {
    width: 100%;
    height: auto;
  }

  #s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1d0ad4f0-0607-493a-afc6-2b833492bfc0.shogun-image {
    
    
  }


.s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d0ad4f0-0607-493a-afc6-2b833492bfc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d0ad4f0-0607-493a-afc6-2b833492bfc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d0ad4f0-0607-493a-afc6-2b833492bfc0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-1d0ad4f0-0607-493a-afc6-2b833492bfc0.shogun-image-container {
      position: relative;
    }

    .s-1d0ad4f0-0607-493a-afc6-2b833492bfc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d0ad4f0-0607-493a-afc6-2b833492bfc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 {
    width: 100%;
    height: auto;
  }

  #s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1d0ad4f0-0607-493a-afc6-2b833492bfc0.shogun-image {
    
    
  }


.s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d0ad4f0-0607-493a-afc6-2b833492bfc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d0ad4f0-0607-493a-afc6-2b833492bfc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d0ad4f0-0607-493a-afc6-2b833492bfc0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-1d0ad4f0-0607-493a-afc6-2b833492bfc0.shogun-image-container {
      position: relative;
    }

    .s-1d0ad4f0-0607-493a-afc6-2b833492bfc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d0ad4f0-0607-493a-afc6-2b833492bfc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 {
    width: 100%;
    height: auto;
  }

  #s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1d0ad4f0-0607-493a-afc6-2b833492bfc0.shogun-image {
    
    
  }


.s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d0ad4f0-0607-493a-afc6-2b833492bfc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d0ad4f0-0607-493a-afc6-2b833492bfc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d0ad4f0-0607-493a-afc6-2b833492bfc0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-1d0ad4f0-0607-493a-afc6-2b833492bfc0.shogun-image-container {
      position: relative;
    }

    .s-1d0ad4f0-0607-493a-afc6-2b833492bfc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d0ad4f0-0607-493a-afc6-2b833492bfc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 {
    width: 100%;
    height: auto;
  }

  #s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1d0ad4f0-0607-493a-afc6-2b833492bfc0.shogun-image {
    
    
  }


.s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d0ad4f0-0607-493a-afc6-2b833492bfc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d0ad4f0-0607-493a-afc6-2b833492bfc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d0ad4f0-0607-493a-afc6-2b833492bfc0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-1d0ad4f0-0607-493a-afc6-2b833492bfc0.shogun-image-container {
      position: relative;
    }

    .s-1d0ad4f0-0607-493a-afc6-2b833492bfc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d0ad4f0-0607-493a-afc6-2b833492bfc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d0ad4f0-0607-493a-afc6-2b833492bfc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4219e387-bd82-419e-b91a-ddfe1e291e85 {
  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-4219e387-bd82-419e-b91a-ddfe1e291e85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4219e387-bd82-419e-b91a-ddfe1e291e85.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c83ac75c-ab59-4038-bfde-d7319f09cc00 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c83ac75c-ab59-4038-bfde-d7319f09cc00 .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-cf967d16-bc93-446a-b9cc-de336c8c3ac7 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-cf967d16-bc93-446a-b9cc-de336c8c3ac7 .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-bf56cb1c-316f-4198-bfb9-3e6a0b73fab8 {
  margin-bottom: 20px;
}

#s-88ef03da-255c-442f-a33f-2637c4618617 {
  margin-bottom: 0px;
max-width: 1600px;
aspect-ratio: 1600/1067;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-88ef03da-255c-442f-a33f-2637c4618617 .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-88ef03da-255c-442f-a33f-2637c4618617 .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88ef03da-255c-442f-a33f-2637c4618617 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-88ef03da-255c-442f-a33f-2637c4618617 {
    width: 100%;
    height: auto;
  }

  #s-88ef03da-255c-442f-a33f-2637c4618617 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-88ef03da-255c-442f-a33f-2637c4618617.shogun-image {
    
    
  }


.s-88ef03da-255c-442f-a33f-2637c4618617 .shogun-image-content {
  
    align-items: center;
  
}

.s-88ef03da-255c-442f-a33f-2637c4618617.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88ef03da-255c-442f-a33f-2637c4618617.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88ef03da-255c-442f-a33f-2637c4618617.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88ef03da-255c-442f-a33f-2637c4618617 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-88ef03da-255c-442f-a33f-2637c4618617.shogun-image-container {
      position: relative;
    }

    .s-88ef03da-255c-442f-a33f-2637c4618617.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88ef03da-255c-442f-a33f-2637c4618617.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88ef03da-255c-442f-a33f-2637c4618617 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-88ef03da-255c-442f-a33f-2637c4618617 .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-88ef03da-255c-442f-a33f-2637c4618617 .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88ef03da-255c-442f-a33f-2637c4618617 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-88ef03da-255c-442f-a33f-2637c4618617 {
    width: 100%;
    height: auto;
  }

  #s-88ef03da-255c-442f-a33f-2637c4618617 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-88ef03da-255c-442f-a33f-2637c4618617.shogun-image {
    
    
  }


.s-88ef03da-255c-442f-a33f-2637c4618617 .shogun-image-content {
  
    align-items: center;
  
}

.s-88ef03da-255c-442f-a33f-2637c4618617.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88ef03da-255c-442f-a33f-2637c4618617.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88ef03da-255c-442f-a33f-2637c4618617.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88ef03da-255c-442f-a33f-2637c4618617 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-88ef03da-255c-442f-a33f-2637c4618617.shogun-image-container {
      position: relative;
    }

    .s-88ef03da-255c-442f-a33f-2637c4618617.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88ef03da-255c-442f-a33f-2637c4618617.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88ef03da-255c-442f-a33f-2637c4618617 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-88ef03da-255c-442f-a33f-2637c4618617 .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-88ef03da-255c-442f-a33f-2637c4618617 .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88ef03da-255c-442f-a33f-2637c4618617 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-88ef03da-255c-442f-a33f-2637c4618617 {
    width: 100%;
    height: auto;
  }

  #s-88ef03da-255c-442f-a33f-2637c4618617 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-88ef03da-255c-442f-a33f-2637c4618617.shogun-image {
    
    
  }


.s-88ef03da-255c-442f-a33f-2637c4618617 .shogun-image-content {
  
    align-items: center;
  
}

.s-88ef03da-255c-442f-a33f-2637c4618617.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88ef03da-255c-442f-a33f-2637c4618617.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88ef03da-255c-442f-a33f-2637c4618617.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88ef03da-255c-442f-a33f-2637c4618617 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-88ef03da-255c-442f-a33f-2637c4618617.shogun-image-container {
      position: relative;
    }

    .s-88ef03da-255c-442f-a33f-2637c4618617.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88ef03da-255c-442f-a33f-2637c4618617.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88ef03da-255c-442f-a33f-2637c4618617 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-88ef03da-255c-442f-a33f-2637c4618617 .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-88ef03da-255c-442f-a33f-2637c4618617 .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88ef03da-255c-442f-a33f-2637c4618617 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-88ef03da-255c-442f-a33f-2637c4618617 {
    width: 100%;
    height: auto;
  }

  #s-88ef03da-255c-442f-a33f-2637c4618617 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-88ef03da-255c-442f-a33f-2637c4618617.shogun-image {
    
    
  }


.s-88ef03da-255c-442f-a33f-2637c4618617 .shogun-image-content {
  
    align-items: center;
  
}

.s-88ef03da-255c-442f-a33f-2637c4618617.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88ef03da-255c-442f-a33f-2637c4618617.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88ef03da-255c-442f-a33f-2637c4618617.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88ef03da-255c-442f-a33f-2637c4618617 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-88ef03da-255c-442f-a33f-2637c4618617.shogun-image-container {
      position: relative;
    }

    .s-88ef03da-255c-442f-a33f-2637c4618617.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88ef03da-255c-442f-a33f-2637c4618617.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88ef03da-255c-442f-a33f-2637c4618617 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-88ef03da-255c-442f-a33f-2637c4618617 .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-88ef03da-255c-442f-a33f-2637c4618617 .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88ef03da-255c-442f-a33f-2637c4618617 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-88ef03da-255c-442f-a33f-2637c4618617 {
    width: 100%;
    height: auto;
  }

  #s-88ef03da-255c-442f-a33f-2637c4618617 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-88ef03da-255c-442f-a33f-2637c4618617.shogun-image {
    
    
  }


.s-88ef03da-255c-442f-a33f-2637c4618617 .shogun-image-content {
  
    align-items: center;
  
}

.s-88ef03da-255c-442f-a33f-2637c4618617.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88ef03da-255c-442f-a33f-2637c4618617.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88ef03da-255c-442f-a33f-2637c4618617.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88ef03da-255c-442f-a33f-2637c4618617 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-88ef03da-255c-442f-a33f-2637c4618617.shogun-image-container {
      position: relative;
    }

    .s-88ef03da-255c-442f-a33f-2637c4618617.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88ef03da-255c-442f-a33f-2637c4618617.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88ef03da-255c-442f-a33f-2637c4618617 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-47ba0dc8-c1d0-4bd4-9d00-58bb9219a983 {
  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-47ba0dc8-c1d0-4bd4-9d00-58bb9219a983 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47ba0dc8-c1d0-4bd4-9d00-58bb9219a983.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-54005a0e-5017-48d9-adb5-45558c5a1887 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-54005a0e-5017-48d9-adb5-45558c5a1887 .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-cfb6cdf9-77d1-4d93-b169-394116acff62 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-cfb6cdf9-77d1-4d93-b169-394116acff62 .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-4779c146-caa1-4352-ae46-ea15ab0d9b89 {
  margin-bottom: 20px;
}

#s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 {
  margin-bottom: 0px;
max-width: 1600px;
aspect-ratio: 1600/1067;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 {
    width: 100%;
    height: auto;
  }

  #s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22.shogun-image {
    
    
  }


.s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 .shogun-image-content {
  
    align-items: center;
  
}

.s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22.shogun-image-container {
      position: relative;
    }

    .s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 {
    width: 100%;
    height: auto;
  }

  #s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22.shogun-image {
    
    
  }


.s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 .shogun-image-content {
  
    align-items: center;
  
}

.s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22.shogun-image-container {
      position: relative;
    }

    .s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 {
    width: 100%;
    height: auto;
  }

  #s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22.shogun-image {
    
    
  }


.s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 .shogun-image-content {
  
    align-items: center;
  
}

.s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22.shogun-image-container {
      position: relative;
    }

    .s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 {
    width: 100%;
    height: auto;
  }

  #s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22.shogun-image {
    
    
  }


.s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 .shogun-image-content {
  
    align-items: center;
  
}

.s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22.shogun-image-container {
      position: relative;
    }

    .s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 {
    width: 100%;
    height: auto;
  }

  #s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22.shogun-image {
    
    
  }


.s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 .shogun-image-content {
  
    align-items: center;
  
}

.s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22.shogun-image-container {
      position: relative;
    }

    .s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f13b0672-37aa-42f0-b7c2-0dccd8bb4f22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ab1db6a8-6d06-4217-911e-dfadde000701 {
  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-ab1db6a8-6d06-4217-911e-dfadde000701 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab1db6a8-6d06-4217-911e-dfadde000701.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c18f0ba0-3e34-4c60-a40b-2d8c0d0a2bc4 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c18f0ba0-3e34-4c60-a40b-2d8c0d0a2bc4 .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-029c2c2a-d66f-4d10-bd0b-44d85fc59b46 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-029c2c2a-d66f-4d10-bd0b-44d85fc59b46 .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-c151b343-2537-4895-b7fc-78e8c1b72e20 {
  margin-bottom: 20px;
}

#s-4097b5a8-fbb5-4684-9755-bd879152bc86 {
  margin-bottom: 0px;
max-width: 1600px;
aspect-ratio: 1600/1067;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-4097b5a8-fbb5-4684-9755-bd879152bc86 .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-4097b5a8-fbb5-4684-9755-bd879152bc86 .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4097b5a8-fbb5-4684-9755-bd879152bc86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4097b5a8-fbb5-4684-9755-bd879152bc86 {
    width: 100%;
    height: auto;
  }

  #s-4097b5a8-fbb5-4684-9755-bd879152bc86 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4097b5a8-fbb5-4684-9755-bd879152bc86.shogun-image {
    
    
  }


.s-4097b5a8-fbb5-4684-9755-bd879152bc86 .shogun-image-content {
  
    align-items: center;
  
}

.s-4097b5a8-fbb5-4684-9755-bd879152bc86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4097b5a8-fbb5-4684-9755-bd879152bc86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4097b5a8-fbb5-4684-9755-bd879152bc86.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4097b5a8-fbb5-4684-9755-bd879152bc86 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-4097b5a8-fbb5-4684-9755-bd879152bc86.shogun-image-container {
      position: relative;
    }

    .s-4097b5a8-fbb5-4684-9755-bd879152bc86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4097b5a8-fbb5-4684-9755-bd879152bc86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4097b5a8-fbb5-4684-9755-bd879152bc86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-4097b5a8-fbb5-4684-9755-bd879152bc86 .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-4097b5a8-fbb5-4684-9755-bd879152bc86 .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4097b5a8-fbb5-4684-9755-bd879152bc86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4097b5a8-fbb5-4684-9755-bd879152bc86 {
    width: 100%;
    height: auto;
  }

  #s-4097b5a8-fbb5-4684-9755-bd879152bc86 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4097b5a8-fbb5-4684-9755-bd879152bc86.shogun-image {
    
    
  }


.s-4097b5a8-fbb5-4684-9755-bd879152bc86 .shogun-image-content {
  
    align-items: center;
  
}

.s-4097b5a8-fbb5-4684-9755-bd879152bc86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4097b5a8-fbb5-4684-9755-bd879152bc86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4097b5a8-fbb5-4684-9755-bd879152bc86.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4097b5a8-fbb5-4684-9755-bd879152bc86 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-4097b5a8-fbb5-4684-9755-bd879152bc86.shogun-image-container {
      position: relative;
    }

    .s-4097b5a8-fbb5-4684-9755-bd879152bc86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4097b5a8-fbb5-4684-9755-bd879152bc86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4097b5a8-fbb5-4684-9755-bd879152bc86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4097b5a8-fbb5-4684-9755-bd879152bc86 .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-4097b5a8-fbb5-4684-9755-bd879152bc86 .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4097b5a8-fbb5-4684-9755-bd879152bc86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4097b5a8-fbb5-4684-9755-bd879152bc86 {
    width: 100%;
    height: auto;
  }

  #s-4097b5a8-fbb5-4684-9755-bd879152bc86 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4097b5a8-fbb5-4684-9755-bd879152bc86.shogun-image {
    
    
  }


.s-4097b5a8-fbb5-4684-9755-bd879152bc86 .shogun-image-content {
  
    align-items: center;
  
}

.s-4097b5a8-fbb5-4684-9755-bd879152bc86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4097b5a8-fbb5-4684-9755-bd879152bc86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4097b5a8-fbb5-4684-9755-bd879152bc86.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4097b5a8-fbb5-4684-9755-bd879152bc86 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-4097b5a8-fbb5-4684-9755-bd879152bc86.shogun-image-container {
      position: relative;
    }

    .s-4097b5a8-fbb5-4684-9755-bd879152bc86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4097b5a8-fbb5-4684-9755-bd879152bc86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4097b5a8-fbb5-4684-9755-bd879152bc86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4097b5a8-fbb5-4684-9755-bd879152bc86 .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-4097b5a8-fbb5-4684-9755-bd879152bc86 .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4097b5a8-fbb5-4684-9755-bd879152bc86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4097b5a8-fbb5-4684-9755-bd879152bc86 {
    width: 100%;
    height: auto;
  }

  #s-4097b5a8-fbb5-4684-9755-bd879152bc86 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4097b5a8-fbb5-4684-9755-bd879152bc86.shogun-image {
    
    
  }


.s-4097b5a8-fbb5-4684-9755-bd879152bc86 .shogun-image-content {
  
    align-items: center;
  
}

.s-4097b5a8-fbb5-4684-9755-bd879152bc86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4097b5a8-fbb5-4684-9755-bd879152bc86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4097b5a8-fbb5-4684-9755-bd879152bc86.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4097b5a8-fbb5-4684-9755-bd879152bc86 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-4097b5a8-fbb5-4684-9755-bd879152bc86.shogun-image-container {
      position: relative;
    }

    .s-4097b5a8-fbb5-4684-9755-bd879152bc86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4097b5a8-fbb5-4684-9755-bd879152bc86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4097b5a8-fbb5-4684-9755-bd879152bc86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4097b5a8-fbb5-4684-9755-bd879152bc86 .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-4097b5a8-fbb5-4684-9755-bd879152bc86 .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4097b5a8-fbb5-4684-9755-bd879152bc86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4097b5a8-fbb5-4684-9755-bd879152bc86 {
    width: 100%;
    height: auto;
  }

  #s-4097b5a8-fbb5-4684-9755-bd879152bc86 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4097b5a8-fbb5-4684-9755-bd879152bc86.shogun-image {
    
    
  }


.s-4097b5a8-fbb5-4684-9755-bd879152bc86 .shogun-image-content {
  
    align-items: center;
  
}

.s-4097b5a8-fbb5-4684-9755-bd879152bc86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4097b5a8-fbb5-4684-9755-bd879152bc86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4097b5a8-fbb5-4684-9755-bd879152bc86.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4097b5a8-fbb5-4684-9755-bd879152bc86 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-4097b5a8-fbb5-4684-9755-bd879152bc86.shogun-image-container {
      position: relative;
    }

    .s-4097b5a8-fbb5-4684-9755-bd879152bc86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4097b5a8-fbb5-4684-9755-bd879152bc86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4097b5a8-fbb5-4684-9755-bd879152bc86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0526cb82-a1f9-41b1-b9ba-0d0758c05c23 {
  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-0526cb82-a1f9-41b1-b9ba-0d0758c05c23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0526cb82-a1f9-41b1-b9ba-0d0758c05c23.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-77508723-6839-48d8-95f7-991619153cac {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-77508723-6839-48d8-95f7-991619153cac .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-0e71840c-e58e-4c13-83be-63f0f338e756 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0e71840c-e58e-4c13-83be-63f0f338e756 .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-7a89fc18-a5dc-4cf3-8f41-173d29d7adbf {
  margin-bottom: 20px;
}

#s-d8b0b095-a4a8-4ba4-b6cc-3d8c3eb1a499 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d8b0b095-a4a8-4ba4-b6cc-3d8c3eb1a499 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8b0b095-a4a8-4ba4-b6cc-3d8c3eb1a499.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3223122d-63d7-443b-aef9-a3e6f2714f4d {
  max-width: 1920px;
aspect-ratio: 1920/730;
text-align: center;
background-color: rgba(209, 207, 207, 1);
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-3223122d-63d7-443b-aef9-a3e6f2714f4d .shg-image-content-wrapper {
      aspect-ratio: 1920/730;
      min-width: 100%;
      height: auto;
    }

    #s-3223122d-63d7-443b-aef9-a3e6f2714f4d .shogun-image-link {
      aspect-ratio: 1920/730;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3223122d-63d7-443b-aef9-a3e6f2714f4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3223122d-63d7-443b-aef9-a3e6f2714f4d {
    width: 100%;
    height: auto;
  }

  #s-3223122d-63d7-443b-aef9-a3e6f2714f4d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3223122d-63d7-443b-aef9-a3e6f2714f4d.shogun-image {
    
    
  }


.s-3223122d-63d7-443b-aef9-a3e6f2714f4d .shogun-image-content {
  
    align-items: center;
  
}

.s-3223122d-63d7-443b-aef9-a3e6f2714f4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3223122d-63d7-443b-aef9-a3e6f2714f4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3223122d-63d7-443b-aef9-a3e6f2714f4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3223122d-63d7-443b-aef9-a3e6f2714f4d {
      --shg-aspect-ratio: calc(1920/730); 
    }

    .s-3223122d-63d7-443b-aef9-a3e6f2714f4d.shogun-image-container {
      position: relative;
    }

    .s-3223122d-63d7-443b-aef9-a3e6f2714f4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3223122d-63d7-443b-aef9-a3e6f2714f4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3223122d-63d7-443b-aef9-a3e6f2714f4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-3223122d-63d7-443b-aef9-a3e6f2714f4d .shg-image-content-wrapper {
      aspect-ratio: 1920/730;
      min-width: 100%;
      height: auto;
    }

    #s-3223122d-63d7-443b-aef9-a3e6f2714f4d .shogun-image-link {
      aspect-ratio: 1920/730;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3223122d-63d7-443b-aef9-a3e6f2714f4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3223122d-63d7-443b-aef9-a3e6f2714f4d {
    width: 100%;
    height: auto;
  }

  #s-3223122d-63d7-443b-aef9-a3e6f2714f4d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3223122d-63d7-443b-aef9-a3e6f2714f4d.shogun-image {
    
    
  }


.s-3223122d-63d7-443b-aef9-a3e6f2714f4d .shogun-image-content {
  
    align-items: center;
  
}

.s-3223122d-63d7-443b-aef9-a3e6f2714f4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3223122d-63d7-443b-aef9-a3e6f2714f4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3223122d-63d7-443b-aef9-a3e6f2714f4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3223122d-63d7-443b-aef9-a3e6f2714f4d {
      --shg-aspect-ratio: calc(1920/730); 
    }

    .s-3223122d-63d7-443b-aef9-a3e6f2714f4d.shogun-image-container {
      position: relative;
    }

    .s-3223122d-63d7-443b-aef9-a3e6f2714f4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3223122d-63d7-443b-aef9-a3e6f2714f4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3223122d-63d7-443b-aef9-a3e6f2714f4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3223122d-63d7-443b-aef9-a3e6f2714f4d .shg-image-content-wrapper {
      aspect-ratio: 1920/730;
      min-width: 100%;
      height: auto;
    }

    #s-3223122d-63d7-443b-aef9-a3e6f2714f4d .shogun-image-link {
      aspect-ratio: 1920/730;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3223122d-63d7-443b-aef9-a3e6f2714f4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3223122d-63d7-443b-aef9-a3e6f2714f4d {
    width: 100%;
    height: auto;
  }

  #s-3223122d-63d7-443b-aef9-a3e6f2714f4d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3223122d-63d7-443b-aef9-a3e6f2714f4d.shogun-image {
    
    
  }


.s-3223122d-63d7-443b-aef9-a3e6f2714f4d .shogun-image-content {
  
    align-items: center;
  
}

.s-3223122d-63d7-443b-aef9-a3e6f2714f4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3223122d-63d7-443b-aef9-a3e6f2714f4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3223122d-63d7-443b-aef9-a3e6f2714f4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3223122d-63d7-443b-aef9-a3e6f2714f4d {
      --shg-aspect-ratio: calc(1920/730); 
    }

    .s-3223122d-63d7-443b-aef9-a3e6f2714f4d.shogun-image-container {
      position: relative;
    }

    .s-3223122d-63d7-443b-aef9-a3e6f2714f4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3223122d-63d7-443b-aef9-a3e6f2714f4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3223122d-63d7-443b-aef9-a3e6f2714f4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3223122d-63d7-443b-aef9-a3e6f2714f4d .shg-image-content-wrapper {
      aspect-ratio: 1920/730;
      min-width: 100%;
      height: auto;
    }

    #s-3223122d-63d7-443b-aef9-a3e6f2714f4d .shogun-image-link {
      aspect-ratio: 1920/730;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3223122d-63d7-443b-aef9-a3e6f2714f4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3223122d-63d7-443b-aef9-a3e6f2714f4d {
    width: 100%;
    height: auto;
  }

  #s-3223122d-63d7-443b-aef9-a3e6f2714f4d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3223122d-63d7-443b-aef9-a3e6f2714f4d.shogun-image {
    
    
  }


.s-3223122d-63d7-443b-aef9-a3e6f2714f4d .shogun-image-content {
  
    align-items: center;
  
}

.s-3223122d-63d7-443b-aef9-a3e6f2714f4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3223122d-63d7-443b-aef9-a3e6f2714f4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3223122d-63d7-443b-aef9-a3e6f2714f4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3223122d-63d7-443b-aef9-a3e6f2714f4d {
      --shg-aspect-ratio: calc(1920/730); 
    }

    .s-3223122d-63d7-443b-aef9-a3e6f2714f4d.shogun-image-container {
      position: relative;
    }

    .s-3223122d-63d7-443b-aef9-a3e6f2714f4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3223122d-63d7-443b-aef9-a3e6f2714f4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3223122d-63d7-443b-aef9-a3e6f2714f4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3223122d-63d7-443b-aef9-a3e6f2714f4d .shg-image-content-wrapper {
      aspect-ratio: 1920/730;
      min-width: 100%;
      height: auto;
    }

    #s-3223122d-63d7-443b-aef9-a3e6f2714f4d .shogun-image-link {
      aspect-ratio: 1920/730;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3223122d-63d7-443b-aef9-a3e6f2714f4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3223122d-63d7-443b-aef9-a3e6f2714f4d {
    width: 100%;
    height: auto;
  }

  #s-3223122d-63d7-443b-aef9-a3e6f2714f4d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3223122d-63d7-443b-aef9-a3e6f2714f4d.shogun-image {
    
    
  }


.s-3223122d-63d7-443b-aef9-a3e6f2714f4d .shogun-image-content {
  
    align-items: center;
  
}

.s-3223122d-63d7-443b-aef9-a3e6f2714f4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3223122d-63d7-443b-aef9-a3e6f2714f4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3223122d-63d7-443b-aef9-a3e6f2714f4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3223122d-63d7-443b-aef9-a3e6f2714f4d {
      --shg-aspect-ratio: calc(1920/730); 
    }

    .s-3223122d-63d7-443b-aef9-a3e6f2714f4d.shogun-image-container {
      position: relative;
    }

    .s-3223122d-63d7-443b-aef9-a3e6f2714f4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3223122d-63d7-443b-aef9-a3e6f2714f4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3223122d-63d7-443b-aef9-a3e6f2714f4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-1a5f71cc-e47e-4e85-b457-09b3ea606422 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1a5f71cc-e47e-4e85-b457-09b3ea606422 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a5f71cc-e47e-4e85-b457-09b3ea606422.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd3e29e4-5d2b-4dbf-a82c-01c8b081de6a {
  margin-left: 2%;
margin-right: 2%;
min-height: 500px;
}








#s-cd3e29e4-5d2b-4dbf-a82c-01c8b081de6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd3e29e4-5d2b-4dbf-a82c-01c8b081de6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c3b986d-b2b3-4de6-81c3-4d760511ebc4 {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-2c3b986d-b2b3-4de6-81c3-4d760511ebc4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2c3b986d-b2b3-4de6-81c3-4d760511ebc4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2c3b986d-b2b3-4de6-81c3-4d760511ebc4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2c3b986d-b2b3-4de6-81c3-4d760511ebc4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c617fc99-7e1b-4699-bafc-c62b5704712e {
  padding-top: 0%;
padding-left: 8%;
padding-bottom: 0%;
padding-right: 8%;
min-height: 500px;
}








#s-c617fc99-7e1b-4699-bafc-c62b5704712e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c617fc99-7e1b-4699-bafc-c62b5704712e.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-e51daaed-4c4c-45e2-8c10-7ef0584375d1 {
  max-width: 695px;
aspect-ratio: 695/342;
text-align: center;
}





  #s-e51daaed-4c4c-45e2-8c10-7ef0584375d1 img.shogun-image,
  #s-e51daaed-4c4c-45e2-8c10-7ef0584375d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e51daaed-4c4c-45e2-8c10-7ef0584375d1 {
    width: 100%;
    height: auto;
  }



  #s-e51daaed-4c4c-45e2-8c10-7ef0584375d1 img.shogun-image {
    

    
    
    
  }


#s-e51daaed-4c4c-45e2-8c10-7ef0584375d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-b927e708-5d21-4009-ba26-483942e36e64 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b927e708-5d21-4009-ba26-483942e36e64 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-0d8ac37f-8c17-4e42-b06a-e401703c3280 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0d8ac37f-8c17-4e42-b06a-e401703c3280 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-3f86b140-6ade-4f97-a258-22bd96f5c893 {
  padding-top: 0%;
padding-left: 8%;
padding-bottom: 0%;
padding-right: 8%;
min-height: 500px;
}








#s-3f86b140-6ade-4f97-a258-22bd96f5c893 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f86b140-6ade-4f97-a258-22bd96f5c893.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb804cb3-7113-47a7-81f3-658dbc5441c9 {
  max-width: 695px;
aspect-ratio: 695/342;
text-align: center;
}





  #s-eb804cb3-7113-47a7-81f3-658dbc5441c9 img.shogun-image,
  #s-eb804cb3-7113-47a7-81f3-658dbc5441c9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eb804cb3-7113-47a7-81f3-658dbc5441c9 {
    width: 100%;
    height: auto;
  }



  #s-eb804cb3-7113-47a7-81f3-658dbc5441c9 img.shogun-image {
    

    
    
    
  }


#s-eb804cb3-7113-47a7-81f3-658dbc5441c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-637c23d0-a1d0-453c-b675-7360fab9f9ff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-637c23d0-a1d0-453c-b675-7360fab9f9ff .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-8e39bf7a-84fd-46ce-be55-e001509e4684 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8e39bf7a-84fd-46ce-be55-e001509e4684 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-f6345a66-2fb0-459d-bb55-625b1e9ff3bd {
  padding-top: 6px;
padding-left: 8%;
padding-bottom: 6px;
padding-right: 8%;
min-height: 500px;
}








#s-f6345a66-2fb0-459d-bb55-625b1e9ff3bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6345a66-2fb0-459d-bb55-625b1e9ff3bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93ac55f1-570c-4a28-86e2-e05e6986be6f {
  max-width: 695px;
aspect-ratio: 695/342;
text-align: center;
}





  #s-93ac55f1-570c-4a28-86e2-e05e6986be6f img.shogun-image,
  #s-93ac55f1-570c-4a28-86e2-e05e6986be6f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-93ac55f1-570c-4a28-86e2-e05e6986be6f {
    width: 100%;
    height: auto;
  }



  #s-93ac55f1-570c-4a28-86e2-e05e6986be6f img.shogun-image {
    

    
    
    
  }


#s-93ac55f1-570c-4a28-86e2-e05e6986be6f .shogun-image-content {
  
    align-items: center;
  
}

#s-1f59a9e4-bdcb-4996-bbf3-e5a8b1601178 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1f59a9e4-bdcb-4996-bbf3-e5a8b1601178 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-ba56773c-4395-4739-9c91-cfbf895b84a3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ba56773c-4395-4739-9c91-cfbf895b84a3 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-679c7be8-66e0-47d7-92cd-3e5a1a6c64b6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0%;
padding-left: 8%;
padding-bottom: 0%;
padding-right: 8%;
min-height: 500px;
}








#s-679c7be8-66e0-47d7-92cd-3e5a1a6c64b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-679c7be8-66e0-47d7-92cd-3e5a1a6c64b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bcb538b6-ddee-4565-92b1-3abd6dbaa464 {
  max-width: 695px;
aspect-ratio: 695/342;
text-align: center;
}





  #s-bcb538b6-ddee-4565-92b1-3abd6dbaa464 img.shogun-image,
  #s-bcb538b6-ddee-4565-92b1-3abd6dbaa464 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bcb538b6-ddee-4565-92b1-3abd6dbaa464 {
    width: 100%;
    height: auto;
  }



  #s-bcb538b6-ddee-4565-92b1-3abd6dbaa464 img.shogun-image {
    

    
    
    
  }


#s-bcb538b6-ddee-4565-92b1-3abd6dbaa464 .shogun-image-content {
  
    align-items: center;
  
}

#s-1abd0af1-91c8-472b-bbf5-56e5cffab84f {
  max-width: 695px;
aspect-ratio: 695/342;
text-align: center;
}





  #s-1abd0af1-91c8-472b-bbf5-56e5cffab84f img.shogun-image,
  #s-1abd0af1-91c8-472b-bbf5-56e5cffab84f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1abd0af1-91c8-472b-bbf5-56e5cffab84f {
    width: 100%;
    height: auto;
  }



  #s-1abd0af1-91c8-472b-bbf5-56e5cffab84f img.shogun-image {
    

    
    
    
  }


#s-1abd0af1-91c8-472b-bbf5-56e5cffab84f .shogun-image-content {
  
    align-items: center;
  
}

#s-811dc05a-52ea-4b59-a52a-7f582fac0e39 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-811dc05a-52ea-4b59-a52a-7f582fac0e39 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-af463562-c0e1-44c3-aeea-6d2439225233 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-af463562-c0e1-44c3-aeea-6d2439225233 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-abcc7168-8a81-488b-8926-b8107bbbde6a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-abcc7168-8a81-488b-8926-b8107bbbde6a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-abcc7168-8a81-488b-8926-b8107bbbde6a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-abcc7168-8a81-488b-8926-b8107bbbde6a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e629cfcc-c828-44c3-bcb6-881fde9b8740 {
  padding-top: 6px;
padding-left: 8%;
padding-bottom: 6px;
padding-right: 8%;
min-height: 500px;
}








#s-e629cfcc-c828-44c3-bcb6-881fde9b8740 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e629cfcc-c828-44c3-bcb6-881fde9b8740.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d4bcb58-8e3e-49dc-a221-2dcaa57cd7e7 {
  max-width: 405px;
aspect-ratio: 405/270;
text-align: center;
}





  #s-0d4bcb58-8e3e-49dc-a221-2dcaa57cd7e7 img.shogun-image,
  #s-0d4bcb58-8e3e-49dc-a221-2dcaa57cd7e7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0d4bcb58-8e3e-49dc-a221-2dcaa57cd7e7 {
    width: 100%;
    height: auto;
  }



  #s-0d4bcb58-8e3e-49dc-a221-2dcaa57cd7e7 img.shogun-image {
    

    
    
    
  }


#s-0d4bcb58-8e3e-49dc-a221-2dcaa57cd7e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-89789686-309e-4e7b-a5f9-3855dd3d3fe2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-89789686-309e-4e7b-a5f9-3855dd3d3fe2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-67388e2f-2da9-45ed-a107-c84986956e27 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-67388e2f-2da9-45ed-a107-c84986956e27 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-20fac1d3-2fed-4982-acb3-c245ea4b783d {
  padding-top: 6px;
padding-left: 8%;
padding-bottom: 6px;
padding-right: 8%;
min-height: 500px;
}








#s-20fac1d3-2fed-4982-acb3-c245ea4b783d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20fac1d3-2fed-4982-acb3-c245ea4b783d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17bf1bc7-d609-4cde-be73-61a13605a110 {
  max-width: 404px;
aspect-ratio: 404/269;
text-align: center;
}





  #s-17bf1bc7-d609-4cde-be73-61a13605a110 img.shogun-image,
  #s-17bf1bc7-d609-4cde-be73-61a13605a110 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-17bf1bc7-d609-4cde-be73-61a13605a110 {
    width: 100%;
    height: auto;
  }



  #s-17bf1bc7-d609-4cde-be73-61a13605a110 img.shogun-image {
    

    
    
    
  }


#s-17bf1bc7-d609-4cde-be73-61a13605a110 .shogun-image-content {
  
    align-items: center;
  
}

#s-c920355f-887e-4c4c-b3e9-004f6851a65a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c920355f-887e-4c4c-b3e9-004f6851a65a .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-01dfde4d-3b91-4fa0-b5d2-6f6cf6965b1f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-01dfde4d-3b91-4fa0-b5d2-6f6cf6965b1f .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-c1a32025-364d-4484-9881-6ac898697bea {
  padding-top: 6px;
padding-left: 8%;
padding-bottom: 6px;
padding-right: 8%;
min-height: 500px;
}








#s-c1a32025-364d-4484-9881-6ac898697bea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1a32025-364d-4484-9881-6ac898697bea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a354b18-c4e4-4be8-abc5-34109e1cc941 {
  max-width: 404px;
aspect-ratio: 404/270;
text-align: center;
}





  #s-4a354b18-c4e4-4be8-abc5-34109e1cc941 img.shogun-image,
  #s-4a354b18-c4e4-4be8-abc5-34109e1cc941 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a354b18-c4e4-4be8-abc5-34109e1cc941 {
    width: 100%;
    height: auto;
  }



  #s-4a354b18-c4e4-4be8-abc5-34109e1cc941 img.shogun-image {
    

    
    
    
  }


#s-4a354b18-c4e4-4be8-abc5-34109e1cc941 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e4d6d18-9471-4cbc-8f8e-943274741714 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4e4d6d18-9471-4cbc-8f8e-943274741714 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-fa92f149-833f-48ba-899c-1938edaf467f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fa92f149-833f-48ba-899c-1938edaf467f .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-1e6b0d64-ce4e-4b9c-b8a9-95ac6ef6d959 {
  padding-top: 6px;
padding-left: 8%;
padding-bottom: 6px;
padding-right: 8%;
min-height: 500px;
}








#s-1e6b0d64-ce4e-4b9c-b8a9-95ac6ef6d959 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e6b0d64-ce4e-4b9c-b8a9-95ac6ef6d959.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a025bc2a-f7dd-41d8-88f0-c47063cce6cb {
  max-width: 405px;
aspect-ratio: 405/268;
text-align: center;
}





  #s-a025bc2a-f7dd-41d8-88f0-c47063cce6cb img.shogun-image,
  #s-a025bc2a-f7dd-41d8-88f0-c47063cce6cb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a025bc2a-f7dd-41d8-88f0-c47063cce6cb {
    width: 100%;
    height: auto;
  }



  #s-a025bc2a-f7dd-41d8-88f0-c47063cce6cb img.shogun-image {
    

    
    
    
  }


#s-a025bc2a-f7dd-41d8-88f0-c47063cce6cb .shogun-image-content {
  
    align-items: center;
  
}

#s-d613aa5c-dc03-488c-af81-046caef7eb13 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d613aa5c-dc03-488c-af81-046caef7eb13 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-16a1955c-4211-463c-9e16-42b5c0676f7d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-16a1955c-4211-463c-9e16-42b5c0676f7d .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-ff21fcc3-4da1-40d4-91ae-b79b75b13326 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ff21fcc3-4da1-40d4-91ae-b79b75b13326 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff21fcc3-4da1-40d4-91ae-b79b75b13326.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53dc697e-13fc-4f73-9507-20d8934de0c1 {
  max-width: 1422px;
aspect-ratio: 1422/827;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-53dc697e-13fc-4f73-9507-20d8934de0c1 .shg-image-content-wrapper {
      aspect-ratio: 1422/827;
      min-width: 100%;
      height: auto;
    }

    #s-53dc697e-13fc-4f73-9507-20d8934de0c1 .shogun-image-link {
      aspect-ratio: 1422/827;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-53dc697e-13fc-4f73-9507-20d8934de0c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-53dc697e-13fc-4f73-9507-20d8934de0c1 {
    width: 100%;
    height: auto;
  }

  #s-53dc697e-13fc-4f73-9507-20d8934de0c1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53dc697e-13fc-4f73-9507-20d8934de0c1.shogun-image {
    
    
  }


.s-53dc697e-13fc-4f73-9507-20d8934de0c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-53dc697e-13fc-4f73-9507-20d8934de0c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53dc697e-13fc-4f73-9507-20d8934de0c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53dc697e-13fc-4f73-9507-20d8934de0c1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53dc697e-13fc-4f73-9507-20d8934de0c1 {
      --shg-aspect-ratio: calc(1422/827); 
    }

    .s-53dc697e-13fc-4f73-9507-20d8934de0c1.shogun-image-container {
      position: relative;
    }

    .s-53dc697e-13fc-4f73-9507-20d8934de0c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53dc697e-13fc-4f73-9507-20d8934de0c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53dc697e-13fc-4f73-9507-20d8934de0c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-53dc697e-13fc-4f73-9507-20d8934de0c1 .shg-image-content-wrapper {
      aspect-ratio: 1422/827;
      min-width: 100%;
      height: auto;
    }

    #s-53dc697e-13fc-4f73-9507-20d8934de0c1 .shogun-image-link {
      aspect-ratio: 1422/827;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-53dc697e-13fc-4f73-9507-20d8934de0c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-53dc697e-13fc-4f73-9507-20d8934de0c1 {
    width: 100%;
    height: auto;
  }

  #s-53dc697e-13fc-4f73-9507-20d8934de0c1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53dc697e-13fc-4f73-9507-20d8934de0c1.shogun-image {
    
    
  }


.s-53dc697e-13fc-4f73-9507-20d8934de0c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-53dc697e-13fc-4f73-9507-20d8934de0c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53dc697e-13fc-4f73-9507-20d8934de0c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53dc697e-13fc-4f73-9507-20d8934de0c1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53dc697e-13fc-4f73-9507-20d8934de0c1 {
      --shg-aspect-ratio: calc(1422/827); 
    }

    .s-53dc697e-13fc-4f73-9507-20d8934de0c1.shogun-image-container {
      position: relative;
    }

    .s-53dc697e-13fc-4f73-9507-20d8934de0c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53dc697e-13fc-4f73-9507-20d8934de0c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53dc697e-13fc-4f73-9507-20d8934de0c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-53dc697e-13fc-4f73-9507-20d8934de0c1 .shg-image-content-wrapper {
      aspect-ratio: 1422/827;
      min-width: 100%;
      height: auto;
    }

    #s-53dc697e-13fc-4f73-9507-20d8934de0c1 .shogun-image-link {
      aspect-ratio: 1422/827;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-53dc697e-13fc-4f73-9507-20d8934de0c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-53dc697e-13fc-4f73-9507-20d8934de0c1 {
    width: 100%;
    height: auto;
  }

  #s-53dc697e-13fc-4f73-9507-20d8934de0c1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53dc697e-13fc-4f73-9507-20d8934de0c1.shogun-image {
    
    
  }


.s-53dc697e-13fc-4f73-9507-20d8934de0c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-53dc697e-13fc-4f73-9507-20d8934de0c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53dc697e-13fc-4f73-9507-20d8934de0c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53dc697e-13fc-4f73-9507-20d8934de0c1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53dc697e-13fc-4f73-9507-20d8934de0c1 {
      --shg-aspect-ratio: calc(1422/827); 
    }

    .s-53dc697e-13fc-4f73-9507-20d8934de0c1.shogun-image-container {
      position: relative;
    }

    .s-53dc697e-13fc-4f73-9507-20d8934de0c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53dc697e-13fc-4f73-9507-20d8934de0c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53dc697e-13fc-4f73-9507-20d8934de0c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-53dc697e-13fc-4f73-9507-20d8934de0c1 .shg-image-content-wrapper {
      aspect-ratio: 1422/827;
      min-width: 100%;
      height: auto;
    }

    #s-53dc697e-13fc-4f73-9507-20d8934de0c1 .shogun-image-link {
      aspect-ratio: 1422/827;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-53dc697e-13fc-4f73-9507-20d8934de0c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-53dc697e-13fc-4f73-9507-20d8934de0c1 {
    width: 100%;
    height: auto;
  }

  #s-53dc697e-13fc-4f73-9507-20d8934de0c1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53dc697e-13fc-4f73-9507-20d8934de0c1.shogun-image {
    
    
  }


.s-53dc697e-13fc-4f73-9507-20d8934de0c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-53dc697e-13fc-4f73-9507-20d8934de0c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53dc697e-13fc-4f73-9507-20d8934de0c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53dc697e-13fc-4f73-9507-20d8934de0c1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53dc697e-13fc-4f73-9507-20d8934de0c1 {
      --shg-aspect-ratio: calc(1422/827); 
    }

    .s-53dc697e-13fc-4f73-9507-20d8934de0c1.shogun-image-container {
      position: relative;
    }

    .s-53dc697e-13fc-4f73-9507-20d8934de0c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53dc697e-13fc-4f73-9507-20d8934de0c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53dc697e-13fc-4f73-9507-20d8934de0c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-53dc697e-13fc-4f73-9507-20d8934de0c1 .shg-image-content-wrapper {
      aspect-ratio: 1422/827;
      min-width: 100%;
      height: auto;
    }

    #s-53dc697e-13fc-4f73-9507-20d8934de0c1 .shogun-image-link {
      aspect-ratio: 1422/827;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-53dc697e-13fc-4f73-9507-20d8934de0c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-53dc697e-13fc-4f73-9507-20d8934de0c1 {
    width: 100%;
    height: auto;
  }

  #s-53dc697e-13fc-4f73-9507-20d8934de0c1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53dc697e-13fc-4f73-9507-20d8934de0c1.shogun-image {
    
    
  }


.s-53dc697e-13fc-4f73-9507-20d8934de0c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-53dc697e-13fc-4f73-9507-20d8934de0c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53dc697e-13fc-4f73-9507-20d8934de0c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53dc697e-13fc-4f73-9507-20d8934de0c1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53dc697e-13fc-4f73-9507-20d8934de0c1 {
      --shg-aspect-ratio: calc(1422/827); 
    }

    .s-53dc697e-13fc-4f73-9507-20d8934de0c1.shogun-image-container {
      position: relative;
    }

    .s-53dc697e-13fc-4f73-9507-20d8934de0c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53dc697e-13fc-4f73-9507-20d8934de0c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53dc697e-13fc-4f73-9507-20d8934de0c1 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}
