.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-ece7389f-3d5e-4580-b49b-c059b0609cce {
  min-height: 50px;
}








#s-ece7389f-3d5e-4580-b49b-c059b0609cce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ece7389f-3d5e-4580-b49b-c059b0609cce.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;
}

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;
}

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

.shogun-image.hover ~ * {
  z-index: 1;
}

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

#s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0 {
  margin-top: 28px;
margin-bottom: 28px;
max-width: 3000px;
aspect-ratio: 3000/500;
text-align: center;
}





  #s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0 img.shogun-image,
  #s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0 {
    width: 100%;
    height: auto;
  }

  #s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0.shogun-image {
    
    
  }


.s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0 img.shogun-image,
  #s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0 {
    width: 100%;
    height: auto;
  }

  #s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0.shogun-image {
    
    
  }


.s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0.shogun-image {
  box-sizing: border-box;
}

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



  #s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0 img.shogun-image,
  #s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0 {
    width: 100%;
    height: auto;
  }

  #s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0.shogun-image {
    
    
  }


.s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0.shogun-image {
  box-sizing: border-box;
}

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



  #s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0 img.shogun-image,
  #s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0 {
    width: 100%;
    height: auto;
  }

  #s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0.shogun-image {
    
    
  }


.s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0.shogun-image {
  box-sizing: border-box;
}

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



  #s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0 img.shogun-image,
  #s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0 {
    width: 100%;
    height: auto;
  }

  #s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0.shogun-image {
    
    
  }


.s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0af6b50-2c30-4ced-8fd3-e2ecd35853b0.shogun-image {
  box-sizing: border-box;
}

}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #121212;
  font-family: Serif;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-c4a6f7b0-8bc5-4ad5-b998-2cda3db5037b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4a6f7b0-8bc5-4ad5-b998-2cda3db5037b .shogun-heading-component h1 {
  color: ;
  font-weight:  600 ;
  font-family: "Inter";
  font-style:  normal ;
  
  
  
  
}



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

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

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

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

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

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

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

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

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

#s-3df07022-636c-4e13-9173-4774f06480ad {
  margin-left: 10%;
margin-right: 10%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-d0a6485f-a143-403c-adb3-24c94c754edd {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-d0a6485f-a143-403c-adb3-24c94c754edd .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-d0a6485f-a143-403c-adb3-24c94c754edd .shg-sld-nav-button.shg-sld-left,
#s-d0a6485f-a143-403c-adb3-24c94c754edd .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-165d773b-3339-425d-9c79-c2f1f6103d7b {
  max-width: 1080px;
aspect-ratio: 6192/4128;
text-align: center;
}





  #s-165d773b-3339-425d-9c79-c2f1f6103d7b img.shogun-image,
  #s-165d773b-3339-425d-9c79-c2f1f6103d7b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-165d773b-3339-425d-9c79-c2f1f6103d7b {
    width: 100%;
    height: auto;
  }

  #s-165d773b-3339-425d-9c79-c2f1f6103d7b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-165d773b-3339-425d-9c79-c2f1f6103d7b.shogun-image {
    
    
  }


.s-165d773b-3339-425d-9c79-c2f1f6103d7b .shogun-image-content {
  
    align-items: center;
  
}

.s-165d773b-3339-425d-9c79-c2f1f6103d7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-165d773b-3339-425d-9c79-c2f1f6103d7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-165d773b-3339-425d-9c79-c2f1f6103d7b.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-165d773b-3339-425d-9c79-c2f1f6103d7b img.shogun-image,
  #s-165d773b-3339-425d-9c79-c2f1f6103d7b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-165d773b-3339-425d-9c79-c2f1f6103d7b {
    width: 100%;
    height: auto;
  }

  #s-165d773b-3339-425d-9c79-c2f1f6103d7b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-165d773b-3339-425d-9c79-c2f1f6103d7b.shogun-image {
    
    
  }


.s-165d773b-3339-425d-9c79-c2f1f6103d7b .shogun-image-content {
  
    align-items: center;
  
}

.s-165d773b-3339-425d-9c79-c2f1f6103d7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-165d773b-3339-425d-9c79-c2f1f6103d7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-165d773b-3339-425d-9c79-c2f1f6103d7b.shogun-image {
  box-sizing: border-box;
}

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



  #s-165d773b-3339-425d-9c79-c2f1f6103d7b img.shogun-image,
  #s-165d773b-3339-425d-9c79-c2f1f6103d7b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-165d773b-3339-425d-9c79-c2f1f6103d7b {
    width: 100%;
    height: auto;
  }

  #s-165d773b-3339-425d-9c79-c2f1f6103d7b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-165d773b-3339-425d-9c79-c2f1f6103d7b.shogun-image {
    
    
  }


.s-165d773b-3339-425d-9c79-c2f1f6103d7b .shogun-image-content {
  
    align-items: center;
  
}

.s-165d773b-3339-425d-9c79-c2f1f6103d7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-165d773b-3339-425d-9c79-c2f1f6103d7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-165d773b-3339-425d-9c79-c2f1f6103d7b.shogun-image {
  box-sizing: border-box;
}

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



  #s-165d773b-3339-425d-9c79-c2f1f6103d7b img.shogun-image,
  #s-165d773b-3339-425d-9c79-c2f1f6103d7b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-165d773b-3339-425d-9c79-c2f1f6103d7b {
    width: 100%;
    height: auto;
  }

  #s-165d773b-3339-425d-9c79-c2f1f6103d7b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-165d773b-3339-425d-9c79-c2f1f6103d7b.shogun-image {
    
    
  }


.s-165d773b-3339-425d-9c79-c2f1f6103d7b .shogun-image-content {
  
    align-items: center;
  
}

.s-165d773b-3339-425d-9c79-c2f1f6103d7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-165d773b-3339-425d-9c79-c2f1f6103d7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-165d773b-3339-425d-9c79-c2f1f6103d7b.shogun-image {
  box-sizing: border-box;
}

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



  #s-165d773b-3339-425d-9c79-c2f1f6103d7b img.shogun-image,
  #s-165d773b-3339-425d-9c79-c2f1f6103d7b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-165d773b-3339-425d-9c79-c2f1f6103d7b {
    width: 100%;
    height: auto;
  }

  #s-165d773b-3339-425d-9c79-c2f1f6103d7b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-165d773b-3339-425d-9c79-c2f1f6103d7b.shogun-image {
    
    
  }


.s-165d773b-3339-425d-9c79-c2f1f6103d7b .shogun-image-content {
  
    align-items: center;
  
}

.s-165d773b-3339-425d-9c79-c2f1f6103d7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-165d773b-3339-425d-9c79-c2f1f6103d7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-165d773b-3339-425d-9c79-c2f1f6103d7b.shogun-image {
  box-sizing: border-box;
}

}
#s-165e24e0-29b7-4cb0-ba2b-758c1cd56071 {
  max-width: 1080px;
aspect-ratio: 1930/1287;
text-align: center;
}





  #s-165e24e0-29b7-4cb0-ba2b-758c1cd56071 img.shogun-image,
  #s-165e24e0-29b7-4cb0-ba2b-758c1cd56071 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-165e24e0-29b7-4cb0-ba2b-758c1cd56071 {
    width: 100%;
    height: auto;
  }

  #s-165e24e0-29b7-4cb0-ba2b-758c1cd56071 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-165e24e0-29b7-4cb0-ba2b-758c1cd56071.shogun-image {
    
    
  }


.s-165e24e0-29b7-4cb0-ba2b-758c1cd56071 .shogun-image-content {
  
    align-items: center;
  
}

.s-165e24e0-29b7-4cb0-ba2b-758c1cd56071.shg-align-container {
  display: flex;
  justify-content: center
}

.s-165e24e0-29b7-4cb0-ba2b-758c1cd56071.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-165e24e0-29b7-4cb0-ba2b-758c1cd56071.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-165e24e0-29b7-4cb0-ba2b-758c1cd56071 img.shogun-image,
  #s-165e24e0-29b7-4cb0-ba2b-758c1cd56071 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-165e24e0-29b7-4cb0-ba2b-758c1cd56071 {
    width: 100%;
    height: auto;
  }

  #s-165e24e0-29b7-4cb0-ba2b-758c1cd56071 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-165e24e0-29b7-4cb0-ba2b-758c1cd56071.shogun-image {
    
    
  }


.s-165e24e0-29b7-4cb0-ba2b-758c1cd56071 .shogun-image-content {
  
    align-items: center;
  
}

.s-165e24e0-29b7-4cb0-ba2b-758c1cd56071.shg-align-container {
  display: flex;
  justify-content: center
}

.s-165e24e0-29b7-4cb0-ba2b-758c1cd56071.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-165e24e0-29b7-4cb0-ba2b-758c1cd56071.shogun-image {
  box-sizing: border-box;
}

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



  #s-165e24e0-29b7-4cb0-ba2b-758c1cd56071 img.shogun-image,
  #s-165e24e0-29b7-4cb0-ba2b-758c1cd56071 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-165e24e0-29b7-4cb0-ba2b-758c1cd56071 {
    width: 100%;
    height: auto;
  }

  #s-165e24e0-29b7-4cb0-ba2b-758c1cd56071 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-165e24e0-29b7-4cb0-ba2b-758c1cd56071.shogun-image {
    
    
  }


.s-165e24e0-29b7-4cb0-ba2b-758c1cd56071 .shogun-image-content {
  
    align-items: center;
  
}

.s-165e24e0-29b7-4cb0-ba2b-758c1cd56071.shg-align-container {
  display: flex;
  justify-content: center
}

.s-165e24e0-29b7-4cb0-ba2b-758c1cd56071.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-165e24e0-29b7-4cb0-ba2b-758c1cd56071.shogun-image {
  box-sizing: border-box;
}

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



  #s-165e24e0-29b7-4cb0-ba2b-758c1cd56071 img.shogun-image,
  #s-165e24e0-29b7-4cb0-ba2b-758c1cd56071 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-165e24e0-29b7-4cb0-ba2b-758c1cd56071 {
    width: 100%;
    height: auto;
  }

  #s-165e24e0-29b7-4cb0-ba2b-758c1cd56071 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-165e24e0-29b7-4cb0-ba2b-758c1cd56071.shogun-image {
    
    
  }


.s-165e24e0-29b7-4cb0-ba2b-758c1cd56071 .shogun-image-content {
  
    align-items: center;
  
}

.s-165e24e0-29b7-4cb0-ba2b-758c1cd56071.shg-align-container {
  display: flex;
  justify-content: center
}

.s-165e24e0-29b7-4cb0-ba2b-758c1cd56071.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-165e24e0-29b7-4cb0-ba2b-758c1cd56071.shogun-image {
  box-sizing: border-box;
}

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



  #s-165e24e0-29b7-4cb0-ba2b-758c1cd56071 img.shogun-image,
  #s-165e24e0-29b7-4cb0-ba2b-758c1cd56071 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-165e24e0-29b7-4cb0-ba2b-758c1cd56071 {
    width: 100%;
    height: auto;
  }

  #s-165e24e0-29b7-4cb0-ba2b-758c1cd56071 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-165e24e0-29b7-4cb0-ba2b-758c1cd56071.shogun-image {
    
    
  }


