.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: #000000;
  font-family: Serif;
  font-weight: 400;
}

.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: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: Karla;
}

.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: #000000;
  font-family: Serif;
  font-weight: 400;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: Karla;
  font-weight: 400;
}

.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-fd2014f5-c83c-4f39-a699-0d939643f6cb {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fd2014f5-c83c-4f39-a699-0d939643f6cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd2014f5-c83c-4f39-a699-0d939643f6cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af9de572-77b1-4b28-86d1-1f877f19a0ab {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
}








#s-af9de572-77b1-4b28-86d1-1f877f19a0ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af9de572-77b1-4b28-86d1-1f877f19a0ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-624c549c-9691-48ce-a7e9-99446f6ddf95 {
  min-height: 50px;
}








#s-624c549c-9691-48ce-a7e9-99446f6ddf95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-624c549c-9691-48ce-a7e9-99446f6ddf95.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d801e94e-c538-41f2-8010-f56ba2f2710d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-d801e94e-c538-41f2-8010-f56ba2f2710d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d801e94e-c538-41f2-8010-f56ba2f2710d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000000;
  font-family: Serif;
  text-transform: none;
  font-weight: 400;
  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-b1d38983-d95e-4db3-83e0-dcf5c1a17813 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
text-align: center;
}

#s-b1d38983-d95e-4db3-83e0-dcf5c1a17813 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: 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-dea0a51a-c0a6-43bf-9bf6-5975b406472a {
  max-width: 800px;
aspect-ratio: 750/469;
text-align: center;
}





  #s-dea0a51a-c0a6-43bf-9bf6-5975b406472a img.shogun-image,
  #s-dea0a51a-c0a6-43bf-9bf6-5975b406472a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dea0a51a-c0a6-43bf-9bf6-5975b406472a {
    width: 100%;
    height: auto;
  }

  #s-dea0a51a-c0a6-43bf-9bf6-5975b406472a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-dea0a51a-c0a6-43bf-9bf6-5975b406472a .shogun-image-content {
  
    align-items: center;
  
}

.s-dea0a51a-c0a6-43bf-9bf6-5975b406472a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dea0a51a-c0a6-43bf-9bf6-5975b406472a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dea0a51a-c0a6-43bf-9bf6-5975b406472a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dea0a51a-c0a6-43bf-9bf6-5975b406472a {
      --shg-aspect-ratio: calc(750/469); 
    }

    .s-dea0a51a-c0a6-43bf-9bf6-5975b406472a.shogun-image-container {
      position: relative;
    }

    .s-dea0a51a-c0a6-43bf-9bf6-5975b406472a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dea0a51a-c0a6-43bf-9bf6-5975b406472a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dea0a51a-c0a6-43bf-9bf6-5975b406472a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-dea0a51a-c0a6-43bf-9bf6-5975b406472a img.shogun-image,
  #s-dea0a51a-c0a6-43bf-9bf6-5975b406472a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dea0a51a-c0a6-43bf-9bf6-5975b406472a {
    width: 100%;
    height: auto;
  }

  #s-dea0a51a-c0a6-43bf-9bf6-5975b406472a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-dea0a51a-c0a6-43bf-9bf6-5975b406472a .shogun-image-content {
  
    align-items: center;
  
}

.s-dea0a51a-c0a6-43bf-9bf6-5975b406472a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dea0a51a-c0a6-43bf-9bf6-5975b406472a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dea0a51a-c0a6-43bf-9bf6-5975b406472a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dea0a51a-c0a6-43bf-9bf6-5975b406472a {
      --shg-aspect-ratio: calc(750/469); 
    }

    .s-dea0a51a-c0a6-43bf-9bf6-5975b406472a.shogun-image-container {
      position: relative;
    }

    .s-dea0a51a-c0a6-43bf-9bf6-5975b406472a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dea0a51a-c0a6-43bf-9bf6-5975b406472a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dea0a51a-c0a6-43bf-9bf6-5975b406472a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-dea0a51a-c0a6-43bf-9bf6-5975b406472a img.shogun-image,
  #s-dea0a51a-c0a6-43bf-9bf6-5975b406472a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dea0a51a-c0a6-43bf-9bf6-5975b406472a {
    width: 100%;
    height: auto;
  }

  #s-dea0a51a-c0a6-43bf-9bf6-5975b406472a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-dea0a51a-c0a6-43bf-9bf6-5975b406472a .shogun-image-content {
  
    align-items: center;
  
}

.s-dea0a51a-c0a6-43bf-9bf6-5975b406472a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dea0a51a-c0a6-43bf-9bf6-5975b406472a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dea0a51a-c0a6-43bf-9bf6-5975b406472a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dea0a51a-c0a6-43bf-9bf6-5975b406472a {
      --shg-aspect-ratio: calc(750/469); 
    }

    .s-dea0a51a-c0a6-43bf-9bf6-5975b406472a.shogun-image-container {
      position: relative;
    }

    .s-dea0a51a-c0a6-43bf-9bf6-5975b406472a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dea0a51a-c0a6-43bf-9bf6-5975b406472a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dea0a51a-c0a6-43bf-9bf6-5975b406472a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-dea0a51a-c0a6-43bf-9bf6-5975b406472a img.shogun-image,
  #s-dea0a51a-c0a6-43bf-9bf6-5975b406472a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dea0a51a-c0a6-43bf-9bf6-5975b406472a {
    width: 100%;
    height: auto;
  }

  #s-dea0a51a-c0a6-43bf-9bf6-5975b406472a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-dea0a51a-c0a6-43bf-9bf6-5975b406472a .shogun-image-content {
  
    align-items: center;
  
}

