.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-b8bb2f84-6864-4203-8e1f-e3d5e8d12889 {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-b8bb2f84-6864-4203-8e1f-e3d5e8d12889 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8bb2f84-6864-4203-8e1f-e3d5e8d12889.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-03b9c80b-e9b2-40b6-ac17-33d85be45452 {
  margin-top: 10px;
}

#s-90e7e7dc-efc0-451b-bc54-a33fe2f6f185 {
  text-align: left;
}

.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-56dcae6a-58c9-4e3d-8210-8ef38b570a56 {
  margin-top: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-56dcae6a-58c9-4e3d-8210-8ef38b570a56 .shogun-heading-component h2 {
  color: rgba(0, 105, 171, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-1b541096-72bc-40d3-b5d9-4f04c081ad38 {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-1b541096-72bc-40d3-b5d9-4f04c081ad38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b541096-72bc-40d3-b5d9-4f04c081ad38.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3927ff3b-5130-4970-9430-cfdb530cd5c6 {
  margin-top: 10px;
}

#s-3f714743-85d4-4a1a-93bf-acab8877095c {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-3f714743-85d4-4a1a-93bf-acab8877095c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f714743-85d4-4a1a-93bf-acab8877095c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-ef0b449b-ae1c-4241-a117-e18cccbb80e3 {
  max-width: 1280px;
aspect-ratio: 1280/446;
text-align: center;
}





  #s-ef0b449b-ae1c-4241-a117-e18cccbb80e3 img.shogun-image,
  #s-ef0b449b-ae1c-4241-a117-e18cccbb80e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef0b449b-ae1c-4241-a117-e18cccbb80e3 {
    width: 100%;
    height: auto;
  }

  #s-ef0b449b-ae1c-4241-a117-e18cccbb80e3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef0b449b-ae1c-4241-a117-e18cccbb80e3.shogun-image {
    
    
  }


.s-ef0b449b-ae1c-4241-a117-e18cccbb80e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef0b449b-ae1c-4241-a117-e18cccbb80e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef0b449b-ae1c-4241-a117-e18cccbb80e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef0b449b-ae1c-4241-a117-e18cccbb80e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef0b449b-ae1c-4241-a117-e18cccbb80e3 {
      --shg-aspect-ratio: calc(1280/446); 
    }

    .s-ef0b449b-ae1c-4241-a117-e18cccbb80e3.shogun-image-container {
      position: relative;
    }

    .s-ef0b449b-ae1c-4241-a117-e18cccbb80e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef0b449b-ae1c-4241-a117-e18cccbb80e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef0b449b-ae1c-4241-a117-e18cccbb80e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ef0b449b-ae1c-4241-a117-e18cccbb80e3 img.shogun-image,
  #s-ef0b449b-ae1c-4241-a117-e18cccbb80e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef0b449b-ae1c-4241-a117-e18cccbb80e3 {
    width: 100%;
    height: auto;
  }

  #s-ef0b449b-ae1c-4241-a117-e18cccbb80e3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef0b449b-ae1c-4241-a117-e18cccbb80e3.shogun-image {
    
    
  }


.s-ef0b449b-ae1c-4241-a117-e18cccbb80e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef0b449b-ae1c-4241-a117-e18cccbb80e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef0b449b-ae1c-4241-a117-e18cccbb80e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef0b449b-ae1c-4241-a117-e18cccbb80e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef0b449b-ae1c-4241-a117-e18cccbb80e3 {
      --shg-aspect-ratio: calc(1280/446); 
    }

    .s-ef0b449b-ae1c-4241-a117-e18cccbb80e3.shogun-image-container {
      position: relative;
    }

    .s-ef0b449b-ae1c-4241-a117-e18cccbb80e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef0b449b-ae1c-4241-a117-e18cccbb80e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef0b449b-ae1c-4241-a117-e18cccbb80e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ef0b449b-ae1c-4241-a117-e18cccbb80e3 img.shogun-image,
  #s-ef0b449b-ae1c-4241-a117-e18cccbb80e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef0b449b-ae1c-4241-a117-e18cccbb80e3 {
    width: 100%;
    height: auto;
  }

  #s-ef0b449b-ae1c-4241-a117-e18cccbb80e3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef0b449b-ae1c-4241-a117-e18cccbb80e3.shogun-image {
    
    
  }


.s-ef0b449b-ae1c-4241-a117-e18cccbb80e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef0b449b-ae1c-4241-a117-e18cccbb80e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef0b449b-ae1c-4241-a117-e18cccbb80e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef0b449b-ae1c-4241-a117-e18cccbb80e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef0b449b-ae1c-4241-a117-e18cccbb80e3 {
      --shg-aspect-ratio: calc(1280/446); 
    }

    .s-ef0b449b-ae1c-4241-a117-e18cccbb80e3.shogun-image-container {
      position: relative;
    }

    .s-ef0b449b-ae1c-4241-a117-e18cccbb80e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef0b449b-ae1c-4241-a117-e18cccbb80e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef0b449b-ae1c-4241-a117-e18cccbb80e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ef0b449b-ae1c-4241-a117-e18cccbb80e3 img.shogun-image,
  #s-ef0b449b-ae1c-4241-a117-e18cccbb80e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef0b449b-ae1c-4241-a117-e18cccbb80e3 {
    width: 100%;
    height: auto;
  }

  #s-ef0b449b-ae1c-4241-a117-e18cccbb80e3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef0b449b-ae1c-4241-a117-e18cccbb80e3.shogun-image {
    
    
  }


.s-ef0b449b-ae1c-4241-a117-e18cccbb80e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef0b449b-ae1c-4241-a117-e18cccbb80e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef0b449b-ae1c-4241-a117-e18cccbb80e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef0b449b-ae1c-4241-a117-e18cccbb80e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef0b449b-ae1c-4241-a117-e18cccbb80e3 {
      --shg-aspect-ratio: calc(1280/446); 
    }

    .s-ef0b449b-ae1c-4241-a117-e18cccbb80e3.shogun-image-container {
      position: relative;
    }

    .s-ef0b449b-ae1c-4241-a117-e18cccbb80e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef0b449b-ae1c-4241-a117-e18cccbb80e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef0b449b-ae1c-4241-a117-e18cccbb80e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ef0b449b-ae1c-4241-a117-e18cccbb80e3 img.shogun-image,
  #s-ef0b449b-ae1c-4241-a117-e18cccbb80e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef0b449b-ae1c-4241-a117-e18cccbb80e3 {
    width: 100%;
    height: auto;
  }

  #s-ef0b449b-ae1c-4241-a117-e18cccbb80e3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef0b449b-ae1c-4241-a117-e18cccbb80e3.shogun-image {
    
    
  }


.s-ef0b449b-ae1c-4241-a117-e18cccbb80e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef0b449b-ae1c-4241-a117-e18cccbb80e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef0b449b-ae1c-4241-a117-e18cccbb80e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef0b449b-ae1c-4241-a117-e18cccbb80e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef0b449b-ae1c-4241-a117-e18cccbb80e3 {
      --shg-aspect-ratio: calc(1280/446); 
    }

    .s-ef0b449b-ae1c-4241-a117-e18cccbb80e3.shogun-image-container {
      position: relative;
    }

    .s-ef0b449b-ae1c-4241-a117-e18cccbb80e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef0b449b-ae1c-4241-a117-e18cccbb80e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef0b449b-ae1c-4241-a117-e18cccbb80e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ced23ed1-c941-404e-bf79-473a98722a99 {
  margin-top: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ced23ed1-c941-404e-bf79-473a98722a99 .shogun-heading-component h2 {
  color: rgba(0, 105, 171, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-fba03799-58dd-4f65-ac52-c313066e887f {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-fba03799-58dd-4f65-ac52-c313066e887f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fba03799-58dd-4f65-ac52-c313066e887f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-208744bb-af49-4e18-91a9-baa5b92ab560 {
  margin-top: 10px;
}

#s-032a72c0-de82-4040-bb2b-ae8ce9f6a3fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-032a72c0-de82-4040-bb2b-ae8ce9f6a3fb .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


#s-032a72c0-de82-4040-bb2b-ae8ce9f6a3fb .shogun-heading-component h3 a {
  color: #000;
}


#s-68d45265-1ac4-4208-bafe-8f93948273be {
  max-width: 1280px;
aspect-ratio: 1280/638;
text-align: center;
}





  #s-68d45265-1ac4-4208-bafe-8f93948273be img.shogun-image,
  #s-68d45265-1ac4-4208-bafe-8f93948273be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-68d45265-1ac4-4208-bafe-8f93948273be {
    width: 100%;
    height: auto;
  }

  #s-68d45265-1ac4-4208-bafe-8f93948273be img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68d45265-1ac4-4208-bafe-8f93948273be.shogun-image {
    
    
  }