.s-165e24e0-29b7-4cb0-ba2b-758c1cd56071 .shogun-image-content {
  
    align-items: center;
  
}

.s-165e24e0-29b7-4cb0-ba2b-758c1cd56071.shg-align-container {
  display: flex;
  justify-content: center
}

.s-165e24e0-29b7-4cb0-ba2b-758c1cd56071.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-165e24e0-29b7-4cb0-ba2b-758c1cd56071.shogun-image {
  box-sizing: border-box;
}

}
#s-7a800adb-c675-4f97-a492-3e402beb786a {
  max-width: 1080px;
aspect-ratio: 1930/1287;
text-align: center;
}





  #s-7a800adb-c675-4f97-a492-3e402beb786a img.shogun-image,
  #s-7a800adb-c675-4f97-a492-3e402beb786a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a800adb-c675-4f97-a492-3e402beb786a {
    width: 100%;
    height: auto;
  }

  #s-7a800adb-c675-4f97-a492-3e402beb786a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a800adb-c675-4f97-a492-3e402beb786a.shogun-image {
    
    
  }


.s-7a800adb-c675-4f97-a492-3e402beb786a .shogun-image-content {
  
    align-items: center;
  
}

.s-7a800adb-c675-4f97-a492-3e402beb786a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a800adb-c675-4f97-a492-3e402beb786a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a800adb-c675-4f97-a492-3e402beb786a.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-7a800adb-c675-4f97-a492-3e402beb786a img.shogun-image,
  #s-7a800adb-c675-4f97-a492-3e402beb786a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a800adb-c675-4f97-a492-3e402beb786a {
    width: 100%;
    height: auto;
  }

  #s-7a800adb-c675-4f97-a492-3e402beb786a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a800adb-c675-4f97-a492-3e402beb786a.shogun-image {
    
    
  }


.s-7a800adb-c675-4f97-a492-3e402beb786a .shogun-image-content {
  
    align-items: center;
  
}

.s-7a800adb-c675-4f97-a492-3e402beb786a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a800adb-c675-4f97-a492-3e402beb786a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a800adb-c675-4f97-a492-3e402beb786a.shogun-image {
  box-sizing: border-box;
}

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



  #s-7a800adb-c675-4f97-a492-3e402beb786a img.shogun-image,
  #s-7a800adb-c675-4f97-a492-3e402beb786a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a800adb-c675-4f97-a492-3e402beb786a {
    width: 100%;
    height: auto;
  }

  #s-7a800adb-c675-4f97-a492-3e402beb786a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a800adb-c675-4f97-a492-3e402beb786a.shogun-image {
    
    
  }


.s-7a800adb-c675-4f97-a492-3e402beb786a .shogun-image-content {
  
    align-items: center;
  
}

.s-7a800adb-c675-4f97-a492-3e402beb786a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a800adb-c675-4f97-a492-3e402beb786a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a800adb-c675-4f97-a492-3e402beb786a.shogun-image {
  box-sizing: border-box;
}

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



  #s-7a800adb-c675-4f97-a492-3e402beb786a img.shogun-image,
  #s-7a800adb-c675-4f97-a492-3e402beb786a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a800adb-c675-4f97-a492-3e402beb786a {
    width: 100%;
    height: auto;
  }

  #s-7a800adb-c675-4f97-a492-3e402beb786a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a800adb-c675-4f97-a492-3e402beb786a.shogun-image {
    
    
  }


.s-7a800adb-c675-4f97-a492-3e402beb786a .shogun-image-content {
  
    align-items: center;
  
}

.s-7a800adb-c675-4f97-a492-3e402beb786a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a800adb-c675-4f97-a492-3e402beb786a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a800adb-c675-4f97-a492-3e402beb786a.shogun-image {
  box-sizing: border-box;
}

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



  #s-7a800adb-c675-4f97-a492-3e402beb786a img.shogun-image,
  #s-7a800adb-c675-4f97-a492-3e402beb786a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a800adb-c675-4f97-a492-3e402beb786a {
    width: 100%;
    height: auto;
  }

  #s-7a800adb-c675-4f97-a492-3e402beb786a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a800adb-c675-4f97-a492-3e402beb786a.shogun-image {
    
    
  }


.s-7a800adb-c675-4f97-a492-3e402beb786a .shogun-image-content {
  
    align-items: center;
  
}

.s-7a800adb-c675-4f97-a492-3e402beb786a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a800adb-c675-4f97-a492-3e402beb786a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a800adb-c675-4f97-a492-3e402beb786a.shogun-image {
  box-sizing: border-box;
}

}
#s-fdccd7fe-be11-450b-a458-2a5045e50b4d {
  max-width: 1080px;
aspect-ratio: 1930/1287;
text-align: center;
}





  #s-fdccd7fe-be11-450b-a458-2a5045e50b4d img.shogun-image,
  #s-fdccd7fe-be11-450b-a458-2a5045e50b4d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fdccd7fe-be11-450b-a458-2a5045e50b4d {
    width: 100%;
    height: auto;
  }

  #s-fdccd7fe-be11-450b-a458-2a5045e50b4d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fdccd7fe-be11-450b-a458-2a5045e50b4d.shogun-image {
    
    
  }


.s-fdccd7fe-be11-450b-a458-2a5045e50b4d .shogun-image-content {
  
    align-items: center;
  
}

.s-fdccd7fe-be11-450b-a458-2a5045e50b4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdccd7fe-be11-450b-a458-2a5045e50b4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdccd7fe-be11-450b-a458-2a5045e50b4d.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-fdccd7fe-be11-450b-a458-2a5045e50b4d img.shogun-image,
  #s-fdccd7fe-be11-450b-a458-2a5045e50b4d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fdccd7fe-be11-450b-a458-2a5045e50b4d {
    width: 100%;
    height: auto;
  }

  #s-fdccd7fe-be11-450b-a458-2a5045e50b4d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fdccd7fe-be11-450b-a458-2a5045e50b4d.shogun-image {
    
    
  }


.s-fdccd7fe-be11-450b-a458-2a5045e50b4d .shogun-image-content {
  
    align-items: center;
  
}

.s-fdccd7fe-be11-450b-a458-2a5045e50b4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdccd7fe-be11-450b-a458-2a5045e50b4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdccd7fe-be11-450b-a458-2a5045e50b4d.shogun-image {
  box-sizing: border-box;
}

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



  #s-fdccd7fe-be11-450b-a458-2a5045e50b4d img.shogun-image,
  #s-fdccd7fe-be11-450b-a458-2a5045e50b4d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fdccd7fe-be11-450b-a458-2a5045e50b4d {
    width: 100%;
    height: auto;
  }

  #s-fdccd7fe-be11-450b-a458-2a5045e50b4d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fdccd7fe-be11-450b-a458-2a5045e50b4d.shogun-image {
    
    
  }


.s-fdccd7fe-be11-450b-a458-2a5045e50b4d .shogun-image-content {
  
    align-items: center;
  
}

.s-fdccd7fe-be11-450b-a458-2a5045e50b4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdccd7fe-be11-450b-a458-2a5045e50b4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdccd7fe-be11-450b-a458-2a5045e50b4d.shogun-image {
  box-sizing: border-box;
}

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



  #s-fdccd7fe-be11-450b-a458-2a5045e50b4d img.shogun-image,
  #s-fdccd7fe-be11-450b-a458-2a5045e50b4d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fdccd7fe-be11-450b-a458-2a5045e50b4d {
    width: 100%;
    height: auto;
  }

  #s-fdccd7fe-be11-450b-a458-2a5045e50b4d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fdccd7fe-be11-450b-a458-2a5045e50b4d.shogun-image {
    
    
  }


.s-fdccd7fe-be11-450b-a458-2a5045e50b4d .shogun-image-content {
  
    align-items: center;
  
}

.s-fdccd7fe-be11-450b-a458-2a5045e50b4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdccd7fe-be11-450b-a458-2a5045e50b4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdccd7fe-be11-450b-a458-2a5045e50b4d.shogun-image {
  box-sizing: border-box;
}

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



  #s-fdccd7fe-be11-450b-a458-2a5045e50b4d img.shogun-image,
  #s-fdccd7fe-be11-450b-a458-2a5045e50b4d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fdccd7fe-be11-450b-a458-2a5045e50b4d {
    width: 100%;
    height: auto;
  }

  #s-fdccd7fe-be11-450b-a458-2a5045e50b4d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fdccd7fe-be11-450b-a458-2a5045e50b4d.shogun-image {
    
    
  }


.s-fdccd7fe-be11-450b-a458-2a5045e50b4d .shogun-image-content {
  
    align-items: center;
  
}

.s-fdccd7fe-be11-450b-a458-2a5045e50b4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdccd7fe-be11-450b-a458-2a5045e50b4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdccd7fe-be11-450b-a458-2a5045e50b4d.shogun-image {
  box-sizing: border-box;
}

}
#s-46db7235-2978-46ed-8df3-8ab7a938d894 {
  max-width: 1080px;
aspect-ratio: 6192/4128;
text-align: center;
}





  #s-46db7235-2978-46ed-8df3-8ab7a938d894 img.shogun-image,
  #s-46db7235-2978-46ed-8df3-8ab7a938d894 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46db7235-2978-46ed-8df3-8ab7a938d894 {
    width: 100%;
    height: auto;
  }

  #s-46db7235-2978-46ed-8df3-8ab7a938d894 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-46db7235-2978-46ed-8df3-8ab7a938d894.shogun-image {
    
    
  }


.s-46db7235-2978-46ed-8df3-8ab7a938d894 .shogun-image-content {
  
    align-items: center;
  
}

.s-46db7235-2978-46ed-8df3-8ab7a938d894.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46db7235-2978-46ed-8df3-8ab7a938d894.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46db7235-2978-46ed-8df3-8ab7a938d894.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-46db7235-2978-46ed-8df3-8ab7a938d894 img.shogun-image,
  #s-46db7235-2978-46ed-8df3-8ab7a938d894 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46db7235-2978-46ed-8df3-8ab7a938d894 {
    width: 100%;
    height: auto;
  }

  #s-46db7235-2978-46ed-8df3-8ab7a938d894 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-46db7235-2978-46ed-8df3-8ab7a938d894.shogun-image {
    
    
  }


.s-46db7235-2978-46ed-8df3-8ab7a938d894 .shogun-image-content {
  
    align-items: center;
  
}

