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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-b27f633f-c000-4a36-8858-3d203330099e {
  margin-bottom: 3em;
min-height: 50px;
}








#s-b27f633f-c000-4a36-8858-3d203330099e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b27f633f-c000-4a36-8858-3d203330099e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-660a6b17-0b04-4034-af85-453ac5a88010 {
  min-height: 50px;
}








#s-660a6b17-0b04-4034-af85-453ac5a88010 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-660a6b17-0b04-4034-af85-453ac5a88010.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d38285d5-fdf1-42ea-bc63-49710df92653 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 720px;
background-position: center center;
}
@media (max-width: 767px){#s-d38285d5-fdf1-42ea-bc63-49710df92653 {
  display: none;
}
#s-d38285d5-fdf1-42ea-bc63-49710df92653, #wrap-s-d38285d5-fdf1-42ea-bc63-49710df92653 { display: none !important; }}
#s-d38285d5-fdf1-42ea-bc63-49710df92653 {
  background-image: url(https://i.shgcdn.com/1ce99c9a-c5cd-4c76-a304-e1a35579d290/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-d38285d5-fdf1-42ea-bc63-49710df92653 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d38285d5-fdf1-42ea-bc63-49710df92653.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6493b0fe-7af7-4d2d-97f0-d5e327c424f9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 590px;
max-width: 767px;
background-position: center center;
}
@media (min-width: 1200px){#s-6493b0fe-7af7-4d2d-97f0-d5e327c424f9 {
  display: none;
}
#s-6493b0fe-7af7-4d2d-97f0-d5e327c424f9, #wrap-s-6493b0fe-7af7-4d2d-97f0-d5e327c424f9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6493b0fe-7af7-4d2d-97f0-d5e327c424f9 {
  display: none;
}
#s-6493b0fe-7af7-4d2d-97f0-d5e327c424f9, #wrap-s-6493b0fe-7af7-4d2d-97f0-d5e327c424f9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6493b0fe-7af7-4d2d-97f0-d5e327c424f9 {
  display: none;
}
#s-6493b0fe-7af7-4d2d-97f0-d5e327c424f9, #wrap-s-6493b0fe-7af7-4d2d-97f0-d5e327c424f9 { display: none !important; }}
#s-6493b0fe-7af7-4d2d-97f0-d5e327c424f9 {
  background-image: url(https://i.shgcdn.com/6c5d7979-26cf-4a7a-9e5d-abba7bd70fea/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-6493b0fe-7af7-4d2d-97f0-d5e327c424f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6493b0fe-7af7-4d2d-97f0-d5e327c424f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-935ccbe1-7510-4433-a095-d59861c6399e {
  min-height: 50px;
background-color: rgba(255, 252, 247, 1);
}








#s-935ccbe1-7510-4433-a095-d59861c6399e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-935ccbe1-7510-4433-a095-d59861c6399e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a415bb37-e9d2-4628-9c4e-297e83847b95 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 50px;
max-width: 650px;
background-color: rgba(255, 252, 247, 1);
}








#s-a415bb37-e9d2-4628-9c4e-297e83847b95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a415bb37-e9d2-4628-9c4e-297e83847b95.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4082878a-1b6b-4d7c-ac38-da174de3616f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 590px;
}
@media (max-width: 767px){#s-4082878a-1b6b-4d7c-ac38-da174de3616f {
  max-width: 390px;
}
}







#s-4082878a-1b6b-4d7c-ac38-da174de3616f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4082878a-1b6b-4d7c-ac38-da174de3616f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-663daed0-6188-4734-be0a-8f83e2e631c4 {
  margin-top: 30px;
max-width: 1170px;
aspect-ratio: 1170/2802;
text-align: center;
}





  #s-663daed0-6188-4734-be0a-8f83e2e631c4 img.shogun-image,
  #s-663daed0-6188-4734-be0a-8f83e2e631c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-663daed0-6188-4734-be0a-8f83e2e631c4 {
    width: 100%;
    height: auto;
  }

  #s-663daed0-6188-4734-be0a-8f83e2e631c4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-663daed0-6188-4734-be0a-8f83e2e631c4.shogun-image {
    
    
  }


.s-663daed0-6188-4734-be0a-8f83e2e631c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-663daed0-6188-4734-be0a-8f83e2e631c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-663daed0-6188-4734-be0a-8f83e2e631c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-663daed0-6188-4734-be0a-8f83e2e631c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-663daed0-6188-4734-be0a-8f83e2e631c4 {
      --shg-aspect-ratio: calc(1170/2802); 
    }

    .s-663daed0-6188-4734-be0a-8f83e2e631c4.shogun-image-container {
      position: relative;
    }

    .s-663daed0-6188-4734-be0a-8f83e2e631c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-663daed0-6188-4734-be0a-8f83e2e631c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-663daed0-6188-4734-be0a-8f83e2e631c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-663daed0-6188-4734-be0a-8f83e2e631c4 img.shogun-image,
  #s-663daed0-6188-4734-be0a-8f83e2e631c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-663daed0-6188-4734-be0a-8f83e2e631c4 {
    width: 100%;
    height: auto;
  }

  #s-663daed0-6188-4734-be0a-8f83e2e631c4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-663daed0-6188-4734-be0a-8f83e2e631c4.shogun-image {
    
    
  }


.s-663daed0-6188-4734-be0a-8f83e2e631c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-663daed0-6188-4734-be0a-8f83e2e631c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-663daed0-6188-4734-be0a-8f83e2e631c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-663daed0-6188-4734-be0a-8f83e2e631c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-663daed0-6188-4734-be0a-8f83e2e631c4 {
      --shg-aspect-ratio: calc(1170/2802); 
    }

    .s-663daed0-6188-4734-be0a-8f83e2e631c4.shogun-image-container {
      position: relative;
    }

    .s-663daed0-6188-4734-be0a-8f83e2e631c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-663daed0-6188-4734-be0a-8f83e2e631c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-663daed0-6188-4734-be0a-8f83e2e631c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-663daed0-6188-4734-be0a-8f83e2e631c4 img.shogun-image,
  #s-663daed0-6188-4734-be0a-8f83e2e631c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-663daed0-6188-4734-be0a-8f83e2e631c4 {
    width: 100%;
    height: auto;
  }

  #s-663daed0-6188-4734-be0a-8f83e2e631c4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-663daed0-6188-4734-be0a-8f83e2e631c4.shogun-image {
    
    
  }


.s-663daed0-6188-4734-be0a-8f83e2e631c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-663daed0-6188-4734-be0a-8f83e2e631c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-663daed0-6188-4734-be0a-8f83e2e631c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-663daed0-6188-4734-be0a-8f83e2e631c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-663daed0-6188-4734-be0a-8f83e2e631c4 {
      --shg-aspect-ratio: calc(1170/2802); 
    }

    .s-663daed0-6188-4734-be0a-8f83e2e631c4.shogun-image-container {
      position: relative;
    }

    .s-663daed0-6188-4734-be0a-8f83e2e631c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-663daed0-6188-4734-be0a-8f83e2e631c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-663daed0-6188-4734-be0a-8f83e2e631c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-663daed0-6188-4734-be0a-8f83e2e631c4 img.shogun-image,
  #s-663daed0-6188-4734-be0a-8f83e2e631c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-663daed0-6188-4734-be0a-8f83e2e631c4 {
    width: 100%;
    height: auto;
  }

  #s-663daed0-6188-4734-be0a-8f83e2e631c4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-663daed0-6188-4734-be0a-8f83e2e631c4.shogun-image {
    
    
  }


.s-663daed0-6188-4734-be0a-8f83e2e631c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-663daed0-6188-4734-be0a-8f83e2e631c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-663daed0-6188-4734-be0a-8f83e2e631c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-663daed0-6188-4734-be0a-8f83e2e631c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-663daed0-6188-4734-be0a-8f83e2e631c4 {
      --shg-aspect-ratio: calc(1170/2802); 
    }

    .s-663daed0-6188-4734-be0a-8f83e2e631c4.shogun-image-container {
      position: relative;
    }

    .s-663daed0-6188-4734-be0a-8f83e2e631c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-663daed0-6188-4734-be0a-8f83e2e631c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-663daed0-6188-4734-be0a-8f83e2e631c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-663daed0-6188-4734-be0a-8f83e2e631c4 img.shogun-image,
  #s-663daed0-6188-4734-be0a-8f83e2e631c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-663daed0-6188-4734-be0a-8f83e2e631c4 {
    width: 100%;
    height: auto;
  }

  #s-663daed0-6188-4734-be0a-8f83e2e631c4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-663daed0-6188-4734-be0a-8f83e2e631c4.shogun-image {
    
    
  }


.s-663daed0-6188-4734-be0a-8f83e2e631c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-663daed0-6188-4734-be0a-8f83e2e631c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-663daed0-6188-4734-be0a-8f83e2e631c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-663daed0-6188-4734-be0a-8f83e2e631c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-663daed0-6188-4734-be0a-8f83e2e631c4 {
      --shg-aspect-ratio: calc(1170/2802); 
    }

    .s-663daed0-6188-4734-be0a-8f83e2e631c4.shogun-image-container {
      position: relative;
    }

    .s-663daed0-6188-4734-be0a-8f83e2e631c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-663daed0-6188-4734-be0a-8f83e2e631c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-663daed0-6188-4734-be0a-8f83e2e631c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-547dab38-73c0-4455-b6d7-1995743acc24 {
  margin-top: 3em;
min-height: 50px;
}








#s-547dab38-73c0-4455-b6d7-1995743acc24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-547dab38-73c0-4455-b6d7-1995743acc24.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eecda7cd-432d-45b4-bde1-e0e0d6e3e474 {
  min-height: 50px;
}








#s-eecda7cd-432d-45b4-bde1-e0e0d6e3e474 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eecda7cd-432d-45b4-bde1-e0e0d6e3e474.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7345f11-220c-4f20-baab-9feb20fdd4c1 {
  max-width: 1800px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-f7345f11-220c-4f20-baab-9feb20fdd4c1 img.shogun-image,
  #s-f7345f11-220c-4f20-baab-9feb20fdd4c1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7345f11-220c-4f20-baab-9feb20fdd4c1 {
    width: 100%;
    height: auto;
  }

  #s-f7345f11-220c-4f20-baab-9feb20fdd4c1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7345f11-220c-4f20-baab-9feb20fdd4c1.shogun-image {
    
    
  }


.s-f7345f11-220c-4f20-baab-9feb20fdd4c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7345f11-220c-4f20-baab-9feb20fdd4c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7345f11-220c-4f20-baab-9feb20fdd4c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7345f11-220c-4f20-baab-9feb20fdd4c1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7345f11-220c-4f20-baab-9feb20fdd4c1 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f7345f11-220c-4f20-baab-9feb20fdd4c1.shogun-image-container {
      position: relative;
    }

    .s-f7345f11-220c-4f20-baab-9feb20fdd4c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7345f11-220c-4f20-baab-9feb20fdd4c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7345f11-220c-4f20-baab-9feb20fdd4c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f7345f11-220c-4f20-baab-9feb20fdd4c1 img.shogun-image,
  #s-f7345f11-220c-4f20-baab-9feb20fdd4c1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7345f11-220c-4f20-baab-9feb20fdd4c1 {
    width: 100%;
    height: auto;
  }

  #s-f7345f11-220c-4f20-baab-9feb20fdd4c1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7345f11-220c-4f20-baab-9feb20fdd4c1.shogun-image {
    
    
  }


.s-f7345f11-220c-4f20-baab-9feb20fdd4c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7345f11-220c-4f20-baab-9feb20fdd4c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7345f11-220c-4f20-baab-9feb20fdd4c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7345f11-220c-4f20-baab-9feb20fdd4c1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7345f11-220c-4f20-baab-9feb20fdd4c1 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f7345f11-220c-4f20-baab-9feb20fdd4c1.shogun-image-container {
      position: relative;
    }

    .s-f7345f11-220c-4f20-baab-9feb20fdd4c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7345f11-220c-4f20-baab-9feb20fdd4c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7345f11-220c-4f20-baab-9feb20fdd4c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f7345f11-220c-4f20-baab-9feb20fdd4c1 img.shogun-image,
  #s-f7345f11-220c-4f20-baab-9feb20fdd4c1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7345f11-220c-4f20-baab-9feb20fdd4c1 {
    width: 100%;
    height: auto;
  }

  #s-f7345f11-220c-4f20-baab-9feb20fdd4c1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7345f11-220c-4f20-baab-9feb20fdd4c1.shogun-image {
    
    
  }


.s-f7345f11-220c-4f20-baab-9feb20fdd4c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7345f11-220c-4f20-baab-9feb20fdd4c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7345f11-220c-4f20-baab-9feb20fdd4c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7345f11-220c-4f20-baab-9feb20fdd4c1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7345f11-220c-4f20-baab-9feb20fdd4c1 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f7345f11-220c-4f20-baab-9feb20fdd4c1.shogun-image-container {
      position: relative;
    }

    .s-f7345f11-220c-4f20-baab-9feb20fdd4c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7345f11-220c-4f20-baab-9feb20fdd4c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7345f11-220c-4f20-baab-9feb20fdd4c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f7345f11-220c-4f20-baab-9feb20fdd4c1 img.shogun-image,
  #s-f7345f11-220c-4f20-baab-9feb20fdd4c1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7345f11-220c-4f20-baab-9feb20fdd4c1 {
    width: 100%;
    height: auto;
  }

  #s-f7345f11-220c-4f20-baab-9feb20fdd4c1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7345f11-220c-4f20-baab-9feb20fdd4c1.shogun-image {
    
    
  }