.s-68d45265-1ac4-4208-bafe-8f93948273be .shogun-image-content {
  
    align-items: center;
  
}

.s-68d45265-1ac4-4208-bafe-8f93948273be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68d45265-1ac4-4208-bafe-8f93948273be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68d45265-1ac4-4208-bafe-8f93948273be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68d45265-1ac4-4208-bafe-8f93948273be {
      --shg-aspect-ratio: calc(1280/638); 
    }

    .s-68d45265-1ac4-4208-bafe-8f93948273be.shogun-image-container {
      position: relative;
    }

    .s-68d45265-1ac4-4208-bafe-8f93948273be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68d45265-1ac4-4208-bafe-8f93948273be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68d45265-1ac4-4208-bafe-8f93948273be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-68d45265-1ac4-4208-bafe-8f93948273be img.shogun-image,
  #s-68d45265-1ac4-4208-bafe-8f93948273be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-68d45265-1ac4-4208-bafe-8f93948273be {
    width: 100%;
    height: auto;
  }

  #s-68d45265-1ac4-4208-bafe-8f93948273be img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68d45265-1ac4-4208-bafe-8f93948273be.shogun-image {
    
    
  }


.s-68d45265-1ac4-4208-bafe-8f93948273be .shogun-image-content {
  
    align-items: center;
  
}

.s-68d45265-1ac4-4208-bafe-8f93948273be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68d45265-1ac4-4208-bafe-8f93948273be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68d45265-1ac4-4208-bafe-8f93948273be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68d45265-1ac4-4208-bafe-8f93948273be {
      --shg-aspect-ratio: calc(1280/638); 
    }

    .s-68d45265-1ac4-4208-bafe-8f93948273be.shogun-image-container {
      position: relative;
    }

    .s-68d45265-1ac4-4208-bafe-8f93948273be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68d45265-1ac4-4208-bafe-8f93948273be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68d45265-1ac4-4208-bafe-8f93948273be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-68d45265-1ac4-4208-bafe-8f93948273be img.shogun-image,
  #s-68d45265-1ac4-4208-bafe-8f93948273be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-68d45265-1ac4-4208-bafe-8f93948273be {
    width: 100%;
    height: auto;
  }

  #s-68d45265-1ac4-4208-bafe-8f93948273be img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68d45265-1ac4-4208-bafe-8f93948273be.shogun-image {
    
    
  }


.s-68d45265-1ac4-4208-bafe-8f93948273be .shogun-image-content {
  
    align-items: center;
  
}

.s-68d45265-1ac4-4208-bafe-8f93948273be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68d45265-1ac4-4208-bafe-8f93948273be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68d45265-1ac4-4208-bafe-8f93948273be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68d45265-1ac4-4208-bafe-8f93948273be {
      --shg-aspect-ratio: calc(1280/638); 
    }

    .s-68d45265-1ac4-4208-bafe-8f93948273be.shogun-image-container {
      position: relative;
    }

    .s-68d45265-1ac4-4208-bafe-8f93948273be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68d45265-1ac4-4208-bafe-8f93948273be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68d45265-1ac4-4208-bafe-8f93948273be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-68d45265-1ac4-4208-bafe-8f93948273be img.shogun-image,
  #s-68d45265-1ac4-4208-bafe-8f93948273be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-68d45265-1ac4-4208-bafe-8f93948273be {
    width: 100%;
    height: auto;
  }

  #s-68d45265-1ac4-4208-bafe-8f93948273be img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68d45265-1ac4-4208-bafe-8f93948273be.shogun-image {
    
    
  }


.s-68d45265-1ac4-4208-bafe-8f93948273be .shogun-image-content {
  
    align-items: center;
  
}

.s-68d45265-1ac4-4208-bafe-8f93948273be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68d45265-1ac4-4208-bafe-8f93948273be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68d45265-1ac4-4208-bafe-8f93948273be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68d45265-1ac4-4208-bafe-8f93948273be {
      --shg-aspect-ratio: calc(1280/638); 
    }

    .s-68d45265-1ac4-4208-bafe-8f93948273be.shogun-image-container {
      position: relative;
    }

    .s-68d45265-1ac4-4208-bafe-8f93948273be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68d45265-1ac4-4208-bafe-8f93948273be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68d45265-1ac4-4208-bafe-8f93948273be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-68d45265-1ac4-4208-bafe-8f93948273be img.shogun-image,
  #s-68d45265-1ac4-4208-bafe-8f93948273be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-68d45265-1ac4-4208-bafe-8f93948273be {
    width: 100%;
    height: auto;
  }

  #s-68d45265-1ac4-4208-bafe-8f93948273be img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68d45265-1ac4-4208-bafe-8f93948273be.shogun-image {
    
    
  }


.s-68d45265-1ac4-4208-bafe-8f93948273be .shogun-image-content {
  
    align-items: center;
  
}

.s-68d45265-1ac4-4208-bafe-8f93948273be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68d45265-1ac4-4208-bafe-8f93948273be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68d45265-1ac4-4208-bafe-8f93948273be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68d45265-1ac4-4208-bafe-8f93948273be {
      --shg-aspect-ratio: calc(1280/638); 
    }

    .s-68d45265-1ac4-4208-bafe-8f93948273be.shogun-image-container {
      position: relative;
    }

    .s-68d45265-1ac4-4208-bafe-8f93948273be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68d45265-1ac4-4208-bafe-8f93948273be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68d45265-1ac4-4208-bafe-8f93948273be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-abc7b6e9-0f62-4607-8fe7-fc67f53c0473 {
  margin-top: 10px;
}

.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-b2417b07-9b32-4731-b81c-a6dff75b6f74 {
  opacity: 1;
}
@media (min-width: 1200px){#s-b2417b07-9b32-4731-b81c-a6dff75b6f74 {
  display: unset;
}
#s-b2417b07-9b32-4731-b81c-a6dff75b6f74, #wrap-s-b2417b07-9b32-4731-b81c-a6dff75b6f74 { display: unset !important; }}
@media (min-width: 0px) {
[id="s-b2417b07-9b32-4731-b81c-a6dff75b6f74"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2417b07-9b32-4731-b81c-a6dff75b6f74"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b2417b07-9b32-4731-b81c-a6dff75b6f74"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2417b07-9b32-4731-b81c-a6dff75b6f74"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-668dfa3f-d7c5-4601-b5a7-b9b2db91ed15 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(32, 98, 175, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-668dfa3f-d7c5-4601-b5a7-b9b2db91ed15:hover {background-color: rgba(12, 33, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-668dfa3f-d7c5-4601-b5a7-b9b2db91ed15:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-668dfa3f-d7c5-4601-b5a7-b9b2db91ed15-root {
    text-align: center;
  }


#s-668dfa3f-d7c5-4601-b5a7-b9b2db91ed15.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-668dfa3f-d7c5-4601-b5a7-b9b2db91ed15-root {
    text-align: center;
  }


#s-668dfa3f-d7c5-4601-b5a7-b9b2db91ed15.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-668dfa3f-d7c5-4601-b5a7-b9b2db91ed15-root {
    text-align: center;
  }


#s-668dfa3f-d7c5-4601-b5a7-b9b2db91ed15.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-668dfa3f-d7c5-4601-b5a7-b9b2db91ed15-root {
    text-align: center;
  }


#s-668dfa3f-d7c5-4601-b5a7-b9b2db91ed15.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-668dfa3f-d7c5-4601-b5a7-b9b2db91ed15-root {
    text-align: center;
  }


#s-668dfa3f-d7c5-4601-b5a7-b9b2db91ed15.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-1760a80d-a5ae-4ab6-88a8-085ce92468be {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1760a80d-a5ae-4ab6-88a8-085ce92468be .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


#s-1760a80d-a5ae-4ab6-88a8-085ce92468be .shogun-heading-component h3 a {
  color: #000;
}


#s-599f9c60-ae7b-4120-85af-9df78f5b049a {
  max-width: 1280px;