.s-46db7235-2978-46ed-8df3-8ab7a938d894.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46db7235-2978-46ed-8df3-8ab7a938d894.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46db7235-2978-46ed-8df3-8ab7a938d894.shogun-image {
  box-sizing: border-box;
}

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



  #s-46db7235-2978-46ed-8df3-8ab7a938d894 img.shogun-image,
  #s-46db7235-2978-46ed-8df3-8ab7a938d894 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46db7235-2978-46ed-8df3-8ab7a938d894 {
    width: 100%;
    height: auto;
  }

  #s-46db7235-2978-46ed-8df3-8ab7a938d894 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-46db7235-2978-46ed-8df3-8ab7a938d894.shogun-image {
    
    
  }


.s-46db7235-2978-46ed-8df3-8ab7a938d894 .shogun-image-content {
  
    align-items: center;
  
}

.s-46db7235-2978-46ed-8df3-8ab7a938d894.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46db7235-2978-46ed-8df3-8ab7a938d894.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46db7235-2978-46ed-8df3-8ab7a938d894.shogun-image {
  box-sizing: border-box;
}

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



  #s-46db7235-2978-46ed-8df3-8ab7a938d894 img.shogun-image,
  #s-46db7235-2978-46ed-8df3-8ab7a938d894 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46db7235-2978-46ed-8df3-8ab7a938d894 {
    width: 100%;
    height: auto;
  }

  #s-46db7235-2978-46ed-8df3-8ab7a938d894 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-46db7235-2978-46ed-8df3-8ab7a938d894.shogun-image {
    
    
  }


.s-46db7235-2978-46ed-8df3-8ab7a938d894 .shogun-image-content {
  
    align-items: center;
  
}

.s-46db7235-2978-46ed-8df3-8ab7a938d894.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46db7235-2978-46ed-8df3-8ab7a938d894.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46db7235-2978-46ed-8df3-8ab7a938d894.shogun-image {
  box-sizing: border-box;
}

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



  #s-46db7235-2978-46ed-8df3-8ab7a938d894 img.shogun-image,
  #s-46db7235-2978-46ed-8df3-8ab7a938d894 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46db7235-2978-46ed-8df3-8ab7a938d894 {
    width: 100%;
    height: auto;
  }

  #s-46db7235-2978-46ed-8df3-8ab7a938d894 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-46db7235-2978-46ed-8df3-8ab7a938d894.shogun-image {
    
    
  }


.s-46db7235-2978-46ed-8df3-8ab7a938d894 .shogun-image-content {
  
    align-items: center;
  
}

.s-46db7235-2978-46ed-8df3-8ab7a938d894.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46db7235-2978-46ed-8df3-8ab7a938d894.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46db7235-2978-46ed-8df3-8ab7a938d894.shogun-image {
  box-sizing: border-box;
}

}
#s-381f5210-a753-4c77-9b3f-83946a3f53a2 {
  max-width: 1080px;
aspect-ratio: 1930/1287;
text-align: center;
}





  #s-381f5210-a753-4c77-9b3f-83946a3f53a2 img.shogun-image,
  #s-381f5210-a753-4c77-9b3f-83946a3f53a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-381f5210-a753-4c77-9b3f-83946a3f53a2 {
    width: 100%;
    height: auto;
  }

  #s-381f5210-a753-4c77-9b3f-83946a3f53a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-381f5210-a753-4c77-9b3f-83946a3f53a2.shogun-image {
    
    
  }


.s-381f5210-a753-4c77-9b3f-83946a3f53a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-381f5210-a753-4c77-9b3f-83946a3f53a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-381f5210-a753-4c77-9b3f-83946a3f53a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-381f5210-a753-4c77-9b3f-83946a3f53a2.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-381f5210-a753-4c77-9b3f-83946a3f53a2 img.shogun-image,
  #s-381f5210-a753-4c77-9b3f-83946a3f53a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-381f5210-a753-4c77-9b3f-83946a3f53a2 {
    width: 100%;
    height: auto;
  }

  #s-381f5210-a753-4c77-9b3f-83946a3f53a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-381f5210-a753-4c77-9b3f-83946a3f53a2.shogun-image {
    
    
  }


.s-381f5210-a753-4c77-9b3f-83946a3f53a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-381f5210-a753-4c77-9b3f-83946a3f53a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-381f5210-a753-4c77-9b3f-83946a3f53a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-381f5210-a753-4c77-9b3f-83946a3f53a2.shogun-image {
  box-sizing: border-box;
}

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



  #s-381f5210-a753-4c77-9b3f-83946a3f53a2 img.shogun-image,
  #s-381f5210-a753-4c77-9b3f-83946a3f53a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-381f5210-a753-4c77-9b3f-83946a3f53a2 {
    width: 100%;
    height: auto;
  }

  #s-381f5210-a753-4c77-9b3f-83946a3f53a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-381f5210-a753-4c77-9b3f-83946a3f53a2.shogun-image {
    
    
  }


.s-381f5210-a753-4c77-9b3f-83946a3f53a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-381f5210-a753-4c77-9b3f-83946a3f53a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-381f5210-a753-4c77-9b3f-83946a3f53a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-381f5210-a753-4c77-9b3f-83946a3f53a2.shogun-image {
  box-sizing: border-box;
}

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



  #s-381f5210-a753-4c77-9b3f-83946a3f53a2 img.shogun-image,
  #s-381f5210-a753-4c77-9b3f-83946a3f53a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-381f5210-a753-4c77-9b3f-83946a3f53a2 {
    width: 100%;
    height: auto;
  }

  #s-381f5210-a753-4c77-9b3f-83946a3f53a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-381f5210-a753-4c77-9b3f-83946a3f53a2.shogun-image {
    
    
  }


.s-381f5210-a753-4c77-9b3f-83946a3f53a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-381f5210-a753-4c77-9b3f-83946a3f53a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-381f5210-a753-4c77-9b3f-83946a3f53a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-381f5210-a753-4c77-9b3f-83946a3f53a2.shogun-image {
  box-sizing: border-box;
}

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



  #s-381f5210-a753-4c77-9b3f-83946a3f53a2 img.shogun-image,
  #s-381f5210-a753-4c77-9b3f-83946a3f53a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-381f5210-a753-4c77-9b3f-83946a3f53a2 {
    width: 100%;
    height: auto;
  }

  #s-381f5210-a753-4c77-9b3f-83946a3f53a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-381f5210-a753-4c77-9b3f-83946a3f53a2.shogun-image {
    
    
  }


.s-381f5210-a753-4c77-9b3f-83946a3f53a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-381f5210-a753-4c77-9b3f-83946a3f53a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-381f5210-a753-4c77-9b3f-83946a3f53a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-381f5210-a753-4c77-9b3f-83946a3f53a2.shogun-image {
  box-sizing: border-box;
}

}
#s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0 {
  max-width: 1080px;
aspect-ratio: 1930/1287;
text-align: center;
}





  #s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0 img.shogun-image,
  #s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0 {
    width: 100%;
    height: auto;
  }

  #s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0.shogun-image {
    
    
  }


.s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0 .shogun-image-content {
  
    align-items: center;
  
}

.s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0 img.shogun-image,
  #s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0 {
    width: 100%;
    height: auto;
  }

  #s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0.shogun-image {
    
    
  }


.s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0 .shogun-image-content {
  
    align-items: center;
  
}

.s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0.shogun-image {
  box-sizing: border-box;
}

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



  #s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0 img.shogun-image,
  #s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0 {
    width: 100%;
    height: auto;
  }

  #s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0.shogun-image {
    
    
  }


.s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0 .shogun-image-content {
  
    align-items: center;
  
}

.s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0.shogun-image {
  box-sizing: border-box;
}

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



  #s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0 img.shogun-image,
  #s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0 {
    width: 100%;
    height: auto;
  }

  #s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0.shogun-image {
    
    
  }


.s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0 .shogun-image-content {
  
    align-items: center;
  
}

.s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0.shogun-image {
  box-sizing: border-box;
}

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



  #s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0 img.shogun-image,
  #s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0 {
    width: 100%;
    height: auto;
  }

  #s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0.shogun-image {
    
    
  }


.s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0 .shogun-image-content {
  
    align-items: center;
  
}

.s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9404eb39-18a3-4ddf-be26-09a9e0b13ab0.shogun-image {
  box-sizing: border-box;
}

}
#s-84ec9ed5-3dfd-4c45-a682-695ae217a83c {
  max-width: 1080px;
aspect-ratio: 6192/4128;
text-align: center;
}





  #s-84ec9ed5-3dfd-4c45-a682-695ae217a83c img.shogun-image,
  #s-84ec9ed5-3dfd-4c45-a682-695ae217a83c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84ec9ed5-3dfd-4c45-a682-695ae217a83c {
    width: 100%;
    height: auto;
  }

  #s-84ec9ed5-3dfd-4c45-a682-695ae217a83c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84ec9ed5-3dfd-4c45-a682-695ae217a83c.shogun-image {
    
    
  }


.s-84ec9ed5-3dfd-4c45-a682-695ae217a83c .shogun-image-content {
  
    align-items: center;
  
}

.s-84ec9ed5-3dfd-4c45-a682-695ae217a83c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84ec9ed5-3dfd-4c45-a682-695ae217a83c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84ec9ed5-3dfd-4c45-a682-695ae217a83c.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-84ec9ed5-3dfd-4c45-a682-695ae217a83c img.shogun-image,
  #s-84ec9ed5-3dfd-4c45-a682-695ae217a83c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84ec9ed5-3dfd-4c45-a682-695ae217a83c {
    width: 100%;
    height: auto;
  }

  #s-84ec9ed5-3dfd-4c45-a682-695ae217a83c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84ec9ed5-3dfd-4c45-a682-695ae217a83c.shogun-image {
    
    
  }


.s-84ec9ed5-3dfd-4c45-a682-695ae217a83c .shogun-image-content {
  
    align-items: center;
  
}

.s-84ec9ed5-3dfd-4c45-a682-695ae217a83c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84ec9ed5-3dfd-4c45-a682-695ae217a83c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84ec9ed5-3dfd-4c45-a682-695ae217a83c.shogun-image {
  box-sizing: border-box;
}

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



  #s-84ec9ed5-3dfd-4c45-a682-695ae217a83c img.shogun-image,
  #s-84ec9ed5-3dfd-4c45-a682-695ae217a83c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84ec9ed5-3dfd-4c45-a682-695ae217a83c {
    width: 100%;
    height: auto;
  }

  #s-84ec9ed5-3dfd-4c45-a682-695ae217a83c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84ec9ed5-3dfd-4c45-a682-695ae217a83c.shogun-image {
    
    
  }


.s-84ec9ed5-3dfd-4c45-a682-695ae217a83c .shogun-image-content {
  
    align-items: center;
  
}