.s-f7345f11-220c-4f20-baab-9feb20fdd4c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7345f11-220c-4f20-baab-9feb20fdd4c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7345f11-220c-4f20-baab-9feb20fdd4c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7345f11-220c-4f20-baab-9feb20fdd4c1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7345f11-220c-4f20-baab-9feb20fdd4c1 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f7345f11-220c-4f20-baab-9feb20fdd4c1.shogun-image-container {
      position: relative;
    }

    .s-f7345f11-220c-4f20-baab-9feb20fdd4c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7345f11-220c-4f20-baab-9feb20fdd4c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7345f11-220c-4f20-baab-9feb20fdd4c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f7345f11-220c-4f20-baab-9feb20fdd4c1 img.shogun-image,
  #s-f7345f11-220c-4f20-baab-9feb20fdd4c1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7345f11-220c-4f20-baab-9feb20fdd4c1 {
    width: 100%;
    height: auto;
  }

  #s-f7345f11-220c-4f20-baab-9feb20fdd4c1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7345f11-220c-4f20-baab-9feb20fdd4c1.shogun-image {
    
    
  }


.s-f7345f11-220c-4f20-baab-9feb20fdd4c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7345f11-220c-4f20-baab-9feb20fdd4c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7345f11-220c-4f20-baab-9feb20fdd4c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7345f11-220c-4f20-baab-9feb20fdd4c1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7345f11-220c-4f20-baab-9feb20fdd4c1 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f7345f11-220c-4f20-baab-9feb20fdd4c1.shogun-image-container {
      position: relative;
    }

    .s-f7345f11-220c-4f20-baab-9feb20fdd4c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7345f11-220c-4f20-baab-9feb20fdd4c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7345f11-220c-4f20-baab-9feb20fdd4c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-80154284-6468-40d6-ad84-00c6ab548c04 {
  min-height: 50px;
max-width: 600px;
}








#s-80154284-6468-40d6-ad84-00c6ab548c04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80154284-6468-40d6-ad84-00c6ab548c04.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43602f20-3818-4f59-a996-f49304da7790 {
  max-width: 1353px;
aspect-ratio: 1353/1800;
text-align: center;
}





  #s-43602f20-3818-4f59-a996-f49304da7790 img.shogun-image,
  #s-43602f20-3818-4f59-a996-f49304da7790 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-43602f20-3818-4f59-a996-f49304da7790 {
    width: 100%;
    height: auto;
  }

  #s-43602f20-3818-4f59-a996-f49304da7790 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-43602f20-3818-4f59-a996-f49304da7790.shogun-image {
    
    
  }


.s-43602f20-3818-4f59-a996-f49304da7790 .shogun-image-content {
  
    align-items: center;
  
}

.s-43602f20-3818-4f59-a996-f49304da7790.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43602f20-3818-4f59-a996-f49304da7790.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43602f20-3818-4f59-a996-f49304da7790.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43602f20-3818-4f59-a996-f49304da7790 {
      --shg-aspect-ratio: calc(1353/1800); 
    }

    .s-43602f20-3818-4f59-a996-f49304da7790.shogun-image-container {
      position: relative;
    }

    .s-43602f20-3818-4f59-a996-f49304da7790.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43602f20-3818-4f59-a996-f49304da7790.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43602f20-3818-4f59-a996-f49304da7790 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-43602f20-3818-4f59-a996-f49304da7790 img.shogun-image,
  #s-43602f20-3818-4f59-a996-f49304da7790 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-43602f20-3818-4f59-a996-f49304da7790 {
    width: 100%;
    height: auto;
  }

  #s-43602f20-3818-4f59-a996-f49304da7790 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-43602f20-3818-4f59-a996-f49304da7790.shogun-image {
    
    
  }


.s-43602f20-3818-4f59-a996-f49304da7790 .shogun-image-content {
  
    align-items: center;
  
}

.s-43602f20-3818-4f59-a996-f49304da7790.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43602f20-3818-4f59-a996-f49304da7790.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43602f20-3818-4f59-a996-f49304da7790.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43602f20-3818-4f59-a996-f49304da7790 {
      --shg-aspect-ratio: calc(1353/1800); 
    }

    .s-43602f20-3818-4f59-a996-f49304da7790.shogun-image-container {
      position: relative;
    }

    .s-43602f20-3818-4f59-a996-f49304da7790.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43602f20-3818-4f59-a996-f49304da7790.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43602f20-3818-4f59-a996-f49304da7790 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-43602f20-3818-4f59-a996-f49304da7790 img.shogun-image,
  #s-43602f20-3818-4f59-a996-f49304da7790 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-43602f20-3818-4f59-a996-f49304da7790 {
    width: 100%;
    height: auto;
  }

  #s-43602f20-3818-4f59-a996-f49304da7790 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-43602f20-3818-4f59-a996-f49304da7790.shogun-image {
    
    
  }


.s-43602f20-3818-4f59-a996-f49304da7790 .shogun-image-content {
  
    align-items: center;
  
}

.s-43602f20-3818-4f59-a996-f49304da7790.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43602f20-3818-4f59-a996-f49304da7790.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43602f20-3818-4f59-a996-f49304da7790.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43602f20-3818-4f59-a996-f49304da7790 {
      --shg-aspect-ratio: calc(1353/1800); 
    }

    .s-43602f20-3818-4f59-a996-f49304da7790.shogun-image-container {
      position: relative;
    }

    .s-43602f20-3818-4f59-a996-f49304da7790.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43602f20-3818-4f59-a996-f49304da7790.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43602f20-3818-4f59-a996-f49304da7790 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-43602f20-3818-4f59-a996-f49304da7790 img.shogun-image,
  #s-43602f20-3818-4f59-a996-f49304da7790 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-43602f20-3818-4f59-a996-f49304da7790 {
    width: 100%;
    height: auto;
  }

  #s-43602f20-3818-4f59-a996-f49304da7790 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-43602f20-3818-4f59-a996-f49304da7790.shogun-image {
    
    
  }


.s-43602f20-3818-4f59-a996-f49304da7790 .shogun-image-content {
  
    align-items: center;
  
}

.s-43602f20-3818-4f59-a996-f49304da7790.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43602f20-3818-4f59-a996-f49304da7790.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43602f20-3818-4f59-a996-f49304da7790.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43602f20-3818-4f59-a996-f49304da7790 {
      --shg-aspect-ratio: calc(1353/1800); 
    }

    .s-43602f20-3818-4f59-a996-f49304da7790.shogun-image-container {
      position: relative;
    }

    .s-43602f20-3818-4f59-a996-f49304da7790.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43602f20-3818-4f59-a996-f49304da7790.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43602f20-3818-4f59-a996-f49304da7790 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-43602f20-3818-4f59-a996-f49304da7790 img.shogun-image,
  #s-43602f20-3818-4f59-a996-f49304da7790 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-43602f20-3818-4f59-a996-f49304da7790 {
    width: 100%;
    height: auto;
  }

  #s-43602f20-3818-4f59-a996-f49304da7790 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-43602f20-3818-4f59-a996-f49304da7790.shogun-image {
    
    
  }


.s-43602f20-3818-4f59-a996-f49304da7790 .shogun-image-content {
  
    align-items: center;
  
}

.s-43602f20-3818-4f59-a996-f49304da7790.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43602f20-3818-4f59-a996-f49304da7790.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43602f20-3818-4f59-a996-f49304da7790.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43602f20-3818-4f59-a996-f49304da7790 {
      --shg-aspect-ratio: calc(1353/1800); 
    }

    .s-43602f20-3818-4f59-a996-f49304da7790.shogun-image-container {
      position: relative;
    }

    .s-43602f20-3818-4f59-a996-f49304da7790.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43602f20-3818-4f59-a996-f49304da7790.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43602f20-3818-4f59-a996-f49304da7790 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-2fe3279f-d756-44f1-9df0-dc431f56298d {
  margin-top: 2em;
margin-bottom: 3em;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: dotted;
min-height: 50px;
}








#s-2fe3279f-d756-44f1-9df0-dc431f56298d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fe3279f-d756-44f1-9df0-dc431f56298d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-6c1268ad-81bc-499d-b178-65b2deb82a09"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c1268ad-81bc-499d-b178-65b2deb82a09"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6c1268ad-81bc-499d-b178-65b2deb82a09"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6c1268ad-81bc-499d-b178-65b2deb82a09"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6c1268ad-81bc-499d-b178-65b2deb82a09"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c1268ad-81bc-499d-b178-65b2deb82a09"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6c1268ad-81bc-499d-b178-65b2deb82a09"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-6081a378-296d-40f3-8fd7-a7bd82501f6e {
  margin-top: -3px;
}

#s-50fde1f7-c726-4aaf-9fbb-e63399b10bce {
  margin-top: 120px;
min-height: 50px;
}
@media (min-width: 1200px){#s-50fde1f7-c726-4aaf-9fbb-e63399b10bce {
  margin-top: 125px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-50fde1f7-c726-4aaf-9fbb-e63399b10bce {
  margin-top: 125px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-50fde1f7-c726-4aaf-9fbb-e63399b10bce {
  margin-top: 125px;
}
}@media (max-width: 767px){#s-50fde1f7-c726-4aaf-9fbb-e63399b10bce {
  margin-top: 40px;
}
}







#s-50fde1f7-c726-4aaf-9fbb-e63399b10bce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50fde1f7-c726-4aaf-9fbb-e63399b10bce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e2b84ca-7796-4e5e-9199-8f8d6fd545a1 {
  margin-top: 0px;
text-align: center;
}







  img.s-2e2b84ca-7796-4e5e-9199-8f8d6fd545a1.shogun-image {
    
    
  }


.s-2e2b84ca-7796-4e5e-9199-8f8d6fd545a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e2b84ca-7796-4e5e-9199-8f8d6fd545a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e2b84ca-7796-4e5e-9199-8f8d6fd545a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e2b84ca-7796-4e5e-9199-8f8d6fd545a1.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-2e2b84ca-7796-4e5e-9199-8f8d6fd545a1.shogun-image {
    
    
  }


.s-2e2b84ca-7796-4e5e-9199-8f8d6fd545a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e2b84ca-7796-4e5e-9199-8f8d6fd545a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e2b84ca-7796-4e5e-9199-8f8d6fd545a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e2b84ca-7796-4e5e-9199-8f8d6fd545a1.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2e2b84ca-7796-4e5e-9199-8f8d6fd545a1.shogun-image {
    
    
  }


.s-2e2b84ca-7796-4e5e-9199-8f8d6fd545a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e2b84ca-7796-4e5e-9199-8f8d6fd545a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e2b84ca-7796-4e5e-9199-8f8d6fd545a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e2b84ca-7796-4e5e-9199-8f8d6fd545a1.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2e2b84ca-7796-4e5e-9199-8f8d6fd545a1.shogun-image {
    
    
  }


.s-2e2b84ca-7796-4e5e-9199-8f8d6fd545a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e2b84ca-7796-4e5e-9199-8f8d6fd545a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e2b84ca-7796-4e5e-9199-8f8d6fd545a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e2b84ca-7796-4e5e-9199-8f8d6fd545a1.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2e2b84ca-7796-4e5e-9199-8f8d6fd545a1.shogun-image {
    
    
  }


.s-2e2b84ca-7796-4e5e-9199-8f8d6fd545a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e2b84ca-7796-4e5e-9199-8f8d6fd545a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e2b84ca-7796-4e5e-9199-8f8d6fd545a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e2b84ca-7796-4e5e-9199-8f8d6fd545a1.shogun-image {
  box-sizing: border-box;
}



}
#s-8bdc75b3-1e13-44db-94f7-71724d03a480 {
  margin-top: -10px;
}

@media (min-width: 0px) {
[id="s-a53c33e8-773f-49c0-8b92-4fc10fbb5c2a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 768px) {
[id="s-a53c33e8-773f-49c0-8b92-4fc10fbb5c2a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-a53c33e8-773f-49c0-8b92-4fc10fbb5c2a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-a53c33e8-773f-49c0-8b92-4fc10fbb5c2a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

}

#s-3451b39f-ab11-45a5-b54a-00b2816078f4 {
  max-width: 1353px;
aspect-ratio: 1353/1800;
text-align: center;
}





  #s-3451b39f-ab11-45a5-b54a-00b2816078f4 img.shogun-image,
  #s-3451b39f-ab11-45a5-b54a-00b2816078f4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3451b39f-ab11-45a5-b54a-00b2816078f4 {
    width: 100%;
    height: auto;
  }

  #s-3451b39f-ab11-45a5-b54a-00b2816078f4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3451b39f-ab11-45a5-b54a-00b2816078f4.shogun-image {
    
    
  }