.s-dea0a51a-c0a6-43bf-9bf6-5975b406472a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dea0a51a-c0a6-43bf-9bf6-5975b406472a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dea0a51a-c0a6-43bf-9bf6-5975b406472a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dea0a51a-c0a6-43bf-9bf6-5975b406472a {
      --shg-aspect-ratio: calc(750/469); 
    }

    .s-dea0a51a-c0a6-43bf-9bf6-5975b406472a.shogun-image-container {
      position: relative;
    }

    .s-dea0a51a-c0a6-43bf-9bf6-5975b406472a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dea0a51a-c0a6-43bf-9bf6-5975b406472a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dea0a51a-c0a6-43bf-9bf6-5975b406472a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-dea0a51a-c0a6-43bf-9bf6-5975b406472a img.shogun-image,
  #s-dea0a51a-c0a6-43bf-9bf6-5975b406472a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dea0a51a-c0a6-43bf-9bf6-5975b406472a {
    width: 100%;
    height: auto;
  }

  #s-dea0a51a-c0a6-43bf-9bf6-5975b406472a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-dea0a51a-c0a6-43bf-9bf6-5975b406472a .shogun-image-content {
  
    align-items: center;
  
}

.s-dea0a51a-c0a6-43bf-9bf6-5975b406472a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dea0a51a-c0a6-43bf-9bf6-5975b406472a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dea0a51a-c0a6-43bf-9bf6-5975b406472a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dea0a51a-c0a6-43bf-9bf6-5975b406472a {
      --shg-aspect-ratio: calc(750/469); 
    }

    .s-dea0a51a-c0a6-43bf-9bf6-5975b406472a.shogun-image-container {
      position: relative;
    }

    .s-dea0a51a-c0a6-43bf-9bf6-5975b406472a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dea0a51a-c0a6-43bf-9bf6-5975b406472a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dea0a51a-c0a6-43bf-9bf6-5975b406472a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c08589ee-5dda-4607-9384-957d7abb1d8b {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c08589ee-5dda-4607-9384-957d7abb1d8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c08589ee-5dda-4607-9384-957d7abb1d8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-86077934-7118-499c-a5e1-8e236f7e7142 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-0153570d-8975-4cab-9a08-6acbf48238ed {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
}








#s-0153570d-8975-4cab-9a08-6acbf48238ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0153570d-8975-4cab-9a08-6acbf48238ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-05ef5a9d-7071-4b42-b4d1-b0e05ea94e8d {
  min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-05ef5a9d-7071-4b42-b4d1-b0e05ea94e8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05ef5a9d-7071-4b42-b4d1-b0e05ea94e8d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-05ef5a9d-7071-4b42-b4d1-b0e05ea94e8d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-05ef5a9d-7071-4b42-b4d1-b0e05ea94e8d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-bc8f867d-088c-481b-8544-7b54ff4a2602 {
  box-shadow:1px 1px 1px 1px rgba(252, 252, 252, 0);
background-repeat: no-repeat;
background-size: contain;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-bc8f867d-088c-481b-8544-7b54ff4a2602 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bc8f867d-088c-481b-8544-7b54ff4a2602 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bc8f867d-088c-481b-8544-7b54ff4a2602 {
  
}
}@media (max-width: 767px){#s-bc8f867d-088c-481b-8544-7b54ff4a2602 {
  
}
}







#s-bc8f867d-088c-481b-8544-7b54ff4a2602 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-bc8f867d-088c-481b-8544-7b54ff4a2602.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4a73de4-9b46-4769-a586-2b7dda15a321 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 400px;
}








#s-f4a73de4-9b46-4769-a586-2b7dda15a321 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4a73de4-9b46-4769-a586-2b7dda15a321.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4ceed97-87a2-46b9-8f0e-efb0493d92d5 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
text-align: left;
}

#s-f4ceed97-87a2-46b9-8f0e-efb0493d92d5 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-e4b4a337-dc7b-412e-9d04-bdcd2d1357e0 {
  padding-top: 0%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}

#s-d73d15c8-6f2e-44aa-9f1a-4c46c2fb106d hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-e4531e0c-9681-4eec-b806-9895cdbbc7c4 {
  min-height: 0px;
}

@media (min-width: 0px) {
[id="s-e4531e0c-9681-4eec-b806-9895cdbbc7c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4531e0c-9681-4eec-b806-9895cdbbc7c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e4531e0c-9681-4eec-b806-9895cdbbc7c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4531e0c-9681-4eec-b806-9895cdbbc7c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-e4531e0c-9681-4eec-b806-9895cdbbc7c4"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-cee087b5-190f-4203-8a44-aeefabd8a84d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 400px;
}








#s-cee087b5-190f-4203-8a44-aeefabd8a84d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cee087b5-190f-4203-8a44-aeefabd8a84d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b77d0fdf-904c-4770-b42c-e5f623d2e698 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
text-align: left;
}

#s-b77d0fdf-904c-4770-b42c-e5f623d2e698 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-3ac6b444-c9ad-44ab-a85e-2db910a55040 {
  padding-top: 0%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}

#s-7bfb4f29-5bdc-4a75-bea4-9503a6ed06d9 {
  box-shadow:1px 1px 1px 1px rgba(252, 252, 252, 0);
background-repeat: no-repeat;
background-size: contain;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-7bfb4f29-5bdc-4a75-bea4-9503a6ed06d9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7bfb4f29-5bdc-4a75-bea4-9503a6ed06d9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7bfb4f29-5bdc-4a75-bea4-9503a6ed06d9 {
  
}
}@media (max-width: 767px){#s-7bfb4f29-5bdc-4a75-bea4-9503a6ed06d9 {
  
}
}







#s-7bfb4f29-5bdc-4a75-bea4-9503a6ed06d9 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-7bfb4f29-5bdc-4a75-bea4-9503a6ed06d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a510c29-ddff-411b-a370-452e2a0a387f hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-a82c65c3-e942-49ae-b96d-5e83ab5ea743 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-a82c65c3-e942-49ae-b96d-5e83ab5ea743 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a82c65c3-e942-49ae-b96d-5e83ab5ea743.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9861a28c-3749-4350-bcab-0940e01af447 {
  padding-top: 0%;