.s-84ec9ed5-3dfd-4c45-a682-695ae217a83c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84ec9ed5-3dfd-4c45-a682-695ae217a83c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84ec9ed5-3dfd-4c45-a682-695ae217a83c.shogun-image {
  box-sizing: border-box;
}

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



  #s-84ec9ed5-3dfd-4c45-a682-695ae217a83c img.shogun-image,
  #s-84ec9ed5-3dfd-4c45-a682-695ae217a83c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84ec9ed5-3dfd-4c45-a682-695ae217a83c {
    width: 100%;
    height: auto;
  }

  #s-84ec9ed5-3dfd-4c45-a682-695ae217a83c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84ec9ed5-3dfd-4c45-a682-695ae217a83c.shogun-image {
    
    
  }


.s-84ec9ed5-3dfd-4c45-a682-695ae217a83c .shogun-image-content {
  
    align-items: center;
  
}

.s-84ec9ed5-3dfd-4c45-a682-695ae217a83c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84ec9ed5-3dfd-4c45-a682-695ae217a83c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84ec9ed5-3dfd-4c45-a682-695ae217a83c.shogun-image {
  box-sizing: border-box;
}

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



  #s-84ec9ed5-3dfd-4c45-a682-695ae217a83c img.shogun-image,
  #s-84ec9ed5-3dfd-4c45-a682-695ae217a83c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84ec9ed5-3dfd-4c45-a682-695ae217a83c {
    width: 100%;
    height: auto;
  }

  #s-84ec9ed5-3dfd-4c45-a682-695ae217a83c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84ec9ed5-3dfd-4c45-a682-695ae217a83c.shogun-image {
    
    
  }


.s-84ec9ed5-3dfd-4c45-a682-695ae217a83c .shogun-image-content {
  
    align-items: center;
  
}

.s-84ec9ed5-3dfd-4c45-a682-695ae217a83c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84ec9ed5-3dfd-4c45-a682-695ae217a83c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84ec9ed5-3dfd-4c45-a682-695ae217a83c.shogun-image {
  box-sizing: border-box;
}

}
#s-28676d33-fe19-43cb-87ff-f40cbdd2c82a {
  max-width: 1080px;
aspect-ratio: 1920/1280;
text-align: center;
}





  #s-28676d33-fe19-43cb-87ff-f40cbdd2c82a img.shogun-image,
  #s-28676d33-fe19-43cb-87ff-f40cbdd2c82a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28676d33-fe19-43cb-87ff-f40cbdd2c82a {
    width: 100%;
    height: auto;
  }

  #s-28676d33-fe19-43cb-87ff-f40cbdd2c82a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28676d33-fe19-43cb-87ff-f40cbdd2c82a.shogun-image {
    
    
  }


.s-28676d33-fe19-43cb-87ff-f40cbdd2c82a .shogun-image-content {
  
    align-items: center;
  
}

.s-28676d33-fe19-43cb-87ff-f40cbdd2c82a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28676d33-fe19-43cb-87ff-f40cbdd2c82a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28676d33-fe19-43cb-87ff-f40cbdd2c82a.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-28676d33-fe19-43cb-87ff-f40cbdd2c82a img.shogun-image,
  #s-28676d33-fe19-43cb-87ff-f40cbdd2c82a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28676d33-fe19-43cb-87ff-f40cbdd2c82a {
    width: 100%;
    height: auto;
  }

  #s-28676d33-fe19-43cb-87ff-f40cbdd2c82a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28676d33-fe19-43cb-87ff-f40cbdd2c82a.shogun-image {
    
    
  }


.s-28676d33-fe19-43cb-87ff-f40cbdd2c82a .shogun-image-content {
  
    align-items: center;
  
}

.s-28676d33-fe19-43cb-87ff-f40cbdd2c82a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28676d33-fe19-43cb-87ff-f40cbdd2c82a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28676d33-fe19-43cb-87ff-f40cbdd2c82a.shogun-image {
  box-sizing: border-box;
}

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



  #s-28676d33-fe19-43cb-87ff-f40cbdd2c82a img.shogun-image,
  #s-28676d33-fe19-43cb-87ff-f40cbdd2c82a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28676d33-fe19-43cb-87ff-f40cbdd2c82a {
    width: 100%;
    height: auto;
  }

  #s-28676d33-fe19-43cb-87ff-f40cbdd2c82a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28676d33-fe19-43cb-87ff-f40cbdd2c82a.shogun-image {
    
    
  }


.s-28676d33-fe19-43cb-87ff-f40cbdd2c82a .shogun-image-content {
  
    align-items: center;
  
}

.s-28676d33-fe19-43cb-87ff-f40cbdd2c82a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28676d33-fe19-43cb-87ff-f40cbdd2c82a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28676d33-fe19-43cb-87ff-f40cbdd2c82a.shogun-image {
  box-sizing: border-box;
}

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



  #s-28676d33-fe19-43cb-87ff-f40cbdd2c82a img.shogun-image,
  #s-28676d33-fe19-43cb-87ff-f40cbdd2c82a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28676d33-fe19-43cb-87ff-f40cbdd2c82a {
    width: 100%;
    height: auto;
  }

  #s-28676d33-fe19-43cb-87ff-f40cbdd2c82a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28676d33-fe19-43cb-87ff-f40cbdd2c82a.shogun-image {
    
    
  }


.s-28676d33-fe19-43cb-87ff-f40cbdd2c82a .shogun-image-content {
  
    align-items: center;
  
}

.s-28676d33-fe19-43cb-87ff-f40cbdd2c82a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28676d33-fe19-43cb-87ff-f40cbdd2c82a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28676d33-fe19-43cb-87ff-f40cbdd2c82a.shogun-image {
  box-sizing: border-box;
}

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



  #s-28676d33-fe19-43cb-87ff-f40cbdd2c82a img.shogun-image,
  #s-28676d33-fe19-43cb-87ff-f40cbdd2c82a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28676d33-fe19-43cb-87ff-f40cbdd2c82a {
    width: 100%;
    height: auto;
  }

  #s-28676d33-fe19-43cb-87ff-f40cbdd2c82a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28676d33-fe19-43cb-87ff-f40cbdd2c82a.shogun-image {
    
    
  }


.s-28676d33-fe19-43cb-87ff-f40cbdd2c82a .shogun-image-content {
  
    align-items: center;
  
}

.s-28676d33-fe19-43cb-87ff-f40cbdd2c82a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28676d33-fe19-43cb-87ff-f40cbdd2c82a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28676d33-fe19-43cb-87ff-f40cbdd2c82a.shogun-image {
  box-sizing: border-box;
}

}
#s-50fb5614-302d-433a-8df3-f21088b069a8 {
  max-width: 1080px;
aspect-ratio: 1920/1280;
text-align: center;
}





  #s-50fb5614-302d-433a-8df3-f21088b069a8 img.shogun-image,
  #s-50fb5614-302d-433a-8df3-f21088b069a8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-50fb5614-302d-433a-8df3-f21088b069a8 {
    width: 100%;
    height: auto;
  }

  #s-50fb5614-302d-433a-8df3-f21088b069a8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-50fb5614-302d-433a-8df3-f21088b069a8.shogun-image {
    
    
  }


.s-50fb5614-302d-433a-8df3-f21088b069a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-50fb5614-302d-433a-8df3-f21088b069a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50fb5614-302d-433a-8df3-f21088b069a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50fb5614-302d-433a-8df3-f21088b069a8.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-50fb5614-302d-433a-8df3-f21088b069a8 img.shogun-image,
  #s-50fb5614-302d-433a-8df3-f21088b069a8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-50fb5614-302d-433a-8df3-f21088b069a8 {
    width: 100%;
    height: auto;
  }

  #s-50fb5614-302d-433a-8df3-f21088b069a8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-50fb5614-302d-433a-8df3-f21088b069a8.shogun-image {
    
    
  }


.s-50fb5614-302d-433a-8df3-f21088b069a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-50fb5614-302d-433a-8df3-f21088b069a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50fb5614-302d-433a-8df3-f21088b069a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50fb5614-302d-433a-8df3-f21088b069a8.shogun-image {
  box-sizing: border-box;
}

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



  #s-50fb5614-302d-433a-8df3-f21088b069a8 img.shogun-image,
  #s-50fb5614-302d-433a-8df3-f21088b069a8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-50fb5614-302d-433a-8df3-f21088b069a8 {
    width: 100%;
    height: auto;
  }

  #s-50fb5614-302d-433a-8df3-f21088b069a8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-50fb5614-302d-433a-8df3-f21088b069a8.shogun-image {
    
    
  }


.s-50fb5614-302d-433a-8df3-f21088b069a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-50fb5614-302d-433a-8df3-f21088b069a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50fb5614-302d-433a-8df3-f21088b069a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50fb5614-302d-433a-8df3-f21088b069a8.shogun-image {
  box-sizing: border-box;
}

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



  #s-50fb5614-302d-433a-8df3-f21088b069a8 img.shogun-image,
  #s-50fb5614-302d-433a-8df3-f21088b069a8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-50fb5614-302d-433a-8df3-f21088b069a8 {
    width: 100%;
    height: auto;
  }

  #s-50fb5614-302d-433a-8df3-f21088b069a8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-50fb5614-302d-433a-8df3-f21088b069a8.shogun-image {
    
    
  }


.s-50fb5614-302d-433a-8df3-f21088b069a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-50fb5614-302d-433a-8df3-f21088b069a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50fb5614-302d-433a-8df3-f21088b069a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50fb5614-302d-433a-8df3-f21088b069a8.shogun-image {
  box-sizing: border-box;
}

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



  #s-50fb5614-302d-433a-8df3-f21088b069a8 img.shogun-image,
  #s-50fb5614-302d-433a-8df3-f21088b069a8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-50fb5614-302d-433a-8df3-f21088b069a8 {
    width: 100%;
    height: auto;
  }

  #s-50fb5614-302d-433a-8df3-f21088b069a8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-50fb5614-302d-433a-8df3-f21088b069a8.shogun-image {
    
    
  }


.s-50fb5614-302d-433a-8df3-f21088b069a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-50fb5614-302d-433a-8df3-f21088b069a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50fb5614-302d-433a-8df3-f21088b069a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50fb5614-302d-433a-8df3-f21088b069a8.shogun-image {
  box-sizing: border-box;
}

}
#s-50741e94-8257-40a4-b87a-5283957274e6 {
  max-width: 1080px;
aspect-ratio: 1920/1280;
text-align: center;
}





  #s-50741e94-8257-40a4-b87a-5283957274e6 img.shogun-image,
  #s-50741e94-8257-40a4-b87a-5283957274e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-50741e94-8257-40a4-b87a-5283957274e6 {
    width: 100%;
    height: auto;
  }

  #s-50741e94-8257-40a4-b87a-5283957274e6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-50741e94-8257-40a4-b87a-5283957274e6.shogun-image {
    
    
  }


.s-50741e94-8257-40a4-b87a-5283957274e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-50741e94-8257-40a4-b87a-5283957274e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50741e94-8257-40a4-b87a-5283957274e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50741e94-8257-40a4-b87a-5283957274e6.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-50741e94-8257-40a4-b87a-5283957274e6 img.shogun-image,
  #s-50741e94-8257-40a4-b87a-5283957274e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-50741e94-8257-40a4-b87a-5283957274e6 {
    width: 100%;
    height: auto;
  }

  #s-50741e94-8257-40a4-b87a-5283957274e6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-50741e94-8257-40a4-b87a-5283957274e6.shogun-image {
    
    
  }