.s-3451b39f-ab11-45a5-b54a-00b2816078f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-3451b39f-ab11-45a5-b54a-00b2816078f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3451b39f-ab11-45a5-b54a-00b2816078f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3451b39f-ab11-45a5-b54a-00b2816078f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3451b39f-ab11-45a5-b54a-00b2816078f4 {
      --shg-aspect-ratio: calc(1353/1800); 
    }

    .s-3451b39f-ab11-45a5-b54a-00b2816078f4.shogun-image-container {
      position: relative;
    }

    .s-3451b39f-ab11-45a5-b54a-00b2816078f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3451b39f-ab11-45a5-b54a-00b2816078f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3451b39f-ab11-45a5-b54a-00b2816078f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3451b39f-ab11-45a5-b54a-00b2816078f4 img.shogun-image,
  #s-3451b39f-ab11-45a5-b54a-00b2816078f4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3451b39f-ab11-45a5-b54a-00b2816078f4 {
    width: 100%;
    height: auto;
  }

  #s-3451b39f-ab11-45a5-b54a-00b2816078f4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3451b39f-ab11-45a5-b54a-00b2816078f4.shogun-image {
    
    
  }


.s-3451b39f-ab11-45a5-b54a-00b2816078f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-3451b39f-ab11-45a5-b54a-00b2816078f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3451b39f-ab11-45a5-b54a-00b2816078f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3451b39f-ab11-45a5-b54a-00b2816078f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3451b39f-ab11-45a5-b54a-00b2816078f4 {
      --shg-aspect-ratio: calc(1353/1800); 
    }

    .s-3451b39f-ab11-45a5-b54a-00b2816078f4.shogun-image-container {
      position: relative;
    }

    .s-3451b39f-ab11-45a5-b54a-00b2816078f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3451b39f-ab11-45a5-b54a-00b2816078f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3451b39f-ab11-45a5-b54a-00b2816078f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3451b39f-ab11-45a5-b54a-00b2816078f4 img.shogun-image,
  #s-3451b39f-ab11-45a5-b54a-00b2816078f4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3451b39f-ab11-45a5-b54a-00b2816078f4 {
    width: 100%;
    height: auto;
  }

  #s-3451b39f-ab11-45a5-b54a-00b2816078f4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3451b39f-ab11-45a5-b54a-00b2816078f4.shogun-image {
    
    
  }


.s-3451b39f-ab11-45a5-b54a-00b2816078f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-3451b39f-ab11-45a5-b54a-00b2816078f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3451b39f-ab11-45a5-b54a-00b2816078f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3451b39f-ab11-45a5-b54a-00b2816078f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3451b39f-ab11-45a5-b54a-00b2816078f4 {
      --shg-aspect-ratio: calc(1353/1800); 
    }

    .s-3451b39f-ab11-45a5-b54a-00b2816078f4.shogun-image-container {
      position: relative;
    }

    .s-3451b39f-ab11-45a5-b54a-00b2816078f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3451b39f-ab11-45a5-b54a-00b2816078f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3451b39f-ab11-45a5-b54a-00b2816078f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3451b39f-ab11-45a5-b54a-00b2816078f4 img.shogun-image,
  #s-3451b39f-ab11-45a5-b54a-00b2816078f4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3451b39f-ab11-45a5-b54a-00b2816078f4 {
    width: 100%;
    height: auto;
  }

  #s-3451b39f-ab11-45a5-b54a-00b2816078f4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3451b39f-ab11-45a5-b54a-00b2816078f4.shogun-image {
    
    
  }


.s-3451b39f-ab11-45a5-b54a-00b2816078f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-3451b39f-ab11-45a5-b54a-00b2816078f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3451b39f-ab11-45a5-b54a-00b2816078f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3451b39f-ab11-45a5-b54a-00b2816078f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3451b39f-ab11-45a5-b54a-00b2816078f4 {
      --shg-aspect-ratio: calc(1353/1800); 
    }

    .s-3451b39f-ab11-45a5-b54a-00b2816078f4.shogun-image-container {
      position: relative;
    }

    .s-3451b39f-ab11-45a5-b54a-00b2816078f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3451b39f-ab11-45a5-b54a-00b2816078f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3451b39f-ab11-45a5-b54a-00b2816078f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3451b39f-ab11-45a5-b54a-00b2816078f4 img.shogun-image,
  #s-3451b39f-ab11-45a5-b54a-00b2816078f4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3451b39f-ab11-45a5-b54a-00b2816078f4 {
    width: 100%;
    height: auto;
  }

  #s-3451b39f-ab11-45a5-b54a-00b2816078f4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3451b39f-ab11-45a5-b54a-00b2816078f4.shogun-image {
    
    
  }


.s-3451b39f-ab11-45a5-b54a-00b2816078f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-3451b39f-ab11-45a5-b54a-00b2816078f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3451b39f-ab11-45a5-b54a-00b2816078f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3451b39f-ab11-45a5-b54a-00b2816078f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3451b39f-ab11-45a5-b54a-00b2816078f4 {
      --shg-aspect-ratio: calc(1353/1800); 
    }

    .s-3451b39f-ab11-45a5-b54a-00b2816078f4.shogun-image-container {
      position: relative;
    }

    .s-3451b39f-ab11-45a5-b54a-00b2816078f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3451b39f-ab11-45a5-b54a-00b2816078f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3451b39f-ab11-45a5-b54a-00b2816078f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-85b131c9-03c5-4686-a811-c9f730137202 {
  max-width: 1353px;
aspect-ratio: 1353/1800;
text-align: center;
}





  #s-85b131c9-03c5-4686-a811-c9f730137202 img.shogun-image,
  #s-85b131c9-03c5-4686-a811-c9f730137202 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-85b131c9-03c5-4686-a811-c9f730137202 {
    width: 100%;
    height: auto;
  }

  #s-85b131c9-03c5-4686-a811-c9f730137202 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-85b131c9-03c5-4686-a811-c9f730137202.shogun-image {
    
    
  }


.s-85b131c9-03c5-4686-a811-c9f730137202 .shogun-image-content {
  
    align-items: center;
  
}

.s-85b131c9-03c5-4686-a811-c9f730137202.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85b131c9-03c5-4686-a811-c9f730137202.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85b131c9-03c5-4686-a811-c9f730137202.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85b131c9-03c5-4686-a811-c9f730137202 {
      --shg-aspect-ratio: calc(1353/1800); 
    }

    .s-85b131c9-03c5-4686-a811-c9f730137202.shogun-image-container {
      position: relative;
    }

    .s-85b131c9-03c5-4686-a811-c9f730137202.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85b131c9-03c5-4686-a811-c9f730137202.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85b131c9-03c5-4686-a811-c9f730137202 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-85b131c9-03c5-4686-a811-c9f730137202 img.shogun-image,
  #s-85b131c9-03c5-4686-a811-c9f730137202 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-85b131c9-03c5-4686-a811-c9f730137202 {
    width: 100%;
    height: auto;
  }

  #s-85b131c9-03c5-4686-a811-c9f730137202 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-85b131c9-03c5-4686-a811-c9f730137202.shogun-image {
    
    
  }


.s-85b131c9-03c5-4686-a811-c9f730137202 .shogun-image-content {
  
    align-items: center;
  
}

.s-85b131c9-03c5-4686-a811-c9f730137202.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85b131c9-03c5-4686-a811-c9f730137202.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85b131c9-03c5-4686-a811-c9f730137202.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85b131c9-03c5-4686-a811-c9f730137202 {
      --shg-aspect-ratio: calc(1353/1800); 
    }

    .s-85b131c9-03c5-4686-a811-c9f730137202.shogun-image-container {
      position: relative;
    }

    .s-85b131c9-03c5-4686-a811-c9f730137202.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85b131c9-03c5-4686-a811-c9f730137202.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85b131c9-03c5-4686-a811-c9f730137202 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-85b131c9-03c5-4686-a811-c9f730137202 img.shogun-image,
  #s-85b131c9-03c5-4686-a811-c9f730137202 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-85b131c9-03c5-4686-a811-c9f730137202 {
    width: 100%;
    height: auto;
  }

  #s-85b131c9-03c5-4686-a811-c9f730137202 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-85b131c9-03c5-4686-a811-c9f730137202.shogun-image {
    
    
  }


.s-85b131c9-03c5-4686-a811-c9f730137202 .shogun-image-content {
  
    align-items: center;
  
}

.s-85b131c9-03c5-4686-a811-c9f730137202.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85b131c9-03c5-4686-a811-c9f730137202.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85b131c9-03c5-4686-a811-c9f730137202.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85b131c9-03c5-4686-a811-c9f730137202 {
      --shg-aspect-ratio: calc(1353/1800); 
    }

    .s-85b131c9-03c5-4686-a811-c9f730137202.shogun-image-container {
      position: relative;
    }

    .s-85b131c9-03c5-4686-a811-c9f730137202.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85b131c9-03c5-4686-a811-c9f730137202.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85b131c9-03c5-4686-a811-c9f730137202 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-85b131c9-03c5-4686-a811-c9f730137202 img.shogun-image,
  #s-85b131c9-03c5-4686-a811-c9f730137202 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-85b131c9-03c5-4686-a811-c9f730137202 {
    width: 100%;
    height: auto;
  }

  #s-85b131c9-03c5-4686-a811-c9f730137202 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-85b131c9-03c5-4686-a811-c9f730137202.shogun-image {
    
    
  }


.s-85b131c9-03c5-4686-a811-c9f730137202 .shogun-image-content {
  
    align-items: center;
  
}

.s-85b131c9-03c5-4686-a811-c9f730137202.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85b131c9-03c5-4686-a811-c9f730137202.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85b131c9-03c5-4686-a811-c9f730137202.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85b131c9-03c5-4686-a811-c9f730137202 {
      --shg-aspect-ratio: calc(1353/1800); 
    }

    .s-85b131c9-03c5-4686-a811-c9f730137202.shogun-image-container {
      position: relative;
    }

    .s-85b131c9-03c5-4686-a811-c9f730137202.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85b131c9-03c5-4686-a811-c9f730137202.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85b131c9-03c5-4686-a811-c9f730137202 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-85b131c9-03c5-4686-a811-c9f730137202 img.shogun-image,
  #s-85b131c9-03c5-4686-a811-c9f730137202 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-85b131c9-03c5-4686-a811-c9f730137202 {
    width: 100%;
    height: auto;
  }

  #s-85b131c9-03c5-4686-a811-c9f730137202 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-85b131c9-03c5-4686-a811-c9f730137202.shogun-image {
    
    
  }


.s-85b131c9-03c5-4686-a811-c9f730137202 .shogun-image-content {
  
    align-items: center;
  
}

.s-85b131c9-03c5-4686-a811-c9f730137202.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85b131c9-03c5-4686-a811-c9f730137202.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85b131c9-03c5-4686-a811-c9f730137202.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-85b131c9-03c5-4686-a811-c9f730137202 {
      --shg-aspect-ratio: calc(1353/1800); 
    }

    .s-85b131c9-03c5-4686-a811-c9f730137202.shogun-image-container {
      position: relative;
    }

    .s-85b131c9-03c5-4686-a811-c9f730137202.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85b131c9-03c5-4686-a811-c9f730137202.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85b131c9-03c5-4686-a811-c9f730137202 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (min-width: 0px) {
[id="s-bff63950-601d-4b6b-9a76-d58d44325631"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 768px) {
[id="s-bff63950-601d-4b6b-9a76-d58d44325631"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-bff63950-601d-4b6b-9a76-d58d44325631"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-bff63950-601d-4b6b-9a76-d58d44325631"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

}

#s-933e3bea-7262-44d0-a331-1a4ba552204a {
  max-width: 1350px;
aspect-ratio: 1350/1800;
text-align: center;
}





  #s-933e3bea-7262-44d0-a331-1a4ba552204a img.shogun-image,
  #s-933e3bea-7262-44d0-a331-1a4ba552204a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-933e3bea-7262-44d0-a331-1a4ba552204a {
    width: 100%;
    height: auto;
  }

  #s-933e3bea-7262-44d0-a331-1a4ba552204a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-933e3bea-7262-44d0-a331-1a4ba552204a.shogun-image {
    
    
  }


.s-933e3bea-7262-44d0-a331-1a4ba552204a .shogun-image-content {
  
    align-items: center;
  
}

.s-933e3bea-7262-44d0-a331-1a4ba552204a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-933e3bea-7262-44d0-a331-1a4ba552204a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-933e3bea-7262-44d0-a331-1a4ba552204a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-933e3bea-7262-44d0-a331-1a4ba552204a {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-933e3bea-7262-44d0-a331-1a4ba552204a.shogun-image-container {
      position: relative;
    }

    .s-933e3bea-7262-44d0-a331-1a4ba552204a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-933e3bea-7262-44d0-a331-1a4ba552204a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-933e3bea-7262-44d0-a331-1a4ba552204a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-933e3bea-7262-44d0-a331-1a4ba552204a img.shogun-image,
  #s-933e3bea-7262-44d0-a331-1a4ba552204a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-933e3bea-7262-44d0-a331-1a4ba552204a {
    width: 100%;
    height: auto;
  }

  #s-933e3bea-7262-44d0-a331-1a4ba552204a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-933e3bea-7262-44d0-a331-1a4ba552204a.shogun-image {
    
    
  }