aspect-ratio: 1280/638;
text-align: center;
}





  #s-599f9c60-ae7b-4120-85af-9df78f5b049a img.shogun-image,
  #s-599f9c60-ae7b-4120-85af-9df78f5b049a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-599f9c60-ae7b-4120-85af-9df78f5b049a {
    width: 100%;
    height: auto;
  }

  #s-599f9c60-ae7b-4120-85af-9df78f5b049a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-599f9c60-ae7b-4120-85af-9df78f5b049a.shogun-image {
    
    
  }


.s-599f9c60-ae7b-4120-85af-9df78f5b049a .shogun-image-content {
  
    align-items: center;
  
}

.s-599f9c60-ae7b-4120-85af-9df78f5b049a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-599f9c60-ae7b-4120-85af-9df78f5b049a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-599f9c60-ae7b-4120-85af-9df78f5b049a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-599f9c60-ae7b-4120-85af-9df78f5b049a {
      --shg-aspect-ratio: calc(1280/638); 
    }

    .s-599f9c60-ae7b-4120-85af-9df78f5b049a.shogun-image-container {
      position: relative;
    }

    .s-599f9c60-ae7b-4120-85af-9df78f5b049a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-599f9c60-ae7b-4120-85af-9df78f5b049a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-599f9c60-ae7b-4120-85af-9df78f5b049a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-599f9c60-ae7b-4120-85af-9df78f5b049a img.shogun-image,
  #s-599f9c60-ae7b-4120-85af-9df78f5b049a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-599f9c60-ae7b-4120-85af-9df78f5b049a {
    width: 100%;
    height: auto;
  }

  #s-599f9c60-ae7b-4120-85af-9df78f5b049a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-599f9c60-ae7b-4120-85af-9df78f5b049a.shogun-image {
    
    
  }


.s-599f9c60-ae7b-4120-85af-9df78f5b049a .shogun-image-content {
  
    align-items: center;
  
}

.s-599f9c60-ae7b-4120-85af-9df78f5b049a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-599f9c60-ae7b-4120-85af-9df78f5b049a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-599f9c60-ae7b-4120-85af-9df78f5b049a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-599f9c60-ae7b-4120-85af-9df78f5b049a {
      --shg-aspect-ratio: calc(1280/638); 
    }

    .s-599f9c60-ae7b-4120-85af-9df78f5b049a.shogun-image-container {
      position: relative;
    }

    .s-599f9c60-ae7b-4120-85af-9df78f5b049a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-599f9c60-ae7b-4120-85af-9df78f5b049a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-599f9c60-ae7b-4120-85af-9df78f5b049a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-599f9c60-ae7b-4120-85af-9df78f5b049a img.shogun-image,
  #s-599f9c60-ae7b-4120-85af-9df78f5b049a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-599f9c60-ae7b-4120-85af-9df78f5b049a {
    width: 100%;
    height: auto;
  }

  #s-599f9c60-ae7b-4120-85af-9df78f5b049a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-599f9c60-ae7b-4120-85af-9df78f5b049a.shogun-image {
    
    
  }


.s-599f9c60-ae7b-4120-85af-9df78f5b049a .shogun-image-content {
  
    align-items: center;
  
}

.s-599f9c60-ae7b-4120-85af-9df78f5b049a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-599f9c60-ae7b-4120-85af-9df78f5b049a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-599f9c60-ae7b-4120-85af-9df78f5b049a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-599f9c60-ae7b-4120-85af-9df78f5b049a {
      --shg-aspect-ratio: calc(1280/638); 
    }

    .s-599f9c60-ae7b-4120-85af-9df78f5b049a.shogun-image-container {
      position: relative;
    }

    .s-599f9c60-ae7b-4120-85af-9df78f5b049a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-599f9c60-ae7b-4120-85af-9df78f5b049a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-599f9c60-ae7b-4120-85af-9df78f5b049a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-599f9c60-ae7b-4120-85af-9df78f5b049a img.shogun-image,
  #s-599f9c60-ae7b-4120-85af-9df78f5b049a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-599f9c60-ae7b-4120-85af-9df78f5b049a {
    width: 100%;
    height: auto;
  }

  #s-599f9c60-ae7b-4120-85af-9df78f5b049a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-599f9c60-ae7b-4120-85af-9df78f5b049a.shogun-image {
    
    
  }


.s-599f9c60-ae7b-4120-85af-9df78f5b049a .shogun-image-content {
  
    align-items: center;
  
}

.s-599f9c60-ae7b-4120-85af-9df78f5b049a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-599f9c60-ae7b-4120-85af-9df78f5b049a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-599f9c60-ae7b-4120-85af-9df78f5b049a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-599f9c60-ae7b-4120-85af-9df78f5b049a {
      --shg-aspect-ratio: calc(1280/638); 
    }

    .s-599f9c60-ae7b-4120-85af-9df78f5b049a.shogun-image-container {
      position: relative;
    }

    .s-599f9c60-ae7b-4120-85af-9df78f5b049a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-599f9c60-ae7b-4120-85af-9df78f5b049a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-599f9c60-ae7b-4120-85af-9df78f5b049a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-599f9c60-ae7b-4120-85af-9df78f5b049a img.shogun-image,
  #s-599f9c60-ae7b-4120-85af-9df78f5b049a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-599f9c60-ae7b-4120-85af-9df78f5b049a {
    width: 100%;
    height: auto;
  }

  #s-599f9c60-ae7b-4120-85af-9df78f5b049a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-599f9c60-ae7b-4120-85af-9df78f5b049a.shogun-image {
    
    
  }


.s-599f9c60-ae7b-4120-85af-9df78f5b049a .shogun-image-content {
  
    align-items: center;
  
}

.s-599f9c60-ae7b-4120-85af-9df78f5b049a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-599f9c60-ae7b-4120-85af-9df78f5b049a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-599f9c60-ae7b-4120-85af-9df78f5b049a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-599f9c60-ae7b-4120-85af-9df78f5b049a {
      --shg-aspect-ratio: calc(1280/638); 
    }

    .s-599f9c60-ae7b-4120-85af-9df78f5b049a.shogun-image-container {
      position: relative;
    }

    .s-599f9c60-ae7b-4120-85af-9df78f5b049a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-599f9c60-ae7b-4120-85af-9df78f5b049a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-599f9c60-ae7b-4120-85af-9df78f5b049a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3983a152-7ae2-42a6-934e-d085b33e7173 {
  margin-top: 10px;
}

#s-32351ab2-6b78-43ba-a2db-9654a619315a {
  opacity: 1;
}
@media (min-width: 1200px){#s-32351ab2-6b78-43ba-a2db-9654a619315a {
  display: unset;
}
#s-32351ab2-6b78-43ba-a2db-9654a619315a, #wrap-s-32351ab2-6b78-43ba-a2db-9654a619315a { display: unset !important; }}
@media (min-width: 0px) {
[id="s-32351ab2-6b78-43ba-a2db-9654a619315a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32351ab2-6b78-43ba-a2db-9654a619315a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-32351ab2-6b78-43ba-a2db-9654a619315a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-32351ab2-6b78-43ba-a2db-9654a619315a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-72fdb227-c4d1-4f53-a182-02b161a172ca {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 12px;
background-color: rgba(32, 98, 175, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-72fdb227-c4d1-4f53-a182-02b161a172ca:hover {background-color: rgba(12, 33, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-72fdb227-c4d1-4f53-a182-02b161a172ca:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-72fdb227-c4d1-4f53-a182-02b161a172ca-root {
    text-align: center;
  }


#s-72fdb227-c4d1-4f53-a182-02b161a172ca.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-72fdb227-c4d1-4f53-a182-02b161a172ca-root {
    text-align: center;
  }


#s-72fdb227-c4d1-4f53-a182-02b161a172ca.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-72fdb227-c4d1-4f53-a182-02b161a172ca-root {
    text-align: center;
  }


#s-72fdb227-c4d1-4f53-a182-02b161a172ca.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-72fdb227-c4d1-4f53-a182-02b161a172ca-root {
    text-align: center;
  }


#s-72fdb227-c4d1-4f53-a182-02b161a172ca.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-72fdb227-c4d1-4f53-a182-02b161a172ca-root {
    text-align: center;
  }


#s-72fdb227-c4d1-4f53-a182-02b161a172ca.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-859b413e-ce8d-4800-9c9d-cce8d509059a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-859b413e-ce8d-4800-9c9d-cce8d509059a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


#s-859b413e-ce8d-4800-9c9d-cce8d509059a .shogun-heading-component h3 a {
  color: #000;
}


#s-6158ee4e-bf58-4803-8253-152154b29944 {
  max-width: 1280px;