padding-left: 5%;
padding-bottom: 4%;
padding-right: 5%;
text-align: center;
}

#s-9861a28c-3749-4350-bcab-0940e01af447 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}



#s-40bce188-32d5-445b-b639-c5b44dc51a21 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
padding-right: 5%;
}

#s-4c17d819-4118-4185-b890-f9d315407c21 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 900px;
background-position: center center;
}

#s-4c17d819-4118-4185-b890-f9d315407c21 {
  background-image: url(https://i.shgcdn.com/3220cf13-83d3-400b-891a-a68b53b2301b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4c17d819-4118-4185-b890-f9d315407c21 {
  background-image: url(https://i.shgcdn.com/3220cf13-83d3-400b-891a-a68b53b2301b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4c17d819-4118-4185-b890-f9d315407c21 {
  background-image: url(https://i.shgcdn.com/3220cf13-83d3-400b-891a-a68b53b2301b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4c17d819-4118-4185-b890-f9d315407c21 {
  background-image: url(https://i.shgcdn.com/3220cf13-83d3-400b-891a-a68b53b2301b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4c17d819-4118-4185-b890-f9d315407c21 {
  background-image: url(https://i.shgcdn.com/3220cf13-83d3-400b-891a-a68b53b2301b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4c17d819-4118-4185-b890-f9d315407c21 {
  background-image: url(https://i.shgcdn.com/3220cf13-83d3-400b-891a-a68b53b2301b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4c17d819-4118-4185-b890-f9d315407c21 {
  background-image: url(https://i.shgcdn.com/3220cf13-83d3-400b-891a-a68b53b2301b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4c17d819-4118-4185-b890-f9d315407c21 {
  background-image: url(https://i.shgcdn.com/3220cf13-83d3-400b-891a-a68b53b2301b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4c17d819-4118-4185-b890-f9d315407c21 {
  background-image: url(https://i.shgcdn.com/3220cf13-83d3-400b-891a-a68b53b2301b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-4c17d819-4118-4185-b890-f9d315407c21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c17d819-4118-4185-b890-f9d315407c21.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db5a02f1-1f6b-45c0-a590-566505b51d80 {
  min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-db5a02f1-1f6b-45c0-a590-566505b51d80"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db5a02f1-1f6b-45c0-a590-566505b51d80"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-db5a02f1-1f6b-45c0-a590-566505b51d80"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-db5a02f1-1f6b-45c0-a590-566505b51d80"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c3579de8-e744-4314-87c3-2572c3c69610 {
  box-shadow:1px 1px 1px 1px rgba(252, 252, 252, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-c3579de8-e744-4314-87c3-2572c3c69610 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c3579de8-e744-4314-87c3-2572c3c69610 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c3579de8-e744-4314-87c3-2572c3c69610 {
  
}
}@media (max-width: 767px){#s-c3579de8-e744-4314-87c3-2572c3c69610 {
  
}
}







#s-c3579de8-e744-4314-87c3-2572c3c69610 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-c3579de8-e744-4314-87c3-2572c3c69610.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e739805-f698-4ab2-bc09-89f0ccc34df3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 400px;
}








#s-0e739805-f698-4ab2-bc09-89f0ccc34df3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e739805-f698-4ab2-bc09-89f0ccc34df3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1bcbea32-6f33-4c9c-8f6e-4524d642073f {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
text-align: left;
}

#s-1bcbea32-6f33-4c9c-8f6e-4524d642073f .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-6698a88f-3c22-4d84-bc50-114e04a36c8d {
  padding-top: 0%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}

#s-a78ff744-cc7c-44d0-804c-9d6358738dd2 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-541b4260-04dd-4a08-b322-ef92d32435e3 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-541b4260-04dd-4a08-b322-ef92d32435e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-541b4260-04dd-4a08-b322-ef92d32435e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-541b4260-04dd-4a08-b322-ef92d32435e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-541b4260-04dd-4a08-b322-ef92d32435e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-e17717f8-1a27-475a-a187-55410dcc47c5 {
  min-height: 50px;
}








#s-e17717f8-1a27-475a-a187-55410dcc47c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e17717f8-1a27-475a-a187-55410dcc47c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2aa50594-1332-43e5-bb92-9fd3aae7c9c8 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}

#s-2aa50594-1332-43e5-bb92-9fd3aae7c9c8 {
  background-image: url(https://i.shgcdn.com/8b8764cc-bd20-4463-a3b7-17d72d4c2b5f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2aa50594-1332-43e5-bb92-9fd3aae7c9c8 {
  background-image: url(https://i.shgcdn.com/8b8764cc-bd20-4463-a3b7-17d72d4c2b5f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2aa50594-1332-43e5-bb92-9fd3aae7c9c8 {
  background-image: url(https://i.shgcdn.com/8b8764cc-bd20-4463-a3b7-17d72d4c2b5f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2aa50594-1332-43e5-bb92-9fd3aae7c9c8 {
  background-image: url(https://i.shgcdn.com/8b8764cc-bd20-4463-a3b7-17d72d4c2b5f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2aa50594-1332-43e5-bb92-9fd3aae7c9c8 {
  background-image: url(https://i.shgcdn.com/8b8764cc-bd20-4463-a3b7-17d72d4c2b5f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2aa50594-1332-43e5-bb92-9fd3aae7c9c8 {
  background-image: url(https://i.shgcdn.com/8b8764cc-bd20-4463-a3b7-17d72d4c2b5f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2aa50594-1332-43e5-bb92-9fd3aae7c9c8 {
  background-image: url(https://i.shgcdn.com/8b8764cc-bd20-4463-a3b7-17d72d4c2b5f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2aa50594-1332-43e5-bb92-9fd3aae7c9c8 {
  background-image: url(https://i.shgcdn.com/8b8764cc-bd20-4463-a3b7-17d72d4c2b5f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2aa50594-1332-43e5-bb92-9fd3aae7c9c8 {
  background-image: url(https://i.shgcdn.com/8b8764cc-bd20-4463-a3b7-17d72d4c2b5f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-2aa50594-1332-43e5-bb92-9fd3aae7c9c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2aa50594-1332-43e5-bb92-9fd3aae7c9c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8512fb0-ad33-463e-97a9-1604c0ef543e {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 0%;
padding-right: 5%;
text-align: left;
}

#s-e8512fb0-ad33-463e-97a9-1604c0ef543e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-3c96cfe8-c3ea-4d04-8fe3-b2509fc7b13e {
  padding-top: 0%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}

#s-9db2b766-964d-48c9-8b58-0e317fa67ae9 {
  min-height: 50px;
}








#s-9db2b766-964d-48c9-8b58-0e317fa67ae9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9db2b766-964d-48c9-8b58-0e317fa67ae9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6823faf5-ad9f-43b8-9b94-b3cc093d1b7e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}

#s-6823faf5-ad9f-43b8-9b94-b3cc093d1b7e {
  background-image: url(https://i.shgcdn.com/2cb908a0-c5de-4f1b-bc4e-9aa37641dfb4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6823faf5-ad9f-43b8-9b94-b3cc093d1b7e {
  background-image: url(https://i.shgcdn.com/2cb908a0-c5de-4f1b-bc4e-9aa37641dfb4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6823faf5-ad9f-43b8-9b94-b3cc093d1b7e {
  background-image: url(https://i.shgcdn.com/2cb908a0-c5de-4f1b-bc4e-9aa37641dfb4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6823faf5-ad9f-43b8-9b94-b3cc093d1b7e {
  background-image: url(https://i.shgcdn.com/2cb908a0-c5de-4f1b-bc4e-9aa37641dfb4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6823faf5-ad9f-43b8-9b94-b3cc093d1b7e {
  background-image: url(https://i.shgcdn.com/2cb908a0-c5de-4f1b-bc4e-9aa37641dfb4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6823faf5-ad9f-43b8-9b94-b3cc093d1b7e {
  background-image: url(https://i.shgcdn.com/2cb908a0-c5de-4f1b-bc4e-9aa37641dfb4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6823faf5-ad9f-43b8-9b94-b3cc093d1b7e {
  background-image: url(https://i.shgcdn.com/2cb908a0-c5de-4f1b-bc4e-9aa37641dfb4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6823faf5-ad9f-43b8-9b94-b3cc093d1b7e {
  background-image: url(https://i.shgcdn.com/2cb908a0-c5de-4f1b-bc4e-9aa37641dfb4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6823faf5-ad9f-43b8-9b94-b3cc093d1b7e {
  background-image: url(https://i.shgcdn.com/2cb908a0-c5de-4f1b-bc4e-9aa37641dfb4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-6823faf5-ad9f-43b8-9b94-b3cc093d1b7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6823faf5-ad9f-43b8-9b94-b3cc093d1b7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d260b7c-567a-4df2-a08e-76d26c96abf1 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 0%;
padding-right: 5%;
text-align: left;
}

#s-4d260b7c-567a-4df2-a08e-76d26c96abf1 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-9eae5e58-4045-4ace-a7a4-f51c8ec82bad {
  padding-top: 0%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}

#s-4d9d6ccd-4599-476b-8d5a-869e59f00702 {
  min-height: 0px;
}

@media (min-width: 0px) {
[id="s-4d9d6ccd-4599-476b-8d5a-869e59f00702"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d9d6ccd-4599-476b-8d5a-869e59f00702"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4d9d6ccd-4599-476b-8d5a-869e59f00702"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d9d6ccd-4599-476b-8d5a-869e59f00702"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c53fe9a2-e0ff-4cff-bd54-329bcc8773cb {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
}








#s-c53fe9a2-e0ff-4cff-bd54-329bcc8773cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c53fe9a2-e0ff-4cff-bd54-329bcc8773cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-354e16a7-3e1e-46dc-9dd3-11a74a3d4012 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
text-align: left;
}

#s-354e16a7-3e1e-46dc-9dd3-11a74a3d4012 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-778618fe-5241-4448-95bc-3633f7fe5d96 {
  padding-top: 0%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-e2b2c608-c125-44f3-ae60-e908c7bf5c18 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-e2b2c608-c125-44f3-ae60-e908c7bf5c18 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e2b2c608-c125-44f3-ae60-e908c7bf5c18 .shg-sld-nav-button.shg-sld-left,
#s-e2b2c608-c125-44f3-ae60-e908c7bf5c18 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-7925a194-bce5-480f-bac8-5a31a3a5c8a7 {
  box-shadow:1px 1px 1px 1px rgba(252, 252, 252, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-7925a194-bce5-480f-bac8-5a31a3a5c8a7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7925a194-bce5-480f-bac8-5a31a3a5c8a7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7925a194-bce5-480f-bac8-5a31a3a5c8a7 {
  
}
}@media (max-width: 767px){#s-7925a194-bce5-480f-bac8-5a31a3a5c8a7 {
  
}
}







#s-7925a194-bce5-480f-bac8-5a31a3a5c8a7 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-7925a194-bce5-480f-bac8-5a31a3a5c8a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1539d8cf-e042-49ff-85bc-ae8641db314c {
  box-shadow:1px 1px 1px 1px rgba(252, 252, 252, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-1539d8cf-e042-49ff-85bc-ae8641db314c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1539d8cf-e042-49ff-85bc-ae8641db314c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1539d8cf-e042-49ff-85bc-ae8641db314c {
  
}
}@media (max-width: 767px){#s-1539d8cf-e042-49ff-85bc-ae8641db314c {
  
}
}







#s-1539d8cf-e042-49ff-85bc-ae8641db314c > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-1539d8cf-e042-49ff-85bc-ae8641db314c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0661778a-2be0-41ce-a988-1227d13b2879 {
  box-shadow:1px 1px 1px 1px rgba(252, 252, 252, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-0661778a-2be0-41ce-a988-1227d13b2879 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0661778a-2be0-41ce-a988-1227d13b2879 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0661778a-2be0-41ce-a988-1227d13b2879 {
  
}
}@media (max-width: 767px){#s-0661778a-2be0-41ce-a988-1227d13b2879 {
  
}
}







#s-0661778a-2be0-41ce-a988-1227d13b2879 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-0661778a-2be0-41ce-a988-1227d13b2879.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15f3623d-fd32-4e75-bd95-85ab244f43b6 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-8c58c3cf-d7e3-4d57-9191-5d345f86fb0b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-8c58c3cf-d7e3-4d57-9191-5d345f86fb0b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8c58c3cf-d7e3-4d57-9191-5d345f86fb0b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c58c3cf-d7e3-4d57-9191-5d345f86fb0b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}








#s-17166bc9-74cf-4e9f-92ef-80f666a7a10e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17166bc9-74cf-4e9f-92ef-80f666a7a10e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-230a6ee0-d19e-482d-a754-32e25976a6e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-230a6ee0-d19e-482d-a754-32e25976a6e6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-230a6ee0-d19e-482d-a754-32e25976a6e6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-230a6ee0-d19e-482d-a754-32e25976a6e6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-230a6ee0-d19e-482d-a754-32e25976a6e6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-230a6ee0-d19e-482d-a754-32e25976a6e6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-230a6ee0-d19e-482d-a754-32e25976a6e6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
padding-bottom: 0%;
min-height: 40px;
max-width: 61px;
aspect-ratio: 61/55;
text-align: center;
}





  #s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722 img.shogun-image,
  #s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722 {
    width: 100%;
    height: auto;
  }

  #s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722.shogun-image {
    
    
  }


.s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722 .shogun-image-content {
  
    align-items: center;
  
}

.s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722 {
      --shg-aspect-ratio: calc(61/55); 
    }

    .s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722.shogun-image-container {
      position: relative;
    }

    .s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722 img.shogun-image,
  #s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722 {
    width: 100%;
    height: auto;
  }

  #s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722.shogun-image {
    
    
  }


.s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722 .shogun-image-content {
  
    align-items: center;
  
}

.s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722 {
      --shg-aspect-ratio: calc(61/55); 
    }

    .s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722.shogun-image-container {
      position: relative;
    }

    .s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722 img.shogun-image,
  #s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722 {
    width: 100%;
    height: auto;
  }

  #s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722.shogun-image {
    
    
  }


.s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722 .shogun-image-content {
  
    align-items: center;
  
}

.s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722 {
      --shg-aspect-ratio: calc(61/55); 
    }

    .s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722.shogun-image-container {
      position: relative;
    }

    .s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722 img.shogun-image,
  #s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722 {
    width: 100%;
    height: auto;
  }

  #s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722.shogun-image {
    
    
  }


.s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722 .shogun-image-content {
  
    align-items: center;
  
}

.s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722 {
      --shg-aspect-ratio: calc(61/55); 
    }

    .s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722.shogun-image-container {
      position: relative;
    }

    .s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722 img.shogun-image,
  #s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722 {
    width: 100%;
    height: auto;
  }

  #s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722.shogun-image {
    
    
  }


.s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722 .shogun-image-content {
  
    align-items: center;
  
}

.s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722 {
      --shg-aspect-ratio: calc(61/55); 
    }

    .s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722.shogun-image-container {
      position: relative;
    }

    .s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dff3f2b9-f3f9-48c9-8797-d1f76ab49722 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f8d3d380-9d25-48c8-9948-4031edaad06e {
  margin-right: 5%;
padding-top: 7%;
padding-left: 5%;
padding-bottom: 0%;
padding-right: 10%;
text-align: left;
}

#s-f8d3d380-9d25-48c8-9948-4031edaad06e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-ec074891-b313-4c59-8467-03a24f636161 {
  padding-top: 0%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-7c29d409-dddb-4aa1-8a2a-f460363f46c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c29d409-dddb-4aa1-8a2a-f460363f46c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7c29d409-dddb-4aa1-8a2a-f460363f46c2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7c29d409-dddb-4aa1-8a2a-f460363f46c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7c29d409-dddb-4aa1-8a2a-f460363f46c2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c29d409-dddb-4aa1-8a2a-f460363f46c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7c29d409-dddb-4aa1-8a2a-f460363f46c2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01 {
  margin-left: auto;
margin-right: auto;
max-width: 59px;
aspect-ratio: 59/60;
text-align: center;
}





  #s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01 img.shogun-image,
  #s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01 {
    width: 100%;
    height: auto;
  }

  #s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01.shogun-image {
    
    
  }


.s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01 .shogun-image-content {
  
    align-items: center;
  
}

.s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01 {
      --shg-aspect-ratio: calc(59/60); 
    }

    .s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01.shogun-image-container {
      position: relative;
    }

    .s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01 img.shogun-image,
  #s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01 {
    width: 100%;
    height: auto;
  }

  #s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01.shogun-image {
    
    
  }