.s-933e3bea-7262-44d0-a331-1a4ba552204a .shogun-image-content {
  
    align-items: center;
  
}

.s-933e3bea-7262-44d0-a331-1a4ba552204a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-933e3bea-7262-44d0-a331-1a4ba552204a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-933e3bea-7262-44d0-a331-1a4ba552204a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-933e3bea-7262-44d0-a331-1a4ba552204a {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-933e3bea-7262-44d0-a331-1a4ba552204a.shogun-image-container {
      position: relative;
    }

    .s-933e3bea-7262-44d0-a331-1a4ba552204a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-933e3bea-7262-44d0-a331-1a4ba552204a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-933e3bea-7262-44d0-a331-1a4ba552204a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-933e3bea-7262-44d0-a331-1a4ba552204a img.shogun-image,
  #s-933e3bea-7262-44d0-a331-1a4ba552204a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-933e3bea-7262-44d0-a331-1a4ba552204a {
    width: 100%;
    height: auto;
  }

  #s-933e3bea-7262-44d0-a331-1a4ba552204a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-933e3bea-7262-44d0-a331-1a4ba552204a.shogun-image {
    
    
  }


.s-933e3bea-7262-44d0-a331-1a4ba552204a .shogun-image-content {
  
    align-items: center;
  
}

.s-933e3bea-7262-44d0-a331-1a4ba552204a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-933e3bea-7262-44d0-a331-1a4ba552204a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-933e3bea-7262-44d0-a331-1a4ba552204a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-933e3bea-7262-44d0-a331-1a4ba552204a {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-933e3bea-7262-44d0-a331-1a4ba552204a.shogun-image-container {
      position: relative;
    }

    .s-933e3bea-7262-44d0-a331-1a4ba552204a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-933e3bea-7262-44d0-a331-1a4ba552204a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-933e3bea-7262-44d0-a331-1a4ba552204a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-933e3bea-7262-44d0-a331-1a4ba552204a img.shogun-image,
  #s-933e3bea-7262-44d0-a331-1a4ba552204a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-933e3bea-7262-44d0-a331-1a4ba552204a {
    width: 100%;
    height: auto;
  }

  #s-933e3bea-7262-44d0-a331-1a4ba552204a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-933e3bea-7262-44d0-a331-1a4ba552204a.shogun-image {
    
    
  }


.s-933e3bea-7262-44d0-a331-1a4ba552204a .shogun-image-content {
  
    align-items: center;
  
}

.s-933e3bea-7262-44d0-a331-1a4ba552204a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-933e3bea-7262-44d0-a331-1a4ba552204a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-933e3bea-7262-44d0-a331-1a4ba552204a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-933e3bea-7262-44d0-a331-1a4ba552204a {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-933e3bea-7262-44d0-a331-1a4ba552204a.shogun-image-container {
      position: relative;
    }

    .s-933e3bea-7262-44d0-a331-1a4ba552204a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-933e3bea-7262-44d0-a331-1a4ba552204a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-933e3bea-7262-44d0-a331-1a4ba552204a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-933e3bea-7262-44d0-a331-1a4ba552204a img.shogun-image,
  #s-933e3bea-7262-44d0-a331-1a4ba552204a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-933e3bea-7262-44d0-a331-1a4ba552204a {
    width: 100%;
    height: auto;
  }

  #s-933e3bea-7262-44d0-a331-1a4ba552204a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-933e3bea-7262-44d0-a331-1a4ba552204a.shogun-image {
    
    
  }


.s-933e3bea-7262-44d0-a331-1a4ba552204a .shogun-image-content {
  
    align-items: center;
  
}

.s-933e3bea-7262-44d0-a331-1a4ba552204a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-933e3bea-7262-44d0-a331-1a4ba552204a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-933e3bea-7262-44d0-a331-1a4ba552204a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-933e3bea-7262-44d0-a331-1a4ba552204a {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-933e3bea-7262-44d0-a331-1a4ba552204a.shogun-image-container {
      position: relative;
    }

    .s-933e3bea-7262-44d0-a331-1a4ba552204a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-933e3bea-7262-44d0-a331-1a4ba552204a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-933e3bea-7262-44d0-a331-1a4ba552204a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-21b64af8-d999-4c97-869f-105c0c3a19b6 {
  max-width: 1350px;
aspect-ratio: 1350/1800;
text-align: center;
}





  #s-21b64af8-d999-4c97-869f-105c0c3a19b6 img.shogun-image,
  #s-21b64af8-d999-4c97-869f-105c0c3a19b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-21b64af8-d999-4c97-869f-105c0c3a19b6 {
    width: 100%;
    height: auto;
  }

  #s-21b64af8-d999-4c97-869f-105c0c3a19b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-21b64af8-d999-4c97-869f-105c0c3a19b6.shogun-image {
    
    
  }


.s-21b64af8-d999-4c97-869f-105c0c3a19b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-21b64af8-d999-4c97-869f-105c0c3a19b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21b64af8-d999-4c97-869f-105c0c3a19b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21b64af8-d999-4c97-869f-105c0c3a19b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-21b64af8-d999-4c97-869f-105c0c3a19b6 {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-21b64af8-d999-4c97-869f-105c0c3a19b6.shogun-image-container {
      position: relative;
    }

    .s-21b64af8-d999-4c97-869f-105c0c3a19b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21b64af8-d999-4c97-869f-105c0c3a19b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21b64af8-d999-4c97-869f-105c0c3a19b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-21b64af8-d999-4c97-869f-105c0c3a19b6 img.shogun-image,
  #s-21b64af8-d999-4c97-869f-105c0c3a19b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-21b64af8-d999-4c97-869f-105c0c3a19b6 {
    width: 100%;
    height: auto;
  }

  #s-21b64af8-d999-4c97-869f-105c0c3a19b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-21b64af8-d999-4c97-869f-105c0c3a19b6.shogun-image {
    
    
  }


.s-21b64af8-d999-4c97-869f-105c0c3a19b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-21b64af8-d999-4c97-869f-105c0c3a19b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21b64af8-d999-4c97-869f-105c0c3a19b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21b64af8-d999-4c97-869f-105c0c3a19b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-21b64af8-d999-4c97-869f-105c0c3a19b6 {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-21b64af8-d999-4c97-869f-105c0c3a19b6.shogun-image-container {
      position: relative;
    }

    .s-21b64af8-d999-4c97-869f-105c0c3a19b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21b64af8-d999-4c97-869f-105c0c3a19b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21b64af8-d999-4c97-869f-105c0c3a19b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-21b64af8-d999-4c97-869f-105c0c3a19b6 img.shogun-image,
  #s-21b64af8-d999-4c97-869f-105c0c3a19b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-21b64af8-d999-4c97-869f-105c0c3a19b6 {
    width: 100%;
    height: auto;
  }

  #s-21b64af8-d999-4c97-869f-105c0c3a19b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-21b64af8-d999-4c97-869f-105c0c3a19b6.shogun-image {
    
    
  }


.s-21b64af8-d999-4c97-869f-105c0c3a19b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-21b64af8-d999-4c97-869f-105c0c3a19b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21b64af8-d999-4c97-869f-105c0c3a19b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21b64af8-d999-4c97-869f-105c0c3a19b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-21b64af8-d999-4c97-869f-105c0c3a19b6 {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-21b64af8-d999-4c97-869f-105c0c3a19b6.shogun-image-container {
      position: relative;
    }

    .s-21b64af8-d999-4c97-869f-105c0c3a19b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21b64af8-d999-4c97-869f-105c0c3a19b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21b64af8-d999-4c97-869f-105c0c3a19b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-21b64af8-d999-4c97-869f-105c0c3a19b6 img.shogun-image,
  #s-21b64af8-d999-4c97-869f-105c0c3a19b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-21b64af8-d999-4c97-869f-105c0c3a19b6 {
    width: 100%;
    height: auto;
  }

  #s-21b64af8-d999-4c97-869f-105c0c3a19b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-21b64af8-d999-4c97-869f-105c0c3a19b6.shogun-image {
    
    
  }


.s-21b64af8-d999-4c97-869f-105c0c3a19b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-21b64af8-d999-4c97-869f-105c0c3a19b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21b64af8-d999-4c97-869f-105c0c3a19b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21b64af8-d999-4c97-869f-105c0c3a19b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-21b64af8-d999-4c97-869f-105c0c3a19b6 {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-21b64af8-d999-4c97-869f-105c0c3a19b6.shogun-image-container {
      position: relative;
    }

    .s-21b64af8-d999-4c97-869f-105c0c3a19b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21b64af8-d999-4c97-869f-105c0c3a19b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21b64af8-d999-4c97-869f-105c0c3a19b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-21b64af8-d999-4c97-869f-105c0c3a19b6 img.shogun-image,
  #s-21b64af8-d999-4c97-869f-105c0c3a19b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-21b64af8-d999-4c97-869f-105c0c3a19b6 {
    width: 100%;
    height: auto;
  }

  #s-21b64af8-d999-4c97-869f-105c0c3a19b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-21b64af8-d999-4c97-869f-105c0c3a19b6.shogun-image {
    
    
  }


.s-21b64af8-d999-4c97-869f-105c0c3a19b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-21b64af8-d999-4c97-869f-105c0c3a19b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21b64af8-d999-4c97-869f-105c0c3a19b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21b64af8-d999-4c97-869f-105c0c3a19b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-21b64af8-d999-4c97-869f-105c0c3a19b6 {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-21b64af8-d999-4c97-869f-105c0c3a19b6.shogun-image-container {
      position: relative;
    }

    .s-21b64af8-d999-4c97-869f-105c0c3a19b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21b64af8-d999-4c97-869f-105c0c3a19b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21b64af8-d999-4c97-869f-105c0c3a19b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (min-width: 0px) {
[id="s-3e5da48e-374e-4fe5-807e-8875270aac54"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 768px) {
[id="s-3e5da48e-374e-4fe5-807e-8875270aac54"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-3e5da48e-374e-4fe5-807e-8875270aac54"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-3e5da48e-374e-4fe5-807e-8875270aac54"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

}

#s-b79253fe-b474-4242-85d1-20fd0acdf964 {
  max-width: 1350px;
aspect-ratio: 1350/1800;
text-align: center;
}





  #s-b79253fe-b474-4242-85d1-20fd0acdf964 img.shogun-image,
  #s-b79253fe-b474-4242-85d1-20fd0acdf964 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b79253fe-b474-4242-85d1-20fd0acdf964 {
    width: 100%;
    height: auto;
  }

  #s-b79253fe-b474-4242-85d1-20fd0acdf964 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b79253fe-b474-4242-85d1-20fd0acdf964.shogun-image {
    
    
  }


.s-b79253fe-b474-4242-85d1-20fd0acdf964 .shogun-image-content {
  
    align-items: center;
  
}

.s-b79253fe-b474-4242-85d1-20fd0acdf964.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b79253fe-b474-4242-85d1-20fd0acdf964.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b79253fe-b474-4242-85d1-20fd0acdf964.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b79253fe-b474-4242-85d1-20fd0acdf964 {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-b79253fe-b474-4242-85d1-20fd0acdf964.shogun-image-container {
      position: relative;
    }

    .s-b79253fe-b474-4242-85d1-20fd0acdf964.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b79253fe-b474-4242-85d1-20fd0acdf964.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b79253fe-b474-4242-85d1-20fd0acdf964 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b79253fe-b474-4242-85d1-20fd0acdf964 img.shogun-image,
  #s-b79253fe-b474-4242-85d1-20fd0acdf964 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b79253fe-b474-4242-85d1-20fd0acdf964 {
    width: 100%;
    height: auto;
  }

  #s-b79253fe-b474-4242-85d1-20fd0acdf964 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b79253fe-b474-4242-85d1-20fd0acdf964.shogun-image {
    
    
  }


.s-b79253fe-b474-4242-85d1-20fd0acdf964 .shogun-image-content {
  
    align-items: center;
  
}

.s-b79253fe-b474-4242-85d1-20fd0acdf964.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b79253fe-b474-4242-85d1-20fd0acdf964.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b79253fe-b474-4242-85d1-20fd0acdf964.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b79253fe-b474-4242-85d1-20fd0acdf964 {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-b79253fe-b474-4242-85d1-20fd0acdf964.shogun-image-container {
      position: relative;
    }

    .s-b79253fe-b474-4242-85d1-20fd0acdf964.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b79253fe-b474-4242-85d1-20fd0acdf964.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b79253fe-b474-4242-85d1-20fd0acdf964 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b79253fe-b474-4242-85d1-20fd0acdf964 img.shogun-image,
  #s-b79253fe-b474-4242-85d1-20fd0acdf964 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b79253fe-b474-4242-85d1-20fd0acdf964 {
    width: 100%;
    height: auto;
  }

  #s-b79253fe-b474-4242-85d1-20fd0acdf964 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b79253fe-b474-4242-85d1-20fd0acdf964.shogun-image {
    
    
  }