aspect-ratio: 1280/638;
text-align: center;
}





  #s-6158ee4e-bf58-4803-8253-152154b29944 img.shogun-image,
  #s-6158ee4e-bf58-4803-8253-152154b29944 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6158ee4e-bf58-4803-8253-152154b29944 {
    width: 100%;
    height: auto;
  }

  #s-6158ee4e-bf58-4803-8253-152154b29944 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6158ee4e-bf58-4803-8253-152154b29944.shogun-image {
    
    
  }


.s-6158ee4e-bf58-4803-8253-152154b29944 .shogun-image-content {
  
    align-items: center;
  
}

.s-6158ee4e-bf58-4803-8253-152154b29944.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6158ee4e-bf58-4803-8253-152154b29944.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6158ee4e-bf58-4803-8253-152154b29944.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6158ee4e-bf58-4803-8253-152154b29944 {
      --shg-aspect-ratio: calc(1280/638); 
    }

    .s-6158ee4e-bf58-4803-8253-152154b29944.shogun-image-container {
      position: relative;
    }

    .s-6158ee4e-bf58-4803-8253-152154b29944.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6158ee4e-bf58-4803-8253-152154b29944.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6158ee4e-bf58-4803-8253-152154b29944 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-6158ee4e-bf58-4803-8253-152154b29944 img.shogun-image,
  #s-6158ee4e-bf58-4803-8253-152154b29944 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6158ee4e-bf58-4803-8253-152154b29944 {
    width: 100%;
    height: auto;
  }

  #s-6158ee4e-bf58-4803-8253-152154b29944 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6158ee4e-bf58-4803-8253-152154b29944.shogun-image {
    
    
  }


.s-6158ee4e-bf58-4803-8253-152154b29944 .shogun-image-content {
  
    align-items: center;
  
}

.s-6158ee4e-bf58-4803-8253-152154b29944.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6158ee4e-bf58-4803-8253-152154b29944.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6158ee4e-bf58-4803-8253-152154b29944.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6158ee4e-bf58-4803-8253-152154b29944 {
      --shg-aspect-ratio: calc(1280/638); 
    }

    .s-6158ee4e-bf58-4803-8253-152154b29944.shogun-image-container {
      position: relative;
    }

    .s-6158ee4e-bf58-4803-8253-152154b29944.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6158ee4e-bf58-4803-8253-152154b29944.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6158ee4e-bf58-4803-8253-152154b29944 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-6158ee4e-bf58-4803-8253-152154b29944 img.shogun-image,
  #s-6158ee4e-bf58-4803-8253-152154b29944 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6158ee4e-bf58-4803-8253-152154b29944 {
    width: 100%;
    height: auto;
  }

  #s-6158ee4e-bf58-4803-8253-152154b29944 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6158ee4e-bf58-4803-8253-152154b29944.shogun-image {
    
    
  }


.s-6158ee4e-bf58-4803-8253-152154b29944 .shogun-image-content {
  
    align-items: center;
  
}

.s-6158ee4e-bf58-4803-8253-152154b29944.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6158ee4e-bf58-4803-8253-152154b29944.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6158ee4e-bf58-4803-8253-152154b29944.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6158ee4e-bf58-4803-8253-152154b29944 {
      --shg-aspect-ratio: calc(1280/638); 
    }

    .s-6158ee4e-bf58-4803-8253-152154b29944.shogun-image-container {
      position: relative;
    }

    .s-6158ee4e-bf58-4803-8253-152154b29944.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6158ee4e-bf58-4803-8253-152154b29944.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6158ee4e-bf58-4803-8253-152154b29944 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-6158ee4e-bf58-4803-8253-152154b29944 img.shogun-image,
  #s-6158ee4e-bf58-4803-8253-152154b29944 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6158ee4e-bf58-4803-8253-152154b29944 {
    width: 100%;
    height: auto;
  }

  #s-6158ee4e-bf58-4803-8253-152154b29944 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6158ee4e-bf58-4803-8253-152154b29944.shogun-image {
    
    
  }


.s-6158ee4e-bf58-4803-8253-152154b29944 .shogun-image-content {
  
    align-items: center;
  
}

.s-6158ee4e-bf58-4803-8253-152154b29944.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6158ee4e-bf58-4803-8253-152154b29944.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6158ee4e-bf58-4803-8253-152154b29944.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6158ee4e-bf58-4803-8253-152154b29944 {
      --shg-aspect-ratio: calc(1280/638); 
    }

    .s-6158ee4e-bf58-4803-8253-152154b29944.shogun-image-container {
      position: relative;
    }

    .s-6158ee4e-bf58-4803-8253-152154b29944.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6158ee4e-bf58-4803-8253-152154b29944.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6158ee4e-bf58-4803-8253-152154b29944 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-6158ee4e-bf58-4803-8253-152154b29944 img.shogun-image,
  #s-6158ee4e-bf58-4803-8253-152154b29944 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6158ee4e-bf58-4803-8253-152154b29944 {
    width: 100%;
    height: auto;
  }

  #s-6158ee4e-bf58-4803-8253-152154b29944 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6158ee4e-bf58-4803-8253-152154b29944.shogun-image {
    
    
  }


.s-6158ee4e-bf58-4803-8253-152154b29944 .shogun-image-content {
  
    align-items: center;
  
}

.s-6158ee4e-bf58-4803-8253-152154b29944.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6158ee4e-bf58-4803-8253-152154b29944.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6158ee4e-bf58-4803-8253-152154b29944.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6158ee4e-bf58-4803-8253-152154b29944 {
      --shg-aspect-ratio: calc(1280/638); 
    }

    .s-6158ee4e-bf58-4803-8253-152154b29944.shogun-image-container {
      position: relative;
    }

    .s-6158ee4e-bf58-4803-8253-152154b29944.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6158ee4e-bf58-4803-8253-152154b29944.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6158ee4e-bf58-4803-8253-152154b29944 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ba213bf0-8e6b-41f2-92fc-ebd67150c0ec {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-ebd50bb9-d255-4452-809c-f627bdeeddff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ebd50bb9-d255-4452-809c-f627bdeeddff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ebd50bb9-d255-4452-809c-f627bdeeddff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebd50bb9-d255-4452-809c-f627bdeeddff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-a3b78572-d6f9-4c94-913a-6b057751c7b2 {
  margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(180, 180, 180, 1);
border-style: solid;
border-radius: 10px;
text-align: center;
background-color: rgba(180, 180, 180, 1);
}

#s-a3b78572-d6f9-4c94-913a-6b057751c7b2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-bb32c925-cbdf-4ee2-8f16-571d9319d2c7 {
  margin-top: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bb32c925-cbdf-4ee2-8f16-571d9319d2c7 .shogun-heading-component h2 {
  color: rgba(0, 105, 171, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-7d740242-bc5b-458b-a132-60f63eac7bb5 {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-7d740242-bc5b-458b-a132-60f63eac7bb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d740242-bc5b-458b-a132-60f63eac7bb5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93758257-33d7-4b17-8059-c0e2a24c54b9 {
  margin-top: 10px;
}

#s-5725b249-10ed-481b-8377-05c1a9e7136c {
  max-width: 1280px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-5725b249-10ed-481b-8377-05c1a9e7136c img.shogun-image,
  #s-5725b249-10ed-481b-8377-05c1a9e7136c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5725b249-10ed-481b-8377-05c1a9e7136c {
    width: 100%;
    height: auto;
  }

  #s-5725b249-10ed-481b-8377-05c1a9e7136c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5725b249-10ed-481b-8377-05c1a9e7136c.shogun-image {
    
    
  }


.s-5725b249-10ed-481b-8377-05c1a9e7136c .shogun-image-content {
  
    align-items: center;
  
}

.s-5725b249-10ed-481b-8377-05c1a9e7136c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5725b249-10ed-481b-8377-05c1a9e7136c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5725b249-10ed-481b-8377-05c1a9e7136c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5725b249-10ed-481b-8377-05c1a9e7136c {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-5725b249-10ed-481b-8377-05c1a9e7136c.shogun-image-container {
      position: relative;
    }

    .s-5725b249-10ed-481b-8377-05c1a9e7136c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5725b249-10ed-481b-8377-05c1a9e7136c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5725b249-10ed-481b-8377-05c1a9e7136c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5725b249-10ed-481b-8377-05c1a9e7136c img.shogun-image,
  #s-5725b249-10ed-481b-8377-05c1a9e7136c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5725b249-10ed-481b-8377-05c1a9e7136c {
    width: 100%;
    height: auto;
  }

  #s-5725b249-10ed-481b-8377-05c1a9e7136c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5725b249-10ed-481b-8377-05c1a9e7136c.shogun-image {
    
    
  }


.s-5725b249-10ed-481b-8377-05c1a9e7136c .shogun-image-content {
  
    align-items: center;
  
}

.s-5725b249-10ed-481b-8377-05c1a9e7136c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5725b249-10ed-481b-8377-05c1a9e7136c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5725b249-10ed-481b-8377-05c1a9e7136c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5725b249-10ed-481b-8377-05c1a9e7136c {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-5725b249-10ed-481b-8377-05c1a9e7136c.shogun-image-container {
      position: relative;
    }

    .s-5725b249-10ed-481b-8377-05c1a9e7136c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5725b249-10ed-481b-8377-05c1a9e7136c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5725b249-10ed-481b-8377-05c1a9e7136c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5725b249-10ed-481b-8377-05c1a9e7136c img.shogun-image,
  #s-5725b249-10ed-481b-8377-05c1a9e7136c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5725b249-10ed-481b-8377-05c1a9e7136c {
    width: 100%;
    height: auto;
  }

  #s-5725b249-10ed-481b-8377-05c1a9e7136c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5725b249-10ed-481b-8377-05c1a9e7136c.shogun-image {
    
    
  }