.s-50741e94-8257-40a4-b87a-5283957274e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-50741e94-8257-40a4-b87a-5283957274e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50741e94-8257-40a4-b87a-5283957274e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50741e94-8257-40a4-b87a-5283957274e6.shogun-image {
  box-sizing: border-box;
}

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



  #s-50741e94-8257-40a4-b87a-5283957274e6 img.shogun-image,
  #s-50741e94-8257-40a4-b87a-5283957274e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-50741e94-8257-40a4-b87a-5283957274e6 {
    width: 100%;
    height: auto;
  }

  #s-50741e94-8257-40a4-b87a-5283957274e6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-50741e94-8257-40a4-b87a-5283957274e6.shogun-image {
    
    
  }


.s-50741e94-8257-40a4-b87a-5283957274e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-50741e94-8257-40a4-b87a-5283957274e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50741e94-8257-40a4-b87a-5283957274e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50741e94-8257-40a4-b87a-5283957274e6.shogun-image {
  box-sizing: border-box;
}

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



  #s-50741e94-8257-40a4-b87a-5283957274e6 img.shogun-image,
  #s-50741e94-8257-40a4-b87a-5283957274e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-50741e94-8257-40a4-b87a-5283957274e6 {
    width: 100%;
    height: auto;
  }

  #s-50741e94-8257-40a4-b87a-5283957274e6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-50741e94-8257-40a4-b87a-5283957274e6.shogun-image {
    
    
  }


.s-50741e94-8257-40a4-b87a-5283957274e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-50741e94-8257-40a4-b87a-5283957274e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50741e94-8257-40a4-b87a-5283957274e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50741e94-8257-40a4-b87a-5283957274e6.shogun-image {
  box-sizing: border-box;
}

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



  #s-50741e94-8257-40a4-b87a-5283957274e6 img.shogun-image,
  #s-50741e94-8257-40a4-b87a-5283957274e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-50741e94-8257-40a4-b87a-5283957274e6 {
    width: 100%;
    height: auto;
  }

  #s-50741e94-8257-40a4-b87a-5283957274e6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-50741e94-8257-40a4-b87a-5283957274e6.shogun-image {
    
    
  }


.s-50741e94-8257-40a4-b87a-5283957274e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-50741e94-8257-40a4-b87a-5283957274e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50741e94-8257-40a4-b87a-5283957274e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50741e94-8257-40a4-b87a-5283957274e6.shogun-image {
  box-sizing: border-box;
}

}
#s-bb3ab52b-846a-4142-bcfe-631bbed3c264 {
  max-width: 1080px;
aspect-ratio: 1960/1307;
text-align: center;
}





  #s-bb3ab52b-846a-4142-bcfe-631bbed3c264 img.shogun-image,
  #s-bb3ab52b-846a-4142-bcfe-631bbed3c264 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb3ab52b-846a-4142-bcfe-631bbed3c264 {
    width: 100%;
    height: auto;
  }

  #s-bb3ab52b-846a-4142-bcfe-631bbed3c264 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb3ab52b-846a-4142-bcfe-631bbed3c264.shogun-image {
    
    
  }


.s-bb3ab52b-846a-4142-bcfe-631bbed3c264 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb3ab52b-846a-4142-bcfe-631bbed3c264.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb3ab52b-846a-4142-bcfe-631bbed3c264.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb3ab52b-846a-4142-bcfe-631bbed3c264.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-bb3ab52b-846a-4142-bcfe-631bbed3c264 img.shogun-image,
  #s-bb3ab52b-846a-4142-bcfe-631bbed3c264 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb3ab52b-846a-4142-bcfe-631bbed3c264 {
    width: 100%;
    height: auto;
  }

  #s-bb3ab52b-846a-4142-bcfe-631bbed3c264 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb3ab52b-846a-4142-bcfe-631bbed3c264.shogun-image {
    
    
  }


.s-bb3ab52b-846a-4142-bcfe-631bbed3c264 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb3ab52b-846a-4142-bcfe-631bbed3c264.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb3ab52b-846a-4142-bcfe-631bbed3c264.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb3ab52b-846a-4142-bcfe-631bbed3c264.shogun-image {
  box-sizing: border-box;
}

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



  #s-bb3ab52b-846a-4142-bcfe-631bbed3c264 img.shogun-image,
  #s-bb3ab52b-846a-4142-bcfe-631bbed3c264 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb3ab52b-846a-4142-bcfe-631bbed3c264 {
    width: 100%;
    height: auto;
  }

  #s-bb3ab52b-846a-4142-bcfe-631bbed3c264 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb3ab52b-846a-4142-bcfe-631bbed3c264.shogun-image {
    
    
  }


.s-bb3ab52b-846a-4142-bcfe-631bbed3c264 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb3ab52b-846a-4142-bcfe-631bbed3c264.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb3ab52b-846a-4142-bcfe-631bbed3c264.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb3ab52b-846a-4142-bcfe-631bbed3c264.shogun-image {
  box-sizing: border-box;
}

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



  #s-bb3ab52b-846a-4142-bcfe-631bbed3c264 img.shogun-image,
  #s-bb3ab52b-846a-4142-bcfe-631bbed3c264 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb3ab52b-846a-4142-bcfe-631bbed3c264 {
    width: 100%;
    height: auto;
  }

  #s-bb3ab52b-846a-4142-bcfe-631bbed3c264 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb3ab52b-846a-4142-bcfe-631bbed3c264.shogun-image {
    
    
  }


.s-bb3ab52b-846a-4142-bcfe-631bbed3c264 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb3ab52b-846a-4142-bcfe-631bbed3c264.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb3ab52b-846a-4142-bcfe-631bbed3c264.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb3ab52b-846a-4142-bcfe-631bbed3c264.shogun-image {
  box-sizing: border-box;
}

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



  #s-bb3ab52b-846a-4142-bcfe-631bbed3c264 img.shogun-image,
  #s-bb3ab52b-846a-4142-bcfe-631bbed3c264 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb3ab52b-846a-4142-bcfe-631bbed3c264 {
    width: 100%;
    height: auto;
  }

  #s-bb3ab52b-846a-4142-bcfe-631bbed3c264 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb3ab52b-846a-4142-bcfe-631bbed3c264.shogun-image {
    
    
  }


.s-bb3ab52b-846a-4142-bcfe-631bbed3c264 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb3ab52b-846a-4142-bcfe-631bbed3c264.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb3ab52b-846a-4142-bcfe-631bbed3c264.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb3ab52b-846a-4142-bcfe-631bbed3c264.shogun-image {
  box-sizing: border-box;
}

}
#s-845f46f3-00ed-45c5-951d-05eba7c2d760 {
  max-width: 1080px;
aspect-ratio: 1960/1307;
text-align: center;
}





  #s-845f46f3-00ed-45c5-951d-05eba7c2d760 img.shogun-image,
  #s-845f46f3-00ed-45c5-951d-05eba7c2d760 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-845f46f3-00ed-45c5-951d-05eba7c2d760 {
    width: 100%;
    height: auto;
  }

  #s-845f46f3-00ed-45c5-951d-05eba7c2d760 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-845f46f3-00ed-45c5-951d-05eba7c2d760.shogun-image {
    
    
  }


.s-845f46f3-00ed-45c5-951d-05eba7c2d760 .shogun-image-content {
  
    align-items: center;
  
}

.s-845f46f3-00ed-45c5-951d-05eba7c2d760.shg-align-container {
  display: flex;
  justify-content: center
}

.s-845f46f3-00ed-45c5-951d-05eba7c2d760.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-845f46f3-00ed-45c5-951d-05eba7c2d760.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-845f46f3-00ed-45c5-951d-05eba7c2d760 img.shogun-image,
  #s-845f46f3-00ed-45c5-951d-05eba7c2d760 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-845f46f3-00ed-45c5-951d-05eba7c2d760 {
    width: 100%;
    height: auto;
  }

  #s-845f46f3-00ed-45c5-951d-05eba7c2d760 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-845f46f3-00ed-45c5-951d-05eba7c2d760.shogun-image {
    
    
  }


.s-845f46f3-00ed-45c5-951d-05eba7c2d760 .shogun-image-content {
  
    align-items: center;
  
}

.s-845f46f3-00ed-45c5-951d-05eba7c2d760.shg-align-container {
  display: flex;
  justify-content: center
}

.s-845f46f3-00ed-45c5-951d-05eba7c2d760.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-845f46f3-00ed-45c5-951d-05eba7c2d760.shogun-image {
  box-sizing: border-box;
}

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



  #s-845f46f3-00ed-45c5-951d-05eba7c2d760 img.shogun-image,
  #s-845f46f3-00ed-45c5-951d-05eba7c2d760 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-845f46f3-00ed-45c5-951d-05eba7c2d760 {
    width: 100%;
    height: auto;
  }

  #s-845f46f3-00ed-45c5-951d-05eba7c2d760 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-845f46f3-00ed-45c5-951d-05eba7c2d760.shogun-image {
    
    
  }


.s-845f46f3-00ed-45c5-951d-05eba7c2d760 .shogun-image-content {
  
    align-items: center;
  
}

.s-845f46f3-00ed-45c5-951d-05eba7c2d760.shg-align-container {
  display: flex;
  justify-content: center
}

.s-845f46f3-00ed-45c5-951d-05eba7c2d760.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-845f46f3-00ed-45c5-951d-05eba7c2d760.shogun-image {
  box-sizing: border-box;
}

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



  #s-845f46f3-00ed-45c5-951d-05eba7c2d760 img.shogun-image,
  #s-845f46f3-00ed-45c5-951d-05eba7c2d760 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-845f46f3-00ed-45c5-951d-05eba7c2d760 {
    width: 100%;
    height: auto;
  }

  #s-845f46f3-00ed-45c5-951d-05eba7c2d760 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-845f46f3-00ed-45c5-951d-05eba7c2d760.shogun-image {
    
    
  }


.s-845f46f3-00ed-45c5-951d-05eba7c2d760 .shogun-image-content {
  
    align-items: center;
  
}

.s-845f46f3-00ed-45c5-951d-05eba7c2d760.shg-align-container {
  display: flex;
  justify-content: center
}

.s-845f46f3-00ed-45c5-951d-05eba7c2d760.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-845f46f3-00ed-45c5-951d-05eba7c2d760.shogun-image {
  box-sizing: border-box;
}

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



  #s-845f46f3-00ed-45c5-951d-05eba7c2d760 img.shogun-image,
  #s-845f46f3-00ed-45c5-951d-05eba7c2d760 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-845f46f3-00ed-45c5-951d-05eba7c2d760 {
    width: 100%;
    height: auto;
  }

  #s-845f46f3-00ed-45c5-951d-05eba7c2d760 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-845f46f3-00ed-45c5-951d-05eba7c2d760.shogun-image {
    
    
  }