.s-b79253fe-b474-4242-85d1-20fd0acdf964 .shogun-image-content {
  
    align-items: center;
  
}

.s-b79253fe-b474-4242-85d1-20fd0acdf964.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b79253fe-b474-4242-85d1-20fd0acdf964.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b79253fe-b474-4242-85d1-20fd0acdf964.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b79253fe-b474-4242-85d1-20fd0acdf964 {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-b79253fe-b474-4242-85d1-20fd0acdf964.shogun-image-container {
      position: relative;
    }

    .s-b79253fe-b474-4242-85d1-20fd0acdf964.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b79253fe-b474-4242-85d1-20fd0acdf964.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b79253fe-b474-4242-85d1-20fd0acdf964 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b79253fe-b474-4242-85d1-20fd0acdf964 img.shogun-image,
  #s-b79253fe-b474-4242-85d1-20fd0acdf964 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b79253fe-b474-4242-85d1-20fd0acdf964 {
    width: 100%;
    height: auto;
  }

  #s-b79253fe-b474-4242-85d1-20fd0acdf964 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b79253fe-b474-4242-85d1-20fd0acdf964.shogun-image {
    
    
  }


.s-b79253fe-b474-4242-85d1-20fd0acdf964 .shogun-image-content {
  
    align-items: center;
  
}

.s-b79253fe-b474-4242-85d1-20fd0acdf964.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b79253fe-b474-4242-85d1-20fd0acdf964.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b79253fe-b474-4242-85d1-20fd0acdf964.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b79253fe-b474-4242-85d1-20fd0acdf964 {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-b79253fe-b474-4242-85d1-20fd0acdf964.shogun-image-container {
      position: relative;
    }

    .s-b79253fe-b474-4242-85d1-20fd0acdf964.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b79253fe-b474-4242-85d1-20fd0acdf964.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b79253fe-b474-4242-85d1-20fd0acdf964 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b79253fe-b474-4242-85d1-20fd0acdf964 img.shogun-image,
  #s-b79253fe-b474-4242-85d1-20fd0acdf964 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b79253fe-b474-4242-85d1-20fd0acdf964 {
    width: 100%;
    height: auto;
  }

  #s-b79253fe-b474-4242-85d1-20fd0acdf964 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b79253fe-b474-4242-85d1-20fd0acdf964.shogun-image {
    
    
  }


.s-b79253fe-b474-4242-85d1-20fd0acdf964 .shogun-image-content {
  
    align-items: center;
  
}

.s-b79253fe-b474-4242-85d1-20fd0acdf964.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b79253fe-b474-4242-85d1-20fd0acdf964.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b79253fe-b474-4242-85d1-20fd0acdf964.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b79253fe-b474-4242-85d1-20fd0acdf964 {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-b79253fe-b474-4242-85d1-20fd0acdf964.shogun-image-container {
      position: relative;
    }

    .s-b79253fe-b474-4242-85d1-20fd0acdf964.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b79253fe-b474-4242-85d1-20fd0acdf964.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b79253fe-b474-4242-85d1-20fd0acdf964 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c4a95ada-9650-4e5c-bb22-39a0a5b86575 {
  max-width: 1350px;
aspect-ratio: 1350/1800;
text-align: center;
}





  #s-c4a95ada-9650-4e5c-bb22-39a0a5b86575 img.shogun-image,
  #s-c4a95ada-9650-4e5c-bb22-39a0a5b86575 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c4a95ada-9650-4e5c-bb22-39a0a5b86575 {
    width: 100%;
    height: auto;
  }

  #s-c4a95ada-9650-4e5c-bb22-39a0a5b86575 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4a95ada-9650-4e5c-bb22-39a0a5b86575.shogun-image {
    
    
  }


.s-c4a95ada-9650-4e5c-bb22-39a0a5b86575 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4a95ada-9650-4e5c-bb22-39a0a5b86575.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4a95ada-9650-4e5c-bb22-39a0a5b86575.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4a95ada-9650-4e5c-bb22-39a0a5b86575.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4a95ada-9650-4e5c-bb22-39a0a5b86575 {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-c4a95ada-9650-4e5c-bb22-39a0a5b86575.shogun-image-container {
      position: relative;
    }

    .s-c4a95ada-9650-4e5c-bb22-39a0a5b86575.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4a95ada-9650-4e5c-bb22-39a0a5b86575.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4a95ada-9650-4e5c-bb22-39a0a5b86575 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c4a95ada-9650-4e5c-bb22-39a0a5b86575 img.shogun-image,
  #s-c4a95ada-9650-4e5c-bb22-39a0a5b86575 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c4a95ada-9650-4e5c-bb22-39a0a5b86575 {
    width: 100%;
    height: auto;
  }

  #s-c4a95ada-9650-4e5c-bb22-39a0a5b86575 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4a95ada-9650-4e5c-bb22-39a0a5b86575.shogun-image {
    
    
  }


.s-c4a95ada-9650-4e5c-bb22-39a0a5b86575 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4a95ada-9650-4e5c-bb22-39a0a5b86575.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4a95ada-9650-4e5c-bb22-39a0a5b86575.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4a95ada-9650-4e5c-bb22-39a0a5b86575.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4a95ada-9650-4e5c-bb22-39a0a5b86575 {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-c4a95ada-9650-4e5c-bb22-39a0a5b86575.shogun-image-container {
      position: relative;
    }

    .s-c4a95ada-9650-4e5c-bb22-39a0a5b86575.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4a95ada-9650-4e5c-bb22-39a0a5b86575.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4a95ada-9650-4e5c-bb22-39a0a5b86575 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c4a95ada-9650-4e5c-bb22-39a0a5b86575 img.shogun-image,
  #s-c4a95ada-9650-4e5c-bb22-39a0a5b86575 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c4a95ada-9650-4e5c-bb22-39a0a5b86575 {
    width: 100%;
    height: auto;
  }

  #s-c4a95ada-9650-4e5c-bb22-39a0a5b86575 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4a95ada-9650-4e5c-bb22-39a0a5b86575.shogun-image {
    
    
  }


.s-c4a95ada-9650-4e5c-bb22-39a0a5b86575 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4a95ada-9650-4e5c-bb22-39a0a5b86575.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4a95ada-9650-4e5c-bb22-39a0a5b86575.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4a95ada-9650-4e5c-bb22-39a0a5b86575.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4a95ada-9650-4e5c-bb22-39a0a5b86575 {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-c4a95ada-9650-4e5c-bb22-39a0a5b86575.shogun-image-container {
      position: relative;
    }

    .s-c4a95ada-9650-4e5c-bb22-39a0a5b86575.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4a95ada-9650-4e5c-bb22-39a0a5b86575.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4a95ada-9650-4e5c-bb22-39a0a5b86575 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c4a95ada-9650-4e5c-bb22-39a0a5b86575 img.shogun-image,
  #s-c4a95ada-9650-4e5c-bb22-39a0a5b86575 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c4a95ada-9650-4e5c-bb22-39a0a5b86575 {
    width: 100%;
    height: auto;
  }

  #s-c4a95ada-9650-4e5c-bb22-39a0a5b86575 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4a95ada-9650-4e5c-bb22-39a0a5b86575.shogun-image {
    
    
  }


.s-c4a95ada-9650-4e5c-bb22-39a0a5b86575 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4a95ada-9650-4e5c-bb22-39a0a5b86575.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4a95ada-9650-4e5c-bb22-39a0a5b86575.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4a95ada-9650-4e5c-bb22-39a0a5b86575.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4a95ada-9650-4e5c-bb22-39a0a5b86575 {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-c4a95ada-9650-4e5c-bb22-39a0a5b86575.shogun-image-container {
      position: relative;
    }

    .s-c4a95ada-9650-4e5c-bb22-39a0a5b86575.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4a95ada-9650-4e5c-bb22-39a0a5b86575.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4a95ada-9650-4e5c-bb22-39a0a5b86575 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c4a95ada-9650-4e5c-bb22-39a0a5b86575 img.shogun-image,
  #s-c4a95ada-9650-4e5c-bb22-39a0a5b86575 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c4a95ada-9650-4e5c-bb22-39a0a5b86575 {
    width: 100%;
    height: auto;
  }

  #s-c4a95ada-9650-4e5c-bb22-39a0a5b86575 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4a95ada-9650-4e5c-bb22-39a0a5b86575.shogun-image {
    
    
  }


.s-c4a95ada-9650-4e5c-bb22-39a0a5b86575 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4a95ada-9650-4e5c-bb22-39a0a5b86575.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4a95ada-9650-4e5c-bb22-39a0a5b86575.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4a95ada-9650-4e5c-bb22-39a0a5b86575.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4a95ada-9650-4e5c-bb22-39a0a5b86575 {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-c4a95ada-9650-4e5c-bb22-39a0a5b86575.shogun-image-container {
      position: relative;
    }

    .s-c4a95ada-9650-4e5c-bb22-39a0a5b86575.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4a95ada-9650-4e5c-bb22-39a0a5b86575.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4a95ada-9650-4e5c-bb22-39a0a5b86575 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-f37c11da-594b-4703-8203-67a91fff7fe9 {
  margin-top: 1em;
margin-bottom: 1em;
}

#s-f37c11da-594b-4703-8203-67a91fff7fe9 hr {
  border-top: 1px solid #ddd;
}

#s-cb64f4c7-a39f-4bd5-90c9-cca4e5447bbd {
  margin-top: 1em;
margin-bottom: 0em;
}

#s-d902bd65-7fb1-46c8-a3db-940465f0d67a {
  min-height: 50px;
max-width: 600px;
}








#s-d902bd65-7fb1-46c8-a3db-940465f0d67a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d902bd65-7fb1-46c8-a3db-940465f0d67a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da70e184-ae74-44f8-acf1-3a722baf6dfc {
  max-width: 1350px;
aspect-ratio: 1350/1800;
text-align: center;
}





  #s-da70e184-ae74-44f8-acf1-3a722baf6dfc img.shogun-image,
  #s-da70e184-ae74-44f8-acf1-3a722baf6dfc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-da70e184-ae74-44f8-acf1-3a722baf6dfc {
    width: 100%;
    height: auto;
  }

  #s-da70e184-ae74-44f8-acf1-3a722baf6dfc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-da70e184-ae74-44f8-acf1-3a722baf6dfc.shogun-image {
    
    
  }


.s-da70e184-ae74-44f8-acf1-3a722baf6dfc .shogun-image-content {
  
    align-items: center;
  
}

.s-da70e184-ae74-44f8-acf1-3a722baf6dfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da70e184-ae74-44f8-acf1-3a722baf6dfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da70e184-ae74-44f8-acf1-3a722baf6dfc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da70e184-ae74-44f8-acf1-3a722baf6dfc {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-da70e184-ae74-44f8-acf1-3a722baf6dfc.shogun-image-container {
      position: relative;
    }

    .s-da70e184-ae74-44f8-acf1-3a722baf6dfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da70e184-ae74-44f8-acf1-3a722baf6dfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da70e184-ae74-44f8-acf1-3a722baf6dfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-da70e184-ae74-44f8-acf1-3a722baf6dfc img.shogun-image,
  #s-da70e184-ae74-44f8-acf1-3a722baf6dfc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-da70e184-ae74-44f8-acf1-3a722baf6dfc {
    width: 100%;
    height: auto;
  }

  #s-da70e184-ae74-44f8-acf1-3a722baf6dfc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-da70e184-ae74-44f8-acf1-3a722baf6dfc.shogun-image {
    
    
  }


.s-da70e184-ae74-44f8-acf1-3a722baf6dfc .shogun-image-content {
  
    align-items: center;
  
}

.s-da70e184-ae74-44f8-acf1-3a722baf6dfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da70e184-ae74-44f8-acf1-3a722baf6dfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da70e184-ae74-44f8-acf1-3a722baf6dfc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da70e184-ae74-44f8-acf1-3a722baf6dfc {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-da70e184-ae74-44f8-acf1-3a722baf6dfc.shogun-image-container {
      position: relative;
    }

    .s-da70e184-ae74-44f8-acf1-3a722baf6dfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da70e184-ae74-44f8-acf1-3a722baf6dfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da70e184-ae74-44f8-acf1-3a722baf6dfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-da70e184-ae74-44f8-acf1-3a722baf6dfc img.shogun-image,
  #s-da70e184-ae74-44f8-acf1-3a722baf6dfc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-da70e184-ae74-44f8-acf1-3a722baf6dfc {
    width: 100%;
    height: auto;
  }

  #s-da70e184-ae74-44f8-acf1-3a722baf6dfc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-da70e184-ae74-44f8-acf1-3a722baf6dfc.shogun-image {
    
    
  }


.s-da70e184-ae74-44f8-acf1-3a722baf6dfc .shogun-image-content {
  
    align-items: center;
  
}