.s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01 .shogun-image-content {
  
    align-items: center;
  
}

.s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01 {
      --shg-aspect-ratio: calc(59/60); 
    }

    .s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01.shogun-image-container {
      position: relative;
    }

    .s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01 img.shogun-image,
  #s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01 {
    width: 100%;
    height: auto;
  }

  #s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01.shogun-image {
    
    
  }


.s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01 .shogun-image-content {
  
    align-items: center;
  
}

.s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01 {
      --shg-aspect-ratio: calc(59/60); 
    }

    .s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01.shogun-image-container {
      position: relative;
    }

    .s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01 img.shogun-image,
  #s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01 {
    width: 100%;
    height: auto;
  }

  #s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01.shogun-image {
    
    
  }


.s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01 .shogun-image-content {
  
    align-items: center;
  
}

.s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01 {
      --shg-aspect-ratio: calc(59/60); 
    }

    .s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01.shogun-image-container {
      position: relative;
    }

    .s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01 img.shogun-image,
  #s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01 {
    width: 100%;
    height: auto;
  }

  #s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01.shogun-image {
    
    
  }


.s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01 .shogun-image-content {
  
    align-items: center;
  
}

.s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01 {
      --shg-aspect-ratio: calc(59/60); 
    }

    .s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01.shogun-image-container {
      position: relative;
    }

    .s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67fe51d2-c549-45d3-b9cd-fd1bde9cbf01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-86dd957c-cacb-445c-8852-579749edc7fb {
  margin-right: 5%;
padding-top: 7%;
padding-left: 5%;
padding-bottom: 0%;
padding-right: 10%;
text-align: left;
}