.s-845f46f3-00ed-45c5-951d-05eba7c2d760 .shogun-image-content {
  
    align-items: center;
  
}

.s-845f46f3-00ed-45c5-951d-05eba7c2d760.shg-align-container {
  display: flex;
  justify-content: center
}

.s-845f46f3-00ed-45c5-951d-05eba7c2d760.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-845f46f3-00ed-45c5-951d-05eba7c2d760.shogun-image {
  box-sizing: border-box;
}

}
#s-5e7b0354-7b60-42d2-80b7-bc455441277b {
  max-width: 1080px;
aspect-ratio: 1920/1280;
text-align: center;
}





  #s-5e7b0354-7b60-42d2-80b7-bc455441277b img.shogun-image,
  #s-5e7b0354-7b60-42d2-80b7-bc455441277b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5e7b0354-7b60-42d2-80b7-bc455441277b {
    width: 100%;
    height: auto;
  }

  #s-5e7b0354-7b60-42d2-80b7-bc455441277b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e7b0354-7b60-42d2-80b7-bc455441277b.shogun-image {
    
    
  }


.s-5e7b0354-7b60-42d2-80b7-bc455441277b .shogun-image-content {
  
    align-items: center;
  
}

.s-5e7b0354-7b60-42d2-80b7-bc455441277b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e7b0354-7b60-42d2-80b7-bc455441277b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e7b0354-7b60-42d2-80b7-bc455441277b.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-5e7b0354-7b60-42d2-80b7-bc455441277b img.shogun-image,
  #s-5e7b0354-7b60-42d2-80b7-bc455441277b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5e7b0354-7b60-42d2-80b7-bc455441277b {
    width: 100%;
    height: auto;
  }

  #s-5e7b0354-7b60-42d2-80b7-bc455441277b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e7b0354-7b60-42d2-80b7-bc455441277b.shogun-image {
    
    
  }


.s-5e7b0354-7b60-42d2-80b7-bc455441277b .shogun-image-content {
  
    align-items: center;
  
}

.s-5e7b0354-7b60-42d2-80b7-bc455441277b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e7b0354-7b60-42d2-80b7-bc455441277b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e7b0354-7b60-42d2-80b7-bc455441277b.shogun-image {
  box-sizing: border-box;
}

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



  #s-5e7b0354-7b60-42d2-80b7-bc455441277b img.shogun-image,
  #s-5e7b0354-7b60-42d2-80b7-bc455441277b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5e7b0354-7b60-42d2-80b7-bc455441277b {
    width: 100%;
    height: auto;
  }

  #s-5e7b0354-7b60-42d2-80b7-bc455441277b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e7b0354-7b60-42d2-80b7-bc455441277b.shogun-image {
    
    
  }


.s-5e7b0354-7b60-42d2-80b7-bc455441277b .shogun-image-content {
  
    align-items: center;
  
}

.s-5e7b0354-7b60-42d2-80b7-bc455441277b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e7b0354-7b60-42d2-80b7-bc455441277b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e7b0354-7b60-42d2-80b7-bc455441277b.shogun-image {
  box-sizing: border-box;
}

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



  #s-5e7b0354-7b60-42d2-80b7-bc455441277b img.shogun-image,
  #s-5e7b0354-7b60-42d2-80b7-bc455441277b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5e7b0354-7b60-42d2-80b7-bc455441277b {
    width: 100%;
    height: auto;
  }

  #s-5e7b0354-7b60-42d2-80b7-bc455441277b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e7b0354-7b60-42d2-80b7-bc455441277b.shogun-image {
    
    
  }


.s-5e7b0354-7b60-42d2-80b7-bc455441277b .shogun-image-content {
  
    align-items: center;
  
}

.s-5e7b0354-7b60-42d2-80b7-bc455441277b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e7b0354-7b60-42d2-80b7-bc455441277b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e7b0354-7b60-42d2-80b7-bc455441277b.shogun-image {
  box-sizing: border-box;
}

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



  #s-5e7b0354-7b60-42d2-80b7-bc455441277b img.shogun-image,
  #s-5e7b0354-7b60-42d2-80b7-bc455441277b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5e7b0354-7b60-42d2-80b7-bc455441277b {
    width: 100%;
    height: auto;
  }

  #s-5e7b0354-7b60-42d2-80b7-bc455441277b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e7b0354-7b60-42d2-80b7-bc455441277b.shogun-image {
    
    
  }


.s-5e7b0354-7b60-42d2-80b7-bc455441277b .shogun-image-content {
  
    align-items: center;
  
}

.s-5e7b0354-7b60-42d2-80b7-bc455441277b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e7b0354-7b60-42d2-80b7-bc455441277b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e7b0354-7b60-42d2-80b7-bc455441277b.shogun-image {
  box-sizing: border-box;
}

}
#s-db903763-f085-4480-9a17-c37c6cc2f9a8 {
  max-width: 1080px;
aspect-ratio: 1960/1307;
text-align: center;
}





  #s-db903763-f085-4480-9a17-c37c6cc2f9a8 img.shogun-image,
  #s-db903763-f085-4480-9a17-c37c6cc2f9a8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db903763-f085-4480-9a17-c37c6cc2f9a8 {
    width: 100%;
    height: auto;
  }

  #s-db903763-f085-4480-9a17-c37c6cc2f9a8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db903763-f085-4480-9a17-c37c6cc2f9a8.shogun-image {
    
    
  }


.s-db903763-f085-4480-9a17-c37c6cc2f9a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-db903763-f085-4480-9a17-c37c6cc2f9a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db903763-f085-4480-9a17-c37c6cc2f9a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db903763-f085-4480-9a17-c37c6cc2f9a8.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-db903763-f085-4480-9a17-c37c6cc2f9a8 img.shogun-image,
  #s-db903763-f085-4480-9a17-c37c6cc2f9a8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db903763-f085-4480-9a17-c37c6cc2f9a8 {
    width: 100%;
    height: auto;
  }

  #s-db903763-f085-4480-9a17-c37c6cc2f9a8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db903763-f085-4480-9a17-c37c6cc2f9a8.shogun-image {
    
    
  }


.s-db903763-f085-4480-9a17-c37c6cc2f9a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-db903763-f085-4480-9a17-c37c6cc2f9a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db903763-f085-4480-9a17-c37c6cc2f9a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db903763-f085-4480-9a17-c37c6cc2f9a8.shogun-image {
  box-sizing: border-box;
}

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



  #s-db903763-f085-4480-9a17-c37c6cc2f9a8 img.shogun-image,
  #s-db903763-f085-4480-9a17-c37c6cc2f9a8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db903763-f085-4480-9a17-c37c6cc2f9a8 {
    width: 100%;
    height: auto;
  }

  #s-db903763-f085-4480-9a17-c37c6cc2f9a8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db903763-f085-4480-9a17-c37c6cc2f9a8.shogun-image {
    
    
  }


.s-db903763-f085-4480-9a17-c37c6cc2f9a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-db903763-f085-4480-9a17-c37c6cc2f9a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db903763-f085-4480-9a17-c37c6cc2f9a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db903763-f085-4480-9a17-c37c6cc2f9a8.shogun-image {
  box-sizing: border-box;
}

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



  #s-db903763-f085-4480-9a17-c37c6cc2f9a8 img.shogun-image,
  #s-db903763-f085-4480-9a17-c37c6cc2f9a8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db903763-f085-4480-9a17-c37c6cc2f9a8 {
    width: 100%;
    height: auto;
  }

  #s-db903763-f085-4480-9a17-c37c6cc2f9a8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db903763-f085-4480-9a17-c37c6cc2f9a8.shogun-image {
    
    
  }


.s-db903763-f085-4480-9a17-c37c6cc2f9a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-db903763-f085-4480-9a17-c37c6cc2f9a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db903763-f085-4480-9a17-c37c6cc2f9a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db903763-f085-4480-9a17-c37c6cc2f9a8.shogun-image {
  box-sizing: border-box;
}

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



  #s-db903763-f085-4480-9a17-c37c6cc2f9a8 img.shogun-image,
  #s-db903763-f085-4480-9a17-c37c6cc2f9a8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db903763-f085-4480-9a17-c37c6cc2f9a8 {
    width: 100%;
    height: auto;
  }

  #s-db903763-f085-4480-9a17-c37c6cc2f9a8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db903763-f085-4480-9a17-c37c6cc2f9a8.shogun-image {
    
    
  }


.s-db903763-f085-4480-9a17-c37c6cc2f9a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-db903763-f085-4480-9a17-c37c6cc2f9a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db903763-f085-4480-9a17-c37c6cc2f9a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db903763-f085-4480-9a17-c37c6cc2f9a8.shogun-image {
  box-sizing: border-box;
}

}
#s-37a09117-0e26-4734-b35d-9ff99f6ed3d9 {
  padding-top: 0%;
padding-bottom: 0%;
max-width: 1080px;
aspect-ratio: 1960/1307;
text-align: center;
}





  #s-37a09117-0e26-4734-b35d-9ff99f6ed3d9 img.shogun-image,
  #s-37a09117-0e26-4734-b35d-9ff99f6ed3d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37a09117-0e26-4734-b35d-9ff99f6ed3d9 {
    width: 100%;
    height: auto;
  }

  #s-37a09117-0e26-4734-b35d-9ff99f6ed3d9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37a09117-0e26-4734-b35d-9ff99f6ed3d9.shogun-image {
    
    
  }


.s-37a09117-0e26-4734-b35d-9ff99f6ed3d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-37a09117-0e26-4734-b35d-9ff99f6ed3d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37a09117-0e26-4734-b35d-9ff99f6ed3d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37a09117-0e26-4734-b35d-9ff99f6ed3d9.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-37a09117-0e26-4734-b35d-9ff99f6ed3d9 img.shogun-image,
  #s-37a09117-0e26-4734-b35d-9ff99f6ed3d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37a09117-0e26-4734-b35d-9ff99f6ed3d9 {
    width: 100%;
    height: auto;
  }

  #s-37a09117-0e26-4734-b35d-9ff99f6ed3d9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37a09117-0e26-4734-b35d-9ff99f6ed3d9.shogun-image {
    
    
  }


.s-37a09117-0e26-4734-b35d-9ff99f6ed3d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-37a09117-0e26-4734-b35d-9ff99f6ed3d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37a09117-0e26-4734-b35d-9ff99f6ed3d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37a09117-0e26-4734-b35d-9ff99f6ed3d9.shogun-image {
  box-sizing: border-box;
}

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



  #s-37a09117-0e26-4734-b35d-9ff99f6ed3d9 img.shogun-image,
  #s-37a09117-0e26-4734-b35d-9ff99f6ed3d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37a09117-0e26-4734-b35d-9ff99f6ed3d9 {
    width: 100%;
    height: auto;
  }

  #s-37a09117-0e26-4734-b35d-9ff99f6ed3d9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37a09117-0e26-4734-b35d-9ff99f6ed3d9.shogun-image {
    
    
  }