.s-da70e184-ae74-44f8-acf1-3a722baf6dfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da70e184-ae74-44f8-acf1-3a722baf6dfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da70e184-ae74-44f8-acf1-3a722baf6dfc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da70e184-ae74-44f8-acf1-3a722baf6dfc {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-da70e184-ae74-44f8-acf1-3a722baf6dfc.shogun-image-container {
      position: relative;
    }

    .s-da70e184-ae74-44f8-acf1-3a722baf6dfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da70e184-ae74-44f8-acf1-3a722baf6dfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da70e184-ae74-44f8-acf1-3a722baf6dfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-da70e184-ae74-44f8-acf1-3a722baf6dfc img.shogun-image,
  #s-da70e184-ae74-44f8-acf1-3a722baf6dfc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-da70e184-ae74-44f8-acf1-3a722baf6dfc {
    width: 100%;
    height: auto;
  }

  #s-da70e184-ae74-44f8-acf1-3a722baf6dfc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-da70e184-ae74-44f8-acf1-3a722baf6dfc.shogun-image {
    
    
  }


.s-da70e184-ae74-44f8-acf1-3a722baf6dfc .shogun-image-content {
  
    align-items: center;
  
}

.s-da70e184-ae74-44f8-acf1-3a722baf6dfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da70e184-ae74-44f8-acf1-3a722baf6dfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da70e184-ae74-44f8-acf1-3a722baf6dfc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da70e184-ae74-44f8-acf1-3a722baf6dfc {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-da70e184-ae74-44f8-acf1-3a722baf6dfc.shogun-image-container {
      position: relative;
    }

    .s-da70e184-ae74-44f8-acf1-3a722baf6dfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da70e184-ae74-44f8-acf1-3a722baf6dfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da70e184-ae74-44f8-acf1-3a722baf6dfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-da70e184-ae74-44f8-acf1-3a722baf6dfc img.shogun-image,
  #s-da70e184-ae74-44f8-acf1-3a722baf6dfc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-da70e184-ae74-44f8-acf1-3a722baf6dfc {
    width: 100%;
    height: auto;
  }

  #s-da70e184-ae74-44f8-acf1-3a722baf6dfc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-da70e184-ae74-44f8-acf1-3a722baf6dfc.shogun-image {
    
    
  }


.s-da70e184-ae74-44f8-acf1-3a722baf6dfc .shogun-image-content {
  
    align-items: center;
  
}

.s-da70e184-ae74-44f8-acf1-3a722baf6dfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da70e184-ae74-44f8-acf1-3a722baf6dfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da70e184-ae74-44f8-acf1-3a722baf6dfc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da70e184-ae74-44f8-acf1-3a722baf6dfc {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-da70e184-ae74-44f8-acf1-3a722baf6dfc.shogun-image-container {
      position: relative;
    }

    .s-da70e184-ae74-44f8-acf1-3a722baf6dfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da70e184-ae74-44f8-acf1-3a722baf6dfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da70e184-ae74-44f8-acf1-3a722baf6dfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (min-width: 0px) {
[id="s-6895f9e2-5eb0-45c6-9a83-d0b0c76376f5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 768px) {
[id="s-6895f9e2-5eb0-45c6-9a83-d0b0c76376f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-6895f9e2-5eb0-45c6-9a83-d0b0c76376f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-6895f9e2-5eb0-45c6-9a83-d0b0c76376f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

}

#s-fc36ac29-cac7-46fa-888e-38de5ec1209a {
  max-width: 1350px;
aspect-ratio: 1350/1800;
text-align: center;
}





  #s-fc36ac29-cac7-46fa-888e-38de5ec1209a img.shogun-image,
  #s-fc36ac29-cac7-46fa-888e-38de5ec1209a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fc36ac29-cac7-46fa-888e-38de5ec1209a {
    width: 100%;
    height: auto;
  }

  #s-fc36ac29-cac7-46fa-888e-38de5ec1209a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fc36ac29-cac7-46fa-888e-38de5ec1209a.shogun-image {
    
    
  }


.s-fc36ac29-cac7-46fa-888e-38de5ec1209a .shogun-image-content {
  
    align-items: center;
  
}

.s-fc36ac29-cac7-46fa-888e-38de5ec1209a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc36ac29-cac7-46fa-888e-38de5ec1209a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc36ac29-cac7-46fa-888e-38de5ec1209a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fc36ac29-cac7-46fa-888e-38de5ec1209a {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-fc36ac29-cac7-46fa-888e-38de5ec1209a.shogun-image-container {
      position: relative;
    }

    .s-fc36ac29-cac7-46fa-888e-38de5ec1209a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc36ac29-cac7-46fa-888e-38de5ec1209a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc36ac29-cac7-46fa-888e-38de5ec1209a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-fc36ac29-cac7-46fa-888e-38de5ec1209a img.shogun-image,
  #s-fc36ac29-cac7-46fa-888e-38de5ec1209a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fc36ac29-cac7-46fa-888e-38de5ec1209a {
    width: 100%;
    height: auto;
  }

  #s-fc36ac29-cac7-46fa-888e-38de5ec1209a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fc36ac29-cac7-46fa-888e-38de5ec1209a.shogun-image {
    
    
  }


.s-fc36ac29-cac7-46fa-888e-38de5ec1209a .shogun-image-content {
  
    align-items: center;
  
}

.s-fc36ac29-cac7-46fa-888e-38de5ec1209a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc36ac29-cac7-46fa-888e-38de5ec1209a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc36ac29-cac7-46fa-888e-38de5ec1209a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fc36ac29-cac7-46fa-888e-38de5ec1209a {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-fc36ac29-cac7-46fa-888e-38de5ec1209a.shogun-image-container {
      position: relative;
    }

    .s-fc36ac29-cac7-46fa-888e-38de5ec1209a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc36ac29-cac7-46fa-888e-38de5ec1209a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc36ac29-cac7-46fa-888e-38de5ec1209a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-fc36ac29-cac7-46fa-888e-38de5ec1209a img.shogun-image,
  #s-fc36ac29-cac7-46fa-888e-38de5ec1209a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fc36ac29-cac7-46fa-888e-38de5ec1209a {
    width: 100%;
    height: auto;
  }

  #s-fc36ac29-cac7-46fa-888e-38de5ec1209a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fc36ac29-cac7-46fa-888e-38de5ec1209a.shogun-image {
    
    
  }


.s-fc36ac29-cac7-46fa-888e-38de5ec1209a .shogun-image-content {
  
    align-items: center;
  
}

.s-fc36ac29-cac7-46fa-888e-38de5ec1209a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc36ac29-cac7-46fa-888e-38de5ec1209a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc36ac29-cac7-46fa-888e-38de5ec1209a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fc36ac29-cac7-46fa-888e-38de5ec1209a {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-fc36ac29-cac7-46fa-888e-38de5ec1209a.shogun-image-container {
      position: relative;
    }

    .s-fc36ac29-cac7-46fa-888e-38de5ec1209a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc36ac29-cac7-46fa-888e-38de5ec1209a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc36ac29-cac7-46fa-888e-38de5ec1209a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-fc36ac29-cac7-46fa-888e-38de5ec1209a img.shogun-image,
  #s-fc36ac29-cac7-46fa-888e-38de5ec1209a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fc36ac29-cac7-46fa-888e-38de5ec1209a {
    width: 100%;
    height: auto;
  }

  #s-fc36ac29-cac7-46fa-888e-38de5ec1209a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fc36ac29-cac7-46fa-888e-38de5ec1209a.shogun-image {
    
    
  }


.s-fc36ac29-cac7-46fa-888e-38de5ec1209a .shogun-image-content {
  
    align-items: center;
  
}

.s-fc36ac29-cac7-46fa-888e-38de5ec1209a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc36ac29-cac7-46fa-888e-38de5ec1209a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc36ac29-cac7-46fa-888e-38de5ec1209a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fc36ac29-cac7-46fa-888e-38de5ec1209a {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-fc36ac29-cac7-46fa-888e-38de5ec1209a.shogun-image-container {
      position: relative;
    }

    .s-fc36ac29-cac7-46fa-888e-38de5ec1209a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc36ac29-cac7-46fa-888e-38de5ec1209a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc36ac29-cac7-46fa-888e-38de5ec1209a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-fc36ac29-cac7-46fa-888e-38de5ec1209a img.shogun-image,
  #s-fc36ac29-cac7-46fa-888e-38de5ec1209a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fc36ac29-cac7-46fa-888e-38de5ec1209a {
    width: 100%;
    height: auto;
  }

  #s-fc36ac29-cac7-46fa-888e-38de5ec1209a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fc36ac29-cac7-46fa-888e-38de5ec1209a.shogun-image {
    
    
  }


.s-fc36ac29-cac7-46fa-888e-38de5ec1209a .shogun-image-content {
  
    align-items: center;
  
}

.s-fc36ac29-cac7-46fa-888e-38de5ec1209a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc36ac29-cac7-46fa-888e-38de5ec1209a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc36ac29-cac7-46fa-888e-38de5ec1209a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fc36ac29-cac7-46fa-888e-38de5ec1209a {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-fc36ac29-cac7-46fa-888e-38de5ec1209a.shogun-image-container {
      position: relative;
    }

    .s-fc36ac29-cac7-46fa-888e-38de5ec1209a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc36ac29-cac7-46fa-888e-38de5ec1209a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc36ac29-cac7-46fa-888e-38de5ec1209a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b53a076b-b27f-484f-972f-162c2435664a {
  max-width: 1350px;
aspect-ratio: 1350/1800;
text-align: center;
}





  #s-b53a076b-b27f-484f-972f-162c2435664a img.shogun-image,
  #s-b53a076b-b27f-484f-972f-162c2435664a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b53a076b-b27f-484f-972f-162c2435664a {
    width: 100%;
    height: auto;
  }

  #s-b53a076b-b27f-484f-972f-162c2435664a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b53a076b-b27f-484f-972f-162c2435664a.shogun-image {
    
    
  }


.s-b53a076b-b27f-484f-972f-162c2435664a .shogun-image-content {
  
    align-items: center;
  
}

.s-b53a076b-b27f-484f-972f-162c2435664a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b53a076b-b27f-484f-972f-162c2435664a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b53a076b-b27f-484f-972f-162c2435664a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b53a076b-b27f-484f-972f-162c2435664a {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-b53a076b-b27f-484f-972f-162c2435664a.shogun-image-container {
      position: relative;
    }

    .s-b53a076b-b27f-484f-972f-162c2435664a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b53a076b-b27f-484f-972f-162c2435664a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b53a076b-b27f-484f-972f-162c2435664a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b53a076b-b27f-484f-972f-162c2435664a img.shogun-image,
  #s-b53a076b-b27f-484f-972f-162c2435664a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b53a076b-b27f-484f-972f-162c2435664a {
    width: 100%;
    height: auto;
  }

  #s-b53a076b-b27f-484f-972f-162c2435664a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b53a076b-b27f-484f-972f-162c2435664a.shogun-image {
    
    
  }


.s-b53a076b-b27f-484f-972f-162c2435664a .shogun-image-content {
  
    align-items: center;
  
}

.s-b53a076b-b27f-484f-972f-162c2435664a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b53a076b-b27f-484f-972f-162c2435664a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b53a076b-b27f-484f-972f-162c2435664a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b53a076b-b27f-484f-972f-162c2435664a {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-b53a076b-b27f-484f-972f-162c2435664a.shogun-image-container {
      position: relative;
    }

    .s-b53a076b-b27f-484f-972f-162c2435664a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b53a076b-b27f-484f-972f-162c2435664a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b53a076b-b27f-484f-972f-162c2435664a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b53a076b-b27f-484f-972f-162c2435664a img.shogun-image,
  #s-b53a076b-b27f-484f-972f-162c2435664a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b53a076b-b27f-484f-972f-162c2435664a {
    width: 100%;
    height: auto;
  }

  #s-b53a076b-b27f-484f-972f-162c2435664a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b53a076b-b27f-484f-972f-162c2435664a.shogun-image {
    
    
  }


.s-b53a076b-b27f-484f-972f-162c2435664a .shogun-image-content {
  
    align-items: center;
  
}

.s-b53a076b-b27f-484f-972f-162c2435664a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b53a076b-b27f-484f-972f-162c2435664a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b53a076b-b27f-484f-972f-162c2435664a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b53a076b-b27f-484f-972f-162c2435664a {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-b53a076b-b27f-484f-972f-162c2435664a.shogun-image-container {
      position: relative;
    }

    .s-b53a076b-b27f-484f-972f-162c2435664a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b53a076b-b27f-484f-972f-162c2435664a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b53a076b-b27f-484f-972f-162c2435664a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b53a076b-b27f-484f-972f-162c2435664a img.shogun-image,
  #s-b53a076b-b27f-484f-972f-162c2435664a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b53a076b-b27f-484f-972f-162c2435664a {
    width: 100%;
    height: auto;
  }

  #s-b53a076b-b27f-484f-972f-162c2435664a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b53a076b-b27f-484f-972f-162c2435664a.shogun-image {
    
    
  }


.s-b53a076b-b27f-484f-972f-162c2435664a .shogun-image-content {
  
    align-items: center;
  
}