#s-86dd957c-cacb-445c-8852-579749edc7fb .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-97a3af5d-8e6e-4af8-a2b6-2eed07d30ee2 {
  min-height: 50px;
}








#s-97a3af5d-8e6e-4af8-a2b6-2eed07d30ee2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97a3af5d-8e6e-4af8-a2b6-2eed07d30ee2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54f812b8-ab17-47cd-914e-23195a27c684 {
  padding-top: 0%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-140c4e00-f09a-46eb-b757-8b91a8dc7476"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-140c4e00-f09a-46eb-b757-8b91a8dc7476"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-140c4e00-f09a-46eb-b757-8b91a8dc7476"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-140c4e00-f09a-46eb-b757-8b91a8dc7476"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-140c4e00-f09a-46eb-b757-8b91a8dc7476"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-140c4e00-f09a-46eb-b757-8b91a8dc7476"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-140c4e00-f09a-46eb-b757-8b91a8dc7476"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-b32319ae-f705-46ad-ab25-692b2815d715 {
  margin-left: auto;
margin-right: auto;
max-width: 46px;
aspect-ratio: 46/54;
text-align: center;
}





  #s-b32319ae-f705-46ad-ab25-692b2815d715 img.shogun-image,
  #s-b32319ae-f705-46ad-ab25-692b2815d715 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b32319ae-f705-46ad-ab25-692b2815d715 {
    width: 100%;
    height: auto;
  }

  #s-b32319ae-f705-46ad-ab25-692b2815d715 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b32319ae-f705-46ad-ab25-692b2815d715.shogun-image {
    
    
  }