.s-5725b249-10ed-481b-8377-05c1a9e7136c .shogun-image-content {
  
    align-items: center;
  
}

.s-5725b249-10ed-481b-8377-05c1a9e7136c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5725b249-10ed-481b-8377-05c1a9e7136c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5725b249-10ed-481b-8377-05c1a9e7136c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5725b249-10ed-481b-8377-05c1a9e7136c {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-5725b249-10ed-481b-8377-05c1a9e7136c.shogun-image-container {
      position: relative;
    }

    .s-5725b249-10ed-481b-8377-05c1a9e7136c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5725b249-10ed-481b-8377-05c1a9e7136c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5725b249-10ed-481b-8377-05c1a9e7136c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5725b249-10ed-481b-8377-05c1a9e7136c img.shogun-image,
  #s-5725b249-10ed-481b-8377-05c1a9e7136c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5725b249-10ed-481b-8377-05c1a9e7136c {
    width: 100%;
    height: auto;
  }

  #s-5725b249-10ed-481b-8377-05c1a9e7136c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5725b249-10ed-481b-8377-05c1a9e7136c.shogun-image {
    
    
  }


.s-5725b249-10ed-481b-8377-05c1a9e7136c .shogun-image-content {
  
    align-items: center;
  
}

.s-5725b249-10ed-481b-8377-05c1a9e7136c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5725b249-10ed-481b-8377-05c1a9e7136c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5725b249-10ed-481b-8377-05c1a9e7136c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5725b249-10ed-481b-8377-05c1a9e7136c {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-5725b249-10ed-481b-8377-05c1a9e7136c.shogun-image-container {
      position: relative;
    }

    .s-5725b249-10ed-481b-8377-05c1a9e7136c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5725b249-10ed-481b-8377-05c1a9e7136c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5725b249-10ed-481b-8377-05c1a9e7136c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5725b249-10ed-481b-8377-05c1a9e7136c img.shogun-image,
  #s-5725b249-10ed-481b-8377-05c1a9e7136c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5725b249-10ed-481b-8377-05c1a9e7136c {
    width: 100%;
    height: auto;
  }

  #s-5725b249-10ed-481b-8377-05c1a9e7136c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5725b249-10ed-481b-8377-05c1a9e7136c.shogun-image {
    
    
  }


.s-5725b249-10ed-481b-8377-05c1a9e7136c .shogun-image-content {
  
    align-items: center;
  
}

.s-5725b249-10ed-481b-8377-05c1a9e7136c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5725b249-10ed-481b-8377-05c1a9e7136c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5725b249-10ed-481b-8377-05c1a9e7136c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5725b249-10ed-481b-8377-05c1a9e7136c {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-5725b249-10ed-481b-8377-05c1a9e7136c.shogun-image-container {
      position: relative;
    }

    .s-5725b249-10ed-481b-8377-05c1a9e7136c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5725b249-10ed-481b-8377-05c1a9e7136c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5725b249-10ed-481b-8377-05c1a9e7136c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5e112b66-4288-48b2-b14c-fbb059a17ca7 {
  margin-top: 10px;
}

#s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25 {
  max-width: 1280px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25 img.shogun-image,
  #s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25 {
    width: 100%;
    height: auto;
  }

  #s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25.shogun-image {
    
    
  }


.s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25.shogun-image-container {
      position: relative;
    }

    .s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25 img.shogun-image,
  #s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25 {
    width: 100%;
    height: auto;
  }

  #s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25.shogun-image {
    
    
  }


.s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25.shogun-image-container {
      position: relative;
    }

    .s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25 img.shogun-image,
  #s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25 {
    width: 100%;
    height: auto;
  }

  #s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25.shogun-image {
    
    
  }


.s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25.shogun-image-container {
      position: relative;
    }

    .s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25 img.shogun-image,
  #s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25 {
    width: 100%;
    height: auto;
  }

  #s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25.shogun-image {
    
    
  }


.s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25.shogun-image-container {
      position: relative;
    }

    .s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25 img.shogun-image,
  #s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25 {
    width: 100%;
    height: auto;
  }

  #s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25.shogun-image {
    
    
  }


.s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25.shogun-image-container {
      position: relative;
    }

    .s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e58737c-da2c-42cc-a2d9-0c0f84f08e25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ad5a034e-32e7-46bc-894a-85cd38f77fe1 {
  margin-top: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ad5a034e-32e7-46bc-894a-85cd38f77fe1 .shogun-heading-component h2 {
  color: rgba(0, 105, 171, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-1a074dc0-8168-4353-83ac-dae01aeda246 {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-1a074dc0-8168-4353-83ac-dae01aeda246 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a074dc0-8168-4353-83ac-dae01aeda246.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8095803b-ec7a-48b9-9873-a51ecf8520e6 {
  margin-top: 10px;
}

#s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f {
  max-width: 1280px;
aspect-ratio: 1280/103;
text-align: center;
}





  #s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f img.shogun-image,
  #s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f {
    width: 100%;
    height: auto;
  }

  #s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f.shogun-image {
    
    
  }


.s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f .shogun-image-content {
  
    align-items: center;
  
}

.s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f {
      --shg-aspect-ratio: calc(1280/103); 
    }

    .s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f.shogun-image-container {
      position: relative;
    }

    .s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f img.shogun-image,
  #s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f {
    width: 100%;
    height: auto;
  }

  #s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f.shogun-image {
    
    
  }


.s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f .shogun-image-content {
  
    align-items: center;
  
}

.s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f {
      --shg-aspect-ratio: calc(1280/103); 
    }

    .s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f.shogun-image-container {
      position: relative;
    }

    .s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f img.shogun-image,
  #s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f {
    width: 100%;
    height: auto;
  }

  #s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f.shogun-image {
    
    
  }


.s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f .shogun-image-content {
  
    align-items: center;
  
}

.s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f {
      --shg-aspect-ratio: calc(1280/103); 
    }

    .s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f.shogun-image-container {
      position: relative;
    }

    .s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f img.shogun-image,
  #s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f {
    width: 100%;
    height: auto;
  }

  #s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f.shogun-image {
    
    
  }


.s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f .shogun-image-content {
  
    align-items: center;
  
}

.s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f {
      --shg-aspect-ratio: calc(1280/103); 
    }

    .s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f.shogun-image-container {
      position: relative;
    }

    .s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f img.shogun-image,
  #s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f {
    width: 100%;
    height: auto;
  }

  #s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f.shogun-image {
    
    
  }


.s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f .shogun-image-content {
  
    align-items: center;
  
}

.s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f {
      --shg-aspect-ratio: calc(1280/103); 
    }

    .s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f.shogun-image-container {
      position: relative;
    }

    .s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b73ab840-f7f8-4ced-9b70-d0cd367c2f7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d6e8a1d7-4d39-4411-8d9d-c15f7b6e5ebf {
  margin-top: 10px;
}