.s-37a09117-0e26-4734-b35d-9ff99f6ed3d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-37a09117-0e26-4734-b35d-9ff99f6ed3d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37a09117-0e26-4734-b35d-9ff99f6ed3d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37a09117-0e26-4734-b35d-9ff99f6ed3d9.shogun-image {
  box-sizing: border-box;
}

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



  #s-37a09117-0e26-4734-b35d-9ff99f6ed3d9 img.shogun-image,
  #s-37a09117-0e26-4734-b35d-9ff99f6ed3d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37a09117-0e26-4734-b35d-9ff99f6ed3d9 {
    width: 100%;
    height: auto;
  }

  #s-37a09117-0e26-4734-b35d-9ff99f6ed3d9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37a09117-0e26-4734-b35d-9ff99f6ed3d9.shogun-image {
    
    
  }


.s-37a09117-0e26-4734-b35d-9ff99f6ed3d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-37a09117-0e26-4734-b35d-9ff99f6ed3d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37a09117-0e26-4734-b35d-9ff99f6ed3d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37a09117-0e26-4734-b35d-9ff99f6ed3d9.shogun-image {
  box-sizing: border-box;
}

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



  #s-37a09117-0e26-4734-b35d-9ff99f6ed3d9 img.shogun-image,
  #s-37a09117-0e26-4734-b35d-9ff99f6ed3d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37a09117-0e26-4734-b35d-9ff99f6ed3d9 {
    width: 100%;
    height: auto;
  }

  #s-37a09117-0e26-4734-b35d-9ff99f6ed3d9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37a09117-0e26-4734-b35d-9ff99f6ed3d9.shogun-image {
    
    
  }


.s-37a09117-0e26-4734-b35d-9ff99f6ed3d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-37a09117-0e26-4734-b35d-9ff99f6ed3d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37a09117-0e26-4734-b35d-9ff99f6ed3d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37a09117-0e26-4734-b35d-9ff99f6ed3d9.shogun-image {
  box-sizing: border-box;
}

}
#s-c7ecc5c3-80c0-4efd-99dd-aa70e38caa78 {
  min-height: 50px;
}








#s-c7ecc5c3-80c0-4efd-99dd-aa70e38caa78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7ecc5c3-80c0-4efd-99dd-aa70e38caa78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29834dbe-e90b-4e1f-a1ab-f7f56664a73b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29834dbe-e90b-4e1f-a1ab-f7f56664a73b .shogun-heading-component h1 {
  color: ;
  font-weight:  600 ;
  font-family: "Inter";
  font-style:  normal ;
  
  
  
  
}



#s-6afa36b5-ceac-4a5d-945f-0a6a48631fe7 {
  margin-left: 10%;
margin-right: 10%;
}

#s-51fd1dd5-f2e0-43a3-8a00-52996df1d92a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-51fd1dd5-f2e0-43a3-8a00-52996df1d92a .shogun-heading-component h1 {
  color: ;
  font-weight:  600 ;
  font-family: "Inter";
  font-style:  normal ;
  
  
  
  
}



#s-e615208f-eb63-4295-a0f2-726af592aed1 {
  margin-left: 10%;
margin-right: 10%;
}

#s-2b1c95a5-c937-4dc6-bcda-563ec41b4fc9 {
  margin-left: 10%;
margin-right: 10%;
}

#s-c4bd24e4-24da-48ec-b5c1-4b9f461fd0a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4bd24e4-24da-48ec-b5c1-4b9f461fd0a6 .shogun-heading-component h1 {
  color: ;
  font-weight:  600 ;
  font-family: "Inter";
  font-style:  normal ;
  
  
  
  
}



#s-b256ca08-41f3-4a89-b273-1b3f24f618df {
  margin-left: 10%;
margin-right: 10%;
}

.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-faac875f-6084-4d12-8024-8bfbd1e0b451"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-faac875f-6084-4d12-8024-8bfbd1e0b451"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-faac875f-6084-4d12-8024-8bfbd1e0b451"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-faac875f-6084-4d12-8024-8bfbd1e0b451"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-90b44a00-d49e-4e6f-8339-38847a175a95 {
  max-width: 350px;
text-align: center;
}







  img.s-90b44a00-d49e-4e6f-8339-38847a175a95.shogun-image {
    
    
  }


.s-90b44a00-d49e-4e6f-8339-38847a175a95 .shogun-image-content {
  
    align-items: center;
  
}

.s-90b44a00-d49e-4e6f-8339-38847a175a95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90b44a00-d49e-4e6f-8339-38847a175a95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90b44a00-d49e-4e6f-8339-38847a175a95.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-90b44a00-d49e-4e6f-8339-38847a175a95.shogun-image {
    
    
  }


.s-90b44a00-d49e-4e6f-8339-38847a175a95 .shogun-image-content {
  
    align-items: center;
  
}

.s-90b44a00-d49e-4e6f-8339-38847a175a95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90b44a00-d49e-4e6f-8339-38847a175a95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90b44a00-d49e-4e6f-8339-38847a175a95.shogun-image {
  box-sizing: border-box;
}

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





  img.s-90b44a00-d49e-4e6f-8339-38847a175a95.shogun-image {
    
    
  }


.s-90b44a00-d49e-4e6f-8339-38847a175a95 .shogun-image-content {
  
    align-items: center;
  
}

.s-90b44a00-d49e-4e6f-8339-38847a175a95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90b44a00-d49e-4e6f-8339-38847a175a95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90b44a00-d49e-4e6f-8339-38847a175a95.shogun-image {
  box-sizing: border-box;
}

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





  img.s-90b44a00-d49e-4e6f-8339-38847a175a95.shogun-image {
    
    
  }


.s-90b44a00-d49e-4e6f-8339-38847a175a95 .shogun-image-content {
  
    align-items: center;
  
}

.s-90b44a00-d49e-4e6f-8339-38847a175a95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90b44a00-d49e-4e6f-8339-38847a175a95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90b44a00-d49e-4e6f-8339-38847a175a95.shogun-image {
  box-sizing: border-box;
}

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





  img.s-90b44a00-d49e-4e6f-8339-38847a175a95.shogun-image {
    
    
  }


.s-90b44a00-d49e-4e6f-8339-38847a175a95 .shogun-image-content {
  
    align-items: center;
  
}

.s-90b44a00-d49e-4e6f-8339-38847a175a95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90b44a00-d49e-4e6f-8339-38847a175a95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90b44a00-d49e-4e6f-8339-38847a175a95.shogun-image {
  box-sizing: border-box;
}

}
#s-3cb86e4c-b342-40a0-b75f-0f948a9417b9 {
  min-height: 50px;
}








#s-3cb86e4c-b342-40a0-b75f-0f948a9417b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cb86e4c-b342-40a0-b75f-0f948a9417b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed42d198-bcb0-4297-be8e-0364bc79eb5c {
  margin-left: 5%;
margin-right: 5%;
padding-left: 15%;
padding-right: 15%;
}

#s-6aecb9ed-9662-4e59-837b-c06ce8870bfb {
  min-height: 350px;
max-width: 350px;
text-align: center;
}







  img.s-6aecb9ed-9662-4e59-837b-c06ce8870bfb.shogun-image {
    
    
  }


.s-6aecb9ed-9662-4e59-837b-c06ce8870bfb .shogun-image-content {
  
    align-items: center;
  
}

.s-6aecb9ed-9662-4e59-837b-c06ce8870bfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6aecb9ed-9662-4e59-837b-c06ce8870bfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6aecb9ed-9662-4e59-837b-c06ce8870bfb.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-6aecb9ed-9662-4e59-837b-c06ce8870bfb.shogun-image {
    
    
  }


.s-6aecb9ed-9662-4e59-837b-c06ce8870bfb .shogun-image-content {
  
    align-items: center;
  
}

.s-6aecb9ed-9662-4e59-837b-c06ce8870bfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6aecb9ed-9662-4e59-837b-c06ce8870bfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6aecb9ed-9662-4e59-837b-c06ce8870bfb.shogun-image {
  box-sizing: border-box;
}

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





  img.s-6aecb9ed-9662-4e59-837b-c06ce8870bfb.shogun-image {
    
    
  }


.s-6aecb9ed-9662-4e59-837b-c06ce8870bfb .shogun-image-content {
  
    align-items: center;
  
}

.s-6aecb9ed-9662-4e59-837b-c06ce8870bfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6aecb9ed-9662-4e59-837b-c06ce8870bfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6aecb9ed-9662-4e59-837b-c06ce8870bfb.shogun-image {
  box-sizing: border-box;
}

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





  img.s-6aecb9ed-9662-4e59-837b-c06ce8870bfb.shogun-image {
    
    
  }


.s-6aecb9ed-9662-4e59-837b-c06ce8870bfb .shogun-image-content {
  
    align-items: center;
  
}

.s-6aecb9ed-9662-4e59-837b-c06ce8870bfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6aecb9ed-9662-4e59-837b-c06ce8870bfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6aecb9ed-9662-4e59-837b-c06ce8870bfb.shogun-image {
  box-sizing: border-box;
}

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





  img.s-6aecb9ed-9662-4e59-837b-c06ce8870bfb.shogun-image {
    
    
  }


.s-6aecb9ed-9662-4e59-837b-c06ce8870bfb .shogun-image-content {
  
    align-items: center;
  
}

.s-6aecb9ed-9662-4e59-837b-c06ce8870bfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6aecb9ed-9662-4e59-837b-c06ce8870bfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6aecb9ed-9662-4e59-837b-c06ce8870bfb.shogun-image {
  box-sizing: border-box;
}

}
#s-36ac0717-fffa-4538-8dd9-5954d53b0d06 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 15%;
padding-right: 15%;
}

#s-0d6f5ee4-3dcc-42d5-8bf9-8af662c28e39 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d6f5ee4-3dcc-42d5-8bf9-8af662c28e39 .shogun-heading-component h1 {
  color: ;
  font-weight:  600 ;
  font-family: "Inter";
  font-style:  normal ;
  
  
  
  
}



#s-20f6926e-7108-4bd1-8232-2d864c02d659 {
  margin-left: 10%;
margin-right: 10%;
}

#s-83342581-5994-4b2c-9612-633ef97f92d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-83342581-5994-4b2c-9612-633ef97f92d9 .shogun-heading-component h1 {
  color: ;
  font-weight:  600 ;
  font-family: "Inter";
  font-style:  normal ;
  
  
  
  
}



#s-e0bc983a-8fd3-46ea-a97b-a9afb6d6bdfc {
  min-height: 50px;
}