.s-b32319ae-f705-46ad-ab25-692b2815d715 .shogun-image-content {
  
    align-items: center;
  
}

.s-b32319ae-f705-46ad-ab25-692b2815d715.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b32319ae-f705-46ad-ab25-692b2815d715.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b32319ae-f705-46ad-ab25-692b2815d715.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b32319ae-f705-46ad-ab25-692b2815d715 {
      --shg-aspect-ratio: calc(46/54); 
    }

    .s-b32319ae-f705-46ad-ab25-692b2815d715.shogun-image-container {
      position: relative;
    }

    .s-b32319ae-f705-46ad-ab25-692b2815d715.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b32319ae-f705-46ad-ab25-692b2815d715.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b32319ae-f705-46ad-ab25-692b2815d715 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b32319ae-f705-46ad-ab25-692b2815d715 img.shogun-image,
  #s-b32319ae-f705-46ad-ab25-692b2815d715 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b32319ae-f705-46ad-ab25-692b2815d715 {
    width: 100%;
    height: auto;
  }

  #s-b32319ae-f705-46ad-ab25-692b2815d715 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b32319ae-f705-46ad-ab25-692b2815d715.shogun-image {
    
    
  }


.s-b32319ae-f705-46ad-ab25-692b2815d715 .shogun-image-content {
  
    align-items: center;
  
}

.s-b32319ae-f705-46ad-ab25-692b2815d715.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b32319ae-f705-46ad-ab25-692b2815d715.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b32319ae-f705-46ad-ab25-692b2815d715.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b32319ae-f705-46ad-ab25-692b2815d715 {
      --shg-aspect-ratio: calc(46/54); 
    }

    .s-b32319ae-f705-46ad-ab25-692b2815d715.shogun-image-container {
      position: relative;
    }

    .s-b32319ae-f705-46ad-ab25-692b2815d715.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b32319ae-f705-46ad-ab25-692b2815d715.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b32319ae-f705-46ad-ab25-692b2815d715 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b32319ae-f705-46ad-ab25-692b2815d715 img.shogun-image,
  #s-b32319ae-f705-46ad-ab25-692b2815d715 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b32319ae-f705-46ad-ab25-692b2815d715 {
    width: 100%;
    height: auto;
  }

  #s-b32319ae-f705-46ad-ab25-692b2815d715 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b32319ae-f705-46ad-ab25-692b2815d715.shogun-image {
    
    
  }


.s-b32319ae-f705-46ad-ab25-692b2815d715 .shogun-image-content {
  
    align-items: center;
  
}

.s-b32319ae-f705-46ad-ab25-692b2815d715.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b32319ae-f705-46ad-ab25-692b2815d715.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b32319ae-f705-46ad-ab25-692b2815d715.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b32319ae-f705-46ad-ab25-692b2815d715 {
      --shg-aspect-ratio: calc(46/54); 
    }

    .s-b32319ae-f705-46ad-ab25-692b2815d715.shogun-image-container {
      position: relative;
    }

    .s-b32319ae-f705-46ad-ab25-692b2815d715.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b32319ae-f705-46ad-ab25-692b2815d715.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b32319ae-f705-46ad-ab25-692b2815d715 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b32319ae-f705-46ad-ab25-692b2815d715 img.shogun-image,
  #s-b32319ae-f705-46ad-ab25-692b2815d715 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b32319ae-f705-46ad-ab25-692b2815d715 {
    width: 100%;
    height: auto;
  }

  #s-b32319ae-f705-46ad-ab25-692b2815d715 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b32319ae-f705-46ad-ab25-692b2815d715.shogun-image {
    
    
  }