#s-9ed487e5-1630-4b3e-9bce-b8894d070144 {
  margin-top: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9ed487e5-1630-4b3e-9bce-b8894d070144 .shogun-heading-component h2 {
  color: rgba(0, 105, 171, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-b58cf5b0-750e-43f5-b417-394ecb22c102 {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-b58cf5b0-750e-43f5-b417-394ecb22c102 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b58cf5b0-750e-43f5-b417-394ecb22c102.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1a1796b-c76f-4b22-9596-16ae45741ae7 {
  margin-top: 10px;
}

#s-44ee9b73-9c3e-45f7-a577-bc837df5a843 {
  max-width: 1280px;
aspect-ratio: 1280/634;
text-align: center;
}





  #s-44ee9b73-9c3e-45f7-a577-bc837df5a843 img.shogun-image,
  #s-44ee9b73-9c3e-45f7-a577-bc837df5a843 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-44ee9b73-9c3e-45f7-a577-bc837df5a843 {
    width: 100%;
    height: auto;
  }

  #s-44ee9b73-9c3e-45f7-a577-bc837df5a843 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44ee9b73-9c3e-45f7-a577-bc837df5a843.shogun-image {
    
    
  }


.s-44ee9b73-9c3e-45f7-a577-bc837df5a843 .shogun-image-content {
  
    align-items: center;
  
}

.s-44ee9b73-9c3e-45f7-a577-bc837df5a843.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44ee9b73-9c3e-45f7-a577-bc837df5a843.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44ee9b73-9c3e-45f7-a577-bc837df5a843.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44ee9b73-9c3e-45f7-a577-bc837df5a843 {
      --shg-aspect-ratio: calc(1280/634); 
    }

    .s-44ee9b73-9c3e-45f7-a577-bc837df5a843.shogun-image-container {
      position: relative;
    }

    .s-44ee9b73-9c3e-45f7-a577-bc837df5a843.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44ee9b73-9c3e-45f7-a577-bc837df5a843.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44ee9b73-9c3e-45f7-a577-bc837df5a843 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-44ee9b73-9c3e-45f7-a577-bc837df5a843 img.shogun-image,
  #s-44ee9b73-9c3e-45f7-a577-bc837df5a843 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-44ee9b73-9c3e-45f7-a577-bc837df5a843 {
    width: 100%;
    height: auto;
  }

  #s-44ee9b73-9c3e-45f7-a577-bc837df5a843 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44ee9b73-9c3e-45f7-a577-bc837df5a843.shogun-image {
    
    
  }


.s-44ee9b73-9c3e-45f7-a577-bc837df5a843 .shogun-image-content {
  
    align-items: center;
  
}

.s-44ee9b73-9c3e-45f7-a577-bc837df5a843.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44ee9b73-9c3e-45f7-a577-bc837df5a843.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44ee9b73-9c3e-45f7-a577-bc837df5a843.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44ee9b73-9c3e-45f7-a577-bc837df5a843 {
      --shg-aspect-ratio: calc(1280/634); 
    }

    .s-44ee9b73-9c3e-45f7-a577-bc837df5a843.shogun-image-container {
      position: relative;
    }

    .s-44ee9b73-9c3e-45f7-a577-bc837df5a843.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44ee9b73-9c3e-45f7-a577-bc837df5a843.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44ee9b73-9c3e-45f7-a577-bc837df5a843 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-44ee9b73-9c3e-45f7-a577-bc837df5a843 img.shogun-image,
  #s-44ee9b73-9c3e-45f7-a577-bc837df5a843 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-44ee9b73-9c3e-45f7-a577-bc837df5a843 {
    width: 100%;
    height: auto;
  }

  #s-44ee9b73-9c3e-45f7-a577-bc837df5a843 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44ee9b73-9c3e-45f7-a577-bc837df5a843.shogun-image {
    
    
  }


.s-44ee9b73-9c3e-45f7-a577-bc837df5a843 .shogun-image-content {
  
    align-items: center;
  
}

.s-44ee9b73-9c3e-45f7-a577-bc837df5a843.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44ee9b73-9c3e-45f7-a577-bc837df5a843.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44ee9b73-9c3e-45f7-a577-bc837df5a843.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44ee9b73-9c3e-45f7-a577-bc837df5a843 {
      --shg-aspect-ratio: calc(1280/634); 
    }

    .s-44ee9b73-9c3e-45f7-a577-bc837df5a843.shogun-image-container {
      position: relative;
    }

    .s-44ee9b73-9c3e-45f7-a577-bc837df5a843.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44ee9b73-9c3e-45f7-a577-bc837df5a843.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44ee9b73-9c3e-45f7-a577-bc837df5a843 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-44ee9b73-9c3e-45f7-a577-bc837df5a843 img.shogun-image,
  #s-44ee9b73-9c3e-45f7-a577-bc837df5a843 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-44ee9b73-9c3e-45f7-a577-bc837df5a843 {
    width: 100%;
    height: auto;
  }

  #s-44ee9b73-9c3e-45f7-a577-bc837df5a843 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44ee9b73-9c3e-45f7-a577-bc837df5a843.shogun-image {
    
    
  }


.s-44ee9b73-9c3e-45f7-a577-bc837df5a843 .shogun-image-content {
  
    align-items: center;
  
}

.s-44ee9b73-9c3e-45f7-a577-bc837df5a843.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44ee9b73-9c3e-45f7-a577-bc837df5a843.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44ee9b73-9c3e-45f7-a577-bc837df5a843.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44ee9b73-9c3e-45f7-a577-bc837df5a843 {
      --shg-aspect-ratio: calc(1280/634); 
    }

    .s-44ee9b73-9c3e-45f7-a577-bc837df5a843.shogun-image-container {
      position: relative;
    }

    .s-44ee9b73-9c3e-45f7-a577-bc837df5a843.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44ee9b73-9c3e-45f7-a577-bc837df5a843.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44ee9b73-9c3e-45f7-a577-bc837df5a843 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-44ee9b73-9c3e-45f7-a577-bc837df5a843 img.shogun-image,
  #s-44ee9b73-9c3e-45f7-a577-bc837df5a843 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-44ee9b73-9c3e-45f7-a577-bc837df5a843 {
    width: 100%;
    height: auto;
  }

  #s-44ee9b73-9c3e-45f7-a577-bc837df5a843 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44ee9b73-9c3e-45f7-a577-bc837df5a843.shogun-image {
    
    
  }


.s-44ee9b73-9c3e-45f7-a577-bc837df5a843 .shogun-image-content {
  
    align-items: center;
  
}

.s-44ee9b73-9c3e-45f7-a577-bc837df5a843.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44ee9b73-9c3e-45f7-a577-bc837df5a843.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44ee9b73-9c3e-45f7-a577-bc837df5a843.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44ee9b73-9c3e-45f7-a577-bc837df5a843 {
      --shg-aspect-ratio: calc(1280/634); 
    }

    .s-44ee9b73-9c3e-45f7-a577-bc837df5a843.shogun-image-container {
      position: relative;
    }

    .s-44ee9b73-9c3e-45f7-a577-bc837df5a843.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44ee9b73-9c3e-45f7-a577-bc837df5a843.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44ee9b73-9c3e-45f7-a577-bc837df5a843 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7f9057be-7861-4d72-b7e0-f409a9f7f726 {
  margin-top: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7f9057be-7861-4d72-b7e0-f409a9f7f726 .shogun-heading-component h2 {
  color: rgba(0, 105, 171, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-707d270b-e8f8-4937-ad76-f61277a0245c {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-707d270b-e8f8-4937-ad76-f61277a0245c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-707d270b-e8f8-4937-ad76-f61277a0245c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-651b66e2-dfef-4db9-a362-2f37920b1b15 {
  margin-top: 10px;
margin-bottom: -25px;
}

#s-cae58474-4b3a-447c-b904-c71baf6c46aa {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-cae58474-4b3a-447c-b904-c71baf6c46aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cae58474-4b3a-447c-b904-c71baf6c46aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd931188-e16e-452b-915a-c4cf88821078 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cd931188-e16e-452b-915a-c4cf88821078 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-c80d29bb-dbd1-499b-9333-47fd07d77dba {
  margin-top: 15px;
}

#s-d903ce4f-0e52-4207-bb6f-1561330d5bf4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d903ce4f-0e52-4207-bb6f-1561330d5bf4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-f648a6c8-2aba-42dc-af84-622eb5615b25 {
  margin-top: 15px;
}

#s-9759a291-d73d-4038-b026-91e050ad6b23 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9759a291-d73d-4038-b026-91e050ad6b23 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-4f79112f-d6e9-4eeb-9dcc-c43157ace4d5 {
  margin-top: 15px;
}

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

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

#s-91cfb63e-ed12-416f-8b5f-2140d431515a hr {
  border-top: 2px solid #ddd;
}