.s-b53a076b-b27f-484f-972f-162c2435664a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b53a076b-b27f-484f-972f-162c2435664a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b53a076b-b27f-484f-972f-162c2435664a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b53a076b-b27f-484f-972f-162c2435664a {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-b53a076b-b27f-484f-972f-162c2435664a.shogun-image-container {
      position: relative;
    }

    .s-b53a076b-b27f-484f-972f-162c2435664a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b53a076b-b27f-484f-972f-162c2435664a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b53a076b-b27f-484f-972f-162c2435664a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b53a076b-b27f-484f-972f-162c2435664a img.shogun-image,
  #s-b53a076b-b27f-484f-972f-162c2435664a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b53a076b-b27f-484f-972f-162c2435664a {
    width: 100%;
    height: auto;
  }

  #s-b53a076b-b27f-484f-972f-162c2435664a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b53a076b-b27f-484f-972f-162c2435664a.shogun-image {
    
    
  }


.s-b53a076b-b27f-484f-972f-162c2435664a .shogun-image-content {
  
    align-items: center;
  
}

.s-b53a076b-b27f-484f-972f-162c2435664a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b53a076b-b27f-484f-972f-162c2435664a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b53a076b-b27f-484f-972f-162c2435664a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b53a076b-b27f-484f-972f-162c2435664a {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-b53a076b-b27f-484f-972f-162c2435664a.shogun-image-container {
      position: relative;
    }

    .s-b53a076b-b27f-484f-972f-162c2435664a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b53a076b-b27f-484f-972f-162c2435664a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b53a076b-b27f-484f-972f-162c2435664a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (min-width: 0px) {
[id="s-dfdd5f21-7240-4f0d-87d7-14aff78e91ac"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dfdd5f21-7240-4f0d-87d7-14aff78e91ac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dfdd5f21-7240-4f0d-87d7-14aff78e91ac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dfdd5f21-7240-4f0d-87d7-14aff78e91ac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-af6dba3a-7d24-4046-b739-734b5c230ae9 {
  max-width: 1350px;
aspect-ratio: 1350/1800;
text-align: center;
}





  #s-af6dba3a-7d24-4046-b739-734b5c230ae9 img.shogun-image,
  #s-af6dba3a-7d24-4046-b739-734b5c230ae9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-af6dba3a-7d24-4046-b739-734b5c230ae9 {
    width: 100%;
    height: auto;
  }

  #s-af6dba3a-7d24-4046-b739-734b5c230ae9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af6dba3a-7d24-4046-b739-734b5c230ae9.shogun-image {
    
    
  }


.s-af6dba3a-7d24-4046-b739-734b5c230ae9 .shogun-image-content {
  
    align-items: center;
  
}

.s-af6dba3a-7d24-4046-b739-734b5c230ae9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af6dba3a-7d24-4046-b739-734b5c230ae9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af6dba3a-7d24-4046-b739-734b5c230ae9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af6dba3a-7d24-4046-b739-734b5c230ae9 {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-af6dba3a-7d24-4046-b739-734b5c230ae9.shogun-image-container {
      position: relative;
    }

    .s-af6dba3a-7d24-4046-b739-734b5c230ae9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af6dba3a-7d24-4046-b739-734b5c230ae9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af6dba3a-7d24-4046-b739-734b5c230ae9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-af6dba3a-7d24-4046-b739-734b5c230ae9 img.shogun-image,
  #s-af6dba3a-7d24-4046-b739-734b5c230ae9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-af6dba3a-7d24-4046-b739-734b5c230ae9 {
    width: 100%;
    height: auto;
  }

  #s-af6dba3a-7d24-4046-b739-734b5c230ae9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af6dba3a-7d24-4046-b739-734b5c230ae9.shogun-image {
    
    
  }


.s-af6dba3a-7d24-4046-b739-734b5c230ae9 .shogun-image-content {
  
    align-items: center;
  
}

.s-af6dba3a-7d24-4046-b739-734b5c230ae9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af6dba3a-7d24-4046-b739-734b5c230ae9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af6dba3a-7d24-4046-b739-734b5c230ae9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af6dba3a-7d24-4046-b739-734b5c230ae9 {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-af6dba3a-7d24-4046-b739-734b5c230ae9.shogun-image-container {
      position: relative;
    }

    .s-af6dba3a-7d24-4046-b739-734b5c230ae9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af6dba3a-7d24-4046-b739-734b5c230ae9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af6dba3a-7d24-4046-b739-734b5c230ae9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-af6dba3a-7d24-4046-b739-734b5c230ae9 img.shogun-image,
  #s-af6dba3a-7d24-4046-b739-734b5c230ae9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-af6dba3a-7d24-4046-b739-734b5c230ae9 {
    width: 100%;
    height: auto;
  }

  #s-af6dba3a-7d24-4046-b739-734b5c230ae9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af6dba3a-7d24-4046-b739-734b5c230ae9.shogun-image {
    
    
  }


.s-af6dba3a-7d24-4046-b739-734b5c230ae9 .shogun-image-content {
  
    align-items: center;
  
}

.s-af6dba3a-7d24-4046-b739-734b5c230ae9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af6dba3a-7d24-4046-b739-734b5c230ae9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af6dba3a-7d24-4046-b739-734b5c230ae9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af6dba3a-7d24-4046-b739-734b5c230ae9 {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-af6dba3a-7d24-4046-b739-734b5c230ae9.shogun-image-container {
      position: relative;
    }

    .s-af6dba3a-7d24-4046-b739-734b5c230ae9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af6dba3a-7d24-4046-b739-734b5c230ae9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af6dba3a-7d24-4046-b739-734b5c230ae9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-af6dba3a-7d24-4046-b739-734b5c230ae9 img.shogun-image,
  #s-af6dba3a-7d24-4046-b739-734b5c230ae9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-af6dba3a-7d24-4046-b739-734b5c230ae9 {
    width: 100%;
    height: auto;
  }

  #s-af6dba3a-7d24-4046-b739-734b5c230ae9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af6dba3a-7d24-4046-b739-734b5c230ae9.shogun-image {
    
    
  }


.s-af6dba3a-7d24-4046-b739-734b5c230ae9 .shogun-image-content {
  
    align-items: center;
  
}

.s-af6dba3a-7d24-4046-b739-734b5c230ae9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af6dba3a-7d24-4046-b739-734b5c230ae9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af6dba3a-7d24-4046-b739-734b5c230ae9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af6dba3a-7d24-4046-b739-734b5c230ae9 {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-af6dba3a-7d24-4046-b739-734b5c230ae9.shogun-image-container {
      position: relative;
    }

    .s-af6dba3a-7d24-4046-b739-734b5c230ae9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af6dba3a-7d24-4046-b739-734b5c230ae9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af6dba3a-7d24-4046-b739-734b5c230ae9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-af6dba3a-7d24-4046-b739-734b5c230ae9 img.shogun-image,
  #s-af6dba3a-7d24-4046-b739-734b5c230ae9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-af6dba3a-7d24-4046-b739-734b5c230ae9 {
    width: 100%;
    height: auto;
  }

  #s-af6dba3a-7d24-4046-b739-734b5c230ae9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af6dba3a-7d24-4046-b739-734b5c230ae9.shogun-image {
    
    
  }


.s-af6dba3a-7d24-4046-b739-734b5c230ae9 .shogun-image-content {
  
    align-items: center;
  
}

.s-af6dba3a-7d24-4046-b739-734b5c230ae9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af6dba3a-7d24-4046-b739-734b5c230ae9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af6dba3a-7d24-4046-b739-734b5c230ae9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af6dba3a-7d24-4046-b739-734b5c230ae9 {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-af6dba3a-7d24-4046-b739-734b5c230ae9.shogun-image-container {
      position: relative;
    }

    .s-af6dba3a-7d24-4046-b739-734b5c230ae9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af6dba3a-7d24-4046-b739-734b5c230ae9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af6dba3a-7d24-4046-b739-734b5c230ae9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-fdb639c0-fc0e-4781-805d-9792c38ea9b8 {
  max-width: 1353px;
aspect-ratio: 1353/1800;
text-align: center;
}





  #s-fdb639c0-fc0e-4781-805d-9792c38ea9b8 img.shogun-image,
  #s-fdb639c0-fc0e-4781-805d-9792c38ea9b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fdb639c0-fc0e-4781-805d-9792c38ea9b8 {
    width: 100%;
    height: auto;
  }

  #s-fdb639c0-fc0e-4781-805d-9792c38ea9b8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fdb639c0-fc0e-4781-805d-9792c38ea9b8.shogun-image {
    
    
  }


.s-fdb639c0-fc0e-4781-805d-9792c38ea9b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdb639c0-fc0e-4781-805d-9792c38ea9b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdb639c0-fc0e-4781-805d-9792c38ea9b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdb639c0-fc0e-4781-805d-9792c38ea9b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fdb639c0-fc0e-4781-805d-9792c38ea9b8 {
      --shg-aspect-ratio: calc(1353/1800); 
    }

    .s-fdb639c0-fc0e-4781-805d-9792c38ea9b8.shogun-image-container {
      position: relative;
    }

    .s-fdb639c0-fc0e-4781-805d-9792c38ea9b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fdb639c0-fc0e-4781-805d-9792c38ea9b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fdb639c0-fc0e-4781-805d-9792c38ea9b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-fdb639c0-fc0e-4781-805d-9792c38ea9b8 img.shogun-image,
  #s-fdb639c0-fc0e-4781-805d-9792c38ea9b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fdb639c0-fc0e-4781-805d-9792c38ea9b8 {
    width: 100%;
    height: auto;
  }

  #s-fdb639c0-fc0e-4781-805d-9792c38ea9b8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fdb639c0-fc0e-4781-805d-9792c38ea9b8.shogun-image {
    
    
  }


.s-fdb639c0-fc0e-4781-805d-9792c38ea9b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdb639c0-fc0e-4781-805d-9792c38ea9b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdb639c0-fc0e-4781-805d-9792c38ea9b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdb639c0-fc0e-4781-805d-9792c38ea9b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fdb639c0-fc0e-4781-805d-9792c38ea9b8 {
      --shg-aspect-ratio: calc(1353/1800); 
    }

    .s-fdb639c0-fc0e-4781-805d-9792c38ea9b8.shogun-image-container {
      position: relative;
    }

    .s-fdb639c0-fc0e-4781-805d-9792c38ea9b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fdb639c0-fc0e-4781-805d-9792c38ea9b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fdb639c0-fc0e-4781-805d-9792c38ea9b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-fdb639c0-fc0e-4781-805d-9792c38ea9b8 img.shogun-image,
  #s-fdb639c0-fc0e-4781-805d-9792c38ea9b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fdb639c0-fc0e-4781-805d-9792c38ea9b8 {
    width: 100%;
    height: auto;
  }

  #s-fdb639c0-fc0e-4781-805d-9792c38ea9b8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fdb639c0-fc0e-4781-805d-9792c38ea9b8.shogun-image {
    
    
  }


.s-fdb639c0-fc0e-4781-805d-9792c38ea9b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdb639c0-fc0e-4781-805d-9792c38ea9b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdb639c0-fc0e-4781-805d-9792c38ea9b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdb639c0-fc0e-4781-805d-9792c38ea9b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fdb639c0-fc0e-4781-805d-9792c38ea9b8 {
      --shg-aspect-ratio: calc(1353/1800); 
    }

    .s-fdb639c0-fc0e-4781-805d-9792c38ea9b8.shogun-image-container {
      position: relative;
    }

    .s-fdb639c0-fc0e-4781-805d-9792c38ea9b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fdb639c0-fc0e-4781-805d-9792c38ea9b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fdb639c0-fc0e-4781-805d-9792c38ea9b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-fdb639c0-fc0e-4781-805d-9792c38ea9b8 img.shogun-image,
  #s-fdb639c0-fc0e-4781-805d-9792c38ea9b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fdb639c0-fc0e-4781-805d-9792c38ea9b8 {
    width: 100%;
    height: auto;
  }

  #s-fdb639c0-fc0e-4781-805d-9792c38ea9b8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fdb639c0-fc0e-4781-805d-9792c38ea9b8.shogun-image {
    
    
  }


.s-fdb639c0-fc0e-4781-805d-9792c38ea9b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdb639c0-fc0e-4781-805d-9792c38ea9b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdb639c0-fc0e-4781-805d-9792c38ea9b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdb639c0-fc0e-4781-805d-9792c38ea9b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fdb639c0-fc0e-4781-805d-9792c38ea9b8 {
      --shg-aspect-ratio: calc(1353/1800); 
    }

    .s-fdb639c0-fc0e-4781-805d-9792c38ea9b8.shogun-image-container {
      position: relative;
    }

    .s-fdb639c0-fc0e-4781-805d-9792c38ea9b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fdb639c0-fc0e-4781-805d-9792c38ea9b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fdb639c0-fc0e-4781-805d-9792c38ea9b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-fdb639c0-fc0e-4781-805d-9792c38ea9b8 img.shogun-image,
  #s-fdb639c0-fc0e-4781-805d-9792c38ea9b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fdb639c0-fc0e-4781-805d-9792c38ea9b8 {
    width: 100%;
    height: auto;
  }

  #s-fdb639c0-fc0e-4781-805d-9792c38ea9b8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fdb639c0-fc0e-4781-805d-9792c38ea9b8.shogun-image {
    
    
  }