.s-b32319ae-f705-46ad-ab25-692b2815d715 .shogun-image-content {
  
    align-items: center;
  
}

.s-b32319ae-f705-46ad-ab25-692b2815d715.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b32319ae-f705-46ad-ab25-692b2815d715.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b32319ae-f705-46ad-ab25-692b2815d715.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b32319ae-f705-46ad-ab25-692b2815d715 {
      --shg-aspect-ratio: calc(46/54); 
    }

    .s-b32319ae-f705-46ad-ab25-692b2815d715.shogun-image-container {
      position: relative;
    }

    .s-b32319ae-f705-46ad-ab25-692b2815d715.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b32319ae-f705-46ad-ab25-692b2815d715.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b32319ae-f705-46ad-ab25-692b2815d715 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b32319ae-f705-46ad-ab25-692b2815d715 img.shogun-image,
  #s-b32319ae-f705-46ad-ab25-692b2815d715 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b32319ae-f705-46ad-ab25-692b2815d715 {
    width: 100%;
    height: auto;
  }

  #s-b32319ae-f705-46ad-ab25-692b2815d715 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b32319ae-f705-46ad-ab25-692b2815d715.shogun-image {
    
    
  }


.s-b32319ae-f705-46ad-ab25-692b2815d715 .shogun-image-content {
  
    align-items: center;
  
}

.s-b32319ae-f705-46ad-ab25-692b2815d715.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b32319ae-f705-46ad-ab25-692b2815d715.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b32319ae-f705-46ad-ab25-692b2815d715.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b32319ae-f705-46ad-ab25-692b2815d715 {
      --shg-aspect-ratio: calc(46/54); 
    }

    .s-b32319ae-f705-46ad-ab25-692b2815d715.shogun-image-container {
      position: relative;
    }

    .s-b32319ae-f705-46ad-ab25-692b2815d715.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b32319ae-f705-46ad-ab25-692b2815d715.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b32319ae-f705-46ad-ab25-692b2815d715 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-049db816-78a6-4504-a0d3-70755c02cbbf {
  margin-right: 5%;
padding-top: 7%;
padding-left: 5%;
padding-bottom: 0%;
padding-right: 10%;
text-align: left;
}

#s-049db816-78a6-4504-a0d3-70755c02cbbf .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-3492a913-f127-45ef-b6f7-28b2184fbb27 {
  min-height: 50px;
}








#s-3492a913-f127-45ef-b6f7-28b2184fbb27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3492a913-f127-45ef-b6f7-28b2184fbb27.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33d77b03-d9a9-4493-bd5c-5e596709fe23 {
  padding-top: 0%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}








#s-aaae9a22-b3ec-4ba0-8aeb-73fc0f469209 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aaae9a22-b3ec-4ba0-8aeb-73fc0f469209.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-bca8db78-3ccd-4f3f-9109-a6522f2ad8ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bca8db78-3ccd-4f3f-9109-a6522f2ad8ef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bca8db78-3ccd-4f3f-9109-a6522f2ad8ef"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bca8db78-3ccd-4f3f-9109-a6522f2ad8ef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bca8db78-3ccd-4f3f-9109-a6522f2ad8ef"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bca8db78-3ccd-4f3f-9109-a6522f2ad8ef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bca8db78-3ccd-4f3f-9109-a6522f2ad8ef"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-c96ad582-b884-488c-9540-1b11f7403001 {
  margin-left: auto;
margin-right: auto;
min-height: 40px;
max-width: 48px;
aspect-ratio: 48/56;
text-align: center;
}





  #s-c96ad582-b884-488c-9540-1b11f7403001 img.shogun-image,
  #s-c96ad582-b884-488c-9540-1b11f7403001 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c96ad582-b884-488c-9540-1b11f7403001 {
    width: 100%;
    height: auto;
  }

  #s-c96ad582-b884-488c-9540-1b11f7403001 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c96ad582-b884-488c-9540-1b11f7403001.shogun-image {
    
    
  }


.s-c96ad582-b884-488c-9540-1b11f7403001 .shogun-image-content {
  
    align-items: center;
  
}

.s-c96ad582-b884-488c-9540-1b11f7403001.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c96ad582-b884-488c-9540-1b11f7403001.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c96ad582-b884-488c-9540-1b11f7403001.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c96ad582-b884-488c-9540-1b11f7403001 {
      --shg-aspect-ratio: calc(48/56); 
    }

    .s-c96ad582-b884-488c-9540-1b11f7403001.shogun-image-container {
      position: relative;
    }

    .s-c96ad582-b884-488c-9540-1b11f7403001.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c96ad582-b884-488c-9540-1b11f7403001.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c96ad582-b884-488c-9540-1b11f7403001 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c96ad582-b884-488c-9540-1b11f7403001 img.shogun-image,
  #s-c96ad582-b884-488c-9540-1b11f7403001 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c96ad582-b884-488c-9540-1b11f7403001 {
    width: 100%;
    height: auto;
  }

  #s-c96ad582-b884-488c-9540-1b11f7403001 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c96ad582-b884-488c-9540-1b11f7403001.shogun-image {
    
    
  }


.s-c96ad582-b884-488c-9540-1b11f7403001 .shogun-image-content {
  
    align-items: center;
  
}