#s-e0bc983a-8fd3-46ea-a97b-a9afb6d6bdfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0bc983a-8fd3-46ea-a97b-a9afb6d6bdfc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ac0eb54e-8b5e-4843-b7f1-2a3399c585d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac0eb54e-8b5e-4843-b7f1-2a3399c585d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ac0eb54e-8b5e-4843-b7f1-2a3399c585d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac0eb54e-8b5e-4843-b7f1-2a3399c585d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 {
  text-align: center;
}


.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 {
  max-width:  100%;
}

.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 .shg-image-zoom,
.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 img.shogun-image {
  width: 100%;
}



.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 img.shogun-image,
.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 .shg-image-zoom,
.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 {
  max-width:  100%;
}

.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 .shg-image-zoom,
.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 img.shogun-image {
  width: 100%;
}



.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 img.shogun-image,
.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 .shg-image-zoom,
.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 {
  max-width:  100%;
}

.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 .shg-image-zoom,
.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 img.shogun-image {
  width: 100%;
}



.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 img.shogun-image,
.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 .shg-image-zoom,
.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 {
  max-width:  100%;
}

.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 .shg-image-zoom,
.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 img.shogun-image {
  width: 100%;
}



.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 img.shogun-image,
.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 .shg-image-zoom,
.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 {
  max-width:  100%;
}

.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 .shg-image-zoom,
.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 img.shogun-image {
  width: 100%;
}



.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 img.shogun-image,
.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 .shg-image-zoom,
.shg-c#s-a9b28f7f-30ed-487a-bf02-a018fc3833f3 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-450f67cb-a927-42d7-bd8e-e74b9dce8e08 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 15%;
padding-right: 15%;
}

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

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

#s-4f75a390-efcd-446e-af79-48ad1f9b21f9 {
  opacity: 0;
}

#s-4f75a390-efcd-446e-af79-48ad1f9b21f9 hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-01e9747f-0564-41b7-83bd-9a22bb4385a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01e9747f-0564-41b7-83bd-9a22bb4385a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-01e9747f-0564-41b7-83bd-9a22bb4385a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-01e9747f-0564-41b7-83bd-9a22bb4385a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 {
  text-align: center;
}


.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 {
  max-width:  100%;
}

.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 .shg-image-zoom,
.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 img.shogun-image {
  width: 100%;
}



.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 img.shogun-image,
.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 .shg-image-zoom,
.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 {
  max-width:  100%;
}

.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 .shg-image-zoom,
.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 img.shogun-image {
  width: 100%;
}



.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 img.shogun-image,
.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 .shg-image-zoom,
.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 {
  max-width:  100%;
}

.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 .shg-image-zoom,
.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 img.shogun-image {
  width: 100%;
}



.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 img.shogun-image,
.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 .shg-image-zoom,
.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 {
  max-width:  100%;
}

.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 .shg-image-zoom,
.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 img.shogun-image {
  width: 100%;
}



.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 img.shogun-image,
.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 .shg-image-zoom,
.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 {
  max-width:  100%;
}

.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 .shg-image-zoom,
.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 img.shogun-image {
  width: 100%;
}



.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 img.shogun-image,
.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 .shg-image-zoom,
.shg-c#s-efd77319-26d8-4ae3-ba98-d79e9cc2a080 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-de8d20c8-a39d-4e00-9fab-77b1c9edfb54 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 15%;
padding-right: 15%;
}

#s-27a52d75-c84c-4740-9e22-5b11281b9976 {
  opacity: 0;
}

#s-27a52d75-c84c-4740-9e22-5b11281b9976 hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-cffef0e4-169a-4d2f-b3db-044cba44c65a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cffef0e4-169a-4d2f-b3db-044cba44c65a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cffef0e4-169a-4d2f-b3db-044cba44c65a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cffef0e4-169a-4d2f-b3db-044cba44c65a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-35899bbb-f128-444b-a18e-f351b80443f1 {
  text-align: center;
}


.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 {
  max-width:  100%;
}

.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 .shg-image-zoom,
.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 img.shogun-image {
  width: 100%;
}



.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 img.shogun-image,
.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 .shg-image-zoom,
.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 {
  max-width:  100%;
}

.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 .shg-image-zoom,
.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 img.shogun-image {
  width: 100%;
}



.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 img.shogun-image,
.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 .shg-image-zoom,
.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 {
  max-width:  100%;
}

.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 .shg-image-zoom,
.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 img.shogun-image {
  width: 100%;
}



.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 img.shogun-image,
.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 .shg-image-zoom,
.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 {
  max-width:  100%;
}

.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 .shg-image-zoom,
.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 img.shogun-image {
  width: 100%;
}



.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 img.shogun-image,
.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 .shg-image-zoom,
.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 {
  max-width:  100%;
}

.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 .shg-image-zoom,
.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 img.shogun-image {
  width: 100%;
}



.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 img.shogun-image,
.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 .shg-image-zoom,
.shg-c#s-35899bbb-f128-444b-a18e-f351b80443f1 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-015388a3-c11d-44f6-9466-6fa695cf855a {
  margin-left: 5%;
margin-right: 5%;
padding-left: 15%;
padding-right: 15%;
}

#s-159d90d0-c107-46c4-8768-04ad0eef2cb7 {
  opacity: 0;
}

#s-159d90d0-c107-46c4-8768-04ad0eef2cb7 hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-13602f48-8370-41eb-9b7b-b65423d45d99"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-13602f48-8370-41eb-9b7b-b65423d45d99"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-13602f48-8370-41eb-9b7b-b65423d45d99"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-13602f48-8370-41eb-9b7b-b65423d45d99"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 {
  text-align: center;
}


.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 {
  max-width:  100%;
}

.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 .shg-image-zoom,
.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 img.shogun-image {
  width: 100%;
}



.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 img.shogun-image,
.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 .shg-image-zoom,
.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 {
  max-width:  100%;
}

.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 .shg-image-zoom,
.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 img.shogun-image {
  width: 100%;
}



.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 img.shogun-image,
.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 .shg-image-zoom,
.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 {
  max-width:  100%;
}

.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 .shg-image-zoom,
.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 img.shogun-image {
  width: 100%;
}



.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 img.shogun-image,
.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 .shg-image-zoom,
.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 {
  max-width:  100%;
}

.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 .shg-image-zoom,
.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 img.shogun-image {
  width: 100%;
}



.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 img.shogun-image,
.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 .shg-image-zoom,
.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 {
  max-width:  100%;
}

.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 .shg-image-zoom,
.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 img.shogun-image {
  width: 100%;
}



.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 img.shogun-image,
.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 .shg-image-zoom,
.shg-c#s-37a67607-b2e1-4d5b-b98e-5bafbb399560 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-3556388b-24a4-41e3-9f4e-a6494e54ebaa {
  margin-left: 5%;
margin-right: 5%;
padding-left: 15%;
padding-right: 15%;
}

#s-f36c2895-df92-4363-a825-501a4d6abc17 {
  opacity: 0;
}

#s-f36c2895-df92-4363-a825-501a4d6abc17 hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-39b081a3-b9a4-4864-8c23-d871e010718e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39b081a3-b9a4-4864-8c23-d871e010718e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-39b081a3-b9a4-4864-8c23-d871e010718e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-39b081a3-b9a4-4864-8c23-d871e010718e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ba63fb09-64a2-46fc-b28c-d5517e477175 {
  text-align: center;
}


.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 {
  max-width:  100%;
}

.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 .shg-image-zoom,
.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 img.shogun-image {
  width: 100%;
}



.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 img.shogun-image,
.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 .shg-image-zoom,
.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 {
  max-width:  100%;
}

.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 .shg-image-zoom,
.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 img.shogun-image {
  width: 100%;
}



.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 img.shogun-image,
.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 .shg-image-zoom,
.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 {
  max-width:  100%;
}

.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 .shg-image-zoom,
.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 img.shogun-image {
  width: 100%;
}



.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 img.shogun-image,
.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 .shg-image-zoom,
.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 {
  max-width:  100%;
}

.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 .shg-image-zoom,
.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 img.shogun-image {
  width: 100%;
}



.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 img.shogun-image,
.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 .shg-image-zoom,
.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 {
  max-width:  100%;
}

.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 .shg-image-zoom,
.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 img.shogun-image {
  width: 100%;
}



.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 img.shogun-image,
.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 .shg-image-zoom,
.shg-c#s-ba63fb09-64a2-46fc-b28c-d5517e477175 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-b40ff7db-591f-4c49-8a92-ad40d63dbea5 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 15%;
padding-right: 15%;
}

#s-de0a1049-a16e-4c0a-9f3a-f2afb3f67636 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-121e4852-2652-4ba4-a018-764fde0e13c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-121e4852-2652-4ba4-a018-764fde0e13c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-121e4852-2652-4ba4-a018-764fde0e13c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-121e4852-2652-4ba4-a018-764fde0e13c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e0ba8b23-7750-4d6f-a721-fe4336998159 {
  text-align: center;
}


.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 {
  max-width:  100%;
}

.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 .shg-image-zoom,
.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 img.shogun-image {
  width: 100%;
}



.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 img.shogun-image,
.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 .shg-image-zoom,
.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 {
  max-width:  100%;
}

.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 .shg-image-zoom,
.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 img.shogun-image {
  width: 100%;
}



.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 img.shogun-image,
.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 .shg-image-zoom,
.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 {
  max-width:  100%;
}

.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 .shg-image-zoom,
.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 img.shogun-image {
  width: 100%;
}



.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 img.shogun-image,
.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 .shg-image-zoom,
.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 {
  max-width:  100%;
}

.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 .shg-image-zoom,
.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 img.shogun-image {
  width: 100%;
}



.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 img.shogun-image,
.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 .shg-image-zoom,
.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 {
  max-width:  100%;
}

.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 .shg-image-zoom,
.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 img.shogun-image {
  width: 100%;
}



.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 img.shogun-image,
.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 .shg-image-zoom,
.shg-c#s-e0ba8b23-7750-4d6f-a721-fe4336998159 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-e3794e67-ff46-47fc-b270-5e8805def43a {
  margin-left: 5%;
margin-right: 5%;
padding-left: 15%;
padding-right: 15%;
}

#s-f4b5556f-d666-4e21-bc1f-1595696f5f49 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-f355d05a-b70c-4a07-93ba-6492969e74d1 {
  margin-left: 10%;
margin-right: 10%;
}

#s-621a50e6-2e50-41bb-a3e1-66d64d5b3421 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-621a50e6-2e50-41bb-a3e1-66d64d5b3421 .shogun-heading-component h1 {
  color: ;
  font-weight:  600 ;
  font-family: "Inter";
  font-style:  normal ;
  
  
  
  
}



#s-cd99f9bb-e473-4bbb-960b-24cc5e51d98b {
  margin-left: 10%;
margin-right: 10%;
}

#s-9ecb95d6-0cf7-4598-9cf2-060b2e766765 {
  margin-left: 10%;
margin-right: 10%;
}

/*
  $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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}