.s-fdb639c0-fc0e-4781-805d-9792c38ea9b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdb639c0-fc0e-4781-805d-9792c38ea9b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdb639c0-fc0e-4781-805d-9792c38ea9b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdb639c0-fc0e-4781-805d-9792c38ea9b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fdb639c0-fc0e-4781-805d-9792c38ea9b8 {
      --shg-aspect-ratio: calc(1353/1800); 
    }

    .s-fdb639c0-fc0e-4781-805d-9792c38ea9b8.shogun-image-container {
      position: relative;
    }

    .s-fdb639c0-fc0e-4781-805d-9792c38ea9b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fdb639c0-fc0e-4781-805d-9792c38ea9b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fdb639c0-fc0e-4781-805d-9792c38ea9b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (min-width: 0px) {
[id="s-99d13e93-0f62-4a38-983a-3e0e34f7a977"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-99d13e93-0f62-4a38-983a-3e0e34f7a977"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-99d13e93-0f62-4a38-983a-3e0e34f7a977"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-99d13e93-0f62-4a38-983a-3e0e34f7a977"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-850a1f3b-09f3-46c8-b5cb-573d73d289fb {
  max-width: 1350px;
aspect-ratio: 1350/1800;
text-align: center;
}





  #s-850a1f3b-09f3-46c8-b5cb-573d73d289fb img.shogun-image,
  #s-850a1f3b-09f3-46c8-b5cb-573d73d289fb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-850a1f3b-09f3-46c8-b5cb-573d73d289fb {
    width: 100%;
    height: auto;
  }

  #s-850a1f3b-09f3-46c8-b5cb-573d73d289fb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-850a1f3b-09f3-46c8-b5cb-573d73d289fb.shogun-image {
    
    
  }


.s-850a1f3b-09f3-46c8-b5cb-573d73d289fb .shogun-image-content {
  
    align-items: center;
  
}

.s-850a1f3b-09f3-46c8-b5cb-573d73d289fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-850a1f3b-09f3-46c8-b5cb-573d73d289fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-850a1f3b-09f3-46c8-b5cb-573d73d289fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-850a1f3b-09f3-46c8-b5cb-573d73d289fb {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-850a1f3b-09f3-46c8-b5cb-573d73d289fb.shogun-image-container {
      position: relative;
    }

    .s-850a1f3b-09f3-46c8-b5cb-573d73d289fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-850a1f3b-09f3-46c8-b5cb-573d73d289fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-850a1f3b-09f3-46c8-b5cb-573d73d289fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-850a1f3b-09f3-46c8-b5cb-573d73d289fb img.shogun-image,
  #s-850a1f3b-09f3-46c8-b5cb-573d73d289fb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-850a1f3b-09f3-46c8-b5cb-573d73d289fb {
    width: 100%;
    height: auto;
  }

  #s-850a1f3b-09f3-46c8-b5cb-573d73d289fb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-850a1f3b-09f3-46c8-b5cb-573d73d289fb.shogun-image {
    
    
  }


.s-850a1f3b-09f3-46c8-b5cb-573d73d289fb .shogun-image-content {
  
    align-items: center;
  
}

.s-850a1f3b-09f3-46c8-b5cb-573d73d289fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-850a1f3b-09f3-46c8-b5cb-573d73d289fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-850a1f3b-09f3-46c8-b5cb-573d73d289fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-850a1f3b-09f3-46c8-b5cb-573d73d289fb {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-850a1f3b-09f3-46c8-b5cb-573d73d289fb.shogun-image-container {
      position: relative;
    }

    .s-850a1f3b-09f3-46c8-b5cb-573d73d289fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-850a1f3b-09f3-46c8-b5cb-573d73d289fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-850a1f3b-09f3-46c8-b5cb-573d73d289fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-850a1f3b-09f3-46c8-b5cb-573d73d289fb img.shogun-image,
  #s-850a1f3b-09f3-46c8-b5cb-573d73d289fb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-850a1f3b-09f3-46c8-b5cb-573d73d289fb {
    width: 100%;
    height: auto;
  }

  #s-850a1f3b-09f3-46c8-b5cb-573d73d289fb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-850a1f3b-09f3-46c8-b5cb-573d73d289fb.shogun-image {
    
    
  }


.s-850a1f3b-09f3-46c8-b5cb-573d73d289fb .shogun-image-content {
  
    align-items: center;
  
}

.s-850a1f3b-09f3-46c8-b5cb-573d73d289fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-850a1f3b-09f3-46c8-b5cb-573d73d289fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-850a1f3b-09f3-46c8-b5cb-573d73d289fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-850a1f3b-09f3-46c8-b5cb-573d73d289fb {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-850a1f3b-09f3-46c8-b5cb-573d73d289fb.shogun-image-container {
      position: relative;
    }

    .s-850a1f3b-09f3-46c8-b5cb-573d73d289fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-850a1f3b-09f3-46c8-b5cb-573d73d289fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-850a1f3b-09f3-46c8-b5cb-573d73d289fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-850a1f3b-09f3-46c8-b5cb-573d73d289fb img.shogun-image,
  #s-850a1f3b-09f3-46c8-b5cb-573d73d289fb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-850a1f3b-09f3-46c8-b5cb-573d73d289fb {
    width: 100%;
    height: auto;
  }

  #s-850a1f3b-09f3-46c8-b5cb-573d73d289fb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-850a1f3b-09f3-46c8-b5cb-573d73d289fb.shogun-image {
    
    
  }


.s-850a1f3b-09f3-46c8-b5cb-573d73d289fb .shogun-image-content {
  
    align-items: center;
  
}

.s-850a1f3b-09f3-46c8-b5cb-573d73d289fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-850a1f3b-09f3-46c8-b5cb-573d73d289fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-850a1f3b-09f3-46c8-b5cb-573d73d289fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-850a1f3b-09f3-46c8-b5cb-573d73d289fb {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-850a1f3b-09f3-46c8-b5cb-573d73d289fb.shogun-image-container {
      position: relative;
    }

    .s-850a1f3b-09f3-46c8-b5cb-573d73d289fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-850a1f3b-09f3-46c8-b5cb-573d73d289fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-850a1f3b-09f3-46c8-b5cb-573d73d289fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-850a1f3b-09f3-46c8-b5cb-573d73d289fb img.shogun-image,
  #s-850a1f3b-09f3-46c8-b5cb-573d73d289fb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-850a1f3b-09f3-46c8-b5cb-573d73d289fb {
    width: 100%;
    height: auto;
  }

  #s-850a1f3b-09f3-46c8-b5cb-573d73d289fb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-850a1f3b-09f3-46c8-b5cb-573d73d289fb.shogun-image {
    
    
  }


.s-850a1f3b-09f3-46c8-b5cb-573d73d289fb .shogun-image-content {
  
    align-items: center;
  
}

.s-850a1f3b-09f3-46c8-b5cb-573d73d289fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-850a1f3b-09f3-46c8-b5cb-573d73d289fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-850a1f3b-09f3-46c8-b5cb-573d73d289fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-850a1f3b-09f3-46c8-b5cb-573d73d289fb {
      --shg-aspect-ratio: calc(1350/1800); 
    }

    .s-850a1f3b-09f3-46c8-b5cb-573d73d289fb.shogun-image-container {
      position: relative;
    }

    .s-850a1f3b-09f3-46c8-b5cb-573d73d289fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-850a1f3b-09f3-46c8-b5cb-573d73d289fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-850a1f3b-09f3-46c8-b5cb-573d73d289fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-93d24d77-2371-44f5-97b2-d02c4c1e3ff6 {
  text-align: center;
}







  img.s-93d24d77-2371-44f5-97b2-d02c4c1e3ff6.shogun-image {
    
    
  }


.s-93d24d77-2371-44f5-97b2-d02c4c1e3ff6 .shogun-image-content {
  
    align-items: center;
  
}

.s-93d24d77-2371-44f5-97b2-d02c4c1e3ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93d24d77-2371-44f5-97b2-d02c4c1e3ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93d24d77-2371-44f5-97b2-d02c4c1e3ff6.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-93d24d77-2371-44f5-97b2-d02c4c1e3ff6.shogun-image {
    
    
  }


.s-93d24d77-2371-44f5-97b2-d02c4c1e3ff6 .shogun-image-content {
  
    align-items: center;
  
}

.s-93d24d77-2371-44f5-97b2-d02c4c1e3ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93d24d77-2371-44f5-97b2-d02c4c1e3ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93d24d77-2371-44f5-97b2-d02c4c1e3ff6.shogun-image {
  box-sizing: border-box;
}



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





  img.s-93d24d77-2371-44f5-97b2-d02c4c1e3ff6.shogun-image {
    
    
  }


.s-93d24d77-2371-44f5-97b2-d02c4c1e3ff6 .shogun-image-content {
  
    align-items: center;
  
}

.s-93d24d77-2371-44f5-97b2-d02c4c1e3ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93d24d77-2371-44f5-97b2-d02c4c1e3ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93d24d77-2371-44f5-97b2-d02c4c1e3ff6.shogun-image {
  box-sizing: border-box;
}



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





  img.s-93d24d77-2371-44f5-97b2-d02c4c1e3ff6.shogun-image {
    
    
  }


.s-93d24d77-2371-44f5-97b2-d02c4c1e3ff6 .shogun-image-content {
  
    align-items: center;
  
}

.s-93d24d77-2371-44f5-97b2-d02c4c1e3ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93d24d77-2371-44f5-97b2-d02c4c1e3ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93d24d77-2371-44f5-97b2-d02c4c1e3ff6.shogun-image {
  box-sizing: border-box;
}



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





  img.s-93d24d77-2371-44f5-97b2-d02c4c1e3ff6.shogun-image {
    
    
  }


.s-93d24d77-2371-44f5-97b2-d02c4c1e3ff6 .shogun-image-content {
  
    align-items: center;
  
}

.s-93d24d77-2371-44f5-97b2-d02c4c1e3ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93d24d77-2371-44f5-97b2-d02c4c1e3ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93d24d77-2371-44f5-97b2-d02c4c1e3ff6.shogun-image {
  box-sizing: border-box;
}



}
#s-d9ddc2a5-869b-4d0c-ab85-12f2a0aa273b {
  margin-top: 2em;
margin-bottom: 2em;
min-height: 50px;
}








#s-d9ddc2a5-869b-4d0c-ab85-12f2a0aa273b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9ddc2a5-869b-4d0c-ab85-12f2a0aa273b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-526b07ea-8365-49dd-bfe8-9e1baf9b5bac hr {
  border-top: 1px solid #ddd;
}

#s-a758e333-2818-4552-ae99-3c786cde42ae {
  margin-top: 0.5em;
margin-left: 1em;
margin-bottom: 0.75px;
margin-right: 1em;
}

#s-d1b5c72f-6213-4d98-a1f3-9a5fc7605bd2 {
  margin-left: 1em;
margin-right: 1em;
}

@media (min-width: 0px) {
[id="s-d1b5c72f-6213-4d98-a1f3-9a5fc7605bd2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1b5c72f-6213-4d98-a1f3-9a5fc7605bd2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d1b5c72f-6213-4d98-a1f3-9a5fc7605bd2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d1b5c72f-6213-4d98-a1f3-9a5fc7605bd2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d1b5c72f-6213-4d98-a1f3-9a5fc7605bd2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1b5c72f-6213-4d98-a1f3-9a5fc7605bd2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d1b5c72f-6213-4d98-a1f3-9a5fc7605bd2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-d48bc69d-98a9-4750-9d17-e09375bffb3e {
  margin-bottom: 0.75em;
}

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

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

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

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

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

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

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

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

#s-ef754b07-2ea7-413c-8b92-8cf4aa5c6fa5 {
  margin-top: 1.5em;
margin-bottom: 0.5em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ef754b07-2ea7-413c-8b92-8cf4aa5c6fa5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ef754b07-2ea7-413c-8b92-8cf4aa5c6fa5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ef754b07-2ea7-413c-8b92-8cf4aa5c6fa5-root {
    text-align: center;
  }


#s-ef754b07-2ea7-413c-8b92-8cf4aa5c6fa5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ef754b07-2ea7-413c-8b92-8cf4aa5c6fa5-root {
    text-align: center;
  }


#s-ef754b07-2ea7-413c-8b92-8cf4aa5c6fa5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ef754b07-2ea7-413c-8b92-8cf4aa5c6fa5-root {
    text-align: center;
  }


#s-ef754b07-2ea7-413c-8b92-8cf4aa5c6fa5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ef754b07-2ea7-413c-8b92-8cf4aa5c6fa5-root {
    text-align: center;
  }


#s-ef754b07-2ea7-413c-8b92-8cf4aa5c6fa5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ef754b07-2ea7-413c-8b92-8cf4aa5c6fa5-root {
    text-align: center;
  }


#s-ef754b07-2ea7-413c-8b92-8cf4aa5c6fa5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4ffe9b01-12cf-42c9-b0a8-33907dbf1d7c hr {
  border-top: 1px solid #ddd;
}

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