.s-c96ad582-b884-488c-9540-1b11f7403001.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c96ad582-b884-488c-9540-1b11f7403001.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c96ad582-b884-488c-9540-1b11f7403001.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c96ad582-b884-488c-9540-1b11f7403001 {
      --shg-aspect-ratio: calc(48/56); 
    }

    .s-c96ad582-b884-488c-9540-1b11f7403001.shogun-image-container {
      position: relative;
    }

    .s-c96ad582-b884-488c-9540-1b11f7403001.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c96ad582-b884-488c-9540-1b11f7403001.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c96ad582-b884-488c-9540-1b11f7403001 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c96ad582-b884-488c-9540-1b11f7403001 img.shogun-image,
  #s-c96ad582-b884-488c-9540-1b11f7403001 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c96ad582-b884-488c-9540-1b11f7403001 {
    width: 100%;
    height: auto;
  }

  #s-c96ad582-b884-488c-9540-1b11f7403001 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c96ad582-b884-488c-9540-1b11f7403001.shogun-image {
    
    
  }


.s-c96ad582-b884-488c-9540-1b11f7403001 .shogun-image-content {
  
    align-items: center;
  
}

.s-c96ad582-b884-488c-9540-1b11f7403001.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c96ad582-b884-488c-9540-1b11f7403001.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c96ad582-b884-488c-9540-1b11f7403001.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c96ad582-b884-488c-9540-1b11f7403001 {
      --shg-aspect-ratio: calc(48/56); 
    }

    .s-c96ad582-b884-488c-9540-1b11f7403001.shogun-image-container {
      position: relative;
    }

    .s-c96ad582-b884-488c-9540-1b11f7403001.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c96ad582-b884-488c-9540-1b11f7403001.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c96ad582-b884-488c-9540-1b11f7403001 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c96ad582-b884-488c-9540-1b11f7403001 img.shogun-image,
  #s-c96ad582-b884-488c-9540-1b11f7403001 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c96ad582-b884-488c-9540-1b11f7403001 {
    width: 100%;
    height: auto;
  }

  #s-c96ad582-b884-488c-9540-1b11f7403001 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c96ad582-b884-488c-9540-1b11f7403001.shogun-image {
    
    
  }


.s-c96ad582-b884-488c-9540-1b11f7403001 .shogun-image-content {
  
    align-items: center;
  
}

.s-c96ad582-b884-488c-9540-1b11f7403001.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c96ad582-b884-488c-9540-1b11f7403001.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c96ad582-b884-488c-9540-1b11f7403001.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c96ad582-b884-488c-9540-1b11f7403001 {
      --shg-aspect-ratio: calc(48/56); 
    }

    .s-c96ad582-b884-488c-9540-1b11f7403001.shogun-image-container {
      position: relative;
    }

    .s-c96ad582-b884-488c-9540-1b11f7403001.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c96ad582-b884-488c-9540-1b11f7403001.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c96ad582-b884-488c-9540-1b11f7403001 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c96ad582-b884-488c-9540-1b11f7403001 img.shogun-image,
  #s-c96ad582-b884-488c-9540-1b11f7403001 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c96ad582-b884-488c-9540-1b11f7403001 {
    width: 100%;
    height: auto;
  }

  #s-c96ad582-b884-488c-9540-1b11f7403001 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c96ad582-b884-488c-9540-1b11f7403001.shogun-image {
    
    
  }


.s-c96ad582-b884-488c-9540-1b11f7403001 .shogun-image-content {
  
    align-items: center;
  
}

.s-c96ad582-b884-488c-9540-1b11f7403001.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c96ad582-b884-488c-9540-1b11f7403001.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c96ad582-b884-488c-9540-1b11f7403001.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c96ad582-b884-488c-9540-1b11f7403001 {
      --shg-aspect-ratio: calc(48/56); 
    }

    .s-c96ad582-b884-488c-9540-1b11f7403001.shogun-image-container {
      position: relative;
    }

    .s-c96ad582-b884-488c-9540-1b11f7403001.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c96ad582-b884-488c-9540-1b11f7403001.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c96ad582-b884-488c-9540-1b11f7403001 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1214efa7-3a4e-40a2-a492-c3b5e1b708b3 {
  margin-right: 5%;
padding-top: 8%;
padding-left: 5%;
padding-bottom: 0%;
padding-right: 10%;
text-align: left;
}

#s-1214efa7-3a4e-40a2-a492-c3b5e1b708b3 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Karla";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-cf543a66-8074-453c-ab1a-af2f2a5788f4 {
  padding-top: 0%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}

#s-bac216ce-8417-4882-a1f7-6ef5623549c1 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-1cc558b7-cc7c-4d5b-8756-42d34a11a82f {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1cc558b7-cc7c-4d5b-8756-42d34a11a82f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cc558b7-cc7c-4d5b-8756-42d34a11a82f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a58f295-6a41-485c-aa90-ee5cf8fc1491 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
}








#s-8a58f295-6a41-485c-aa90-ee5cf8fc1491 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a58f295-6a41-485c-aa90-ee5cf8fc1491.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-794dbb7d-4b9b-42d8-b06e-b24053bd86fc {
  margin-left: auto;
margin-right: auto;
padding-top: 1%;
padding-bottom: 1%;
max-width: 1400px;
}

#s-794dbb7d-4b9b-42d8-b06e-b24053bd86fc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-794dbb7d-4b9b-42d8-b06e-b24053bd86fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(29, 28, 28, 1);
  padding: 10px;
}

#s-794dbb7d-4b9b-42d8-b06e-b24053bd86fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-794dbb7d-4b9b-42d8-b06e-b24053bd86fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-794dbb7d-4b9b-42d8-b06e-b24053bd86fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Karla;
  font-weight: 500;
  font-style: ;
  font-size: 24px;
}

#s-794dbb7d-4b9b-42d8-b06e-b24053bd86fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-327d918e-a903-41f5-960f-04d3c32395f3 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}

/*
  $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}