#s-fe49c553-76e9-42e2-aa92-6d91377fbd53 {
  margin-top: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fe49c553-76e9-42e2-aa92-6d91377fbd53 .shogun-heading-component h2 {
  color: rgba(0, 105, 171, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-5b7d0f56-dc81-49d2-b526-534c56cf564b {
  text-align: left;
}

#s-c60f5eac-92b2-4039-ad55-d6bec60a0861 {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-c60f5eac-92b2-4039-ad55-d6bec60a0861 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c60f5eac-92b2-4039-ad55-d6bec60a0861.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f2e076d-4fe9-476d-bf28-05f9cc43302b {
  max-width: 1280px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-7f2e076d-4fe9-476d-bf28-05f9cc43302b img.shogun-image,
  #s-7f2e076d-4fe9-476d-bf28-05f9cc43302b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7f2e076d-4fe9-476d-bf28-05f9cc43302b {
    width: 100%;
    height: auto;
  }

  #s-7f2e076d-4fe9-476d-bf28-05f9cc43302b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f2e076d-4fe9-476d-bf28-05f9cc43302b.shogun-image {
    
    
  }


.s-7f2e076d-4fe9-476d-bf28-05f9cc43302b .shogun-image-content {
  
    align-items: center;
  
}

.s-7f2e076d-4fe9-476d-bf28-05f9cc43302b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f2e076d-4fe9-476d-bf28-05f9cc43302b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f2e076d-4fe9-476d-bf28-05f9cc43302b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f2e076d-4fe9-476d-bf28-05f9cc43302b {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-7f2e076d-4fe9-476d-bf28-05f9cc43302b.shogun-image-container {
      position: relative;
    }

    .s-7f2e076d-4fe9-476d-bf28-05f9cc43302b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f2e076d-4fe9-476d-bf28-05f9cc43302b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f2e076d-4fe9-476d-bf28-05f9cc43302b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7f2e076d-4fe9-476d-bf28-05f9cc43302b img.shogun-image,
  #s-7f2e076d-4fe9-476d-bf28-05f9cc43302b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7f2e076d-4fe9-476d-bf28-05f9cc43302b {
    width: 100%;
    height: auto;
  }

  #s-7f2e076d-4fe9-476d-bf28-05f9cc43302b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f2e076d-4fe9-476d-bf28-05f9cc43302b.shogun-image {
    
    
  }


.s-7f2e076d-4fe9-476d-bf28-05f9cc43302b .shogun-image-content {
  
    align-items: center;
  
}

.s-7f2e076d-4fe9-476d-bf28-05f9cc43302b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f2e076d-4fe9-476d-bf28-05f9cc43302b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f2e076d-4fe9-476d-bf28-05f9cc43302b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f2e076d-4fe9-476d-bf28-05f9cc43302b {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-7f2e076d-4fe9-476d-bf28-05f9cc43302b.shogun-image-container {
      position: relative;
    }

    .s-7f2e076d-4fe9-476d-bf28-05f9cc43302b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f2e076d-4fe9-476d-bf28-05f9cc43302b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f2e076d-4fe9-476d-bf28-05f9cc43302b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7f2e076d-4fe9-476d-bf28-05f9cc43302b img.shogun-image,
  #s-7f2e076d-4fe9-476d-bf28-05f9cc43302b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7f2e076d-4fe9-476d-bf28-05f9cc43302b {
    width: 100%;
    height: auto;
  }

  #s-7f2e076d-4fe9-476d-bf28-05f9cc43302b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f2e076d-4fe9-476d-bf28-05f9cc43302b.shogun-image {
    
    
  }


.s-7f2e076d-4fe9-476d-bf28-05f9cc43302b .shogun-image-content {
  
    align-items: center;
  
}

.s-7f2e076d-4fe9-476d-bf28-05f9cc43302b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f2e076d-4fe9-476d-bf28-05f9cc43302b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f2e076d-4fe9-476d-bf28-05f9cc43302b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f2e076d-4fe9-476d-bf28-05f9cc43302b {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-7f2e076d-4fe9-476d-bf28-05f9cc43302b.shogun-image-container {
      position: relative;
    }

    .s-7f2e076d-4fe9-476d-bf28-05f9cc43302b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f2e076d-4fe9-476d-bf28-05f9cc43302b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f2e076d-4fe9-476d-bf28-05f9cc43302b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7f2e076d-4fe9-476d-bf28-05f9cc43302b img.shogun-image,
  #s-7f2e076d-4fe9-476d-bf28-05f9cc43302b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7f2e076d-4fe9-476d-bf28-05f9cc43302b {
    width: 100%;
    height: auto;
  }

  #s-7f2e076d-4fe9-476d-bf28-05f9cc43302b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f2e076d-4fe9-476d-bf28-05f9cc43302b.shogun-image {
    
    
  }


.s-7f2e076d-4fe9-476d-bf28-05f9cc43302b .shogun-image-content {
  
    align-items: center;
  
}

.s-7f2e076d-4fe9-476d-bf28-05f9cc43302b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f2e076d-4fe9-476d-bf28-05f9cc43302b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f2e076d-4fe9-476d-bf28-05f9cc43302b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f2e076d-4fe9-476d-bf28-05f9cc43302b {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-7f2e076d-4fe9-476d-bf28-05f9cc43302b.shogun-image-container {
      position: relative;
    }

    .s-7f2e076d-4fe9-476d-bf28-05f9cc43302b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f2e076d-4fe9-476d-bf28-05f9cc43302b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f2e076d-4fe9-476d-bf28-05f9cc43302b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7f2e076d-4fe9-476d-bf28-05f9cc43302b img.shogun-image,
  #s-7f2e076d-4fe9-476d-bf28-05f9cc43302b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7f2e076d-4fe9-476d-bf28-05f9cc43302b {
    width: 100%;
    height: auto;
  }

  #s-7f2e076d-4fe9-476d-bf28-05f9cc43302b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f2e076d-4fe9-476d-bf28-05f9cc43302b.shogun-image {
    
    
  }


.s-7f2e076d-4fe9-476d-bf28-05f9cc43302b .shogun-image-content {
  
    align-items: center;
  
}

.s-7f2e076d-4fe9-476d-bf28-05f9cc43302b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f2e076d-4fe9-476d-bf28-05f9cc43302b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f2e076d-4fe9-476d-bf28-05f9cc43302b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f2e076d-4fe9-476d-bf28-05f9cc43302b {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-7f2e076d-4fe9-476d-bf28-05f9cc43302b.shogun-image-container {
      position: relative;
    }

    .s-7f2e076d-4fe9-476d-bf28-05f9cc43302b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f2e076d-4fe9-476d-bf28-05f9cc43302b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f2e076d-4fe9-476d-bf28-05f9cc43302b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0bad5939-b121-4a4e-8afb-5b795fa0762e {
  margin-top: 25px;
}

#s-0a5ab43a-8e7a-4f96-b175-c96f84a67f56 {
  opacity: 1;
}
@media (min-width: 1200px){#s-0a5ab43a-8e7a-4f96-b175-c96f84a67f56 {
  display: unset;
}
#s-0a5ab43a-8e7a-4f96-b175-c96f84a67f56, #wrap-s-0a5ab43a-8e7a-4f96-b175-c96f84a67f56 { display: unset !important; }}
@media (min-width: 0px) {
[id="s-0a5ab43a-8e7a-4f96-b175-c96f84a67f56"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a5ab43a-8e7a-4f96-b175-c96f84a67f56"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0a5ab43a-8e7a-4f96-b175-c96f84a67f56"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a5ab43a-8e7a-4f96-b175-c96f84a67f56"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-596427be-4833-4bb7-96db-fd6daa2a4eba {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 12px;
background-color: rgba(32, 98, 175, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-596427be-4833-4bb7-96db-fd6daa2a4eba:hover {background-color: rgba(12, 33, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-596427be-4833-4bb7-96db-fd6daa2a4eba:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-596427be-4833-4bb7-96db-fd6daa2a4eba-root {
    text-align: center;
  }


#s-596427be-4833-4bb7-96db-fd6daa2a4eba.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-596427be-4833-4bb7-96db-fd6daa2a4eba-root {
    text-align: center;
  }


#s-596427be-4833-4bb7-96db-fd6daa2a4eba.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-596427be-4833-4bb7-96db-fd6daa2a4eba-root {
    text-align: center;
  }


#s-596427be-4833-4bb7-96db-fd6daa2a4eba.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-596427be-4833-4bb7-96db-fd6daa2a4eba-root {
    text-align: center;
  }


#s-596427be-4833-4bb7-96db-fd6daa2a4eba.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-596427be-4833-4bb7-96db-fd6daa2a4eba-root {
    text-align: center;
  }


#s-596427be-4833-4bb7-96db-fd6daa2a4eba.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-f8aeffa4-4119-4623-9e6c-8447e189d3b8 hr {
  border-top: 2px solid #ddd;
}

#s-89cc4235-cdf7-4dd6-ae26-56de52329838 {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-89cc4235-cdf7-4dd6-ae26-56de52329838 .shogun-heading-component h2 {
  color: rgba(0, 105, 171, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-ae7d655c-a9f1-4817-8946-6cafac6b7c9f {
  text-align: left;
}

#s-91888e45-ddb7-4886-9066-d322a4eda708 {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-91888e45-ddb7-4886-9066-d322a4eda708 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91888e45-ddb7-4886-9066-d322a4eda708.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b {
  max-width: 1280px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b img.shogun-image,
  #s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b {
    width: 100%;
    height: auto;
  }

  #s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b.shogun-image {
    
    
  }


.s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b .shogun-image-content {
  
    align-items: center;
  
}

.s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b.shogun-image-container {
      position: relative;
    }

    .s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b img.shogun-image,
  #s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b {
    width: 100%;
    height: auto;
  }

  #s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b.shogun-image {
    
    
  }


.s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b .shogun-image-content {
  
    align-items: center;
  
}

.s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b.shogun-image-container {
      position: relative;
    }

    .s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b img.shogun-image,
  #s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b {
    width: 100%;
    height: auto;
  }

  #s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b.shogun-image {
    
    
  }


.s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b .shogun-image-content {
  
    align-items: center;
  
}

.s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b.shogun-image-container {
      position: relative;
    }

    .s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b img.shogun-image,
  #s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b {
    width: 100%;
    height: auto;
  }

  #s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b.shogun-image {
    
    
  }


.s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b .shogun-image-content {
  
    align-items: center;
  
}

.s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b.shogun-image-container {
      position: relative;
    }

    .s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b img.shogun-image,
  #s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b {
    width: 100%;
    height: auto;
  }

  #s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b.shogun-image {
    
    
  }


.s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b .shogun-image-content {
  
    align-items: center;
  
}

.s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b.shogun-image-container {
      position: relative;
    }

    .s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08daeab6-98cf-42fb-a7e2-cdd94ba8829b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e1c7bf03-b248-44f3-ae76-81f24b71396a {
  margin-top: 25px;
}

#s-c80c138b-a5f9-4069-965d-fbec0b7b1fbe {
  opacity: 1;
}
@media (min-width: 1200px){#s-c80c138b-a5f9-4069-965d-fbec0b7b1fbe {
  display: unset;
}
#s-c80c138b-a5f9-4069-965d-fbec0b7b1fbe, #wrap-s-c80c138b-a5f9-4069-965d-fbec0b7b1fbe { display: unset !important; }}
@media (min-width: 0px) {
[id="s-c80c138b-a5f9-4069-965d-fbec0b7b1fbe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c80c138b-a5f9-4069-965d-fbec0b7b1fbe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c80c138b-a5f9-4069-965d-fbec0b7b1fbe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c80c138b-a5f9-4069-965d-fbec0b7b1fbe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-fd13942b-f21c-4f68-aed8-85129b837889 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 12px;
background-color: rgba(32, 98, 175, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fd13942b-f21c-4f68-aed8-85129b837889:hover {background-color: rgba(12, 33, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fd13942b-f21c-4f68-aed8-85129b837889:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fd13942b-f21c-4f68-aed8-85129b837889-root {
    text-align: center;
  }


#s-fd13942b-f21c-4f68-aed8-85129b837889.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-fd13942b-f21c-4f68-aed8-85129b837889-root {
    text-align: center;
  }


#s-fd13942b-f21c-4f68-aed8-85129b837889.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fd13942b-f21c-4f68-aed8-85129b837889-root {
    text-align: center;
  }


#s-fd13942b-f21c-4f68-aed8-85129b837889.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fd13942b-f21c-4f68-aed8-85129b837889-root {
    text-align: center;
  }


#s-fd13942b-f21c-4f68-aed8-85129b837889.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-fd13942b-f21c-4f68-aed8-85129b837889-root {
    text-align: center;
  }


#s-fd13942b-f21c-4f68-aed8-85129b837889.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-34cab6ed-c85a-4e7b-a14b-84e8e90a4d33 {
  margin-top: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-34cab6ed-c85a-4e7b-a14b-84e8e90a4d33 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-b829d820-564d-4820-98ce-7c1bea24f2b7 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-1b48727d-d686-46b3-8805-f6d7b97a8fd5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b48727d-d686-46b3-8805-f6d7b97a8fd5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1b48727d-d686-46b3-8805-f6d7b97a8fd5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b48727d-d686-46b3-8805-f6d7b97a8fd5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-bca0074c-51fb-4e91-a00c-2a79b9ba811c {
  margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 7px;
padding-bottom: 7px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(180, 180, 180, 1);
border-style: solid;
border-radius: 10px;
text-align: center;
background-color: rgba(180, 180, 180, 1);
}

#s-bca0074c-51fb-4e91-a00c-2a79b9ba811c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-43afd391-4ac5-49c6-b523-0910a3d95386 hr {
  border-top: 2px solid #ddd;
}

#s-388b499b-32c5-460d-b27d-d52401614b6c {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-388b499b-32c5-460d-b27d-d52401614b6c .shogun-heading-component h2 {
  color: rgba(0, 105, 171, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-00905279-b99f-4748-af03-6423f3cc1e6d {
  text-align: left;
}

#s-3e1bc81f-cc58-4407-a19a-abdc073ff6ed {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-3e1bc81f-cc58-4407-a19a-abdc073ff6ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e1bc81f-cc58-4407-a19a-abdc073ff6ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2 {
  max-width: 1280px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2 img.shogun-image,
  #s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2 {
    width: 100%;
    height: auto;
  }

  #s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2.shogun-image {
    
    
  }


.s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2.shogun-image-container {
      position: relative;
    }

    .s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2 img.shogun-image,
  #s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2 {
    width: 100%;
    height: auto;
  }

  #s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2.shogun-image {
    
    
  }


.s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2.shogun-image-container {
      position: relative;
    }

    .s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2 img.shogun-image,
  #s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2 {
    width: 100%;
    height: auto;
  }

  #s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2.shogun-image {
    
    
  }


.s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2.shogun-image-container {
      position: relative;
    }

    .s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2 img.shogun-image,
  #s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2 {
    width: 100%;
    height: auto;
  }

  #s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2.shogun-image {
    
    
  }


.s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2.shogun-image-container {
      position: relative;
    }

    .s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2 img.shogun-image,
  #s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2 {
    width: 100%;
    height: auto;
  }

  #s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2.shogun-image {
    
    
  }


.s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2.shogun-image-container {
      position: relative;
    }

    .s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe6e0b6e-41e8-4c9e-9bfa-8f6b29b182b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d8dc0cf7-6d1f-4b4b-8419-81fe55705111 {
  margin-top: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d8dc0cf7-6d1f-4b4b-8419-81fe55705111 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-101da873-22d0-4757-b8da-3fb591ae3145 {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-1b98ac69-9675-4d50-a062-16f9953ddfa0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b98ac69-9675-4d50-a062-16f9953ddfa0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1b98ac69-9675-4d50-a062-16f9953ddfa0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b98ac69-9675-4d50-a062-16f9953ddfa0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-6a5a8f89-0618-4aaf-ab25-7229baa44389 {
  margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 7px;
padding-bottom: 7px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(180, 180, 180, 1);
border-style: solid;
border-radius: 10px;
text-align: center;
background-color: rgba(180, 180, 180, 1);
}

#s-6a5a8f89-0618-4aaf-ab25-7229baa44389 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-74d82faa-cc9e-4224-aa41-93b21ae19288 hr {
  border-top: 2px solid #ddd;
}

#s-177a6dfb-e44f-4332-a47a-26eabd7acb8e {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-177a6dfb-e44f-4332-a47a-26eabd7acb8e .shogun-heading-component h2 {
  color: rgba(0, 105, 171, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-26ad4c02-91f3-4c1a-8746-d3b96c3307f0 {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-26ad4c02-91f3-4c1a-8746-d3b96c3307f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26ad4c02-91f3-4c1a-8746-d3b96c3307f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efde2ecd-d7f7-49e5-9adf-9df63bda0178 {
  margin-top: 10px;
}

/*
  $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}
