.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-c2070d88-42ce-48b2-bd96-c366178b8b81 {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c2070d88-42ce-48b2-bd96-c366178b8b81 {
  display: none;
}
#s-c2070d88-42ce-48b2-bd96-c366178b8b81, #wrap-s-c2070d88-42ce-48b2-bd96-c366178b8b81 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c2070d88-42ce-48b2-bd96-c366178b8b81 {
  display: none;
}
#s-c2070d88-42ce-48b2-bd96-c366178b8b81, #wrap-s-c2070d88-42ce-48b2-bd96-c366178b8b81 { display: none !important; }}@media (max-width: 767px){#s-c2070d88-42ce-48b2-bd96-c366178b8b81 {
  display: none;
}
#s-c2070d88-42ce-48b2-bd96-c366178b8b81, #wrap-s-c2070d88-42ce-48b2-bd96-c366178b8b81 { display: none !important; }}







#s-c2070d88-42ce-48b2-bd96-c366178b8b81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2070d88-42ce-48b2-bd96-c366178b8b81.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44f01939-9bab-428b-9604-efafd8c91698 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-44f01939-9bab-428b-9604-efafd8c91698 {
  display: none;
}
#s-44f01939-9bab-428b-9604-efafd8c91698, #wrap-s-44f01939-9bab-428b-9604-efafd8c91698 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44f01939-9bab-428b-9604-efafd8c91698 {
  display: none;
}
#s-44f01939-9bab-428b-9604-efafd8c91698, #wrap-s-44f01939-9bab-428b-9604-efafd8c91698 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-44f01939-9bab-428b-9604-efafd8c91698 {
  display: none;
}
#s-44f01939-9bab-428b-9604-efafd8c91698, #wrap-s-44f01939-9bab-428b-9604-efafd8c91698 { display: none !important; }}@media (max-width: 767px){#s-44f01939-9bab-428b-9604-efafd8c91698 {
  display: none;
}
#s-44f01939-9bab-428b-9604-efafd8c91698, #wrap-s-44f01939-9bab-428b-9604-efafd8c91698 { display: none !important; }}







#s-44f01939-9bab-428b-9604-efafd8c91698 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44f01939-9bab-428b-9604-efafd8c91698.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4156951-4532-4d71-8a14-b817f89b271d {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 59px;
background-color: rgba(211, 255, 59, 1);
}
@media (min-width: 1200px){#s-b4156951-4532-4d71-8a14-b817f89b271d {
  display: none;
}
#s-b4156951-4532-4d71-8a14-b817f89b271d, #wrap-s-b4156951-4532-4d71-8a14-b817f89b271d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4156951-4532-4d71-8a14-b817f89b271d {
  display: none;
}
#s-b4156951-4532-4d71-8a14-b817f89b271d, #wrap-s-b4156951-4532-4d71-8a14-b817f89b271d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b4156951-4532-4d71-8a14-b817f89b271d {
  display: none;
}
#s-b4156951-4532-4d71-8a14-b817f89b271d, #wrap-s-b4156951-4532-4d71-8a14-b817f89b271d { display: none !important; }}@media (max-width: 767px){#s-b4156951-4532-4d71-8a14-b817f89b271d {
  display: unset;
}
#s-b4156951-4532-4d71-8a14-b817f89b271d, #wrap-s-b4156951-4532-4d71-8a14-b817f89b271d { display: unset !important; }}







#s-b4156951-4532-4d71-8a14-b817f89b271d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4156951-4532-4d71-8a14-b817f89b271d {
  cursor: pointer;
}#s-b4156951-4532-4d71-8a14-b817f89b271d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-87d1c55c-a334-4e74-a253-a984be5278d3 {
  margin-top: 9px;
margin-bottom: 9px;
}

#s-d40f639f-5a21-4739-86f9-569986987971 {
  min-height: 54px;
background-color: rgba(211, 255, 59, 1);
}
@media (max-width: 767px){#s-d40f639f-5a21-4739-86f9-569986987971 {
  display: none;
}
#s-d40f639f-5a21-4739-86f9-569986987971, #wrap-s-d40f639f-5a21-4739-86f9-569986987971 { display: none !important; }}







#s-d40f639f-5a21-4739-86f9-569986987971 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d40f639f-5a21-4739-86f9-569986987971 {
  cursor: pointer;
}#s-d40f639f-5a21-4739-86f9-569986987971.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-d6f36b97-955c-4de7-9ebe-60b34353fde9 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-d6f36b97-955c-4de7-9ebe-60b34353fde9 {
  display: none;
}
#s-d6f36b97-955c-4de7-9ebe-60b34353fde9, #wrap-s-d6f36b97-955c-4de7-9ebe-60b34353fde9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d6f36b97-955c-4de7-9ebe-60b34353fde9 {
  display: none;
}
#s-d6f36b97-955c-4de7-9ebe-60b34353fde9, #wrap-s-d6f36b97-955c-4de7-9ebe-60b34353fde9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d6f36b97-955c-4de7-9ebe-60b34353fde9 {
  display: none;
}
#s-d6f36b97-955c-4de7-9ebe-60b34353fde9, #wrap-s-d6f36b97-955c-4de7-9ebe-60b34353fde9 { display: none !important; }}@media (max-width: 767px){#s-d6f36b97-955c-4de7-9ebe-60b34353fde9 {
  display: unset;
}
#s-d6f36b97-955c-4de7-9ebe-60b34353fde9, #wrap-s-d6f36b97-955c-4de7-9ebe-60b34353fde9 { display: unset !important; }}
#s-d6f36b97-955c-4de7-9ebe-60b34353fde9 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-d6f36b97-955c-4de7-9ebe-60b34353fde9 .shg-sld-nav-button.shg-sld-left,
#s-d6f36b97-955c-4de7-9ebe-60b34353fde9 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

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

#s-72bb153c-dee3-4460-ac71-1bb57db29df3 {
  min-height: 200px;
}

@media (min-width: 0px) {
[id="s-72bb153c-dee3-4460-ac71-1bb57db29df3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72bb153c-dee3-4460-ac71-1bb57db29df3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-72bb153c-dee3-4460-ac71-1bb57db29df3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-72bb153c-dee3-4460-ac71-1bb57db29df3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-72aafeab-8adc-4dcd-bbfe-f494826b756c {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-72aafeab-8adc-4dcd-bbfe-f494826b756c img.shogun-image,
  #s-72aafeab-8adc-4dcd-bbfe-f494826b756c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-72aafeab-8adc-4dcd-bbfe-f494826b756c {
    width: 100%;
    height: auto;
  }

  #s-72aafeab-8adc-4dcd-bbfe-f494826b756c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-72aafeab-8adc-4dcd-bbfe-f494826b756c.shogun-image {
    
    
  }


.s-72aafeab-8adc-4dcd-bbfe-f494826b756c .shogun-image-content {
  
    align-items: center;
  
}

.s-72aafeab-8adc-4dcd-bbfe-f494826b756c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72aafeab-8adc-4dcd-bbfe-f494826b756c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72aafeab-8adc-4dcd-bbfe-f494826b756c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-72aafeab-8adc-4dcd-bbfe-f494826b756c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72aafeab-8adc-4dcd-bbfe-f494826b756c.shogun-image-container {
      position: relative;
    }

    .s-72aafeab-8adc-4dcd-bbfe-f494826b756c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72aafeab-8adc-4dcd-bbfe-f494826b756c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72aafeab-8adc-4dcd-bbfe-f494826b756c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-72aafeab-8adc-4dcd-bbfe-f494826b756c img.shogun-image,
  #s-72aafeab-8adc-4dcd-bbfe-f494826b756c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-72aafeab-8adc-4dcd-bbfe-f494826b756c {
    width: 100%;
    height: auto;
  }

  #s-72aafeab-8adc-4dcd-bbfe-f494826b756c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-72aafeab-8adc-4dcd-bbfe-f494826b756c.shogun-image {
    
    
  }


.s-72aafeab-8adc-4dcd-bbfe-f494826b756c .shogun-image-content {
  
    align-items: center;
  
}

.s-72aafeab-8adc-4dcd-bbfe-f494826b756c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72aafeab-8adc-4dcd-bbfe-f494826b756c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72aafeab-8adc-4dcd-bbfe-f494826b756c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-72aafeab-8adc-4dcd-bbfe-f494826b756c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72aafeab-8adc-4dcd-bbfe-f494826b756c.shogun-image-container {
      position: relative;
    }

    .s-72aafeab-8adc-4dcd-bbfe-f494826b756c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72aafeab-8adc-4dcd-bbfe-f494826b756c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72aafeab-8adc-4dcd-bbfe-f494826b756c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-72aafeab-8adc-4dcd-bbfe-f494826b756c img.shogun-image,
  #s-72aafeab-8adc-4dcd-bbfe-f494826b756c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-72aafeab-8adc-4dcd-bbfe-f494826b756c {
    width: 100%;
    height: auto;
  }

  #s-72aafeab-8adc-4dcd-bbfe-f494826b756c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-72aafeab-8adc-4dcd-bbfe-f494826b756c.shogun-image {
    
    
  }


.s-72aafeab-8adc-4dcd-bbfe-f494826b756c .shogun-image-content {
  
    align-items: center;
  
}

.s-72aafeab-8adc-4dcd-bbfe-f494826b756c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72aafeab-8adc-4dcd-bbfe-f494826b756c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72aafeab-8adc-4dcd-bbfe-f494826b756c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-72aafeab-8adc-4dcd-bbfe-f494826b756c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72aafeab-8adc-4dcd-bbfe-f494826b756c.shogun-image-container {
      position: relative;
    }

    .s-72aafeab-8adc-4dcd-bbfe-f494826b756c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72aafeab-8adc-4dcd-bbfe-f494826b756c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72aafeab-8adc-4dcd-bbfe-f494826b756c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-72aafeab-8adc-4dcd-bbfe-f494826b756c img.shogun-image,
  #s-72aafeab-8adc-4dcd-bbfe-f494826b756c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-72aafeab-8adc-4dcd-bbfe-f494826b756c {
    width: 100%;
    height: auto;
  }

  #s-72aafeab-8adc-4dcd-bbfe-f494826b756c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-72aafeab-8adc-4dcd-bbfe-f494826b756c.shogun-image {
    
    
  }


.s-72aafeab-8adc-4dcd-bbfe-f494826b756c .shogun-image-content {
  
    align-items: center;
  
}

.s-72aafeab-8adc-4dcd-bbfe-f494826b756c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72aafeab-8adc-4dcd-bbfe-f494826b756c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72aafeab-8adc-4dcd-bbfe-f494826b756c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-72aafeab-8adc-4dcd-bbfe-f494826b756c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72aafeab-8adc-4dcd-bbfe-f494826b756c.shogun-image-container {
      position: relative;
    }

    .s-72aafeab-8adc-4dcd-bbfe-f494826b756c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72aafeab-8adc-4dcd-bbfe-f494826b756c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72aafeab-8adc-4dcd-bbfe-f494826b756c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-72aafeab-8adc-4dcd-bbfe-f494826b756c img.shogun-image,
  #s-72aafeab-8adc-4dcd-bbfe-f494826b756c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-72aafeab-8adc-4dcd-bbfe-f494826b756c {
    width: 100%;
    height: auto;
  }

  #s-72aafeab-8adc-4dcd-bbfe-f494826b756c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-72aafeab-8adc-4dcd-bbfe-f494826b756c.shogun-image {
    
    
  }


.s-72aafeab-8adc-4dcd-bbfe-f494826b756c .shogun-image-content {
  
    align-items: center;
  
}

.s-72aafeab-8adc-4dcd-bbfe-f494826b756c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72aafeab-8adc-4dcd-bbfe-f494826b756c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72aafeab-8adc-4dcd-bbfe-f494826b756c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-72aafeab-8adc-4dcd-bbfe-f494826b756c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72aafeab-8adc-4dcd-bbfe-f494826b756c.shogun-image-container {
      position: relative;
    }

    .s-72aafeab-8adc-4dcd-bbfe-f494826b756c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72aafeab-8adc-4dcd-bbfe-f494826b756c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72aafeab-8adc-4dcd-bbfe-f494826b756c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-872276ab-ff4c-4954-a6b7-ff8c2508829f {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
opacity: 1;
}





  #s-872276ab-ff4c-4954-a6b7-ff8c2508829f img.shogun-image,
  #s-872276ab-ff4c-4954-a6b7-ff8c2508829f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-872276ab-ff4c-4954-a6b7-ff8c2508829f {
    width: 100%;
    height: auto;
  }

  #s-872276ab-ff4c-4954-a6b7-ff8c2508829f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-872276ab-ff4c-4954-a6b7-ff8c2508829f.shogun-image {
    
    
  }


.s-872276ab-ff4c-4954-a6b7-ff8c2508829f .shogun-image-content {
  
    align-items: center;
  
}

.s-872276ab-ff4c-4954-a6b7-ff8c2508829f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-872276ab-ff4c-4954-a6b7-ff8c2508829f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-872276ab-ff4c-4954-a6b7-ff8c2508829f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-872276ab-ff4c-4954-a6b7-ff8c2508829f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-872276ab-ff4c-4954-a6b7-ff8c2508829f.shogun-image-container {
      position: relative;
    }

    .s-872276ab-ff4c-4954-a6b7-ff8c2508829f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-872276ab-ff4c-4954-a6b7-ff8c2508829f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-872276ab-ff4c-4954-a6b7-ff8c2508829f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-872276ab-ff4c-4954-a6b7-ff8c2508829f img.shogun-image,
  #s-872276ab-ff4c-4954-a6b7-ff8c2508829f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-872276ab-ff4c-4954-a6b7-ff8c2508829f {
    width: 100%;
    height: auto;
  }

  #s-872276ab-ff4c-4954-a6b7-ff8c2508829f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-872276ab-ff4c-4954-a6b7-ff8c2508829f.shogun-image {
    
    
  }


.s-872276ab-ff4c-4954-a6b7-ff8c2508829f .shogun-image-content {
  
    align-items: center;
  
}

.s-872276ab-ff4c-4954-a6b7-ff8c2508829f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-872276ab-ff4c-4954-a6b7-ff8c2508829f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-872276ab-ff4c-4954-a6b7-ff8c2508829f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-872276ab-ff4c-4954-a6b7-ff8c2508829f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-872276ab-ff4c-4954-a6b7-ff8c2508829f.shogun-image-container {
      position: relative;
    }

    .s-872276ab-ff4c-4954-a6b7-ff8c2508829f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-872276ab-ff4c-4954-a6b7-ff8c2508829f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-872276ab-ff4c-4954-a6b7-ff8c2508829f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-872276ab-ff4c-4954-a6b7-ff8c2508829f img.shogun-image,
  #s-872276ab-ff4c-4954-a6b7-ff8c2508829f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-872276ab-ff4c-4954-a6b7-ff8c2508829f {
    width: 100%;
    height: auto;
  }

  #s-872276ab-ff4c-4954-a6b7-ff8c2508829f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-872276ab-ff4c-4954-a6b7-ff8c2508829f.shogun-image {
    
    
  }


.s-872276ab-ff4c-4954-a6b7-ff8c2508829f .shogun-image-content {
  
    align-items: center;
  
}

.s-872276ab-ff4c-4954-a6b7-ff8c2508829f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-872276ab-ff4c-4954-a6b7-ff8c2508829f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-872276ab-ff4c-4954-a6b7-ff8c2508829f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-872276ab-ff4c-4954-a6b7-ff8c2508829f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-872276ab-ff4c-4954-a6b7-ff8c2508829f.shogun-image-container {
      position: relative;
    }

    .s-872276ab-ff4c-4954-a6b7-ff8c2508829f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-872276ab-ff4c-4954-a6b7-ff8c2508829f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-872276ab-ff4c-4954-a6b7-ff8c2508829f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-872276ab-ff4c-4954-a6b7-ff8c2508829f img.shogun-image,
  #s-872276ab-ff4c-4954-a6b7-ff8c2508829f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-872276ab-ff4c-4954-a6b7-ff8c2508829f {
    width: 100%;
    height: auto;
  }

  #s-872276ab-ff4c-4954-a6b7-ff8c2508829f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-872276ab-ff4c-4954-a6b7-ff8c2508829f.shogun-image {
    
    
  }


.s-872276ab-ff4c-4954-a6b7-ff8c2508829f .shogun-image-content {
  
    align-items: center;
  
}

.s-872276ab-ff4c-4954-a6b7-ff8c2508829f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-872276ab-ff4c-4954-a6b7-ff8c2508829f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-872276ab-ff4c-4954-a6b7-ff8c2508829f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-872276ab-ff4c-4954-a6b7-ff8c2508829f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-872276ab-ff4c-4954-a6b7-ff8c2508829f.shogun-image-container {
      position: relative;
    }

    .s-872276ab-ff4c-4954-a6b7-ff8c2508829f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-872276ab-ff4c-4954-a6b7-ff8c2508829f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-872276ab-ff4c-4954-a6b7-ff8c2508829f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-872276ab-ff4c-4954-a6b7-ff8c2508829f img.shogun-image,
  #s-872276ab-ff4c-4954-a6b7-ff8c2508829f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-872276ab-ff4c-4954-a6b7-ff8c2508829f {
    width: 100%;
    height: auto;
  }

  #s-872276ab-ff4c-4954-a6b7-ff8c2508829f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-872276ab-ff4c-4954-a6b7-ff8c2508829f.shogun-image {
    
    
  }


.s-872276ab-ff4c-4954-a6b7-ff8c2508829f .shogun-image-content {
  
    align-items: center;
  
}

.s-872276ab-ff4c-4954-a6b7-ff8c2508829f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-872276ab-ff4c-4954-a6b7-ff8c2508829f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-872276ab-ff4c-4954-a6b7-ff8c2508829f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-872276ab-ff4c-4954-a6b7-ff8c2508829f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-872276ab-ff4c-4954-a6b7-ff8c2508829f.shogun-image-container {
      position: relative;
    }

    .s-872276ab-ff4c-4954-a6b7-ff8c2508829f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-872276ab-ff4c-4954-a6b7-ff8c2508829f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-872276ab-ff4c-4954-a6b7-ff8c2508829f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8 {
  max-width: 2479px;
aspect-ratio: 2479/549;
text-align: center;
}





  #s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8 img.shogun-image,
  #s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8 {
    width: 100%;
    height: auto;
  }

  #s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8.shogun-image {
    
    
  }


.s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8 {
      --shg-aspect-ratio: calc(2479/549); 
    }

    .s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8.shogun-image-container {
      position: relative;
    }

    .s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8 img.shogun-image,
  #s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8 {
    width: 100%;
    height: auto;
  }

  #s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8.shogun-image {
    
    
  }


.s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8 {
      --shg-aspect-ratio: calc(2479/549); 
    }

    .s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8.shogun-image-container {
      position: relative;
    }

    .s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8 img.shogun-image,
  #s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8 {
    width: 100%;
    height: auto;
  }

  #s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8.shogun-image {
    
    
  }


.s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8 {
      --shg-aspect-ratio: calc(2479/549); 
    }

    .s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8.shogun-image-container {
      position: relative;
    }

    .s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8 img.shogun-image,
  #s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8 {
    width: 100%;
    height: auto;
  }

  #s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8.shogun-image {
    
    
  }


.s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8 {
      --shg-aspect-ratio: calc(2479/549); 
    }

    .s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8.shogun-image-container {
      position: relative;
    }

    .s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8 img.shogun-image,
  #s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8 {
    width: 100%;
    height: auto;
  }

  #s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8.shogun-image {
    
    
  }


.s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8 {
      --shg-aspect-ratio: calc(2479/549); 
    }

    .s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8.shogun-image-container {
      position: relative;
    }

    .s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecdd6f6b-0dff-4db5-8aa6-481d415aa5f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0a801017-200e-42f4-825d-f7977d85791e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0a801017-200e-42f4-825d-f7977d85791e {
  display: none;
}
#s-0a801017-200e-42f4-825d-f7977d85791e, #wrap-s-0a801017-200e-42f4-825d-f7977d85791e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a801017-200e-42f4-825d-f7977d85791e {
  display: none;
}
#s-0a801017-200e-42f4-825d-f7977d85791e, #wrap-s-0a801017-200e-42f4-825d-f7977d85791e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0a801017-200e-42f4-825d-f7977d85791e {
  display: none;
}
#s-0a801017-200e-42f4-825d-f7977d85791e, #wrap-s-0a801017-200e-42f4-825d-f7977d85791e { display: none !important; }}@media (max-width: 767px){#s-0a801017-200e-42f4-825d-f7977d85791e {
  display: unset;
}
#s-0a801017-200e-42f4-825d-f7977d85791e, #wrap-s-0a801017-200e-42f4-825d-f7977d85791e { display: unset !important; }}







#s-0a801017-200e-42f4-825d-f7977d85791e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a801017-200e-42f4-825d-f7977d85791e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd7ac511-0f07-4d49-ade7-576ea1f71879 {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
}

#s-7ab478bb-4fee-47aa-b5c5-9206dc2fa45d {
  min-height: 50px;
}
@media (max-width: 767px){#s-7ab478bb-4fee-47aa-b5c5-9206dc2fa45d {
  display: none;
}
#s-7ab478bb-4fee-47aa-b5c5-9206dc2fa45d, #wrap-s-7ab478bb-4fee-47aa-b5c5-9206dc2fa45d { display: none !important; }}







#s-7ab478bb-4fee-47aa-b5c5-9206dc2fa45d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ab478bb-4fee-47aa-b5c5-9206dc2fa45d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4cb4e4de-00bb-412b-a714-bb7f9574d94d {
  margin-top: 0px;
margin-left: 17%;
margin-bottom: 0px;
margin-right: 17%;
}

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

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

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

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

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

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

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

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

#s-0eb0a6c8-8aea-4628-a1ce-574a33b2d8f3 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 27px;
padding-top: 10px;
padding-left: 19px;
padding-bottom: 10px;
padding-right: 19px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 0px;
}
#s-0eb0a6c8-8aea-4628-a1ce-574a33b2d8f3:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0eb0a6c8-8aea-4628-a1ce-574a33b2d8f3:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(38, 40, 44, 1) !important;}

  #s-0eb0a6c8-8aea-4628-a1ce-574a33b2d8f3-root {
    text-align: center;
  }


#s-0eb0a6c8-8aea-4628-a1ce-574a33b2d8f3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0eb0a6c8-8aea-4628-a1ce-574a33b2d8f3-root {
    text-align: center;
  }


#s-0eb0a6c8-8aea-4628-a1ce-574a33b2d8f3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0eb0a6c8-8aea-4628-a1ce-574a33b2d8f3-root {
    text-align: center;
  }


#s-0eb0a6c8-8aea-4628-a1ce-574a33b2d8f3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0eb0a6c8-8aea-4628-a1ce-574a33b2d8f3-root {
    text-align: center;
  }


#s-0eb0a6c8-8aea-4628-a1ce-574a33b2d8f3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0eb0a6c8-8aea-4628-a1ce-574a33b2d8f3-root {
    text-align: center;
  }


#s-0eb0a6c8-8aea-4628-a1ce-574a33b2d8f3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-9db044ca-f446-4eea-8094-4a518ba7acb0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9db044ca-f446-4eea-8094-4a518ba7acb0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9db044ca-f446-4eea-8094-4a518ba7acb0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9db044ca-f446-4eea-8094-4a518ba7acb0 {
  
}
}@media (max-width: 767px){#s-9db044ca-f446-4eea-8094-4a518ba7acb0 {
  display: none;
}
#s-9db044ca-f446-4eea-8094-4a518ba7acb0, #wrap-s-9db044ca-f446-4eea-8094-4a518ba7acb0 { display: none !important; }}
#s-9db044ca-f446-4eea-8094-4a518ba7acb0 {
  background-image: url();
}








#s-9db044ca-f446-4eea-8094-4a518ba7acb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9db044ca-f446-4eea-8094-4a518ba7acb0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dcf6f951-05a0-44da-acfb-c2034fd325f8 {
  margin-left: 1%;
margin-right: 1%;
}
@media (min-width: 1200px){#s-dcf6f951-05a0-44da-acfb-c2034fd325f8 {
  display: none;
}
#s-dcf6f951-05a0-44da-acfb-c2034fd325f8, #wrap-s-dcf6f951-05a0-44da-acfb-c2034fd325f8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dcf6f951-05a0-44da-acfb-c2034fd325f8 {
  display: none;
}
#s-dcf6f951-05a0-44da-acfb-c2034fd325f8, #wrap-s-dcf6f951-05a0-44da-acfb-c2034fd325f8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dcf6f951-05a0-44da-acfb-c2034fd325f8 {
  display: none;
}
#s-dcf6f951-05a0-44da-acfb-c2034fd325f8, #wrap-s-dcf6f951-05a0-44da-acfb-c2034fd325f8 { display: none !important; }}@media (max-width: 767px){#s-dcf6f951-05a0-44da-acfb-c2034fd325f8 {
  display: unset;
}
#s-dcf6f951-05a0-44da-acfb-c2034fd325f8, #wrap-s-dcf6f951-05a0-44da-acfb-c2034fd325f8 { display: unset !important; }}
@media (min-width: 0px) {
[id="s-dcf6f951-05a0-44da-acfb-c2034fd325f8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 6.0px);
}

}

@media (min-width: 768px) {
[id="s-dcf6f951-05a0-44da-acfb-c2034fd325f8"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 9.6px);
}

}

@media (min-width: 992px) {
[id="s-dcf6f951-05a0-44da-acfb-c2034fd325f8"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 9.6px);
}

}

@media (min-width: 1200px) {
[id="s-dcf6f951-05a0-44da-acfb-c2034fd325f8"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 9.6px);
}

}

#s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835 {
  max-width: 600px;
aspect-ratio: 600/790;
text-align: center;
}





  #s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835 img.shogun-image,
  #s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835 {
    width: 100%;
    height: auto;
  }

  #s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835.shogun-image {
    
    
  }


.s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835 .shogun-image-content {
  
    align-items: center;
  
}

.s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835.shg-align-container {
  display: flex;
  justify-content: center
}

.s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835 {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835.shogun-image-container {
      position: relative;
    }

    .s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835 img.shogun-image,
  #s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835 {
    width: 100%;
    height: auto;
  }

  #s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835.shogun-image {
    
    
  }


.s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835 .shogun-image-content {
  
    align-items: center;
  
}

.s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835.shg-align-container {
  display: flex;
  justify-content: center
}

.s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835 {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835.shogun-image-container {
      position: relative;
    }

    .s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835 img.shogun-image,
  #s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835 {
    width: 100%;
    height: auto;
  }

  #s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835.shogun-image {
    
    
  }


.s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835 .shogun-image-content {
  
    align-items: center;
  
}

.s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835.shg-align-container {
  display: flex;
  justify-content: center
}

.s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835 {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835.shogun-image-container {
      position: relative;
    }

    .s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835 img.shogun-image,
  #s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835 {
    width: 100%;
    height: auto;
  }

  #s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835.shogun-image {
    
    
  }


.s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835 .shogun-image-content {
  
    align-items: center;
  
}

.s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835.shg-align-container {
  display: flex;
  justify-content: center
}

.s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835 {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835.shogun-image-container {
      position: relative;
    }

    .s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835 img.shogun-image,
  #s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835 {
    width: 100%;
    height: auto;
  }

  #s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835.shogun-image {
    
    
  }


.s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835 .shogun-image-content {
  
    align-items: center;
  
}

.s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835.shg-align-container {
  display: flex;
  justify-content: center
}

.s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835 {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835.shogun-image-container {
      position: relative;
    }

    .s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-588c5ad0-5d4c-4de6-bcec-dcbb80c1e835 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-094e0445-0603-4192-b11b-69409b3b56f2 {
  max-width: 600px;
aspect-ratio: 600/800;
text-align: center;
}





  #s-094e0445-0603-4192-b11b-69409b3b56f2 img.shogun-image,
  #s-094e0445-0603-4192-b11b-69409b3b56f2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-094e0445-0603-4192-b11b-69409b3b56f2 {
    width: 100%;
    height: auto;
  }

  #s-094e0445-0603-4192-b11b-69409b3b56f2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-094e0445-0603-4192-b11b-69409b3b56f2.shogun-image {
    
    
  }


.s-094e0445-0603-4192-b11b-69409b3b56f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-094e0445-0603-4192-b11b-69409b3b56f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-094e0445-0603-4192-b11b-69409b3b56f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-094e0445-0603-4192-b11b-69409b3b56f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-094e0445-0603-4192-b11b-69409b3b56f2 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-094e0445-0603-4192-b11b-69409b3b56f2.shogun-image-container {
      position: relative;
    }

    .s-094e0445-0603-4192-b11b-69409b3b56f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-094e0445-0603-4192-b11b-69409b3b56f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-094e0445-0603-4192-b11b-69409b3b56f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-094e0445-0603-4192-b11b-69409b3b56f2 img.shogun-image,
  #s-094e0445-0603-4192-b11b-69409b3b56f2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-094e0445-0603-4192-b11b-69409b3b56f2 {
    width: 100%;
    height: auto;
  }

  #s-094e0445-0603-4192-b11b-69409b3b56f2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-094e0445-0603-4192-b11b-69409b3b56f2.shogun-image {
    
    
  }


.s-094e0445-0603-4192-b11b-69409b3b56f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-094e0445-0603-4192-b11b-69409b3b56f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-094e0445-0603-4192-b11b-69409b3b56f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-094e0445-0603-4192-b11b-69409b3b56f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-094e0445-0603-4192-b11b-69409b3b56f2 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-094e0445-0603-4192-b11b-69409b3b56f2.shogun-image-container {
      position: relative;
    }

    .s-094e0445-0603-4192-b11b-69409b3b56f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-094e0445-0603-4192-b11b-69409b3b56f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-094e0445-0603-4192-b11b-69409b3b56f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-094e0445-0603-4192-b11b-69409b3b56f2 img.shogun-image,
  #s-094e0445-0603-4192-b11b-69409b3b56f2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-094e0445-0603-4192-b11b-69409b3b56f2 {
    width: 100%;
    height: auto;
  }

  #s-094e0445-0603-4192-b11b-69409b3b56f2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-094e0445-0603-4192-b11b-69409b3b56f2.shogun-image {
    
    
  }


.s-094e0445-0603-4192-b11b-69409b3b56f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-094e0445-0603-4192-b11b-69409b3b56f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-094e0445-0603-4192-b11b-69409b3b56f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-094e0445-0603-4192-b11b-69409b3b56f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-094e0445-0603-4192-b11b-69409b3b56f2 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-094e0445-0603-4192-b11b-69409b3b56f2.shogun-image-container {
      position: relative;
    }

    .s-094e0445-0603-4192-b11b-69409b3b56f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-094e0445-0603-4192-b11b-69409b3b56f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-094e0445-0603-4192-b11b-69409b3b56f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-094e0445-0603-4192-b11b-69409b3b56f2 img.shogun-image,
  #s-094e0445-0603-4192-b11b-69409b3b56f2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-094e0445-0603-4192-b11b-69409b3b56f2 {
    width: 100%;
    height: auto;
  }

  #s-094e0445-0603-4192-b11b-69409b3b56f2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-094e0445-0603-4192-b11b-69409b3b56f2.shogun-image {
    
    
  }


.s-094e0445-0603-4192-b11b-69409b3b56f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-094e0445-0603-4192-b11b-69409b3b56f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-094e0445-0603-4192-b11b-69409b3b56f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-094e0445-0603-4192-b11b-69409b3b56f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-094e0445-0603-4192-b11b-69409b3b56f2 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-094e0445-0603-4192-b11b-69409b3b56f2.shogun-image-container {
      position: relative;
    }

    .s-094e0445-0603-4192-b11b-69409b3b56f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-094e0445-0603-4192-b11b-69409b3b56f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-094e0445-0603-4192-b11b-69409b3b56f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-094e0445-0603-4192-b11b-69409b3b56f2 img.shogun-image,
  #s-094e0445-0603-4192-b11b-69409b3b56f2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-094e0445-0603-4192-b11b-69409b3b56f2 {
    width: 100%;
    height: auto;
  }

  #s-094e0445-0603-4192-b11b-69409b3b56f2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-094e0445-0603-4192-b11b-69409b3b56f2.shogun-image {
    
    
  }


.s-094e0445-0603-4192-b11b-69409b3b56f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-094e0445-0603-4192-b11b-69409b3b56f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-094e0445-0603-4192-b11b-69409b3b56f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-094e0445-0603-4192-b11b-69409b3b56f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-094e0445-0603-4192-b11b-69409b3b56f2 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-094e0445-0603-4192-b11b-69409b3b56f2.shogun-image-container {
      position: relative;
    }

    .s-094e0445-0603-4192-b11b-69409b3b56f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-094e0445-0603-4192-b11b-69409b3b56f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-094e0445-0603-4192-b11b-69409b3b56f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8a19ac99-29ab-47bf-9202-7b6854487b34 {
  max-width: 600px;
aspect-ratio: 600/800;
text-align: center;
}





  #s-8a19ac99-29ab-47bf-9202-7b6854487b34 img.shogun-image,
  #s-8a19ac99-29ab-47bf-9202-7b6854487b34 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8a19ac99-29ab-47bf-9202-7b6854487b34 {
    width: 100%;
    height: auto;
  }

  #s-8a19ac99-29ab-47bf-9202-7b6854487b34 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8a19ac99-29ab-47bf-9202-7b6854487b34.shogun-image {
    
    
  }


.s-8a19ac99-29ab-47bf-9202-7b6854487b34 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a19ac99-29ab-47bf-9202-7b6854487b34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a19ac99-29ab-47bf-9202-7b6854487b34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a19ac99-29ab-47bf-9202-7b6854487b34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a19ac99-29ab-47bf-9202-7b6854487b34 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-8a19ac99-29ab-47bf-9202-7b6854487b34.shogun-image-container {
      position: relative;
    }

    .s-8a19ac99-29ab-47bf-9202-7b6854487b34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a19ac99-29ab-47bf-9202-7b6854487b34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a19ac99-29ab-47bf-9202-7b6854487b34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-8a19ac99-29ab-47bf-9202-7b6854487b34 img.shogun-image,
  #s-8a19ac99-29ab-47bf-9202-7b6854487b34 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8a19ac99-29ab-47bf-9202-7b6854487b34 {
    width: 100%;
    height: auto;
  }

  #s-8a19ac99-29ab-47bf-9202-7b6854487b34 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8a19ac99-29ab-47bf-9202-7b6854487b34.shogun-image {
    
    
  }


.s-8a19ac99-29ab-47bf-9202-7b6854487b34 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a19ac99-29ab-47bf-9202-7b6854487b34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a19ac99-29ab-47bf-9202-7b6854487b34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a19ac99-29ab-47bf-9202-7b6854487b34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a19ac99-29ab-47bf-9202-7b6854487b34 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-8a19ac99-29ab-47bf-9202-7b6854487b34.shogun-image-container {
      position: relative;
    }

    .s-8a19ac99-29ab-47bf-9202-7b6854487b34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a19ac99-29ab-47bf-9202-7b6854487b34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a19ac99-29ab-47bf-9202-7b6854487b34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-8a19ac99-29ab-47bf-9202-7b6854487b34 img.shogun-image,
  #s-8a19ac99-29ab-47bf-9202-7b6854487b34 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8a19ac99-29ab-47bf-9202-7b6854487b34 {
    width: 100%;
    height: auto;
  }

  #s-8a19ac99-29ab-47bf-9202-7b6854487b34 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8a19ac99-29ab-47bf-9202-7b6854487b34.shogun-image {
    
    
  }


.s-8a19ac99-29ab-47bf-9202-7b6854487b34 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a19ac99-29ab-47bf-9202-7b6854487b34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a19ac99-29ab-47bf-9202-7b6854487b34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a19ac99-29ab-47bf-9202-7b6854487b34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a19ac99-29ab-47bf-9202-7b6854487b34 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-8a19ac99-29ab-47bf-9202-7b6854487b34.shogun-image-container {
      position: relative;
    }

    .s-8a19ac99-29ab-47bf-9202-7b6854487b34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a19ac99-29ab-47bf-9202-7b6854487b34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a19ac99-29ab-47bf-9202-7b6854487b34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-8a19ac99-29ab-47bf-9202-7b6854487b34 img.shogun-image,
  #s-8a19ac99-29ab-47bf-9202-7b6854487b34 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8a19ac99-29ab-47bf-9202-7b6854487b34 {
    width: 100%;
    height: auto;
  }

  #s-8a19ac99-29ab-47bf-9202-7b6854487b34 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8a19ac99-29ab-47bf-9202-7b6854487b34.shogun-image {
    
    
  }


.s-8a19ac99-29ab-47bf-9202-7b6854487b34 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a19ac99-29ab-47bf-9202-7b6854487b34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a19ac99-29ab-47bf-9202-7b6854487b34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a19ac99-29ab-47bf-9202-7b6854487b34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a19ac99-29ab-47bf-9202-7b6854487b34 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-8a19ac99-29ab-47bf-9202-7b6854487b34.shogun-image-container {
      position: relative;
    }

    .s-8a19ac99-29ab-47bf-9202-7b6854487b34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a19ac99-29ab-47bf-9202-7b6854487b34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a19ac99-29ab-47bf-9202-7b6854487b34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-8a19ac99-29ab-47bf-9202-7b6854487b34 img.shogun-image,
  #s-8a19ac99-29ab-47bf-9202-7b6854487b34 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8a19ac99-29ab-47bf-9202-7b6854487b34 {
    width: 100%;
    height: auto;
  }

  #s-8a19ac99-29ab-47bf-9202-7b6854487b34 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8a19ac99-29ab-47bf-9202-7b6854487b34.shogun-image {
    
    
  }


.s-8a19ac99-29ab-47bf-9202-7b6854487b34 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a19ac99-29ab-47bf-9202-7b6854487b34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a19ac99-29ab-47bf-9202-7b6854487b34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a19ac99-29ab-47bf-9202-7b6854487b34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a19ac99-29ab-47bf-9202-7b6854487b34 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-8a19ac99-29ab-47bf-9202-7b6854487b34.shogun-image-container {
      position: relative;
    }

    .s-8a19ac99-29ab-47bf-9202-7b6854487b34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a19ac99-29ab-47bf-9202-7b6854487b34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a19ac99-29ab-47bf-9202-7b6854487b34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e59ff8a7-4d57-481f-9373-c0f9784eb872 {
  max-width: 600px;
aspect-ratio: 600/800;
text-align: center;
}





  #s-e59ff8a7-4d57-481f-9373-c0f9784eb872 img.shogun-image,
  #s-e59ff8a7-4d57-481f-9373-c0f9784eb872 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e59ff8a7-4d57-481f-9373-c0f9784eb872 {
    width: 100%;
    height: auto;
  }

  #s-e59ff8a7-4d57-481f-9373-c0f9784eb872 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e59ff8a7-4d57-481f-9373-c0f9784eb872.shogun-image {
    
    
  }


.s-e59ff8a7-4d57-481f-9373-c0f9784eb872 .shogun-image-content {
  
    align-items: center;
  
}

.s-e59ff8a7-4d57-481f-9373-c0f9784eb872.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e59ff8a7-4d57-481f-9373-c0f9784eb872.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e59ff8a7-4d57-481f-9373-c0f9784eb872.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e59ff8a7-4d57-481f-9373-c0f9784eb872 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-e59ff8a7-4d57-481f-9373-c0f9784eb872.shogun-image-container {
      position: relative;
    }

    .s-e59ff8a7-4d57-481f-9373-c0f9784eb872.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e59ff8a7-4d57-481f-9373-c0f9784eb872.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e59ff8a7-4d57-481f-9373-c0f9784eb872 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e59ff8a7-4d57-481f-9373-c0f9784eb872 img.shogun-image,
  #s-e59ff8a7-4d57-481f-9373-c0f9784eb872 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e59ff8a7-4d57-481f-9373-c0f9784eb872 {
    width: 100%;
    height: auto;
  }

  #s-e59ff8a7-4d57-481f-9373-c0f9784eb872 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e59ff8a7-4d57-481f-9373-c0f9784eb872.shogun-image {
    
    
  }


.s-e59ff8a7-4d57-481f-9373-c0f9784eb872 .shogun-image-content {
  
    align-items: center;
  
}

.s-e59ff8a7-4d57-481f-9373-c0f9784eb872.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e59ff8a7-4d57-481f-9373-c0f9784eb872.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e59ff8a7-4d57-481f-9373-c0f9784eb872.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e59ff8a7-4d57-481f-9373-c0f9784eb872 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-e59ff8a7-4d57-481f-9373-c0f9784eb872.shogun-image-container {
      position: relative;
    }

    .s-e59ff8a7-4d57-481f-9373-c0f9784eb872.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e59ff8a7-4d57-481f-9373-c0f9784eb872.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e59ff8a7-4d57-481f-9373-c0f9784eb872 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e59ff8a7-4d57-481f-9373-c0f9784eb872 img.shogun-image,
  #s-e59ff8a7-4d57-481f-9373-c0f9784eb872 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e59ff8a7-4d57-481f-9373-c0f9784eb872 {
    width: 100%;
    height: auto;
  }

  #s-e59ff8a7-4d57-481f-9373-c0f9784eb872 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e59ff8a7-4d57-481f-9373-c0f9784eb872.shogun-image {
    
    
  }


.s-e59ff8a7-4d57-481f-9373-c0f9784eb872 .shogun-image-content {
  
    align-items: center;
  
}

.s-e59ff8a7-4d57-481f-9373-c0f9784eb872.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e59ff8a7-4d57-481f-9373-c0f9784eb872.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e59ff8a7-4d57-481f-9373-c0f9784eb872.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e59ff8a7-4d57-481f-9373-c0f9784eb872 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-e59ff8a7-4d57-481f-9373-c0f9784eb872.shogun-image-container {
      position: relative;
    }

    .s-e59ff8a7-4d57-481f-9373-c0f9784eb872.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e59ff8a7-4d57-481f-9373-c0f9784eb872.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e59ff8a7-4d57-481f-9373-c0f9784eb872 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e59ff8a7-4d57-481f-9373-c0f9784eb872 img.shogun-image,
  #s-e59ff8a7-4d57-481f-9373-c0f9784eb872 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e59ff8a7-4d57-481f-9373-c0f9784eb872 {
    width: 100%;
    height: auto;
  }

  #s-e59ff8a7-4d57-481f-9373-c0f9784eb872 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e59ff8a7-4d57-481f-9373-c0f9784eb872.shogun-image {
    
    
  }


.s-e59ff8a7-4d57-481f-9373-c0f9784eb872 .shogun-image-content {
  
    align-items: center;
  
}

.s-e59ff8a7-4d57-481f-9373-c0f9784eb872.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e59ff8a7-4d57-481f-9373-c0f9784eb872.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e59ff8a7-4d57-481f-9373-c0f9784eb872.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e59ff8a7-4d57-481f-9373-c0f9784eb872 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-e59ff8a7-4d57-481f-9373-c0f9784eb872.shogun-image-container {
      position: relative;
    }

    .s-e59ff8a7-4d57-481f-9373-c0f9784eb872.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e59ff8a7-4d57-481f-9373-c0f9784eb872.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e59ff8a7-4d57-481f-9373-c0f9784eb872 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e59ff8a7-4d57-481f-9373-c0f9784eb872 img.shogun-image,
  #s-e59ff8a7-4d57-481f-9373-c0f9784eb872 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e59ff8a7-4d57-481f-9373-c0f9784eb872 {
    width: 100%;
    height: auto;
  }

  #s-e59ff8a7-4d57-481f-9373-c0f9784eb872 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e59ff8a7-4d57-481f-9373-c0f9784eb872.shogun-image {
    
    
  }


.s-e59ff8a7-4d57-481f-9373-c0f9784eb872 .shogun-image-content {
  
    align-items: center;
  
}

.s-e59ff8a7-4d57-481f-9373-c0f9784eb872.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e59ff8a7-4d57-481f-9373-c0f9784eb872.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e59ff8a7-4d57-481f-9373-c0f9784eb872.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e59ff8a7-4d57-481f-9373-c0f9784eb872 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-e59ff8a7-4d57-481f-9373-c0f9784eb872.shogun-image-container {
      position: relative;
    }

    .s-e59ff8a7-4d57-481f-9373-c0f9784eb872.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e59ff8a7-4d57-481f-9373-c0f9784eb872.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e59ff8a7-4d57-481f-9373-c0f9784eb872 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-09454832-4616-43e1-b14b-d51291d51da6 {
  max-width: 600px;
aspect-ratio: 600/790;
text-align: center;
}





  #s-09454832-4616-43e1-b14b-d51291d51da6 img.shogun-image,
  #s-09454832-4616-43e1-b14b-d51291d51da6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-09454832-4616-43e1-b14b-d51291d51da6 {
    width: 100%;
    height: auto;
  }

  #s-09454832-4616-43e1-b14b-d51291d51da6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-09454832-4616-43e1-b14b-d51291d51da6.shogun-image {
    
    
  }


.s-09454832-4616-43e1-b14b-d51291d51da6 .shogun-image-content {
  
    align-items: center;
  
}

.s-09454832-4616-43e1-b14b-d51291d51da6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09454832-4616-43e1-b14b-d51291d51da6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09454832-4616-43e1-b14b-d51291d51da6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-09454832-4616-43e1-b14b-d51291d51da6 {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-09454832-4616-43e1-b14b-d51291d51da6.shogun-image-container {
      position: relative;
    }

    .s-09454832-4616-43e1-b14b-d51291d51da6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09454832-4616-43e1-b14b-d51291d51da6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09454832-4616-43e1-b14b-d51291d51da6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-09454832-4616-43e1-b14b-d51291d51da6 img.shogun-image,
  #s-09454832-4616-43e1-b14b-d51291d51da6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-09454832-4616-43e1-b14b-d51291d51da6 {
    width: 100%;
    height: auto;
  }

  #s-09454832-4616-43e1-b14b-d51291d51da6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-09454832-4616-43e1-b14b-d51291d51da6.shogun-image {
    
    
  }


.s-09454832-4616-43e1-b14b-d51291d51da6 .shogun-image-content {
  
    align-items: center;
  
}

.s-09454832-4616-43e1-b14b-d51291d51da6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09454832-4616-43e1-b14b-d51291d51da6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09454832-4616-43e1-b14b-d51291d51da6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-09454832-4616-43e1-b14b-d51291d51da6 {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-09454832-4616-43e1-b14b-d51291d51da6.shogun-image-container {
      position: relative;
    }

    .s-09454832-4616-43e1-b14b-d51291d51da6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09454832-4616-43e1-b14b-d51291d51da6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09454832-4616-43e1-b14b-d51291d51da6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-09454832-4616-43e1-b14b-d51291d51da6 img.shogun-image,
  #s-09454832-4616-43e1-b14b-d51291d51da6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-09454832-4616-43e1-b14b-d51291d51da6 {
    width: 100%;
    height: auto;
  }

  #s-09454832-4616-43e1-b14b-d51291d51da6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-09454832-4616-43e1-b14b-d51291d51da6.shogun-image {
    
    
  }


.s-09454832-4616-43e1-b14b-d51291d51da6 .shogun-image-content {
  
    align-items: center;
  
}

.s-09454832-4616-43e1-b14b-d51291d51da6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09454832-4616-43e1-b14b-d51291d51da6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09454832-4616-43e1-b14b-d51291d51da6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-09454832-4616-43e1-b14b-d51291d51da6 {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-09454832-4616-43e1-b14b-d51291d51da6.shogun-image-container {
      position: relative;
    }

    .s-09454832-4616-43e1-b14b-d51291d51da6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09454832-4616-43e1-b14b-d51291d51da6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09454832-4616-43e1-b14b-d51291d51da6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-09454832-4616-43e1-b14b-d51291d51da6 img.shogun-image,
  #s-09454832-4616-43e1-b14b-d51291d51da6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-09454832-4616-43e1-b14b-d51291d51da6 {
    width: 100%;
    height: auto;
  }

  #s-09454832-4616-43e1-b14b-d51291d51da6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-09454832-4616-43e1-b14b-d51291d51da6.shogun-image {
    
    
  }


.s-09454832-4616-43e1-b14b-d51291d51da6 .shogun-image-content {
  
    align-items: center;
  
}

.s-09454832-4616-43e1-b14b-d51291d51da6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09454832-4616-43e1-b14b-d51291d51da6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09454832-4616-43e1-b14b-d51291d51da6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-09454832-4616-43e1-b14b-d51291d51da6 {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-09454832-4616-43e1-b14b-d51291d51da6.shogun-image-container {
      position: relative;
    }

    .s-09454832-4616-43e1-b14b-d51291d51da6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09454832-4616-43e1-b14b-d51291d51da6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09454832-4616-43e1-b14b-d51291d51da6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-09454832-4616-43e1-b14b-d51291d51da6 img.shogun-image,
  #s-09454832-4616-43e1-b14b-d51291d51da6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-09454832-4616-43e1-b14b-d51291d51da6 {
    width: 100%;
    height: auto;
  }

  #s-09454832-4616-43e1-b14b-d51291d51da6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-09454832-4616-43e1-b14b-d51291d51da6.shogun-image {
    
    
  }


.s-09454832-4616-43e1-b14b-d51291d51da6 .shogun-image-content {
  
    align-items: center;
  
}

.s-09454832-4616-43e1-b14b-d51291d51da6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09454832-4616-43e1-b14b-d51291d51da6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09454832-4616-43e1-b14b-d51291d51da6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-09454832-4616-43e1-b14b-d51291d51da6 {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-09454832-4616-43e1-b14b-d51291d51da6.shogun-image-container {
      position: relative;
    }

    .s-09454832-4616-43e1-b14b-d51291d51da6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09454832-4616-43e1-b14b-d51291d51da6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09454832-4616-43e1-b14b-d51291d51da6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-71b1db62-e719-4770-b47a-62906b99d827 {
  margin-left: 1%;
margin-right: 1%;
}
@media (max-width: 767px){#s-71b1db62-e719-4770-b47a-62906b99d827 {
  display: none;
}
#s-71b1db62-e719-4770-b47a-62906b99d827, #wrap-s-71b1db62-e719-4770-b47a-62906b99d827 { display: none !important; }}
@media (min-width: 0px) {
[id="s-71b1db62-e719-4770-b47a-62906b99d827"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 6.0px);
}

}

@media (min-width: 768px) {
[id="s-71b1db62-e719-4770-b47a-62906b99d827"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 9.6px);
}

}

@media (min-width: 992px) {
[id="s-71b1db62-e719-4770-b47a-62906b99d827"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 9.6px);
}

}

@media (min-width: 1200px) {
[id="s-71b1db62-e719-4770-b47a-62906b99d827"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 9.6px);
}

}

#s-63ec9696-2c74-4d88-8066-d806b23e218e {
  max-width: 600px;
aspect-ratio: 600/790;
text-align: center;
}





  #s-63ec9696-2c74-4d88-8066-d806b23e218e img.shogun-image,
  #s-63ec9696-2c74-4d88-8066-d806b23e218e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-63ec9696-2c74-4d88-8066-d806b23e218e {
    width: 100%;
    height: auto;
  }

  #s-63ec9696-2c74-4d88-8066-d806b23e218e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-63ec9696-2c74-4d88-8066-d806b23e218e.shogun-image {
    
    
  }


.s-63ec9696-2c74-4d88-8066-d806b23e218e .shogun-image-content {
  
    align-items: center;
  
}

.s-63ec9696-2c74-4d88-8066-d806b23e218e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63ec9696-2c74-4d88-8066-d806b23e218e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63ec9696-2c74-4d88-8066-d806b23e218e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-63ec9696-2c74-4d88-8066-d806b23e218e {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-63ec9696-2c74-4d88-8066-d806b23e218e.shogun-image-container {
      position: relative;
    }

    .s-63ec9696-2c74-4d88-8066-d806b23e218e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63ec9696-2c74-4d88-8066-d806b23e218e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63ec9696-2c74-4d88-8066-d806b23e218e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-63ec9696-2c74-4d88-8066-d806b23e218e img.shogun-image,
  #s-63ec9696-2c74-4d88-8066-d806b23e218e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-63ec9696-2c74-4d88-8066-d806b23e218e {
    width: 100%;
    height: auto;
  }

  #s-63ec9696-2c74-4d88-8066-d806b23e218e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-63ec9696-2c74-4d88-8066-d806b23e218e.shogun-image {
    
    
  }


.s-63ec9696-2c74-4d88-8066-d806b23e218e .shogun-image-content {
  
    align-items: center;
  
}

.s-63ec9696-2c74-4d88-8066-d806b23e218e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63ec9696-2c74-4d88-8066-d806b23e218e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63ec9696-2c74-4d88-8066-d806b23e218e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-63ec9696-2c74-4d88-8066-d806b23e218e {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-63ec9696-2c74-4d88-8066-d806b23e218e.shogun-image-container {
      position: relative;
    }

    .s-63ec9696-2c74-4d88-8066-d806b23e218e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63ec9696-2c74-4d88-8066-d806b23e218e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63ec9696-2c74-4d88-8066-d806b23e218e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-63ec9696-2c74-4d88-8066-d806b23e218e img.shogun-image,
  #s-63ec9696-2c74-4d88-8066-d806b23e218e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-63ec9696-2c74-4d88-8066-d806b23e218e {
    width: 100%;
    height: auto;
  }

  #s-63ec9696-2c74-4d88-8066-d806b23e218e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-63ec9696-2c74-4d88-8066-d806b23e218e.shogun-image {
    
    
  }


.s-63ec9696-2c74-4d88-8066-d806b23e218e .shogun-image-content {
  
    align-items: center;
  
}

.s-63ec9696-2c74-4d88-8066-d806b23e218e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63ec9696-2c74-4d88-8066-d806b23e218e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63ec9696-2c74-4d88-8066-d806b23e218e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-63ec9696-2c74-4d88-8066-d806b23e218e {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-63ec9696-2c74-4d88-8066-d806b23e218e.shogun-image-container {
      position: relative;
    }

    .s-63ec9696-2c74-4d88-8066-d806b23e218e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63ec9696-2c74-4d88-8066-d806b23e218e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63ec9696-2c74-4d88-8066-d806b23e218e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-63ec9696-2c74-4d88-8066-d806b23e218e img.shogun-image,
  #s-63ec9696-2c74-4d88-8066-d806b23e218e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-63ec9696-2c74-4d88-8066-d806b23e218e {
    width: 100%;
    height: auto;
  }

  #s-63ec9696-2c74-4d88-8066-d806b23e218e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-63ec9696-2c74-4d88-8066-d806b23e218e.shogun-image {
    
    
  }


.s-63ec9696-2c74-4d88-8066-d806b23e218e .shogun-image-content {
  
    align-items: center;
  
}

.s-63ec9696-2c74-4d88-8066-d806b23e218e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63ec9696-2c74-4d88-8066-d806b23e218e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63ec9696-2c74-4d88-8066-d806b23e218e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-63ec9696-2c74-4d88-8066-d806b23e218e {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-63ec9696-2c74-4d88-8066-d806b23e218e.shogun-image-container {
      position: relative;
    }

    .s-63ec9696-2c74-4d88-8066-d806b23e218e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63ec9696-2c74-4d88-8066-d806b23e218e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63ec9696-2c74-4d88-8066-d806b23e218e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-63ec9696-2c74-4d88-8066-d806b23e218e img.shogun-image,
  #s-63ec9696-2c74-4d88-8066-d806b23e218e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-63ec9696-2c74-4d88-8066-d806b23e218e {
    width: 100%;
    height: auto;
  }

  #s-63ec9696-2c74-4d88-8066-d806b23e218e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-63ec9696-2c74-4d88-8066-d806b23e218e.shogun-image {
    
    
  }


.s-63ec9696-2c74-4d88-8066-d806b23e218e .shogun-image-content {
  
    align-items: center;
  
}

.s-63ec9696-2c74-4d88-8066-d806b23e218e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63ec9696-2c74-4d88-8066-d806b23e218e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63ec9696-2c74-4d88-8066-d806b23e218e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-63ec9696-2c74-4d88-8066-d806b23e218e {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-63ec9696-2c74-4d88-8066-d806b23e218e.shogun-image-container {
      position: relative;
    }

    .s-63ec9696-2c74-4d88-8066-d806b23e218e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63ec9696-2c74-4d88-8066-d806b23e218e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63ec9696-2c74-4d88-8066-d806b23e218e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13 {
  max-width: 600px;
aspect-ratio: 600/800;
text-align: center;
}





  #s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13 img.shogun-image,
  #s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13 {
    width: 100%;
    height: auto;
  }

  #s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13.shogun-image {
    
    
  }


.s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13.shogun-image-container {
      position: relative;
    }

    .s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13 img.shogun-image,
  #s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13 {
    width: 100%;
    height: auto;
  }

  #s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13.shogun-image {
    
    
  }


.s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13.shogun-image-container {
      position: relative;
    }

    .s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13 img.shogun-image,
  #s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13 {
    width: 100%;
    height: auto;
  }

  #s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13.shogun-image {
    
    
  }


.s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13.shogun-image-container {
      position: relative;
    }

    .s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13 img.shogun-image,
  #s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13 {
    width: 100%;
    height: auto;
  }

  #s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13.shogun-image {
    
    
  }


.s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13.shogun-image-container {
      position: relative;
    }

    .s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13 img.shogun-image,
  #s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13 {
    width: 100%;
    height: auto;
  }

  #s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13.shogun-image {
    
    
  }


.s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13.shogun-image-container {
      position: relative;
    }

    .s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f13f095-8bb7-4b7b-8ba2-2d47d808ed13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3c30c2fe-db89-4649-8e6a-0f3c208139bb {
  max-width: 600px;
aspect-ratio: 600/800;
text-align: center;
}





  #s-3c30c2fe-db89-4649-8e6a-0f3c208139bb img.shogun-image,
  #s-3c30c2fe-db89-4649-8e6a-0f3c208139bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c30c2fe-db89-4649-8e6a-0f3c208139bb {
    width: 100%;
    height: auto;
  }

  #s-3c30c2fe-db89-4649-8e6a-0f3c208139bb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c30c2fe-db89-4649-8e6a-0f3c208139bb.shogun-image {
    
    
  }


.s-3c30c2fe-db89-4649-8e6a-0f3c208139bb .shogun-image-content {
  
    align-items: center;
  
}

.s-3c30c2fe-db89-4649-8e6a-0f3c208139bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c30c2fe-db89-4649-8e6a-0f3c208139bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c30c2fe-db89-4649-8e6a-0f3c208139bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c30c2fe-db89-4649-8e6a-0f3c208139bb {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-3c30c2fe-db89-4649-8e6a-0f3c208139bb.shogun-image-container {
      position: relative;
    }

    .s-3c30c2fe-db89-4649-8e6a-0f3c208139bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c30c2fe-db89-4649-8e6a-0f3c208139bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c30c2fe-db89-4649-8e6a-0f3c208139bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3c30c2fe-db89-4649-8e6a-0f3c208139bb img.shogun-image,
  #s-3c30c2fe-db89-4649-8e6a-0f3c208139bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c30c2fe-db89-4649-8e6a-0f3c208139bb {
    width: 100%;
    height: auto;
  }

  #s-3c30c2fe-db89-4649-8e6a-0f3c208139bb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c30c2fe-db89-4649-8e6a-0f3c208139bb.shogun-image {
    
    
  }


.s-3c30c2fe-db89-4649-8e6a-0f3c208139bb .shogun-image-content {
  
    align-items: center;
  
}

.s-3c30c2fe-db89-4649-8e6a-0f3c208139bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c30c2fe-db89-4649-8e6a-0f3c208139bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c30c2fe-db89-4649-8e6a-0f3c208139bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c30c2fe-db89-4649-8e6a-0f3c208139bb {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-3c30c2fe-db89-4649-8e6a-0f3c208139bb.shogun-image-container {
      position: relative;
    }

    .s-3c30c2fe-db89-4649-8e6a-0f3c208139bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c30c2fe-db89-4649-8e6a-0f3c208139bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c30c2fe-db89-4649-8e6a-0f3c208139bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3c30c2fe-db89-4649-8e6a-0f3c208139bb img.shogun-image,
  #s-3c30c2fe-db89-4649-8e6a-0f3c208139bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c30c2fe-db89-4649-8e6a-0f3c208139bb {
    width: 100%;
    height: auto;
  }

  #s-3c30c2fe-db89-4649-8e6a-0f3c208139bb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c30c2fe-db89-4649-8e6a-0f3c208139bb.shogun-image {
    
    
  }


.s-3c30c2fe-db89-4649-8e6a-0f3c208139bb .shogun-image-content {
  
    align-items: center;
  
}

.s-3c30c2fe-db89-4649-8e6a-0f3c208139bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c30c2fe-db89-4649-8e6a-0f3c208139bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c30c2fe-db89-4649-8e6a-0f3c208139bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c30c2fe-db89-4649-8e6a-0f3c208139bb {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-3c30c2fe-db89-4649-8e6a-0f3c208139bb.shogun-image-container {
      position: relative;
    }

    .s-3c30c2fe-db89-4649-8e6a-0f3c208139bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c30c2fe-db89-4649-8e6a-0f3c208139bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c30c2fe-db89-4649-8e6a-0f3c208139bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3c30c2fe-db89-4649-8e6a-0f3c208139bb img.shogun-image,
  #s-3c30c2fe-db89-4649-8e6a-0f3c208139bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c30c2fe-db89-4649-8e6a-0f3c208139bb {
    width: 100%;
    height: auto;
  }

  #s-3c30c2fe-db89-4649-8e6a-0f3c208139bb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c30c2fe-db89-4649-8e6a-0f3c208139bb.shogun-image {
    
    
  }


.s-3c30c2fe-db89-4649-8e6a-0f3c208139bb .shogun-image-content {
  
    align-items: center;
  
}

.s-3c30c2fe-db89-4649-8e6a-0f3c208139bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c30c2fe-db89-4649-8e6a-0f3c208139bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c30c2fe-db89-4649-8e6a-0f3c208139bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c30c2fe-db89-4649-8e6a-0f3c208139bb {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-3c30c2fe-db89-4649-8e6a-0f3c208139bb.shogun-image-container {
      position: relative;
    }

    .s-3c30c2fe-db89-4649-8e6a-0f3c208139bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c30c2fe-db89-4649-8e6a-0f3c208139bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c30c2fe-db89-4649-8e6a-0f3c208139bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3c30c2fe-db89-4649-8e6a-0f3c208139bb img.shogun-image,
  #s-3c30c2fe-db89-4649-8e6a-0f3c208139bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c30c2fe-db89-4649-8e6a-0f3c208139bb {
    width: 100%;
    height: auto;
  }

  #s-3c30c2fe-db89-4649-8e6a-0f3c208139bb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c30c2fe-db89-4649-8e6a-0f3c208139bb.shogun-image {
    
    
  }


.s-3c30c2fe-db89-4649-8e6a-0f3c208139bb .shogun-image-content {
  
    align-items: center;
  
}

.s-3c30c2fe-db89-4649-8e6a-0f3c208139bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c30c2fe-db89-4649-8e6a-0f3c208139bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c30c2fe-db89-4649-8e6a-0f3c208139bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c30c2fe-db89-4649-8e6a-0f3c208139bb {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-3c30c2fe-db89-4649-8e6a-0f3c208139bb.shogun-image-container {
      position: relative;
    }

    .s-3c30c2fe-db89-4649-8e6a-0f3c208139bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c30c2fe-db89-4649-8e6a-0f3c208139bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c30c2fe-db89-4649-8e6a-0f3c208139bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-db85a12f-e375-42c9-9a9b-d9b772cd98ea {
  max-width: 600px;
aspect-ratio: 600/800;
text-align: center;
}





  #s-db85a12f-e375-42c9-9a9b-d9b772cd98ea img.shogun-image,
  #s-db85a12f-e375-42c9-9a9b-d9b772cd98ea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db85a12f-e375-42c9-9a9b-d9b772cd98ea {
    width: 100%;
    height: auto;
  }

  #s-db85a12f-e375-42c9-9a9b-d9b772cd98ea img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db85a12f-e375-42c9-9a9b-d9b772cd98ea.shogun-image {
    
    
  }


.s-db85a12f-e375-42c9-9a9b-d9b772cd98ea .shogun-image-content {
  
    align-items: center;
  
}

.s-db85a12f-e375-42c9-9a9b-d9b772cd98ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db85a12f-e375-42c9-9a9b-d9b772cd98ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db85a12f-e375-42c9-9a9b-d9b772cd98ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db85a12f-e375-42c9-9a9b-d9b772cd98ea {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-db85a12f-e375-42c9-9a9b-d9b772cd98ea.shogun-image-container {
      position: relative;
    }

    .s-db85a12f-e375-42c9-9a9b-d9b772cd98ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db85a12f-e375-42c9-9a9b-d9b772cd98ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db85a12f-e375-42c9-9a9b-d9b772cd98ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-db85a12f-e375-42c9-9a9b-d9b772cd98ea img.shogun-image,
  #s-db85a12f-e375-42c9-9a9b-d9b772cd98ea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db85a12f-e375-42c9-9a9b-d9b772cd98ea {
    width: 100%;
    height: auto;
  }

  #s-db85a12f-e375-42c9-9a9b-d9b772cd98ea img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db85a12f-e375-42c9-9a9b-d9b772cd98ea.shogun-image {
    
    
  }


.s-db85a12f-e375-42c9-9a9b-d9b772cd98ea .shogun-image-content {
  
    align-items: center;
  
}

.s-db85a12f-e375-42c9-9a9b-d9b772cd98ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db85a12f-e375-42c9-9a9b-d9b772cd98ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db85a12f-e375-42c9-9a9b-d9b772cd98ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db85a12f-e375-42c9-9a9b-d9b772cd98ea {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-db85a12f-e375-42c9-9a9b-d9b772cd98ea.shogun-image-container {
      position: relative;
    }

    .s-db85a12f-e375-42c9-9a9b-d9b772cd98ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db85a12f-e375-42c9-9a9b-d9b772cd98ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db85a12f-e375-42c9-9a9b-d9b772cd98ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-db85a12f-e375-42c9-9a9b-d9b772cd98ea img.shogun-image,
  #s-db85a12f-e375-42c9-9a9b-d9b772cd98ea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db85a12f-e375-42c9-9a9b-d9b772cd98ea {
    width: 100%;
    height: auto;
  }

  #s-db85a12f-e375-42c9-9a9b-d9b772cd98ea img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db85a12f-e375-42c9-9a9b-d9b772cd98ea.shogun-image {
    
    
  }


.s-db85a12f-e375-42c9-9a9b-d9b772cd98ea .shogun-image-content {
  
    align-items: center;
  
}

.s-db85a12f-e375-42c9-9a9b-d9b772cd98ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db85a12f-e375-42c9-9a9b-d9b772cd98ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db85a12f-e375-42c9-9a9b-d9b772cd98ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db85a12f-e375-42c9-9a9b-d9b772cd98ea {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-db85a12f-e375-42c9-9a9b-d9b772cd98ea.shogun-image-container {
      position: relative;
    }

    .s-db85a12f-e375-42c9-9a9b-d9b772cd98ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db85a12f-e375-42c9-9a9b-d9b772cd98ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db85a12f-e375-42c9-9a9b-d9b772cd98ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-db85a12f-e375-42c9-9a9b-d9b772cd98ea img.shogun-image,
  #s-db85a12f-e375-42c9-9a9b-d9b772cd98ea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db85a12f-e375-42c9-9a9b-d9b772cd98ea {
    width: 100%;
    height: auto;
  }

  #s-db85a12f-e375-42c9-9a9b-d9b772cd98ea img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db85a12f-e375-42c9-9a9b-d9b772cd98ea.shogun-image {
    
    
  }


.s-db85a12f-e375-42c9-9a9b-d9b772cd98ea .shogun-image-content {
  
    align-items: center;
  
}

.s-db85a12f-e375-42c9-9a9b-d9b772cd98ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db85a12f-e375-42c9-9a9b-d9b772cd98ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db85a12f-e375-42c9-9a9b-d9b772cd98ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db85a12f-e375-42c9-9a9b-d9b772cd98ea {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-db85a12f-e375-42c9-9a9b-d9b772cd98ea.shogun-image-container {
      position: relative;
    }

    .s-db85a12f-e375-42c9-9a9b-d9b772cd98ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db85a12f-e375-42c9-9a9b-d9b772cd98ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db85a12f-e375-42c9-9a9b-d9b772cd98ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-db85a12f-e375-42c9-9a9b-d9b772cd98ea img.shogun-image,
  #s-db85a12f-e375-42c9-9a9b-d9b772cd98ea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db85a12f-e375-42c9-9a9b-d9b772cd98ea {
    width: 100%;
    height: auto;
  }

  #s-db85a12f-e375-42c9-9a9b-d9b772cd98ea img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db85a12f-e375-42c9-9a9b-d9b772cd98ea.shogun-image {
    
    
  }


.s-db85a12f-e375-42c9-9a9b-d9b772cd98ea .shogun-image-content {
  
    align-items: center;
  
}

.s-db85a12f-e375-42c9-9a9b-d9b772cd98ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db85a12f-e375-42c9-9a9b-d9b772cd98ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db85a12f-e375-42c9-9a9b-d9b772cd98ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db85a12f-e375-42c9-9a9b-d9b772cd98ea {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-db85a12f-e375-42c9-9a9b-d9b772cd98ea.shogun-image-container {
      position: relative;
    }

    .s-db85a12f-e375-42c9-9a9b-d9b772cd98ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db85a12f-e375-42c9-9a9b-d9b772cd98ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db85a12f-e375-42c9-9a9b-d9b772cd98ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9 {
  max-width: 600px;
aspect-ratio: 600/790;
text-align: center;
}





  #s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9 img.shogun-image,
  #s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9 {
    width: 100%;
    height: auto;
  }

  #s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9.shogun-image {
    
    
  }


.s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9 {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9.shogun-image-container {
      position: relative;
    }

    .s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9 img.shogun-image,
  #s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9 {
    width: 100%;
    height: auto;
  }

  #s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9.shogun-image {
    
    
  }


.s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9 {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9.shogun-image-container {
      position: relative;
    }

    .s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9 img.shogun-image,
  #s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9 {
    width: 100%;
    height: auto;
  }

  #s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9.shogun-image {
    
    
  }


.s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9 {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9.shogun-image-container {
      position: relative;
    }

    .s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9 img.shogun-image,
  #s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9 {
    width: 100%;
    height: auto;
  }

  #s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9.shogun-image {
    
    
  }


.s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9 {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9.shogun-image-container {
      position: relative;
    }

    .s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9 img.shogun-image,
  #s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9 {
    width: 100%;
    height: auto;
  }

  #s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9.shogun-image {
    
    
  }


.s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9 {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9.shogun-image-container {
      position: relative;
    }

    .s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd43ae1a-8e89-40a6-a043-3e4a8bbb32f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-77df3556-4717-4cd0-964c-b4e031ec4860 {
  margin-left: 1%;
margin-right: 1%;
}
@media (max-width: 767px){#s-77df3556-4717-4cd0-964c-b4e031ec4860 {
  display: none;
}
#s-77df3556-4717-4cd0-964c-b4e031ec4860, #wrap-s-77df3556-4717-4cd0-964c-b4e031ec4860 { display: none !important; }}
@media (min-width: 0px) {
[id="s-77df3556-4717-4cd0-964c-b4e031ec4860"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.0px);
}

}

@media (min-width: 768px) {
[id="s-77df3556-4717-4cd0-964c-b4e031ec4860"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 11.2px);
}

}

@media (min-width: 992px) {
[id="s-77df3556-4717-4cd0-964c-b4e031ec4860"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 11.2px);
}

}

@media (min-width: 1200px) {
[id="s-77df3556-4717-4cd0-964c-b4e031ec4860"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 11.2px);
}

}

#s-5d40cf66-8394-4a50-a5ea-7e9e9e519750 {
  margin-top: 11px;
max-width: 600px;
aspect-ratio: 600/800;
text-align: center;
}





  #s-5d40cf66-8394-4a50-a5ea-7e9e9e519750 img.shogun-image,
  #s-5d40cf66-8394-4a50-a5ea-7e9e9e519750 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d40cf66-8394-4a50-a5ea-7e9e9e519750 {
    width: 100%;
    height: auto;
  }

  #s-5d40cf66-8394-4a50-a5ea-7e9e9e519750 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5d40cf66-8394-4a50-a5ea-7e9e9e519750.shogun-image {
    
    
  }


.s-5d40cf66-8394-4a50-a5ea-7e9e9e519750 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d40cf66-8394-4a50-a5ea-7e9e9e519750.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d40cf66-8394-4a50-a5ea-7e9e9e519750.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d40cf66-8394-4a50-a5ea-7e9e9e519750.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d40cf66-8394-4a50-a5ea-7e9e9e519750 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-5d40cf66-8394-4a50-a5ea-7e9e9e519750.shogun-image-container {
      position: relative;
    }

    .s-5d40cf66-8394-4a50-a5ea-7e9e9e519750.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d40cf66-8394-4a50-a5ea-7e9e9e519750.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d40cf66-8394-4a50-a5ea-7e9e9e519750 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5d40cf66-8394-4a50-a5ea-7e9e9e519750 img.shogun-image,
  #s-5d40cf66-8394-4a50-a5ea-7e9e9e519750 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d40cf66-8394-4a50-a5ea-7e9e9e519750 {
    width: 100%;
    height: auto;
  }

  #s-5d40cf66-8394-4a50-a5ea-7e9e9e519750 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5d40cf66-8394-4a50-a5ea-7e9e9e519750.shogun-image {
    
    
  }


.s-5d40cf66-8394-4a50-a5ea-7e9e9e519750 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d40cf66-8394-4a50-a5ea-7e9e9e519750.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d40cf66-8394-4a50-a5ea-7e9e9e519750.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d40cf66-8394-4a50-a5ea-7e9e9e519750.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d40cf66-8394-4a50-a5ea-7e9e9e519750 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-5d40cf66-8394-4a50-a5ea-7e9e9e519750.shogun-image-container {
      position: relative;
    }

    .s-5d40cf66-8394-4a50-a5ea-7e9e9e519750.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d40cf66-8394-4a50-a5ea-7e9e9e519750.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d40cf66-8394-4a50-a5ea-7e9e9e519750 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5d40cf66-8394-4a50-a5ea-7e9e9e519750 img.shogun-image,
  #s-5d40cf66-8394-4a50-a5ea-7e9e9e519750 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d40cf66-8394-4a50-a5ea-7e9e9e519750 {
    width: 100%;
    height: auto;
  }

  #s-5d40cf66-8394-4a50-a5ea-7e9e9e519750 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5d40cf66-8394-4a50-a5ea-7e9e9e519750.shogun-image {
    
    
  }


.s-5d40cf66-8394-4a50-a5ea-7e9e9e519750 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d40cf66-8394-4a50-a5ea-7e9e9e519750.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d40cf66-8394-4a50-a5ea-7e9e9e519750.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d40cf66-8394-4a50-a5ea-7e9e9e519750.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d40cf66-8394-4a50-a5ea-7e9e9e519750 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-5d40cf66-8394-4a50-a5ea-7e9e9e519750.shogun-image-container {
      position: relative;
    }

    .s-5d40cf66-8394-4a50-a5ea-7e9e9e519750.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d40cf66-8394-4a50-a5ea-7e9e9e519750.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d40cf66-8394-4a50-a5ea-7e9e9e519750 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5d40cf66-8394-4a50-a5ea-7e9e9e519750 img.shogun-image,
  #s-5d40cf66-8394-4a50-a5ea-7e9e9e519750 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d40cf66-8394-4a50-a5ea-7e9e9e519750 {
    width: 100%;
    height: auto;
  }

  #s-5d40cf66-8394-4a50-a5ea-7e9e9e519750 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5d40cf66-8394-4a50-a5ea-7e9e9e519750.shogun-image {
    
    
  }


.s-5d40cf66-8394-4a50-a5ea-7e9e9e519750 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d40cf66-8394-4a50-a5ea-7e9e9e519750.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d40cf66-8394-4a50-a5ea-7e9e9e519750.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d40cf66-8394-4a50-a5ea-7e9e9e519750.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d40cf66-8394-4a50-a5ea-7e9e9e519750 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-5d40cf66-8394-4a50-a5ea-7e9e9e519750.shogun-image-container {
      position: relative;
    }

    .s-5d40cf66-8394-4a50-a5ea-7e9e9e519750.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d40cf66-8394-4a50-a5ea-7e9e9e519750.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d40cf66-8394-4a50-a5ea-7e9e9e519750 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5d40cf66-8394-4a50-a5ea-7e9e9e519750 img.shogun-image,
  #s-5d40cf66-8394-4a50-a5ea-7e9e9e519750 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d40cf66-8394-4a50-a5ea-7e9e9e519750 {
    width: 100%;
    height: auto;
  }

  #s-5d40cf66-8394-4a50-a5ea-7e9e9e519750 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5d40cf66-8394-4a50-a5ea-7e9e9e519750.shogun-image {
    
    
  }


.s-5d40cf66-8394-4a50-a5ea-7e9e9e519750 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d40cf66-8394-4a50-a5ea-7e9e9e519750.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d40cf66-8394-4a50-a5ea-7e9e9e519750.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d40cf66-8394-4a50-a5ea-7e9e9e519750.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d40cf66-8394-4a50-a5ea-7e9e9e519750 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-5d40cf66-8394-4a50-a5ea-7e9e9e519750.shogun-image-container {
      position: relative;
    }

    .s-5d40cf66-8394-4a50-a5ea-7e9e9e519750.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d40cf66-8394-4a50-a5ea-7e9e9e519750.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d40cf66-8394-4a50-a5ea-7e9e9e519750 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-42318775-c1f7-48b6-949e-6631b33a31b9 {
  margin-top: 11px;
max-width: 600px;
aspect-ratio: 600/790;
text-align: center;
}





  #s-42318775-c1f7-48b6-949e-6631b33a31b9 img.shogun-image,
  #s-42318775-c1f7-48b6-949e-6631b33a31b9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-42318775-c1f7-48b6-949e-6631b33a31b9 {
    width: 100%;
    height: auto;
  }

  #s-42318775-c1f7-48b6-949e-6631b33a31b9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-42318775-c1f7-48b6-949e-6631b33a31b9.shogun-image {
    
    
  }


.s-42318775-c1f7-48b6-949e-6631b33a31b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-42318775-c1f7-48b6-949e-6631b33a31b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42318775-c1f7-48b6-949e-6631b33a31b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42318775-c1f7-48b6-949e-6631b33a31b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42318775-c1f7-48b6-949e-6631b33a31b9 {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-42318775-c1f7-48b6-949e-6631b33a31b9.shogun-image-container {
      position: relative;
    }

    .s-42318775-c1f7-48b6-949e-6631b33a31b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42318775-c1f7-48b6-949e-6631b33a31b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42318775-c1f7-48b6-949e-6631b33a31b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-42318775-c1f7-48b6-949e-6631b33a31b9 img.shogun-image,
  #s-42318775-c1f7-48b6-949e-6631b33a31b9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-42318775-c1f7-48b6-949e-6631b33a31b9 {
    width: 100%;
    height: auto;
  }

  #s-42318775-c1f7-48b6-949e-6631b33a31b9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-42318775-c1f7-48b6-949e-6631b33a31b9.shogun-image {
    
    
  }


.s-42318775-c1f7-48b6-949e-6631b33a31b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-42318775-c1f7-48b6-949e-6631b33a31b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42318775-c1f7-48b6-949e-6631b33a31b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42318775-c1f7-48b6-949e-6631b33a31b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42318775-c1f7-48b6-949e-6631b33a31b9 {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-42318775-c1f7-48b6-949e-6631b33a31b9.shogun-image-container {
      position: relative;
    }

    .s-42318775-c1f7-48b6-949e-6631b33a31b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42318775-c1f7-48b6-949e-6631b33a31b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42318775-c1f7-48b6-949e-6631b33a31b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-42318775-c1f7-48b6-949e-6631b33a31b9 img.shogun-image,
  #s-42318775-c1f7-48b6-949e-6631b33a31b9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-42318775-c1f7-48b6-949e-6631b33a31b9 {
    width: 100%;
    height: auto;
  }

  #s-42318775-c1f7-48b6-949e-6631b33a31b9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-42318775-c1f7-48b6-949e-6631b33a31b9.shogun-image {
    
    
  }


.s-42318775-c1f7-48b6-949e-6631b33a31b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-42318775-c1f7-48b6-949e-6631b33a31b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42318775-c1f7-48b6-949e-6631b33a31b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42318775-c1f7-48b6-949e-6631b33a31b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42318775-c1f7-48b6-949e-6631b33a31b9 {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-42318775-c1f7-48b6-949e-6631b33a31b9.shogun-image-container {
      position: relative;
    }

    .s-42318775-c1f7-48b6-949e-6631b33a31b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42318775-c1f7-48b6-949e-6631b33a31b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42318775-c1f7-48b6-949e-6631b33a31b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-42318775-c1f7-48b6-949e-6631b33a31b9 img.shogun-image,
  #s-42318775-c1f7-48b6-949e-6631b33a31b9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-42318775-c1f7-48b6-949e-6631b33a31b9 {
    width: 100%;
    height: auto;
  }

  #s-42318775-c1f7-48b6-949e-6631b33a31b9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-42318775-c1f7-48b6-949e-6631b33a31b9.shogun-image {
    
    
  }


.s-42318775-c1f7-48b6-949e-6631b33a31b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-42318775-c1f7-48b6-949e-6631b33a31b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42318775-c1f7-48b6-949e-6631b33a31b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42318775-c1f7-48b6-949e-6631b33a31b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42318775-c1f7-48b6-949e-6631b33a31b9 {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-42318775-c1f7-48b6-949e-6631b33a31b9.shogun-image-container {
      position: relative;
    }

    .s-42318775-c1f7-48b6-949e-6631b33a31b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42318775-c1f7-48b6-949e-6631b33a31b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42318775-c1f7-48b6-949e-6631b33a31b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-42318775-c1f7-48b6-949e-6631b33a31b9 img.shogun-image,
  #s-42318775-c1f7-48b6-949e-6631b33a31b9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-42318775-c1f7-48b6-949e-6631b33a31b9 {
    width: 100%;
    height: auto;
  }

  #s-42318775-c1f7-48b6-949e-6631b33a31b9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-42318775-c1f7-48b6-949e-6631b33a31b9.shogun-image {
    
    
  }


.s-42318775-c1f7-48b6-949e-6631b33a31b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-42318775-c1f7-48b6-949e-6631b33a31b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42318775-c1f7-48b6-949e-6631b33a31b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42318775-c1f7-48b6-949e-6631b33a31b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42318775-c1f7-48b6-949e-6631b33a31b9 {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-42318775-c1f7-48b6-949e-6631b33a31b9.shogun-image-container {
      position: relative;
    }

    .s-42318775-c1f7-48b6-949e-6631b33a31b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42318775-c1f7-48b6-949e-6631b33a31b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42318775-c1f7-48b6-949e-6631b33a31b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003 {
  margin-top: 11px;
max-width: 600px;
aspect-ratio: 600/800;
text-align: center;
}





  #s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003 img.shogun-image,
  #s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003 {
    width: 100%;
    height: auto;
  }

  #s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003.shogun-image {
    
    
  }


.s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003 .shogun-image-content {
  
    align-items: center;
  
}

.s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003.shogun-image-container {
      position: relative;
    }

    .s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003 img.shogun-image,
  #s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003 {
    width: 100%;
    height: auto;
  }

  #s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003.shogun-image {
    
    
  }


.s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003 .shogun-image-content {
  
    align-items: center;
  
}

.s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003.shogun-image-container {
      position: relative;
    }

    .s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003 img.shogun-image,
  #s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003 {
    width: 100%;
    height: auto;
  }

  #s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003.shogun-image {
    
    
  }


.s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003 .shogun-image-content {
  
    align-items: center;
  
}

.s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003.shogun-image-container {
      position: relative;
    }

    .s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003 img.shogun-image,
  #s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003 {
    width: 100%;
    height: auto;
  }

  #s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003.shogun-image {
    
    
  }


.s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003 .shogun-image-content {
  
    align-items: center;
  
}

.s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003.shogun-image-container {
      position: relative;
    }

    .s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003 img.shogun-image,
  #s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003 {
    width: 100%;
    height: auto;
  }

  #s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003.shogun-image {
    
    
  }


.s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003 .shogun-image-content {
  
    align-items: center;
  
}

.s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003.shogun-image-container {
      position: relative;
    }

    .s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d00bc5d3-6979-43ff-94d0-4ae5ca6b9003 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-994eaacc-5fe4-4904-a505-ec47b7a1fb11 {
  margin-top: 11px;
max-width: 600px;
aspect-ratio: 600/800;
text-align: center;
}





  #s-994eaacc-5fe4-4904-a505-ec47b7a1fb11 img.shogun-image,
  #s-994eaacc-5fe4-4904-a505-ec47b7a1fb11 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-994eaacc-5fe4-4904-a505-ec47b7a1fb11 {
    width: 100%;
    height: auto;
  }

  #s-994eaacc-5fe4-4904-a505-ec47b7a1fb11 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-994eaacc-5fe4-4904-a505-ec47b7a1fb11.shogun-image {
    
    
  }


.s-994eaacc-5fe4-4904-a505-ec47b7a1fb11 .shogun-image-content {
  
    align-items: center;
  
}

.s-994eaacc-5fe4-4904-a505-ec47b7a1fb11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-994eaacc-5fe4-4904-a505-ec47b7a1fb11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-994eaacc-5fe4-4904-a505-ec47b7a1fb11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-994eaacc-5fe4-4904-a505-ec47b7a1fb11 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-994eaacc-5fe4-4904-a505-ec47b7a1fb11.shogun-image-container {
      position: relative;
    }

    .s-994eaacc-5fe4-4904-a505-ec47b7a1fb11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-994eaacc-5fe4-4904-a505-ec47b7a1fb11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-994eaacc-5fe4-4904-a505-ec47b7a1fb11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-994eaacc-5fe4-4904-a505-ec47b7a1fb11 img.shogun-image,
  #s-994eaacc-5fe4-4904-a505-ec47b7a1fb11 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-994eaacc-5fe4-4904-a505-ec47b7a1fb11 {
    width: 100%;
    height: auto;
  }

  #s-994eaacc-5fe4-4904-a505-ec47b7a1fb11 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-994eaacc-5fe4-4904-a505-ec47b7a1fb11.shogun-image {
    
    
  }


.s-994eaacc-5fe4-4904-a505-ec47b7a1fb11 .shogun-image-content {
  
    align-items: center;
  
}

.s-994eaacc-5fe4-4904-a505-ec47b7a1fb11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-994eaacc-5fe4-4904-a505-ec47b7a1fb11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-994eaacc-5fe4-4904-a505-ec47b7a1fb11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-994eaacc-5fe4-4904-a505-ec47b7a1fb11 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-994eaacc-5fe4-4904-a505-ec47b7a1fb11.shogun-image-container {
      position: relative;
    }

    .s-994eaacc-5fe4-4904-a505-ec47b7a1fb11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-994eaacc-5fe4-4904-a505-ec47b7a1fb11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-994eaacc-5fe4-4904-a505-ec47b7a1fb11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-994eaacc-5fe4-4904-a505-ec47b7a1fb11 img.shogun-image,
  #s-994eaacc-5fe4-4904-a505-ec47b7a1fb11 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-994eaacc-5fe4-4904-a505-ec47b7a1fb11 {
    width: 100%;
    height: auto;
  }

  #s-994eaacc-5fe4-4904-a505-ec47b7a1fb11 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-994eaacc-5fe4-4904-a505-ec47b7a1fb11.shogun-image {
    
    
  }


.s-994eaacc-5fe4-4904-a505-ec47b7a1fb11 .shogun-image-content {
  
    align-items: center;
  
}

.s-994eaacc-5fe4-4904-a505-ec47b7a1fb11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-994eaacc-5fe4-4904-a505-ec47b7a1fb11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-994eaacc-5fe4-4904-a505-ec47b7a1fb11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-994eaacc-5fe4-4904-a505-ec47b7a1fb11 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-994eaacc-5fe4-4904-a505-ec47b7a1fb11.shogun-image-container {
      position: relative;
    }

    .s-994eaacc-5fe4-4904-a505-ec47b7a1fb11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-994eaacc-5fe4-4904-a505-ec47b7a1fb11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-994eaacc-5fe4-4904-a505-ec47b7a1fb11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-994eaacc-5fe4-4904-a505-ec47b7a1fb11 img.shogun-image,
  #s-994eaacc-5fe4-4904-a505-ec47b7a1fb11 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-994eaacc-5fe4-4904-a505-ec47b7a1fb11 {
    width: 100%;
    height: auto;
  }

  #s-994eaacc-5fe4-4904-a505-ec47b7a1fb11 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-994eaacc-5fe4-4904-a505-ec47b7a1fb11.shogun-image {
    
    
  }


.s-994eaacc-5fe4-4904-a505-ec47b7a1fb11 .shogun-image-content {
  
    align-items: center;
  
}

.s-994eaacc-5fe4-4904-a505-ec47b7a1fb11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-994eaacc-5fe4-4904-a505-ec47b7a1fb11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-994eaacc-5fe4-4904-a505-ec47b7a1fb11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-994eaacc-5fe4-4904-a505-ec47b7a1fb11 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-994eaacc-5fe4-4904-a505-ec47b7a1fb11.shogun-image-container {
      position: relative;
    }

    .s-994eaacc-5fe4-4904-a505-ec47b7a1fb11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-994eaacc-5fe4-4904-a505-ec47b7a1fb11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-994eaacc-5fe4-4904-a505-ec47b7a1fb11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-994eaacc-5fe4-4904-a505-ec47b7a1fb11 img.shogun-image,
  #s-994eaacc-5fe4-4904-a505-ec47b7a1fb11 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-994eaacc-5fe4-4904-a505-ec47b7a1fb11 {
    width: 100%;
    height: auto;
  }

  #s-994eaacc-5fe4-4904-a505-ec47b7a1fb11 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-994eaacc-5fe4-4904-a505-ec47b7a1fb11.shogun-image {
    
    
  }


.s-994eaacc-5fe4-4904-a505-ec47b7a1fb11 .shogun-image-content {
  
    align-items: center;
  
}

.s-994eaacc-5fe4-4904-a505-ec47b7a1fb11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-994eaacc-5fe4-4904-a505-ec47b7a1fb11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-994eaacc-5fe4-4904-a505-ec47b7a1fb11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-994eaacc-5fe4-4904-a505-ec47b7a1fb11 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-994eaacc-5fe4-4904-a505-ec47b7a1fb11.shogun-image-container {
      position: relative;
    }

    .s-994eaacc-5fe4-4904-a505-ec47b7a1fb11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-994eaacc-5fe4-4904-a505-ec47b7a1fb11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-994eaacc-5fe4-4904-a505-ec47b7a1fb11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-129a35ed-6959-479a-9c25-c3d7706af61b {
  margin-top: 11px;
max-width: 600px;
aspect-ratio: 600/800;
text-align: center;
}





  #s-129a35ed-6959-479a-9c25-c3d7706af61b img.shogun-image,
  #s-129a35ed-6959-479a-9c25-c3d7706af61b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-129a35ed-6959-479a-9c25-c3d7706af61b {
    width: 100%;
    height: auto;
  }

  #s-129a35ed-6959-479a-9c25-c3d7706af61b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-129a35ed-6959-479a-9c25-c3d7706af61b.shogun-image {
    
    
  }


.s-129a35ed-6959-479a-9c25-c3d7706af61b .shogun-image-content {
  
    align-items: center;
  
}

.s-129a35ed-6959-479a-9c25-c3d7706af61b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-129a35ed-6959-479a-9c25-c3d7706af61b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-129a35ed-6959-479a-9c25-c3d7706af61b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-129a35ed-6959-479a-9c25-c3d7706af61b {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-129a35ed-6959-479a-9c25-c3d7706af61b.shogun-image-container {
      position: relative;
    }

    .s-129a35ed-6959-479a-9c25-c3d7706af61b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-129a35ed-6959-479a-9c25-c3d7706af61b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-129a35ed-6959-479a-9c25-c3d7706af61b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-129a35ed-6959-479a-9c25-c3d7706af61b img.shogun-image,
  #s-129a35ed-6959-479a-9c25-c3d7706af61b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-129a35ed-6959-479a-9c25-c3d7706af61b {
    width: 100%;
    height: auto;
  }

  #s-129a35ed-6959-479a-9c25-c3d7706af61b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-129a35ed-6959-479a-9c25-c3d7706af61b.shogun-image {
    
    
  }


.s-129a35ed-6959-479a-9c25-c3d7706af61b .shogun-image-content {
  
    align-items: center;
  
}

.s-129a35ed-6959-479a-9c25-c3d7706af61b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-129a35ed-6959-479a-9c25-c3d7706af61b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-129a35ed-6959-479a-9c25-c3d7706af61b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-129a35ed-6959-479a-9c25-c3d7706af61b {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-129a35ed-6959-479a-9c25-c3d7706af61b.shogun-image-container {
      position: relative;
    }

    .s-129a35ed-6959-479a-9c25-c3d7706af61b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-129a35ed-6959-479a-9c25-c3d7706af61b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-129a35ed-6959-479a-9c25-c3d7706af61b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-129a35ed-6959-479a-9c25-c3d7706af61b img.shogun-image,
  #s-129a35ed-6959-479a-9c25-c3d7706af61b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-129a35ed-6959-479a-9c25-c3d7706af61b {
    width: 100%;
    height: auto;
  }

  #s-129a35ed-6959-479a-9c25-c3d7706af61b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-129a35ed-6959-479a-9c25-c3d7706af61b.shogun-image {
    
    
  }


.s-129a35ed-6959-479a-9c25-c3d7706af61b .shogun-image-content {
  
    align-items: center;
  
}

.s-129a35ed-6959-479a-9c25-c3d7706af61b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-129a35ed-6959-479a-9c25-c3d7706af61b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-129a35ed-6959-479a-9c25-c3d7706af61b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-129a35ed-6959-479a-9c25-c3d7706af61b {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-129a35ed-6959-479a-9c25-c3d7706af61b.shogun-image-container {
      position: relative;
    }

    .s-129a35ed-6959-479a-9c25-c3d7706af61b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-129a35ed-6959-479a-9c25-c3d7706af61b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-129a35ed-6959-479a-9c25-c3d7706af61b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-129a35ed-6959-479a-9c25-c3d7706af61b img.shogun-image,
  #s-129a35ed-6959-479a-9c25-c3d7706af61b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-129a35ed-6959-479a-9c25-c3d7706af61b {
    width: 100%;
    height: auto;
  }

  #s-129a35ed-6959-479a-9c25-c3d7706af61b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-129a35ed-6959-479a-9c25-c3d7706af61b.shogun-image {
    
    
  }


.s-129a35ed-6959-479a-9c25-c3d7706af61b .shogun-image-content {
  
    align-items: center;
  
}

.s-129a35ed-6959-479a-9c25-c3d7706af61b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-129a35ed-6959-479a-9c25-c3d7706af61b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-129a35ed-6959-479a-9c25-c3d7706af61b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-129a35ed-6959-479a-9c25-c3d7706af61b {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-129a35ed-6959-479a-9c25-c3d7706af61b.shogun-image-container {
      position: relative;
    }

    .s-129a35ed-6959-479a-9c25-c3d7706af61b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-129a35ed-6959-479a-9c25-c3d7706af61b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-129a35ed-6959-479a-9c25-c3d7706af61b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-129a35ed-6959-479a-9c25-c3d7706af61b img.shogun-image,
  #s-129a35ed-6959-479a-9c25-c3d7706af61b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-129a35ed-6959-479a-9c25-c3d7706af61b {
    width: 100%;
    height: auto;
  }

  #s-129a35ed-6959-479a-9c25-c3d7706af61b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-129a35ed-6959-479a-9c25-c3d7706af61b.shogun-image {
    
    
  }


.s-129a35ed-6959-479a-9c25-c3d7706af61b .shogun-image-content {
  
    align-items: center;
  
}

.s-129a35ed-6959-479a-9c25-c3d7706af61b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-129a35ed-6959-479a-9c25-c3d7706af61b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-129a35ed-6959-479a-9c25-c3d7706af61b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-129a35ed-6959-479a-9c25-c3d7706af61b {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-129a35ed-6959-479a-9c25-c3d7706af61b.shogun-image-container {
      position: relative;
    }

    .s-129a35ed-6959-479a-9c25-c3d7706af61b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-129a35ed-6959-479a-9c25-c3d7706af61b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-129a35ed-6959-479a-9c25-c3d7706af61b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1ee7f76f-89a0-4ba5-b34f-22266392c496 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 10px;
margin-bottom: 10px;
min-height: 300px;
background-position: left center;
}

#s-1ee7f76f-89a0-4ba5-b34f-22266392c496 {
  background-image: url(https://i.shgcdn.com/d03015e4-323d-4450-81e9-4a07cd259864/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1ee7f76f-89a0-4ba5-b34f-22266392c496 {
  background-image: url(https://i.shgcdn.com/d03015e4-323d-4450-81e9-4a07cd259864/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1ee7f76f-89a0-4ba5-b34f-22266392c496 {
  background-image: url(https://i.shgcdn.com/d03015e4-323d-4450-81e9-4a07cd259864/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1ee7f76f-89a0-4ba5-b34f-22266392c496 {
  background-image: url(https://i.shgcdn.com/d03015e4-323d-4450-81e9-4a07cd259864/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1ee7f76f-89a0-4ba5-b34f-22266392c496 {
  background-image: url(https://i.shgcdn.com/d03015e4-323d-4450-81e9-4a07cd259864/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1ee7f76f-89a0-4ba5-b34f-22266392c496 {
  background-image: url(https://i.shgcdn.com/d03015e4-323d-4450-81e9-4a07cd259864/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1ee7f76f-89a0-4ba5-b34f-22266392c496 {
  background-image: url(https://i.shgcdn.com/d03015e4-323d-4450-81e9-4a07cd259864/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1ee7f76f-89a0-4ba5-b34f-22266392c496 {
  background-image: url(https://i.shgcdn.com/d03015e4-323d-4450-81e9-4a07cd259864/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1ee7f76f-89a0-4ba5-b34f-22266392c496 {
  background-image: url(https://i.shgcdn.com/d03015e4-323d-4450-81e9-4a07cd259864/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-1ee7f76f-89a0-4ba5-b34f-22266392c496 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ee7f76f-89a0-4ba5-b34f-22266392c496 {
  cursor: pointer;
}#s-1ee7f76f-89a0-4ba5-b34f-22266392c496.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9 {
  margin-bottom: 23px;
max-width: 4266px;
aspect-ratio: 4266/945;
text-align: center;
}





  #s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9 img.shogun-image,
  #s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9 {
    width: 100%;
    height: auto;
  }

  #s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9.shogun-image {
    
    
  }


.s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9 {
      --shg-aspect-ratio: calc(4266/945); 
    }

    .s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9.shogun-image-container {
      position: relative;
    }

    .s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9 img.shogun-image,
  #s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9 {
    width: 100%;
    height: auto;
  }

  #s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9.shogun-image {
    
    
  }


.s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9 {
      --shg-aspect-ratio: calc(4266/945); 
    }

    .s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9.shogun-image-container {
      position: relative;
    }

    .s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9 img.shogun-image,
  #s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9 {
    width: 100%;
    height: auto;
  }

  #s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9.shogun-image {
    
    
  }


.s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9 {
      --shg-aspect-ratio: calc(4266/945); 
    }

    .s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9.shogun-image-container {
      position: relative;
    }

    .s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9 img.shogun-image,
  #s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9 {
    width: 100%;
    height: auto;
  }

  #s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9.shogun-image {
    
    
  }


.s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9 {
      --shg-aspect-ratio: calc(4266/945); 
    }

    .s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9.shogun-image-container {
      position: relative;
    }

    .s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9 img.shogun-image,
  #s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9 {
    width: 100%;
    height: auto;
  }

  #s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9.shogun-image {
    
    
  }


.s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9 {
      --shg-aspect-ratio: calc(4266/945); 
    }

    .s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9.shogun-image-container {
      position: relative;
    }

    .s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b74864a-01b0-4c7f-84be-a5c2eb26d1c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-152c05ea-715f-42a4-9cff-683e8f282ec0 {
  margin-top: 150px;
margin-bottom: 1px;
}

#s-a0cde012-23a3-425f-87bf-ae2e90f85de7 {
  margin-left: 1%;
margin-right: 1%;
}
@media (max-width: 767px){#s-a0cde012-23a3-425f-87bf-ae2e90f85de7 {
  display: none;
}
#s-a0cde012-23a3-425f-87bf-ae2e90f85de7, #wrap-s-a0cde012-23a3-425f-87bf-ae2e90f85de7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a0cde012-23a3-425f-87bf-ae2e90f85de7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0cde012-23a3-425f-87bf-ae2e90f85de7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 9.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-a0cde012-23a3-425f-87bf-ae2e90f85de7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 9.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-a0cde012-23a3-425f-87bf-ae2e90f85de7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 9.333333333333334px);
}

}

#s-28121872-0576-47a6-935d-66b5e0d5c01a {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-28121872-0576-47a6-935d-66b5e0d5c01a img.shogun-image,
  #s-28121872-0576-47a6-935d-66b5e0d5c01a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28121872-0576-47a6-935d-66b5e0d5c01a {
    width: 100%;
    height: auto;
  }

  #s-28121872-0576-47a6-935d-66b5e0d5c01a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28121872-0576-47a6-935d-66b5e0d5c01a.shogun-image {
    
    
  }


.s-28121872-0576-47a6-935d-66b5e0d5c01a .shogun-image-content {
  
    align-items: center;
  
}

.s-28121872-0576-47a6-935d-66b5e0d5c01a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28121872-0576-47a6-935d-66b5e0d5c01a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28121872-0576-47a6-935d-66b5e0d5c01a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28121872-0576-47a6-935d-66b5e0d5c01a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-28121872-0576-47a6-935d-66b5e0d5c01a.shogun-image-container {
      position: relative;
    }

    .s-28121872-0576-47a6-935d-66b5e0d5c01a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28121872-0576-47a6-935d-66b5e0d5c01a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28121872-0576-47a6-935d-66b5e0d5c01a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-28121872-0576-47a6-935d-66b5e0d5c01a img.shogun-image,
  #s-28121872-0576-47a6-935d-66b5e0d5c01a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28121872-0576-47a6-935d-66b5e0d5c01a {
    width: 100%;
    height: auto;
  }

  #s-28121872-0576-47a6-935d-66b5e0d5c01a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28121872-0576-47a6-935d-66b5e0d5c01a.shogun-image {
    
    
  }


.s-28121872-0576-47a6-935d-66b5e0d5c01a .shogun-image-content {
  
    align-items: center;
  
}

.s-28121872-0576-47a6-935d-66b5e0d5c01a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28121872-0576-47a6-935d-66b5e0d5c01a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28121872-0576-47a6-935d-66b5e0d5c01a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28121872-0576-47a6-935d-66b5e0d5c01a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-28121872-0576-47a6-935d-66b5e0d5c01a.shogun-image-container {
      position: relative;
    }

    .s-28121872-0576-47a6-935d-66b5e0d5c01a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28121872-0576-47a6-935d-66b5e0d5c01a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28121872-0576-47a6-935d-66b5e0d5c01a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-28121872-0576-47a6-935d-66b5e0d5c01a img.shogun-image,
  #s-28121872-0576-47a6-935d-66b5e0d5c01a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28121872-0576-47a6-935d-66b5e0d5c01a {
    width: 100%;
    height: auto;
  }

  #s-28121872-0576-47a6-935d-66b5e0d5c01a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28121872-0576-47a6-935d-66b5e0d5c01a.shogun-image {
    
    
  }


.s-28121872-0576-47a6-935d-66b5e0d5c01a .shogun-image-content {
  
    align-items: center;
  
}

.s-28121872-0576-47a6-935d-66b5e0d5c01a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28121872-0576-47a6-935d-66b5e0d5c01a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28121872-0576-47a6-935d-66b5e0d5c01a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28121872-0576-47a6-935d-66b5e0d5c01a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-28121872-0576-47a6-935d-66b5e0d5c01a.shogun-image-container {
      position: relative;
    }

    .s-28121872-0576-47a6-935d-66b5e0d5c01a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28121872-0576-47a6-935d-66b5e0d5c01a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28121872-0576-47a6-935d-66b5e0d5c01a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-28121872-0576-47a6-935d-66b5e0d5c01a img.shogun-image,
  #s-28121872-0576-47a6-935d-66b5e0d5c01a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28121872-0576-47a6-935d-66b5e0d5c01a {
    width: 100%;
    height: auto;
  }

  #s-28121872-0576-47a6-935d-66b5e0d5c01a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28121872-0576-47a6-935d-66b5e0d5c01a.shogun-image {
    
    
  }


.s-28121872-0576-47a6-935d-66b5e0d5c01a .shogun-image-content {
  
    align-items: center;
  
}

.s-28121872-0576-47a6-935d-66b5e0d5c01a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28121872-0576-47a6-935d-66b5e0d5c01a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28121872-0576-47a6-935d-66b5e0d5c01a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28121872-0576-47a6-935d-66b5e0d5c01a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-28121872-0576-47a6-935d-66b5e0d5c01a.shogun-image-container {
      position: relative;
    }

    .s-28121872-0576-47a6-935d-66b5e0d5c01a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28121872-0576-47a6-935d-66b5e0d5c01a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28121872-0576-47a6-935d-66b5e0d5c01a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-28121872-0576-47a6-935d-66b5e0d5c01a img.shogun-image,
  #s-28121872-0576-47a6-935d-66b5e0d5c01a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28121872-0576-47a6-935d-66b5e0d5c01a {
    width: 100%;
    height: auto;
  }

  #s-28121872-0576-47a6-935d-66b5e0d5c01a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28121872-0576-47a6-935d-66b5e0d5c01a.shogun-image {
    
    
  }


.s-28121872-0576-47a6-935d-66b5e0d5c01a .shogun-image-content {
  
    align-items: center;
  
}

.s-28121872-0576-47a6-935d-66b5e0d5c01a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28121872-0576-47a6-935d-66b5e0d5c01a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28121872-0576-47a6-935d-66b5e0d5c01a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28121872-0576-47a6-935d-66b5e0d5c01a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-28121872-0576-47a6-935d-66b5e0d5c01a.shogun-image-container {
      position: relative;
    }

    .s-28121872-0576-47a6-935d-66b5e0d5c01a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28121872-0576-47a6-935d-66b5e0d5c01a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28121872-0576-47a6-935d-66b5e0d5c01a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-9b36bcf7-6b23-43fa-8fe0-7dc9ae57f277 {
  min-height: 50px;
}








#s-9b36bcf7-6b23-43fa-8fe0-7dc9ae57f277 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b36bcf7-6b23-43fa-8fe0-7dc9ae57f277.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c3498d0-cb95-4b1d-8385-7d21340a169c {
  min-height: 50px;
}








#s-6c3498d0-cb95-4b1d-8385-7d21340a169c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c3498d0-cb95-4b1d-8385-7d21340a169c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27be604f-c05c-4b25-999d-684b23cf844f {
  min-height: 50px;
}








#s-27be604f-c05c-4b25-999d-684b23cf844f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27be604f-c05c-4b25-999d-684b23cf844f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94469518-5816-4f1d-8a68-1200c3c651c0 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-94469518-5816-4f1d-8a68-1200c3c651c0 img.shogun-image,
  #s-94469518-5816-4f1d-8a68-1200c3c651c0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-94469518-5816-4f1d-8a68-1200c3c651c0 {
    width: 100%;
    height: auto;
  }

  #s-94469518-5816-4f1d-8a68-1200c3c651c0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-94469518-5816-4f1d-8a68-1200c3c651c0.shogun-image {
    
    
  }


.s-94469518-5816-4f1d-8a68-1200c3c651c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-94469518-5816-4f1d-8a68-1200c3c651c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94469518-5816-4f1d-8a68-1200c3c651c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94469518-5816-4f1d-8a68-1200c3c651c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-94469518-5816-4f1d-8a68-1200c3c651c0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94469518-5816-4f1d-8a68-1200c3c651c0.shogun-image-container {
      position: relative;
    }

    .s-94469518-5816-4f1d-8a68-1200c3c651c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94469518-5816-4f1d-8a68-1200c3c651c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94469518-5816-4f1d-8a68-1200c3c651c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-94469518-5816-4f1d-8a68-1200c3c651c0 img.shogun-image,
  #s-94469518-5816-4f1d-8a68-1200c3c651c0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-94469518-5816-4f1d-8a68-1200c3c651c0 {
    width: 100%;
    height: auto;
  }

  #s-94469518-5816-4f1d-8a68-1200c3c651c0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-94469518-5816-4f1d-8a68-1200c3c651c0.shogun-image {
    
    
  }


.s-94469518-5816-4f1d-8a68-1200c3c651c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-94469518-5816-4f1d-8a68-1200c3c651c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94469518-5816-4f1d-8a68-1200c3c651c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94469518-5816-4f1d-8a68-1200c3c651c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-94469518-5816-4f1d-8a68-1200c3c651c0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94469518-5816-4f1d-8a68-1200c3c651c0.shogun-image-container {
      position: relative;
    }

    .s-94469518-5816-4f1d-8a68-1200c3c651c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94469518-5816-4f1d-8a68-1200c3c651c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94469518-5816-4f1d-8a68-1200c3c651c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-94469518-5816-4f1d-8a68-1200c3c651c0 img.shogun-image,
  #s-94469518-5816-4f1d-8a68-1200c3c651c0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-94469518-5816-4f1d-8a68-1200c3c651c0 {
    width: 100%;
    height: auto;
  }

  #s-94469518-5816-4f1d-8a68-1200c3c651c0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-94469518-5816-4f1d-8a68-1200c3c651c0.shogun-image {
    
    
  }


.s-94469518-5816-4f1d-8a68-1200c3c651c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-94469518-5816-4f1d-8a68-1200c3c651c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94469518-5816-4f1d-8a68-1200c3c651c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94469518-5816-4f1d-8a68-1200c3c651c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-94469518-5816-4f1d-8a68-1200c3c651c0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94469518-5816-4f1d-8a68-1200c3c651c0.shogun-image-container {
      position: relative;
    }

    .s-94469518-5816-4f1d-8a68-1200c3c651c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94469518-5816-4f1d-8a68-1200c3c651c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94469518-5816-4f1d-8a68-1200c3c651c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-94469518-5816-4f1d-8a68-1200c3c651c0 img.shogun-image,
  #s-94469518-5816-4f1d-8a68-1200c3c651c0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-94469518-5816-4f1d-8a68-1200c3c651c0 {
    width: 100%;
    height: auto;
  }

  #s-94469518-5816-4f1d-8a68-1200c3c651c0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-94469518-5816-4f1d-8a68-1200c3c651c0.shogun-image {
    
    
  }


.s-94469518-5816-4f1d-8a68-1200c3c651c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-94469518-5816-4f1d-8a68-1200c3c651c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94469518-5816-4f1d-8a68-1200c3c651c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94469518-5816-4f1d-8a68-1200c3c651c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-94469518-5816-4f1d-8a68-1200c3c651c0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94469518-5816-4f1d-8a68-1200c3c651c0.shogun-image-container {
      position: relative;
    }

    .s-94469518-5816-4f1d-8a68-1200c3c651c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94469518-5816-4f1d-8a68-1200c3c651c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94469518-5816-4f1d-8a68-1200c3c651c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-94469518-5816-4f1d-8a68-1200c3c651c0 img.shogun-image,
  #s-94469518-5816-4f1d-8a68-1200c3c651c0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-94469518-5816-4f1d-8a68-1200c3c651c0 {
    width: 100%;
    height: auto;
  }

  #s-94469518-5816-4f1d-8a68-1200c3c651c0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-94469518-5816-4f1d-8a68-1200c3c651c0.shogun-image {
    
    
  }


.s-94469518-5816-4f1d-8a68-1200c3c651c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-94469518-5816-4f1d-8a68-1200c3c651c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94469518-5816-4f1d-8a68-1200c3c651c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94469518-5816-4f1d-8a68-1200c3c651c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-94469518-5816-4f1d-8a68-1200c3c651c0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94469518-5816-4f1d-8a68-1200c3c651c0.shogun-image-container {
      position: relative;
    }

    .s-94469518-5816-4f1d-8a68-1200c3c651c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94469518-5816-4f1d-8a68-1200c3c651c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94469518-5816-4f1d-8a68-1200c3c651c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-9c8cd251-780b-4a85-970d-cf9003dbcd22 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-9c8cd251-780b-4a85-970d-cf9003dbcd22 img.shogun-image,
  #s-9c8cd251-780b-4a85-970d-cf9003dbcd22 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c8cd251-780b-4a85-970d-cf9003dbcd22 {
    width: 100%;
    height: auto;
  }

  #s-9c8cd251-780b-4a85-970d-cf9003dbcd22 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9c8cd251-780b-4a85-970d-cf9003dbcd22.shogun-image {
    
    
  }


.s-9c8cd251-780b-4a85-970d-cf9003dbcd22 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c8cd251-780b-4a85-970d-cf9003dbcd22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c8cd251-780b-4a85-970d-cf9003dbcd22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c8cd251-780b-4a85-970d-cf9003dbcd22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c8cd251-780b-4a85-970d-cf9003dbcd22 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9c8cd251-780b-4a85-970d-cf9003dbcd22.shogun-image-container {
      position: relative;
    }

    .s-9c8cd251-780b-4a85-970d-cf9003dbcd22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c8cd251-780b-4a85-970d-cf9003dbcd22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c8cd251-780b-4a85-970d-cf9003dbcd22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9c8cd251-780b-4a85-970d-cf9003dbcd22 img.shogun-image,
  #s-9c8cd251-780b-4a85-970d-cf9003dbcd22 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c8cd251-780b-4a85-970d-cf9003dbcd22 {
    width: 100%;
    height: auto;
  }

  #s-9c8cd251-780b-4a85-970d-cf9003dbcd22 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9c8cd251-780b-4a85-970d-cf9003dbcd22.shogun-image {
    
    
  }


.s-9c8cd251-780b-4a85-970d-cf9003dbcd22 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c8cd251-780b-4a85-970d-cf9003dbcd22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c8cd251-780b-4a85-970d-cf9003dbcd22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c8cd251-780b-4a85-970d-cf9003dbcd22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c8cd251-780b-4a85-970d-cf9003dbcd22 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9c8cd251-780b-4a85-970d-cf9003dbcd22.shogun-image-container {
      position: relative;
    }

    .s-9c8cd251-780b-4a85-970d-cf9003dbcd22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c8cd251-780b-4a85-970d-cf9003dbcd22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c8cd251-780b-4a85-970d-cf9003dbcd22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9c8cd251-780b-4a85-970d-cf9003dbcd22 img.shogun-image,
  #s-9c8cd251-780b-4a85-970d-cf9003dbcd22 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c8cd251-780b-4a85-970d-cf9003dbcd22 {
    width: 100%;
    height: auto;
  }

  #s-9c8cd251-780b-4a85-970d-cf9003dbcd22 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9c8cd251-780b-4a85-970d-cf9003dbcd22.shogun-image {
    
    
  }


.s-9c8cd251-780b-4a85-970d-cf9003dbcd22 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c8cd251-780b-4a85-970d-cf9003dbcd22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c8cd251-780b-4a85-970d-cf9003dbcd22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c8cd251-780b-4a85-970d-cf9003dbcd22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c8cd251-780b-4a85-970d-cf9003dbcd22 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9c8cd251-780b-4a85-970d-cf9003dbcd22.shogun-image-container {
      position: relative;
    }

    .s-9c8cd251-780b-4a85-970d-cf9003dbcd22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c8cd251-780b-4a85-970d-cf9003dbcd22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c8cd251-780b-4a85-970d-cf9003dbcd22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9c8cd251-780b-4a85-970d-cf9003dbcd22 img.shogun-image,
  #s-9c8cd251-780b-4a85-970d-cf9003dbcd22 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c8cd251-780b-4a85-970d-cf9003dbcd22 {
    width: 100%;
    height: auto;
  }

  #s-9c8cd251-780b-4a85-970d-cf9003dbcd22 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9c8cd251-780b-4a85-970d-cf9003dbcd22.shogun-image {
    
    
  }


.s-9c8cd251-780b-4a85-970d-cf9003dbcd22 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c8cd251-780b-4a85-970d-cf9003dbcd22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c8cd251-780b-4a85-970d-cf9003dbcd22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c8cd251-780b-4a85-970d-cf9003dbcd22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c8cd251-780b-4a85-970d-cf9003dbcd22 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9c8cd251-780b-4a85-970d-cf9003dbcd22.shogun-image-container {
      position: relative;
    }

    .s-9c8cd251-780b-4a85-970d-cf9003dbcd22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c8cd251-780b-4a85-970d-cf9003dbcd22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c8cd251-780b-4a85-970d-cf9003dbcd22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9c8cd251-780b-4a85-970d-cf9003dbcd22 img.shogun-image,
  #s-9c8cd251-780b-4a85-970d-cf9003dbcd22 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c8cd251-780b-4a85-970d-cf9003dbcd22 {
    width: 100%;
    height: auto;
  }

  #s-9c8cd251-780b-4a85-970d-cf9003dbcd22 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9c8cd251-780b-4a85-970d-cf9003dbcd22.shogun-image {
    
    
  }


.s-9c8cd251-780b-4a85-970d-cf9003dbcd22 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c8cd251-780b-4a85-970d-cf9003dbcd22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c8cd251-780b-4a85-970d-cf9003dbcd22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c8cd251-780b-4a85-970d-cf9003dbcd22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c8cd251-780b-4a85-970d-cf9003dbcd22 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9c8cd251-780b-4a85-970d-cf9003dbcd22.shogun-image-container {
      position: relative;
    }

    .s-9c8cd251-780b-4a85-970d-cf9003dbcd22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c8cd251-780b-4a85-970d-cf9003dbcd22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c8cd251-780b-4a85-970d-cf9003dbcd22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3c7ec9c0-cc3c-4022-998e-7328274d7e04 {
  margin-left: 1%;
margin-right: 1%;
}
@media (min-width: 1200px){#s-3c7ec9c0-cc3c-4022-998e-7328274d7e04 {
  display: none;
}
#s-3c7ec9c0-cc3c-4022-998e-7328274d7e04, #wrap-s-3c7ec9c0-cc3c-4022-998e-7328274d7e04 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3c7ec9c0-cc3c-4022-998e-7328274d7e04 {
  display: none;
}
#s-3c7ec9c0-cc3c-4022-998e-7328274d7e04, #wrap-s-3c7ec9c0-cc3c-4022-998e-7328274d7e04 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3c7ec9c0-cc3c-4022-998e-7328274d7e04 {
  display: none;
}
#s-3c7ec9c0-cc3c-4022-998e-7328274d7e04, #wrap-s-3c7ec9c0-cc3c-4022-998e-7328274d7e04 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3c7ec9c0-cc3c-4022-998e-7328274d7e04"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c7ec9c0-cc3c-4022-998e-7328274d7e04"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 9.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-3c7ec9c0-cc3c-4022-998e-7328274d7e04"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 9.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-3c7ec9c0-cc3c-4022-998e-7328274d7e04"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 9.333333333333334px);
}

}

#s-25df7a89-4d6a-446a-8b39-428dff166dd8 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-25df7a89-4d6a-446a-8b39-428dff166dd8 img.shogun-image,
  #s-25df7a89-4d6a-446a-8b39-428dff166dd8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25df7a89-4d6a-446a-8b39-428dff166dd8 {
    width: 100%;
    height: auto;
  }

  #s-25df7a89-4d6a-446a-8b39-428dff166dd8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25df7a89-4d6a-446a-8b39-428dff166dd8.shogun-image {
    
    
  }


.s-25df7a89-4d6a-446a-8b39-428dff166dd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-25df7a89-4d6a-446a-8b39-428dff166dd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25df7a89-4d6a-446a-8b39-428dff166dd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25df7a89-4d6a-446a-8b39-428dff166dd8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25df7a89-4d6a-446a-8b39-428dff166dd8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25df7a89-4d6a-446a-8b39-428dff166dd8.shogun-image-container {
      position: relative;
    }

    .s-25df7a89-4d6a-446a-8b39-428dff166dd8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25df7a89-4d6a-446a-8b39-428dff166dd8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25df7a89-4d6a-446a-8b39-428dff166dd8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-25df7a89-4d6a-446a-8b39-428dff166dd8 img.shogun-image,
  #s-25df7a89-4d6a-446a-8b39-428dff166dd8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25df7a89-4d6a-446a-8b39-428dff166dd8 {
    width: 100%;
    height: auto;
  }

  #s-25df7a89-4d6a-446a-8b39-428dff166dd8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25df7a89-4d6a-446a-8b39-428dff166dd8.shogun-image {
    
    
  }


.s-25df7a89-4d6a-446a-8b39-428dff166dd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-25df7a89-4d6a-446a-8b39-428dff166dd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25df7a89-4d6a-446a-8b39-428dff166dd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25df7a89-4d6a-446a-8b39-428dff166dd8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25df7a89-4d6a-446a-8b39-428dff166dd8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25df7a89-4d6a-446a-8b39-428dff166dd8.shogun-image-container {
      position: relative;
    }

    .s-25df7a89-4d6a-446a-8b39-428dff166dd8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25df7a89-4d6a-446a-8b39-428dff166dd8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25df7a89-4d6a-446a-8b39-428dff166dd8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-25df7a89-4d6a-446a-8b39-428dff166dd8 img.shogun-image,
  #s-25df7a89-4d6a-446a-8b39-428dff166dd8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25df7a89-4d6a-446a-8b39-428dff166dd8 {
    width: 100%;
    height: auto;
  }

  #s-25df7a89-4d6a-446a-8b39-428dff166dd8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25df7a89-4d6a-446a-8b39-428dff166dd8.shogun-image {
    
    
  }


.s-25df7a89-4d6a-446a-8b39-428dff166dd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-25df7a89-4d6a-446a-8b39-428dff166dd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25df7a89-4d6a-446a-8b39-428dff166dd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25df7a89-4d6a-446a-8b39-428dff166dd8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25df7a89-4d6a-446a-8b39-428dff166dd8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25df7a89-4d6a-446a-8b39-428dff166dd8.shogun-image-container {
      position: relative;
    }

    .s-25df7a89-4d6a-446a-8b39-428dff166dd8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25df7a89-4d6a-446a-8b39-428dff166dd8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25df7a89-4d6a-446a-8b39-428dff166dd8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-25df7a89-4d6a-446a-8b39-428dff166dd8 img.shogun-image,
  #s-25df7a89-4d6a-446a-8b39-428dff166dd8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25df7a89-4d6a-446a-8b39-428dff166dd8 {
    width: 100%;
    height: auto;
  }

  #s-25df7a89-4d6a-446a-8b39-428dff166dd8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25df7a89-4d6a-446a-8b39-428dff166dd8.shogun-image {
    
    
  }


.s-25df7a89-4d6a-446a-8b39-428dff166dd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-25df7a89-4d6a-446a-8b39-428dff166dd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25df7a89-4d6a-446a-8b39-428dff166dd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25df7a89-4d6a-446a-8b39-428dff166dd8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25df7a89-4d6a-446a-8b39-428dff166dd8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25df7a89-4d6a-446a-8b39-428dff166dd8.shogun-image-container {
      position: relative;
    }

    .s-25df7a89-4d6a-446a-8b39-428dff166dd8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25df7a89-4d6a-446a-8b39-428dff166dd8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25df7a89-4d6a-446a-8b39-428dff166dd8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-25df7a89-4d6a-446a-8b39-428dff166dd8 img.shogun-image,
  #s-25df7a89-4d6a-446a-8b39-428dff166dd8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25df7a89-4d6a-446a-8b39-428dff166dd8 {
    width: 100%;
    height: auto;
  }

  #s-25df7a89-4d6a-446a-8b39-428dff166dd8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25df7a89-4d6a-446a-8b39-428dff166dd8.shogun-image {
    
    
  }


.s-25df7a89-4d6a-446a-8b39-428dff166dd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-25df7a89-4d6a-446a-8b39-428dff166dd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25df7a89-4d6a-446a-8b39-428dff166dd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25df7a89-4d6a-446a-8b39-428dff166dd8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25df7a89-4d6a-446a-8b39-428dff166dd8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25df7a89-4d6a-446a-8b39-428dff166dd8.shogun-image-container {
      position: relative;
    }

    .s-25df7a89-4d6a-446a-8b39-428dff166dd8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25df7a89-4d6a-446a-8b39-428dff166dd8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25df7a89-4d6a-446a-8b39-428dff166dd8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f21dbd93-21f5-44e0-80d0-39c0a7559280 {
  min-height: 50px;
}








#s-f21dbd93-21f5-44e0-80d0-39c0a7559280 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f21dbd93-21f5-44e0-80d0-39c0a7559280.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-738b5e90-0452-4752-baeb-3c0a2779bd7c {
  min-height: 50px;
}








#s-738b5e90-0452-4752-baeb-3c0a2779bd7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-738b5e90-0452-4752-baeb-3c0a2779bd7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9dc8c6f0-5bdd-4bc5-8c87-7be23f7e68e1 {
  min-height: 50px;
}








#s-9dc8c6f0-5bdd-4bc5-8c87-7be23f7e68e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9dc8c6f0-5bdd-4bc5-8c87-7be23f7e68e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae1a68f5-59ca-4d49-9182-2eb1893bae44 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-ae1a68f5-59ca-4d49-9182-2eb1893bae44 img.shogun-image,
  #s-ae1a68f5-59ca-4d49-9182-2eb1893bae44 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae1a68f5-59ca-4d49-9182-2eb1893bae44 {
    width: 100%;
    height: auto;
  }

  #s-ae1a68f5-59ca-4d49-9182-2eb1893bae44 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ae1a68f5-59ca-4d49-9182-2eb1893bae44.shogun-image {
    
    
  }


.s-ae1a68f5-59ca-4d49-9182-2eb1893bae44 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae1a68f5-59ca-4d49-9182-2eb1893bae44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae1a68f5-59ca-4d49-9182-2eb1893bae44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae1a68f5-59ca-4d49-9182-2eb1893bae44.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae1a68f5-59ca-4d49-9182-2eb1893bae44 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ae1a68f5-59ca-4d49-9182-2eb1893bae44.shogun-image-container {
      position: relative;
    }

    .s-ae1a68f5-59ca-4d49-9182-2eb1893bae44.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae1a68f5-59ca-4d49-9182-2eb1893bae44.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae1a68f5-59ca-4d49-9182-2eb1893bae44 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ae1a68f5-59ca-4d49-9182-2eb1893bae44 img.shogun-image,
  #s-ae1a68f5-59ca-4d49-9182-2eb1893bae44 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae1a68f5-59ca-4d49-9182-2eb1893bae44 {
    width: 100%;
    height: auto;
  }

  #s-ae1a68f5-59ca-4d49-9182-2eb1893bae44 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ae1a68f5-59ca-4d49-9182-2eb1893bae44.shogun-image {
    
    
  }


.s-ae1a68f5-59ca-4d49-9182-2eb1893bae44 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae1a68f5-59ca-4d49-9182-2eb1893bae44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae1a68f5-59ca-4d49-9182-2eb1893bae44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae1a68f5-59ca-4d49-9182-2eb1893bae44.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae1a68f5-59ca-4d49-9182-2eb1893bae44 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ae1a68f5-59ca-4d49-9182-2eb1893bae44.shogun-image-container {
      position: relative;
    }

    .s-ae1a68f5-59ca-4d49-9182-2eb1893bae44.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae1a68f5-59ca-4d49-9182-2eb1893bae44.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae1a68f5-59ca-4d49-9182-2eb1893bae44 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ae1a68f5-59ca-4d49-9182-2eb1893bae44 img.shogun-image,
  #s-ae1a68f5-59ca-4d49-9182-2eb1893bae44 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae1a68f5-59ca-4d49-9182-2eb1893bae44 {
    width: 100%;
    height: auto;
  }

  #s-ae1a68f5-59ca-4d49-9182-2eb1893bae44 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ae1a68f5-59ca-4d49-9182-2eb1893bae44.shogun-image {
    
    
  }


.s-ae1a68f5-59ca-4d49-9182-2eb1893bae44 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae1a68f5-59ca-4d49-9182-2eb1893bae44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae1a68f5-59ca-4d49-9182-2eb1893bae44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae1a68f5-59ca-4d49-9182-2eb1893bae44.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae1a68f5-59ca-4d49-9182-2eb1893bae44 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ae1a68f5-59ca-4d49-9182-2eb1893bae44.shogun-image-container {
      position: relative;
    }

    .s-ae1a68f5-59ca-4d49-9182-2eb1893bae44.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae1a68f5-59ca-4d49-9182-2eb1893bae44.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae1a68f5-59ca-4d49-9182-2eb1893bae44 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ae1a68f5-59ca-4d49-9182-2eb1893bae44 img.shogun-image,
  #s-ae1a68f5-59ca-4d49-9182-2eb1893bae44 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae1a68f5-59ca-4d49-9182-2eb1893bae44 {
    width: 100%;
    height: auto;
  }

  #s-ae1a68f5-59ca-4d49-9182-2eb1893bae44 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ae1a68f5-59ca-4d49-9182-2eb1893bae44.shogun-image {
    
    
  }


.s-ae1a68f5-59ca-4d49-9182-2eb1893bae44 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae1a68f5-59ca-4d49-9182-2eb1893bae44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae1a68f5-59ca-4d49-9182-2eb1893bae44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae1a68f5-59ca-4d49-9182-2eb1893bae44.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae1a68f5-59ca-4d49-9182-2eb1893bae44 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ae1a68f5-59ca-4d49-9182-2eb1893bae44.shogun-image-container {
      position: relative;
    }

    .s-ae1a68f5-59ca-4d49-9182-2eb1893bae44.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae1a68f5-59ca-4d49-9182-2eb1893bae44.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae1a68f5-59ca-4d49-9182-2eb1893bae44 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ae1a68f5-59ca-4d49-9182-2eb1893bae44 img.shogun-image,
  #s-ae1a68f5-59ca-4d49-9182-2eb1893bae44 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae1a68f5-59ca-4d49-9182-2eb1893bae44 {
    width: 100%;
    height: auto;
  }

  #s-ae1a68f5-59ca-4d49-9182-2eb1893bae44 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ae1a68f5-59ca-4d49-9182-2eb1893bae44.shogun-image {
    
    
  }


.s-ae1a68f5-59ca-4d49-9182-2eb1893bae44 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae1a68f5-59ca-4d49-9182-2eb1893bae44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae1a68f5-59ca-4d49-9182-2eb1893bae44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae1a68f5-59ca-4d49-9182-2eb1893bae44.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae1a68f5-59ca-4d49-9182-2eb1893bae44 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ae1a68f5-59ca-4d49-9182-2eb1893bae44.shogun-image-container {
      position: relative;
    }

    .s-ae1a68f5-59ca-4d49-9182-2eb1893bae44.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae1a68f5-59ca-4d49-9182-2eb1893bae44.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae1a68f5-59ca-4d49-9182-2eb1893bae44 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-90e67f4d-d663-459e-a20f-71af7b784a80 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-90e67f4d-d663-459e-a20f-71af7b784a80 img.shogun-image,
  #s-90e67f4d-d663-459e-a20f-71af7b784a80 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-90e67f4d-d663-459e-a20f-71af7b784a80 {
    width: 100%;
    height: auto;
  }

  #s-90e67f4d-d663-459e-a20f-71af7b784a80 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90e67f4d-d663-459e-a20f-71af7b784a80.shogun-image {
    
    
  }


.s-90e67f4d-d663-459e-a20f-71af7b784a80 .shogun-image-content {
  
    align-items: center;
  
}

.s-90e67f4d-d663-459e-a20f-71af7b784a80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90e67f4d-d663-459e-a20f-71af7b784a80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90e67f4d-d663-459e-a20f-71af7b784a80.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90e67f4d-d663-459e-a20f-71af7b784a80 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-90e67f4d-d663-459e-a20f-71af7b784a80.shogun-image-container {
      position: relative;
    }

    .s-90e67f4d-d663-459e-a20f-71af7b784a80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90e67f4d-d663-459e-a20f-71af7b784a80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90e67f4d-d663-459e-a20f-71af7b784a80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-90e67f4d-d663-459e-a20f-71af7b784a80 img.shogun-image,
  #s-90e67f4d-d663-459e-a20f-71af7b784a80 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-90e67f4d-d663-459e-a20f-71af7b784a80 {
    width: 100%;
    height: auto;
  }

  #s-90e67f4d-d663-459e-a20f-71af7b784a80 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90e67f4d-d663-459e-a20f-71af7b784a80.shogun-image {
    
    
  }


.s-90e67f4d-d663-459e-a20f-71af7b784a80 .shogun-image-content {
  
    align-items: center;
  
}

.s-90e67f4d-d663-459e-a20f-71af7b784a80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90e67f4d-d663-459e-a20f-71af7b784a80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90e67f4d-d663-459e-a20f-71af7b784a80.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90e67f4d-d663-459e-a20f-71af7b784a80 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-90e67f4d-d663-459e-a20f-71af7b784a80.shogun-image-container {
      position: relative;
    }

    .s-90e67f4d-d663-459e-a20f-71af7b784a80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90e67f4d-d663-459e-a20f-71af7b784a80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90e67f4d-d663-459e-a20f-71af7b784a80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-90e67f4d-d663-459e-a20f-71af7b784a80 img.shogun-image,
  #s-90e67f4d-d663-459e-a20f-71af7b784a80 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-90e67f4d-d663-459e-a20f-71af7b784a80 {
    width: 100%;
    height: auto;
  }

  #s-90e67f4d-d663-459e-a20f-71af7b784a80 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90e67f4d-d663-459e-a20f-71af7b784a80.shogun-image {
    
    
  }


.s-90e67f4d-d663-459e-a20f-71af7b784a80 .shogun-image-content {
  
    align-items: center;
  
}

.s-90e67f4d-d663-459e-a20f-71af7b784a80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90e67f4d-d663-459e-a20f-71af7b784a80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90e67f4d-d663-459e-a20f-71af7b784a80.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90e67f4d-d663-459e-a20f-71af7b784a80 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-90e67f4d-d663-459e-a20f-71af7b784a80.shogun-image-container {
      position: relative;
    }

    .s-90e67f4d-d663-459e-a20f-71af7b784a80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90e67f4d-d663-459e-a20f-71af7b784a80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90e67f4d-d663-459e-a20f-71af7b784a80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-90e67f4d-d663-459e-a20f-71af7b784a80 img.shogun-image,
  #s-90e67f4d-d663-459e-a20f-71af7b784a80 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-90e67f4d-d663-459e-a20f-71af7b784a80 {
    width: 100%;
    height: auto;
  }

  #s-90e67f4d-d663-459e-a20f-71af7b784a80 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90e67f4d-d663-459e-a20f-71af7b784a80.shogun-image {
    
    
  }


.s-90e67f4d-d663-459e-a20f-71af7b784a80 .shogun-image-content {
  
    align-items: center;
  
}

.s-90e67f4d-d663-459e-a20f-71af7b784a80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90e67f4d-d663-459e-a20f-71af7b784a80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90e67f4d-d663-459e-a20f-71af7b784a80.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90e67f4d-d663-459e-a20f-71af7b784a80 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-90e67f4d-d663-459e-a20f-71af7b784a80.shogun-image-container {
      position: relative;
    }

    .s-90e67f4d-d663-459e-a20f-71af7b784a80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90e67f4d-d663-459e-a20f-71af7b784a80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90e67f4d-d663-459e-a20f-71af7b784a80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-90e67f4d-d663-459e-a20f-71af7b784a80 img.shogun-image,
  #s-90e67f4d-d663-459e-a20f-71af7b784a80 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-90e67f4d-d663-459e-a20f-71af7b784a80 {
    width: 100%;
    height: auto;
  }

  #s-90e67f4d-d663-459e-a20f-71af7b784a80 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90e67f4d-d663-459e-a20f-71af7b784a80.shogun-image {
    
    
  }


.s-90e67f4d-d663-459e-a20f-71af7b784a80 .shogun-image-content {
  
    align-items: center;
  
}

.s-90e67f4d-d663-459e-a20f-71af7b784a80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90e67f4d-d663-459e-a20f-71af7b784a80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90e67f4d-d663-459e-a20f-71af7b784a80.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90e67f4d-d663-459e-a20f-71af7b784a80 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-90e67f4d-d663-459e-a20f-71af7b784a80.shogun-image-container {
      position: relative;
    }

    .s-90e67f4d-d663-459e-a20f-71af7b784a80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90e67f4d-d663-459e-a20f-71af7b784a80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90e67f4d-d663-459e-a20f-71af7b784a80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f9b1692e-b9ba-4d07-bc45-e9b8d6b4eeb8 {
  min-height: 50px;
}








#s-f9b1692e-b9ba-4d07-bc45-e9b8d6b4eeb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9b1692e-b9ba-4d07-bc45-e9b8d6b4eeb8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-d3e193a9-bd2e-4177-900d-99764e27bde3 {
  display: none;
}
#s-d3e193a9-bd2e-4177-900d-99764e27bde3, #wrap-s-d3e193a9-bd2e-4177-900d-99764e27bde3 { display: none !important; }}
#s-6c3b7a65-b1dc-4430-9750-c418c03ca245 {
  min-height: 90px;
}
@media (max-width: 767px){#s-6c3b7a65-b1dc-4430-9750-c418c03ca245 {
  display: none;
}
#s-6c3b7a65-b1dc-4430-9750-c418c03ca245, #wrap-s-6c3b7a65-b1dc-4430-9750-c418c03ca245 { display: none !important; }}







#s-6c3b7a65-b1dc-4430-9750-c418c03ca245 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c3b7a65-b1dc-4430-9750-c418c03ca245 {
  cursor: pointer;
}#s-6c3b7a65-b1dc-4430-9750-c418c03ca245.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e94bc5c-b8ed-47fd-9a9c-bea1e161302f {
  min-height: 50px;
}








#s-1e94bc5c-b8ed-47fd-9a9c-bea1e161302f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e94bc5c-b8ed-47fd-9a9c-bea1e161302f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a86e3e6-71f5-466f-b435-fb18b75dc99b {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 22px;
padding-top: 10px;
padding-left: 19px;
padding-bottom: 10px;
padding-right: 19px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 0px;
}
#s-2a86e3e6-71f5-466f-b435-fb18b75dc99b:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2a86e3e6-71f5-466f-b435-fb18b75dc99b:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(38, 40, 44, 1) !important;}

  #s-2a86e3e6-71f5-466f-b435-fb18b75dc99b-root {
    text-align: center;
  }


#s-2a86e3e6-71f5-466f-b435-fb18b75dc99b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2a86e3e6-71f5-466f-b435-fb18b75dc99b-root {
    text-align: center;
  }


#s-2a86e3e6-71f5-466f-b435-fb18b75dc99b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2a86e3e6-71f5-466f-b435-fb18b75dc99b-root {
    text-align: center;
  }


#s-2a86e3e6-71f5-466f-b435-fb18b75dc99b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2a86e3e6-71f5-466f-b435-fb18b75dc99b-root {
    text-align: center;
  }


#s-2a86e3e6-71f5-466f-b435-fb18b75dc99b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2a86e3e6-71f5-466f-b435-fb18b75dc99b-root {
    text-align: center;
  }


#s-2a86e3e6-71f5-466f-b435-fb18b75dc99b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-a8ccc8c6-2f54-4b7d-a798-efc4700be6db {
  min-height: 50px;
}








#s-a8ccc8c6-2f54-4b7d-a798-efc4700be6db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8ccc8c6-2f54-4b7d-a798-efc4700be6db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05901026-9189-4bcd-806a-5c44bbdeb0a7 {
  margin-top: 4px;
}

@media (min-width: 0px) {
[id="s-05901026-9189-4bcd-806a-5c44bbdeb0a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05901026-9189-4bcd-806a-5c44bbdeb0a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-05901026-9189-4bcd-806a-5c44bbdeb0a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-05901026-9189-4bcd-806a-5c44bbdeb0a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1536px;
aspect-ratio: 1536/1290;
text-align: center;
opacity: 1;
}





  #s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82 img.shogun-image,
  #s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82 {
    width: 100%;
    height: auto;
  }

  #s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82.shogun-image {
    
    
  }


.s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82 .shogun-image-content {
  
    align-items: center;
  
}

.s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82 {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82.shogun-image-container {
      position: relative;
    }

    .s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82 img.shogun-image,
  #s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82 {
    width: 100%;
    height: auto;
  }

  #s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82.shogun-image {
    
    
  }


.s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82 .shogun-image-content {
  
    align-items: center;
  
}

.s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82 {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82.shogun-image-container {
      position: relative;
    }

    .s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82 img.shogun-image,
  #s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82 {
    width: 100%;
    height: auto;
  }

  #s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82.shogun-image {
    
    
  }


.s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82 .shogun-image-content {
  
    align-items: center;
  
}

.s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82 {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82.shogun-image-container {
      position: relative;
    }

    .s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82 img.shogun-image,
  #s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82 {
    width: 100%;
    height: auto;
  }

  #s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82.shogun-image {
    
    
  }


.s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82 .shogun-image-content {
  
    align-items: center;
  
}

.s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82 {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82.shogun-image-container {
      position: relative;
    }

    .s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82 img.shogun-image,
  #s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82 {
    width: 100%;
    height: auto;
  }

  #s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82.shogun-image {
    
    
  }


.s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82 .shogun-image-content {
  
    align-items: center;
  
}

.s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82 {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82.shogun-image-container {
      position: relative;
    }

    .s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6808df7a-2ff0-40d7-bbbb-ed217bddbf82 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b884fe85-db90-4957-9844-6115b7d58505 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1536px;
aspect-ratio: 1536/1290;
text-align: center;
}





  #s-b884fe85-db90-4957-9844-6115b7d58505 img.shogun-image,
  #s-b884fe85-db90-4957-9844-6115b7d58505 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b884fe85-db90-4957-9844-6115b7d58505 {
    width: 100%;
    height: auto;
  }

  #s-b884fe85-db90-4957-9844-6115b7d58505 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b884fe85-db90-4957-9844-6115b7d58505.shogun-image {
    
    
  }


.s-b884fe85-db90-4957-9844-6115b7d58505 .shogun-image-content {
  
    align-items: center;
  
}

.s-b884fe85-db90-4957-9844-6115b7d58505.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b884fe85-db90-4957-9844-6115b7d58505.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b884fe85-db90-4957-9844-6115b7d58505.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b884fe85-db90-4957-9844-6115b7d58505 {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-b884fe85-db90-4957-9844-6115b7d58505.shogun-image-container {
      position: relative;
    }

    .s-b884fe85-db90-4957-9844-6115b7d58505.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b884fe85-db90-4957-9844-6115b7d58505.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b884fe85-db90-4957-9844-6115b7d58505 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b884fe85-db90-4957-9844-6115b7d58505 img.shogun-image,
  #s-b884fe85-db90-4957-9844-6115b7d58505 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b884fe85-db90-4957-9844-6115b7d58505 {
    width: 100%;
    height: auto;
  }

  #s-b884fe85-db90-4957-9844-6115b7d58505 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b884fe85-db90-4957-9844-6115b7d58505.shogun-image {
    
    
  }


.s-b884fe85-db90-4957-9844-6115b7d58505 .shogun-image-content {
  
    align-items: center;
  
}

.s-b884fe85-db90-4957-9844-6115b7d58505.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b884fe85-db90-4957-9844-6115b7d58505.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b884fe85-db90-4957-9844-6115b7d58505.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b884fe85-db90-4957-9844-6115b7d58505 {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-b884fe85-db90-4957-9844-6115b7d58505.shogun-image-container {
      position: relative;
    }

    .s-b884fe85-db90-4957-9844-6115b7d58505.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b884fe85-db90-4957-9844-6115b7d58505.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b884fe85-db90-4957-9844-6115b7d58505 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b884fe85-db90-4957-9844-6115b7d58505 img.shogun-image,
  #s-b884fe85-db90-4957-9844-6115b7d58505 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b884fe85-db90-4957-9844-6115b7d58505 {
    width: 100%;
    height: auto;
  }

  #s-b884fe85-db90-4957-9844-6115b7d58505 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b884fe85-db90-4957-9844-6115b7d58505.shogun-image {
    
    
  }


.s-b884fe85-db90-4957-9844-6115b7d58505 .shogun-image-content {
  
    align-items: center;
  
}

.s-b884fe85-db90-4957-9844-6115b7d58505.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b884fe85-db90-4957-9844-6115b7d58505.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b884fe85-db90-4957-9844-6115b7d58505.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b884fe85-db90-4957-9844-6115b7d58505 {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-b884fe85-db90-4957-9844-6115b7d58505.shogun-image-container {
      position: relative;
    }

    .s-b884fe85-db90-4957-9844-6115b7d58505.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b884fe85-db90-4957-9844-6115b7d58505.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b884fe85-db90-4957-9844-6115b7d58505 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b884fe85-db90-4957-9844-6115b7d58505 img.shogun-image,
  #s-b884fe85-db90-4957-9844-6115b7d58505 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b884fe85-db90-4957-9844-6115b7d58505 {
    width: 100%;
    height: auto;
  }

  #s-b884fe85-db90-4957-9844-6115b7d58505 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b884fe85-db90-4957-9844-6115b7d58505.shogun-image {
    
    
  }


.s-b884fe85-db90-4957-9844-6115b7d58505 .shogun-image-content {
  
    align-items: center;
  
}

.s-b884fe85-db90-4957-9844-6115b7d58505.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b884fe85-db90-4957-9844-6115b7d58505.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b884fe85-db90-4957-9844-6115b7d58505.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b884fe85-db90-4957-9844-6115b7d58505 {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-b884fe85-db90-4957-9844-6115b7d58505.shogun-image-container {
      position: relative;
    }

    .s-b884fe85-db90-4957-9844-6115b7d58505.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b884fe85-db90-4957-9844-6115b7d58505.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b884fe85-db90-4957-9844-6115b7d58505 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b884fe85-db90-4957-9844-6115b7d58505 img.shogun-image,
  #s-b884fe85-db90-4957-9844-6115b7d58505 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b884fe85-db90-4957-9844-6115b7d58505 {
    width: 100%;
    height: auto;
  }

  #s-b884fe85-db90-4957-9844-6115b7d58505 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b884fe85-db90-4957-9844-6115b7d58505.shogun-image {
    
    
  }


.s-b884fe85-db90-4957-9844-6115b7d58505 .shogun-image-content {
  
    align-items: center;
  
}

.s-b884fe85-db90-4957-9844-6115b7d58505.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b884fe85-db90-4957-9844-6115b7d58505.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b884fe85-db90-4957-9844-6115b7d58505.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b884fe85-db90-4957-9844-6115b7d58505 {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-b884fe85-db90-4957-9844-6115b7d58505.shogun-image-container {
      position: relative;
    }

    .s-b884fe85-db90-4957-9844-6115b7d58505.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b884fe85-db90-4957-9844-6115b7d58505.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b884fe85-db90-4957-9844-6115b7d58505 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-aab4ef70-1fe9-41ea-8a27-6cde681243c7 {
  min-height: 50px;
}








#s-aab4ef70-1fe9-41ea-8a27-6cde681243c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aab4ef70-1fe9-41ea-8a27-6cde681243c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d26a8e90-bd47-4dec-92ff-08b9d10eae9e {
  min-height: 50px;
}








#s-d26a8e90-bd47-4dec-92ff-08b9d10eae9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d26a8e90-bd47-4dec-92ff-08b9d10eae9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d49a4fda-09cc-47e5-8121-27f105f0c39f {
  margin-left: 6%;
margin-right: 6%;
}

@media (min-width: 0px) {
[id="s-d49a4fda-09cc-47e5-8121-27f105f0c39f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d49a4fda-09cc-47e5-8121-27f105f0c39f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-d49a4fda-09cc-47e5-8121-27f105f0c39f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-d49a4fda-09cc-47e5-8121-27f105f0c39f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-23fb7f49-dfa3-4d89-9ab7-95738880262f {
  max-width: 1500px;
aspect-ratio: 1500/1000;
text-align: center;
}





  #s-23fb7f49-dfa3-4d89-9ab7-95738880262f img.shogun-image,
  #s-23fb7f49-dfa3-4d89-9ab7-95738880262f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23fb7f49-dfa3-4d89-9ab7-95738880262f {
    width: 100%;
    height: auto;
  }



  #s-23fb7f49-dfa3-4d89-9ab7-95738880262f img.shogun-image {
    

    
    
    
  }


#s-23fb7f49-dfa3-4d89-9ab7-95738880262f .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-dafd7c45-32af-47b2-bda0-c11fe30b9e84 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dafd7c45-32af-47b2-bda0-c11fe30b9e84 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-d02bc784-def5-4765-970a-f47e03bacd79 {
  max-width: 1500px;
aspect-ratio: 1500/1000;
text-align: center;
}





  #s-d02bc784-def5-4765-970a-f47e03bacd79 img.shogun-image,
  #s-d02bc784-def5-4765-970a-f47e03bacd79 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d02bc784-def5-4765-970a-f47e03bacd79 {
    width: 100%;
    height: auto;
  }



  #s-d02bc784-def5-4765-970a-f47e03bacd79 img.shogun-image {
    

    
    
    
  }


#s-d02bc784-def5-4765-970a-f47e03bacd79 .shogun-image-content {
  
    align-items: center;
  
}

#s-dc44fe76-448c-46e5-9059-784b05037db0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dc44fe76-448c-46e5-9059-784b05037db0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-862a3008-d8f6-4d2a-8c0d-73f7e7300329 {
  max-width: 1500px;
aspect-ratio: 1500/1000;
text-align: center;
}





  #s-862a3008-d8f6-4d2a-8c0d-73f7e7300329 img.shogun-image,
  #s-862a3008-d8f6-4d2a-8c0d-73f7e7300329 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-862a3008-d8f6-4d2a-8c0d-73f7e7300329 {
    width: 100%;
    height: auto;
  }



  #s-862a3008-d8f6-4d2a-8c0d-73f7e7300329 img.shogun-image {
    

    
    
    
  }


#s-862a3008-d8f6-4d2a-8c0d-73f7e7300329 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b170f3e-c080-42ce-99eb-2844b979dc44 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1b170f3e-c080-42ce-99eb-2844b979dc44 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-d96281cd-ad1a-4ac5-9483-9a1d9bb61a2e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d96281cd-ad1a-4ac5-9483-9a1d9bb61a2e {
  display: none;
}
#s-d96281cd-ad1a-4ac5-9483-9a1d9bb61a2e, #wrap-s-d96281cd-ad1a-4ac5-9483-9a1d9bb61a2e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d96281cd-ad1a-4ac5-9483-9a1d9bb61a2e {
  display: none;
}
#s-d96281cd-ad1a-4ac5-9483-9a1d9bb61a2e, #wrap-s-d96281cd-ad1a-4ac5-9483-9a1d9bb61a2e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d96281cd-ad1a-4ac5-9483-9a1d9bb61a2e {
  display: none;
}
#s-d96281cd-ad1a-4ac5-9483-9a1d9bb61a2e, #wrap-s-d96281cd-ad1a-4ac5-9483-9a1d9bb61a2e { display: none !important; }}@media (max-width: 767px){#s-d96281cd-ad1a-4ac5-9483-9a1d9bb61a2e {
  display: unset;
}
#s-d96281cd-ad1a-4ac5-9483-9a1d9bb61a2e, #wrap-s-d96281cd-ad1a-4ac5-9483-9a1d9bb61a2e { display: unset !important; }}
#s-d96281cd-ad1a-4ac5-9483-9a1d9bb61a2e {
  background-image: url();
}








#s-d96281cd-ad1a-4ac5-9483-9a1d9bb61a2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d96281cd-ad1a-4ac5-9483-9a1d9bb61a2e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-24079297-4b72-476f-8662-7cf523d12931 {
  margin-left: 1%;
margin-right: 1%;
}
@media (min-width: 1200px){#s-24079297-4b72-476f-8662-7cf523d12931 {
  display: none;
}
#s-24079297-4b72-476f-8662-7cf523d12931, #wrap-s-24079297-4b72-476f-8662-7cf523d12931 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-24079297-4b72-476f-8662-7cf523d12931 {
  display: none;
}
#s-24079297-4b72-476f-8662-7cf523d12931, #wrap-s-24079297-4b72-476f-8662-7cf523d12931 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-24079297-4b72-476f-8662-7cf523d12931 {
  display: none;
}
#s-24079297-4b72-476f-8662-7cf523d12931, #wrap-s-24079297-4b72-476f-8662-7cf523d12931 { display: none !important; }}@media (max-width: 767px){#s-24079297-4b72-476f-8662-7cf523d12931 {
  display: unset;
}
#s-24079297-4b72-476f-8662-7cf523d12931, #wrap-s-24079297-4b72-476f-8662-7cf523d12931 { display: unset !important; }}
@media (min-width: 0px) {
[id="s-24079297-4b72-476f-8662-7cf523d12931"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 6.0px);
}

}

@media (min-width: 768px) {
[id="s-24079297-4b72-476f-8662-7cf523d12931"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 9.6px);
}

}

@media (min-width: 992px) {
[id="s-24079297-4b72-476f-8662-7cf523d12931"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 9.6px);
}

}

@media (min-width: 1200px) {
[id="s-24079297-4b72-476f-8662-7cf523d12931"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 9.6px);
}

}

#s-89462f06-8167-4c6e-af3a-05b05823a3ba {
  max-width: 600px;
aspect-ratio: 600/790;
text-align: center;
}





  #s-89462f06-8167-4c6e-af3a-05b05823a3ba img.shogun-image,
  #s-89462f06-8167-4c6e-af3a-05b05823a3ba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-89462f06-8167-4c6e-af3a-05b05823a3ba {
    width: 100%;
    height: auto;
  }

  #s-89462f06-8167-4c6e-af3a-05b05823a3ba img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-89462f06-8167-4c6e-af3a-05b05823a3ba.shogun-image {
    
    
  }


.s-89462f06-8167-4c6e-af3a-05b05823a3ba .shogun-image-content {
  
    align-items: center;
  
}

.s-89462f06-8167-4c6e-af3a-05b05823a3ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89462f06-8167-4c6e-af3a-05b05823a3ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89462f06-8167-4c6e-af3a-05b05823a3ba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89462f06-8167-4c6e-af3a-05b05823a3ba {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-89462f06-8167-4c6e-af3a-05b05823a3ba.shogun-image-container {
      position: relative;
    }

    .s-89462f06-8167-4c6e-af3a-05b05823a3ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89462f06-8167-4c6e-af3a-05b05823a3ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89462f06-8167-4c6e-af3a-05b05823a3ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-89462f06-8167-4c6e-af3a-05b05823a3ba img.shogun-image,
  #s-89462f06-8167-4c6e-af3a-05b05823a3ba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-89462f06-8167-4c6e-af3a-05b05823a3ba {
    width: 100%;
    height: auto;
  }

  #s-89462f06-8167-4c6e-af3a-05b05823a3ba img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-89462f06-8167-4c6e-af3a-05b05823a3ba.shogun-image {
    
    
  }


.s-89462f06-8167-4c6e-af3a-05b05823a3ba .shogun-image-content {
  
    align-items: center;
  
}

.s-89462f06-8167-4c6e-af3a-05b05823a3ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89462f06-8167-4c6e-af3a-05b05823a3ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89462f06-8167-4c6e-af3a-05b05823a3ba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89462f06-8167-4c6e-af3a-05b05823a3ba {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-89462f06-8167-4c6e-af3a-05b05823a3ba.shogun-image-container {
      position: relative;
    }

    .s-89462f06-8167-4c6e-af3a-05b05823a3ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89462f06-8167-4c6e-af3a-05b05823a3ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89462f06-8167-4c6e-af3a-05b05823a3ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-89462f06-8167-4c6e-af3a-05b05823a3ba img.shogun-image,
  #s-89462f06-8167-4c6e-af3a-05b05823a3ba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-89462f06-8167-4c6e-af3a-05b05823a3ba {
    width: 100%;
    height: auto;
  }

  #s-89462f06-8167-4c6e-af3a-05b05823a3ba img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-89462f06-8167-4c6e-af3a-05b05823a3ba.shogun-image {
    
    
  }


.s-89462f06-8167-4c6e-af3a-05b05823a3ba .shogun-image-content {
  
    align-items: center;
  
}

.s-89462f06-8167-4c6e-af3a-05b05823a3ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89462f06-8167-4c6e-af3a-05b05823a3ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89462f06-8167-4c6e-af3a-05b05823a3ba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89462f06-8167-4c6e-af3a-05b05823a3ba {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-89462f06-8167-4c6e-af3a-05b05823a3ba.shogun-image-container {
      position: relative;
    }

    .s-89462f06-8167-4c6e-af3a-05b05823a3ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89462f06-8167-4c6e-af3a-05b05823a3ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89462f06-8167-4c6e-af3a-05b05823a3ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-89462f06-8167-4c6e-af3a-05b05823a3ba img.shogun-image,
  #s-89462f06-8167-4c6e-af3a-05b05823a3ba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-89462f06-8167-4c6e-af3a-05b05823a3ba {
    width: 100%;
    height: auto;
  }

  #s-89462f06-8167-4c6e-af3a-05b05823a3ba img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-89462f06-8167-4c6e-af3a-05b05823a3ba.shogun-image {
    
    
  }


.s-89462f06-8167-4c6e-af3a-05b05823a3ba .shogun-image-content {
  
    align-items: center;
  
}

.s-89462f06-8167-4c6e-af3a-05b05823a3ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89462f06-8167-4c6e-af3a-05b05823a3ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89462f06-8167-4c6e-af3a-05b05823a3ba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89462f06-8167-4c6e-af3a-05b05823a3ba {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-89462f06-8167-4c6e-af3a-05b05823a3ba.shogun-image-container {
      position: relative;
    }

    .s-89462f06-8167-4c6e-af3a-05b05823a3ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89462f06-8167-4c6e-af3a-05b05823a3ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89462f06-8167-4c6e-af3a-05b05823a3ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-89462f06-8167-4c6e-af3a-05b05823a3ba img.shogun-image,
  #s-89462f06-8167-4c6e-af3a-05b05823a3ba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-89462f06-8167-4c6e-af3a-05b05823a3ba {
    width: 100%;
    height: auto;
  }

  #s-89462f06-8167-4c6e-af3a-05b05823a3ba img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-89462f06-8167-4c6e-af3a-05b05823a3ba.shogun-image {
    
    
  }


.s-89462f06-8167-4c6e-af3a-05b05823a3ba .shogun-image-content {
  
    align-items: center;
  
}

.s-89462f06-8167-4c6e-af3a-05b05823a3ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89462f06-8167-4c6e-af3a-05b05823a3ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89462f06-8167-4c6e-af3a-05b05823a3ba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89462f06-8167-4c6e-af3a-05b05823a3ba {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-89462f06-8167-4c6e-af3a-05b05823a3ba.shogun-image-container {
      position: relative;
    }

    .s-89462f06-8167-4c6e-af3a-05b05823a3ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89462f06-8167-4c6e-af3a-05b05823a3ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89462f06-8167-4c6e-af3a-05b05823a3ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-64107c1c-0493-4093-9d33-692ff15393d6 {
  max-width: 600px;
aspect-ratio: 600/800;
text-align: center;
}





  #s-64107c1c-0493-4093-9d33-692ff15393d6 img.shogun-image,
  #s-64107c1c-0493-4093-9d33-692ff15393d6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64107c1c-0493-4093-9d33-692ff15393d6 {
    width: 100%;
    height: auto;
  }

  #s-64107c1c-0493-4093-9d33-692ff15393d6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-64107c1c-0493-4093-9d33-692ff15393d6.shogun-image {
    
    
  }


.s-64107c1c-0493-4093-9d33-692ff15393d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-64107c1c-0493-4093-9d33-692ff15393d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64107c1c-0493-4093-9d33-692ff15393d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64107c1c-0493-4093-9d33-692ff15393d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64107c1c-0493-4093-9d33-692ff15393d6 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-64107c1c-0493-4093-9d33-692ff15393d6.shogun-image-container {
      position: relative;
    }

    .s-64107c1c-0493-4093-9d33-692ff15393d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64107c1c-0493-4093-9d33-692ff15393d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64107c1c-0493-4093-9d33-692ff15393d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-64107c1c-0493-4093-9d33-692ff15393d6 img.shogun-image,
  #s-64107c1c-0493-4093-9d33-692ff15393d6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64107c1c-0493-4093-9d33-692ff15393d6 {
    width: 100%;
    height: auto;
  }

  #s-64107c1c-0493-4093-9d33-692ff15393d6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-64107c1c-0493-4093-9d33-692ff15393d6.shogun-image {
    
    
  }


.s-64107c1c-0493-4093-9d33-692ff15393d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-64107c1c-0493-4093-9d33-692ff15393d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64107c1c-0493-4093-9d33-692ff15393d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64107c1c-0493-4093-9d33-692ff15393d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64107c1c-0493-4093-9d33-692ff15393d6 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-64107c1c-0493-4093-9d33-692ff15393d6.shogun-image-container {
      position: relative;
    }

    .s-64107c1c-0493-4093-9d33-692ff15393d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64107c1c-0493-4093-9d33-692ff15393d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64107c1c-0493-4093-9d33-692ff15393d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-64107c1c-0493-4093-9d33-692ff15393d6 img.shogun-image,
  #s-64107c1c-0493-4093-9d33-692ff15393d6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64107c1c-0493-4093-9d33-692ff15393d6 {
    width: 100%;
    height: auto;
  }

  #s-64107c1c-0493-4093-9d33-692ff15393d6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-64107c1c-0493-4093-9d33-692ff15393d6.shogun-image {
    
    
  }


.s-64107c1c-0493-4093-9d33-692ff15393d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-64107c1c-0493-4093-9d33-692ff15393d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64107c1c-0493-4093-9d33-692ff15393d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64107c1c-0493-4093-9d33-692ff15393d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64107c1c-0493-4093-9d33-692ff15393d6 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-64107c1c-0493-4093-9d33-692ff15393d6.shogun-image-container {
      position: relative;
    }

    .s-64107c1c-0493-4093-9d33-692ff15393d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64107c1c-0493-4093-9d33-692ff15393d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64107c1c-0493-4093-9d33-692ff15393d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-64107c1c-0493-4093-9d33-692ff15393d6 img.shogun-image,
  #s-64107c1c-0493-4093-9d33-692ff15393d6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64107c1c-0493-4093-9d33-692ff15393d6 {
    width: 100%;
    height: auto;
  }

  #s-64107c1c-0493-4093-9d33-692ff15393d6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-64107c1c-0493-4093-9d33-692ff15393d6.shogun-image {
    
    
  }


.s-64107c1c-0493-4093-9d33-692ff15393d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-64107c1c-0493-4093-9d33-692ff15393d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64107c1c-0493-4093-9d33-692ff15393d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64107c1c-0493-4093-9d33-692ff15393d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64107c1c-0493-4093-9d33-692ff15393d6 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-64107c1c-0493-4093-9d33-692ff15393d6.shogun-image-container {
      position: relative;
    }

    .s-64107c1c-0493-4093-9d33-692ff15393d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64107c1c-0493-4093-9d33-692ff15393d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64107c1c-0493-4093-9d33-692ff15393d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-64107c1c-0493-4093-9d33-692ff15393d6 img.shogun-image,
  #s-64107c1c-0493-4093-9d33-692ff15393d6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64107c1c-0493-4093-9d33-692ff15393d6 {
    width: 100%;
    height: auto;
  }

  #s-64107c1c-0493-4093-9d33-692ff15393d6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-64107c1c-0493-4093-9d33-692ff15393d6.shogun-image {
    
    
  }


.s-64107c1c-0493-4093-9d33-692ff15393d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-64107c1c-0493-4093-9d33-692ff15393d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64107c1c-0493-4093-9d33-692ff15393d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64107c1c-0493-4093-9d33-692ff15393d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64107c1c-0493-4093-9d33-692ff15393d6 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-64107c1c-0493-4093-9d33-692ff15393d6.shogun-image-container {
      position: relative;
    }

    .s-64107c1c-0493-4093-9d33-692ff15393d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64107c1c-0493-4093-9d33-692ff15393d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64107c1c-0493-4093-9d33-692ff15393d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6 {
  margin-top: 11px;
max-width: 600px;
aspect-ratio: 600/800;
text-align: center;
}





  #s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6 img.shogun-image,
  #s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6 {
    width: 100%;
    height: auto;
  }

  #s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6.shogun-image {
    
    
  }


.s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6.shogun-image-container {
      position: relative;
    }

    .s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6 img.shogun-image,
  #s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6 {
    width: 100%;
    height: auto;
  }

  #s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6.shogun-image {
    
    
  }


.s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6.shogun-image-container {
      position: relative;
    }

    .s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6 img.shogun-image,
  #s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6 {
    width: 100%;
    height: auto;
  }

  #s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6.shogun-image {
    
    
  }


.s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6.shogun-image-container {
      position: relative;
    }

    .s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6 img.shogun-image,
  #s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6 {
    width: 100%;
    height: auto;
  }

  #s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6.shogun-image {
    
    
  }


.s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6.shogun-image-container {
      position: relative;
    }

    .s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6 img.shogun-image,
  #s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6 {
    width: 100%;
    height: auto;
  }

  #s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6.shogun-image {
    
    
  }


.s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6.shogun-image-container {
      position: relative;
    }

    .s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26b810fd-5b90-4a7c-a21a-bc5c7feab3d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9 {
  margin-top: 11px;
max-width: 600px;
aspect-ratio: 600/790;
text-align: center;
}





  #s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9 img.shogun-image,
  #s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9 {
    width: 100%;
    height: auto;
  }

  #s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9.shogun-image {
    
    
  }


.s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9 {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9.shogun-image-container {
      position: relative;
    }

    .s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9 img.shogun-image,
  #s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9 {
    width: 100%;
    height: auto;
  }

  #s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9.shogun-image {
    
    
  }


.s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9 {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9.shogun-image-container {
      position: relative;
    }

    .s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9 img.shogun-image,
  #s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9 {
    width: 100%;
    height: auto;
  }

  #s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9.shogun-image {
    
    
  }


.s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9 {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9.shogun-image-container {
      position: relative;
    }

    .s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9 img.shogun-image,
  #s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9 {
    width: 100%;
    height: auto;
  }

  #s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9.shogun-image {
    
    
  }


.s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9 {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9.shogun-image-container {
      position: relative;
    }

    .s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9 img.shogun-image,
  #s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9 {
    width: 100%;
    height: auto;
  }

  #s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9.shogun-image {
    
    
  }


.s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9 {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9.shogun-image-container {
      position: relative;
    }

    .s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e1535fa-f6c7-40fe-8914-52f8eec31ef9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-63754380-53d1-43e7-bb1b-50f01fd15d20 {
  margin-left: 1%;
margin-right: 1%;
}
@media (max-width: 767px){#s-63754380-53d1-43e7-bb1b-50f01fd15d20 {
  display: none;
}
#s-63754380-53d1-43e7-bb1b-50f01fd15d20, #wrap-s-63754380-53d1-43e7-bb1b-50f01fd15d20 { display: none !important; }}
@media (min-width: 0px) {
[id="s-63754380-53d1-43e7-bb1b-50f01fd15d20"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 6.0px);
}

}

@media (min-width: 768px) {
[id="s-63754380-53d1-43e7-bb1b-50f01fd15d20"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 9.6px);
}

}

@media (min-width: 992px) {
[id="s-63754380-53d1-43e7-bb1b-50f01fd15d20"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 9.6px);
}

}

@media (min-width: 1200px) {
[id="s-63754380-53d1-43e7-bb1b-50f01fd15d20"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 9.6px);
}

}

#s-75a5e065-6b05-4677-be81-77daa6f32164 {
  max-width: 600px;
aspect-ratio: 600/790;
text-align: center;
}





  #s-75a5e065-6b05-4677-be81-77daa6f32164 img.shogun-image,
  #s-75a5e065-6b05-4677-be81-77daa6f32164 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-75a5e065-6b05-4677-be81-77daa6f32164 {
    width: 100%;
    height: auto;
  }

  #s-75a5e065-6b05-4677-be81-77daa6f32164 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-75a5e065-6b05-4677-be81-77daa6f32164.shogun-image {
    
    
  }


.s-75a5e065-6b05-4677-be81-77daa6f32164 .shogun-image-content {
  
    align-items: center;
  
}

.s-75a5e065-6b05-4677-be81-77daa6f32164.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75a5e065-6b05-4677-be81-77daa6f32164.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75a5e065-6b05-4677-be81-77daa6f32164.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-75a5e065-6b05-4677-be81-77daa6f32164 {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-75a5e065-6b05-4677-be81-77daa6f32164.shogun-image-container {
      position: relative;
    }

    .s-75a5e065-6b05-4677-be81-77daa6f32164.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75a5e065-6b05-4677-be81-77daa6f32164.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75a5e065-6b05-4677-be81-77daa6f32164 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-75a5e065-6b05-4677-be81-77daa6f32164 img.shogun-image,
  #s-75a5e065-6b05-4677-be81-77daa6f32164 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-75a5e065-6b05-4677-be81-77daa6f32164 {
    width: 100%;
    height: auto;
  }

  #s-75a5e065-6b05-4677-be81-77daa6f32164 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-75a5e065-6b05-4677-be81-77daa6f32164.shogun-image {
    
    
  }


.s-75a5e065-6b05-4677-be81-77daa6f32164 .shogun-image-content {
  
    align-items: center;
  
}

.s-75a5e065-6b05-4677-be81-77daa6f32164.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75a5e065-6b05-4677-be81-77daa6f32164.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75a5e065-6b05-4677-be81-77daa6f32164.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-75a5e065-6b05-4677-be81-77daa6f32164 {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-75a5e065-6b05-4677-be81-77daa6f32164.shogun-image-container {
      position: relative;
    }

    .s-75a5e065-6b05-4677-be81-77daa6f32164.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75a5e065-6b05-4677-be81-77daa6f32164.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75a5e065-6b05-4677-be81-77daa6f32164 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-75a5e065-6b05-4677-be81-77daa6f32164 img.shogun-image,
  #s-75a5e065-6b05-4677-be81-77daa6f32164 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-75a5e065-6b05-4677-be81-77daa6f32164 {
    width: 100%;
    height: auto;
  }

  #s-75a5e065-6b05-4677-be81-77daa6f32164 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-75a5e065-6b05-4677-be81-77daa6f32164.shogun-image {
    
    
  }


.s-75a5e065-6b05-4677-be81-77daa6f32164 .shogun-image-content {
  
    align-items: center;
  
}

.s-75a5e065-6b05-4677-be81-77daa6f32164.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75a5e065-6b05-4677-be81-77daa6f32164.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75a5e065-6b05-4677-be81-77daa6f32164.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-75a5e065-6b05-4677-be81-77daa6f32164 {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-75a5e065-6b05-4677-be81-77daa6f32164.shogun-image-container {
      position: relative;
    }

    .s-75a5e065-6b05-4677-be81-77daa6f32164.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75a5e065-6b05-4677-be81-77daa6f32164.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75a5e065-6b05-4677-be81-77daa6f32164 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-75a5e065-6b05-4677-be81-77daa6f32164 img.shogun-image,
  #s-75a5e065-6b05-4677-be81-77daa6f32164 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-75a5e065-6b05-4677-be81-77daa6f32164 {
    width: 100%;
    height: auto;
  }

  #s-75a5e065-6b05-4677-be81-77daa6f32164 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-75a5e065-6b05-4677-be81-77daa6f32164.shogun-image {
    
    
  }


.s-75a5e065-6b05-4677-be81-77daa6f32164 .shogun-image-content {
  
    align-items: center;
  
}

.s-75a5e065-6b05-4677-be81-77daa6f32164.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75a5e065-6b05-4677-be81-77daa6f32164.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75a5e065-6b05-4677-be81-77daa6f32164.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-75a5e065-6b05-4677-be81-77daa6f32164 {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-75a5e065-6b05-4677-be81-77daa6f32164.shogun-image-container {
      position: relative;
    }

    .s-75a5e065-6b05-4677-be81-77daa6f32164.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75a5e065-6b05-4677-be81-77daa6f32164.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75a5e065-6b05-4677-be81-77daa6f32164 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-75a5e065-6b05-4677-be81-77daa6f32164 img.shogun-image,
  #s-75a5e065-6b05-4677-be81-77daa6f32164 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-75a5e065-6b05-4677-be81-77daa6f32164 {
    width: 100%;
    height: auto;
  }

  #s-75a5e065-6b05-4677-be81-77daa6f32164 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-75a5e065-6b05-4677-be81-77daa6f32164.shogun-image {
    
    
  }


.s-75a5e065-6b05-4677-be81-77daa6f32164 .shogun-image-content {
  
    align-items: center;
  
}

.s-75a5e065-6b05-4677-be81-77daa6f32164.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75a5e065-6b05-4677-be81-77daa6f32164.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75a5e065-6b05-4677-be81-77daa6f32164.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-75a5e065-6b05-4677-be81-77daa6f32164 {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-75a5e065-6b05-4677-be81-77daa6f32164.shogun-image-container {
      position: relative;
    }

    .s-75a5e065-6b05-4677-be81-77daa6f32164.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75a5e065-6b05-4677-be81-77daa6f32164.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75a5e065-6b05-4677-be81-77daa6f32164 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-98c74bd2-6dc7-4101-ac3f-9967fa280995 {
  max-width: 600px;
aspect-ratio: 600/800;
text-align: center;
}





  #s-98c74bd2-6dc7-4101-ac3f-9967fa280995 img.shogun-image,
  #s-98c74bd2-6dc7-4101-ac3f-9967fa280995 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98c74bd2-6dc7-4101-ac3f-9967fa280995 {
    width: 100%;
    height: auto;
  }

  #s-98c74bd2-6dc7-4101-ac3f-9967fa280995 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-98c74bd2-6dc7-4101-ac3f-9967fa280995.shogun-image {
    
    
  }


.s-98c74bd2-6dc7-4101-ac3f-9967fa280995 .shogun-image-content {
  
    align-items: center;
  
}

.s-98c74bd2-6dc7-4101-ac3f-9967fa280995.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98c74bd2-6dc7-4101-ac3f-9967fa280995.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98c74bd2-6dc7-4101-ac3f-9967fa280995.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-98c74bd2-6dc7-4101-ac3f-9967fa280995 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-98c74bd2-6dc7-4101-ac3f-9967fa280995.shogun-image-container {
      position: relative;
    }

    .s-98c74bd2-6dc7-4101-ac3f-9967fa280995.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98c74bd2-6dc7-4101-ac3f-9967fa280995.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98c74bd2-6dc7-4101-ac3f-9967fa280995 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-98c74bd2-6dc7-4101-ac3f-9967fa280995 img.shogun-image,
  #s-98c74bd2-6dc7-4101-ac3f-9967fa280995 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98c74bd2-6dc7-4101-ac3f-9967fa280995 {
    width: 100%;
    height: auto;
  }

  #s-98c74bd2-6dc7-4101-ac3f-9967fa280995 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-98c74bd2-6dc7-4101-ac3f-9967fa280995.shogun-image {
    
    
  }


.s-98c74bd2-6dc7-4101-ac3f-9967fa280995 .shogun-image-content {
  
    align-items: center;
  
}

.s-98c74bd2-6dc7-4101-ac3f-9967fa280995.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98c74bd2-6dc7-4101-ac3f-9967fa280995.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98c74bd2-6dc7-4101-ac3f-9967fa280995.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-98c74bd2-6dc7-4101-ac3f-9967fa280995 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-98c74bd2-6dc7-4101-ac3f-9967fa280995.shogun-image-container {
      position: relative;
    }

    .s-98c74bd2-6dc7-4101-ac3f-9967fa280995.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98c74bd2-6dc7-4101-ac3f-9967fa280995.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98c74bd2-6dc7-4101-ac3f-9967fa280995 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-98c74bd2-6dc7-4101-ac3f-9967fa280995 img.shogun-image,
  #s-98c74bd2-6dc7-4101-ac3f-9967fa280995 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98c74bd2-6dc7-4101-ac3f-9967fa280995 {
    width: 100%;
    height: auto;
  }

  #s-98c74bd2-6dc7-4101-ac3f-9967fa280995 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-98c74bd2-6dc7-4101-ac3f-9967fa280995.shogun-image {
    
    
  }


.s-98c74bd2-6dc7-4101-ac3f-9967fa280995 .shogun-image-content {
  
    align-items: center;
  
}

.s-98c74bd2-6dc7-4101-ac3f-9967fa280995.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98c74bd2-6dc7-4101-ac3f-9967fa280995.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98c74bd2-6dc7-4101-ac3f-9967fa280995.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-98c74bd2-6dc7-4101-ac3f-9967fa280995 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-98c74bd2-6dc7-4101-ac3f-9967fa280995.shogun-image-container {
      position: relative;
    }

    .s-98c74bd2-6dc7-4101-ac3f-9967fa280995.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98c74bd2-6dc7-4101-ac3f-9967fa280995.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98c74bd2-6dc7-4101-ac3f-9967fa280995 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-98c74bd2-6dc7-4101-ac3f-9967fa280995 img.shogun-image,
  #s-98c74bd2-6dc7-4101-ac3f-9967fa280995 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98c74bd2-6dc7-4101-ac3f-9967fa280995 {
    width: 100%;
    height: auto;
  }

  #s-98c74bd2-6dc7-4101-ac3f-9967fa280995 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-98c74bd2-6dc7-4101-ac3f-9967fa280995.shogun-image {
    
    
  }


.s-98c74bd2-6dc7-4101-ac3f-9967fa280995 .shogun-image-content {
  
    align-items: center;
  
}

.s-98c74bd2-6dc7-4101-ac3f-9967fa280995.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98c74bd2-6dc7-4101-ac3f-9967fa280995.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98c74bd2-6dc7-4101-ac3f-9967fa280995.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-98c74bd2-6dc7-4101-ac3f-9967fa280995 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-98c74bd2-6dc7-4101-ac3f-9967fa280995.shogun-image-container {
      position: relative;
    }

    .s-98c74bd2-6dc7-4101-ac3f-9967fa280995.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98c74bd2-6dc7-4101-ac3f-9967fa280995.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98c74bd2-6dc7-4101-ac3f-9967fa280995 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-98c74bd2-6dc7-4101-ac3f-9967fa280995 img.shogun-image,
  #s-98c74bd2-6dc7-4101-ac3f-9967fa280995 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98c74bd2-6dc7-4101-ac3f-9967fa280995 {
    width: 100%;
    height: auto;
  }

  #s-98c74bd2-6dc7-4101-ac3f-9967fa280995 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-98c74bd2-6dc7-4101-ac3f-9967fa280995.shogun-image {
    
    
  }


.s-98c74bd2-6dc7-4101-ac3f-9967fa280995 .shogun-image-content {
  
    align-items: center;
  
}

.s-98c74bd2-6dc7-4101-ac3f-9967fa280995.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98c74bd2-6dc7-4101-ac3f-9967fa280995.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98c74bd2-6dc7-4101-ac3f-9967fa280995.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-98c74bd2-6dc7-4101-ac3f-9967fa280995 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-98c74bd2-6dc7-4101-ac3f-9967fa280995.shogun-image-container {
      position: relative;
    }

    .s-98c74bd2-6dc7-4101-ac3f-9967fa280995.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98c74bd2-6dc7-4101-ac3f-9967fa280995.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98c74bd2-6dc7-4101-ac3f-9967fa280995 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8d4e7b05-f002-4614-b475-231cf8b23412 {
  max-width: 600px;
aspect-ratio: 600/800;
text-align: center;
}





  #s-8d4e7b05-f002-4614-b475-231cf8b23412 img.shogun-image,
  #s-8d4e7b05-f002-4614-b475-231cf8b23412 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8d4e7b05-f002-4614-b475-231cf8b23412 {
    width: 100%;
    height: auto;
  }

  #s-8d4e7b05-f002-4614-b475-231cf8b23412 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d4e7b05-f002-4614-b475-231cf8b23412.shogun-image {
    
    
  }


.s-8d4e7b05-f002-4614-b475-231cf8b23412 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d4e7b05-f002-4614-b475-231cf8b23412.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d4e7b05-f002-4614-b475-231cf8b23412.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d4e7b05-f002-4614-b475-231cf8b23412.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d4e7b05-f002-4614-b475-231cf8b23412 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-8d4e7b05-f002-4614-b475-231cf8b23412.shogun-image-container {
      position: relative;
    }

    .s-8d4e7b05-f002-4614-b475-231cf8b23412.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d4e7b05-f002-4614-b475-231cf8b23412.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d4e7b05-f002-4614-b475-231cf8b23412 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-8d4e7b05-f002-4614-b475-231cf8b23412 img.shogun-image,
  #s-8d4e7b05-f002-4614-b475-231cf8b23412 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8d4e7b05-f002-4614-b475-231cf8b23412 {
    width: 100%;
    height: auto;
  }

  #s-8d4e7b05-f002-4614-b475-231cf8b23412 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d4e7b05-f002-4614-b475-231cf8b23412.shogun-image {
    
    
  }


.s-8d4e7b05-f002-4614-b475-231cf8b23412 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d4e7b05-f002-4614-b475-231cf8b23412.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d4e7b05-f002-4614-b475-231cf8b23412.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d4e7b05-f002-4614-b475-231cf8b23412.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d4e7b05-f002-4614-b475-231cf8b23412 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-8d4e7b05-f002-4614-b475-231cf8b23412.shogun-image-container {
      position: relative;
    }

    .s-8d4e7b05-f002-4614-b475-231cf8b23412.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d4e7b05-f002-4614-b475-231cf8b23412.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d4e7b05-f002-4614-b475-231cf8b23412 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-8d4e7b05-f002-4614-b475-231cf8b23412 img.shogun-image,
  #s-8d4e7b05-f002-4614-b475-231cf8b23412 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8d4e7b05-f002-4614-b475-231cf8b23412 {
    width: 100%;
    height: auto;
  }

  #s-8d4e7b05-f002-4614-b475-231cf8b23412 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d4e7b05-f002-4614-b475-231cf8b23412.shogun-image {
    
    
  }


.s-8d4e7b05-f002-4614-b475-231cf8b23412 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d4e7b05-f002-4614-b475-231cf8b23412.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d4e7b05-f002-4614-b475-231cf8b23412.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d4e7b05-f002-4614-b475-231cf8b23412.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d4e7b05-f002-4614-b475-231cf8b23412 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-8d4e7b05-f002-4614-b475-231cf8b23412.shogun-image-container {
      position: relative;
    }

    .s-8d4e7b05-f002-4614-b475-231cf8b23412.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d4e7b05-f002-4614-b475-231cf8b23412.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d4e7b05-f002-4614-b475-231cf8b23412 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-8d4e7b05-f002-4614-b475-231cf8b23412 img.shogun-image,
  #s-8d4e7b05-f002-4614-b475-231cf8b23412 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8d4e7b05-f002-4614-b475-231cf8b23412 {
    width: 100%;
    height: auto;
  }

  #s-8d4e7b05-f002-4614-b475-231cf8b23412 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d4e7b05-f002-4614-b475-231cf8b23412.shogun-image {
    
    
  }


.s-8d4e7b05-f002-4614-b475-231cf8b23412 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d4e7b05-f002-4614-b475-231cf8b23412.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d4e7b05-f002-4614-b475-231cf8b23412.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d4e7b05-f002-4614-b475-231cf8b23412.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d4e7b05-f002-4614-b475-231cf8b23412 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-8d4e7b05-f002-4614-b475-231cf8b23412.shogun-image-container {
      position: relative;
    }

    .s-8d4e7b05-f002-4614-b475-231cf8b23412.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d4e7b05-f002-4614-b475-231cf8b23412.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d4e7b05-f002-4614-b475-231cf8b23412 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-8d4e7b05-f002-4614-b475-231cf8b23412 img.shogun-image,
  #s-8d4e7b05-f002-4614-b475-231cf8b23412 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8d4e7b05-f002-4614-b475-231cf8b23412 {
    width: 100%;
    height: auto;
  }

  #s-8d4e7b05-f002-4614-b475-231cf8b23412 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d4e7b05-f002-4614-b475-231cf8b23412.shogun-image {
    
    
  }


.s-8d4e7b05-f002-4614-b475-231cf8b23412 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d4e7b05-f002-4614-b475-231cf8b23412.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d4e7b05-f002-4614-b475-231cf8b23412.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d4e7b05-f002-4614-b475-231cf8b23412.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d4e7b05-f002-4614-b475-231cf8b23412 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-8d4e7b05-f002-4614-b475-231cf8b23412.shogun-image-container {
      position: relative;
    }

    .s-8d4e7b05-f002-4614-b475-231cf8b23412.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d4e7b05-f002-4614-b475-231cf8b23412.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d4e7b05-f002-4614-b475-231cf8b23412 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-232d292b-d16a-4ec5-9e23-0aafe53bde9e {
  max-width: 600px;
aspect-ratio: 600/800;
text-align: center;
}





  #s-232d292b-d16a-4ec5-9e23-0aafe53bde9e img.shogun-image,
  #s-232d292b-d16a-4ec5-9e23-0aafe53bde9e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-232d292b-d16a-4ec5-9e23-0aafe53bde9e {
    width: 100%;
    height: auto;
  }

  #s-232d292b-d16a-4ec5-9e23-0aafe53bde9e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-232d292b-d16a-4ec5-9e23-0aafe53bde9e.shogun-image {
    
    
  }


.s-232d292b-d16a-4ec5-9e23-0aafe53bde9e .shogun-image-content {
  
    align-items: center;
  
}

.s-232d292b-d16a-4ec5-9e23-0aafe53bde9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-232d292b-d16a-4ec5-9e23-0aafe53bde9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-232d292b-d16a-4ec5-9e23-0aafe53bde9e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-232d292b-d16a-4ec5-9e23-0aafe53bde9e {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-232d292b-d16a-4ec5-9e23-0aafe53bde9e.shogun-image-container {
      position: relative;
    }

    .s-232d292b-d16a-4ec5-9e23-0aafe53bde9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-232d292b-d16a-4ec5-9e23-0aafe53bde9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-232d292b-d16a-4ec5-9e23-0aafe53bde9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-232d292b-d16a-4ec5-9e23-0aafe53bde9e img.shogun-image,
  #s-232d292b-d16a-4ec5-9e23-0aafe53bde9e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-232d292b-d16a-4ec5-9e23-0aafe53bde9e {
    width: 100%;
    height: auto;
  }

  #s-232d292b-d16a-4ec5-9e23-0aafe53bde9e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-232d292b-d16a-4ec5-9e23-0aafe53bde9e.shogun-image {
    
    
  }


.s-232d292b-d16a-4ec5-9e23-0aafe53bde9e .shogun-image-content {
  
    align-items: center;
  
}

.s-232d292b-d16a-4ec5-9e23-0aafe53bde9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-232d292b-d16a-4ec5-9e23-0aafe53bde9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-232d292b-d16a-4ec5-9e23-0aafe53bde9e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-232d292b-d16a-4ec5-9e23-0aafe53bde9e {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-232d292b-d16a-4ec5-9e23-0aafe53bde9e.shogun-image-container {
      position: relative;
    }

    .s-232d292b-d16a-4ec5-9e23-0aafe53bde9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-232d292b-d16a-4ec5-9e23-0aafe53bde9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-232d292b-d16a-4ec5-9e23-0aafe53bde9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-232d292b-d16a-4ec5-9e23-0aafe53bde9e img.shogun-image,
  #s-232d292b-d16a-4ec5-9e23-0aafe53bde9e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-232d292b-d16a-4ec5-9e23-0aafe53bde9e {
    width: 100%;
    height: auto;
  }

  #s-232d292b-d16a-4ec5-9e23-0aafe53bde9e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-232d292b-d16a-4ec5-9e23-0aafe53bde9e.shogun-image {
    
    
  }


.s-232d292b-d16a-4ec5-9e23-0aafe53bde9e .shogun-image-content {
  
    align-items: center;
  
}

.s-232d292b-d16a-4ec5-9e23-0aafe53bde9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-232d292b-d16a-4ec5-9e23-0aafe53bde9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-232d292b-d16a-4ec5-9e23-0aafe53bde9e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-232d292b-d16a-4ec5-9e23-0aafe53bde9e {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-232d292b-d16a-4ec5-9e23-0aafe53bde9e.shogun-image-container {
      position: relative;
    }

    .s-232d292b-d16a-4ec5-9e23-0aafe53bde9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-232d292b-d16a-4ec5-9e23-0aafe53bde9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-232d292b-d16a-4ec5-9e23-0aafe53bde9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-232d292b-d16a-4ec5-9e23-0aafe53bde9e img.shogun-image,
  #s-232d292b-d16a-4ec5-9e23-0aafe53bde9e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-232d292b-d16a-4ec5-9e23-0aafe53bde9e {
    width: 100%;
    height: auto;
  }

  #s-232d292b-d16a-4ec5-9e23-0aafe53bde9e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-232d292b-d16a-4ec5-9e23-0aafe53bde9e.shogun-image {
    
    
  }


.s-232d292b-d16a-4ec5-9e23-0aafe53bde9e .shogun-image-content {
  
    align-items: center;
  
}

.s-232d292b-d16a-4ec5-9e23-0aafe53bde9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-232d292b-d16a-4ec5-9e23-0aafe53bde9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-232d292b-d16a-4ec5-9e23-0aafe53bde9e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-232d292b-d16a-4ec5-9e23-0aafe53bde9e {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-232d292b-d16a-4ec5-9e23-0aafe53bde9e.shogun-image-container {
      position: relative;
    }

    .s-232d292b-d16a-4ec5-9e23-0aafe53bde9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-232d292b-d16a-4ec5-9e23-0aafe53bde9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-232d292b-d16a-4ec5-9e23-0aafe53bde9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-232d292b-d16a-4ec5-9e23-0aafe53bde9e img.shogun-image,
  #s-232d292b-d16a-4ec5-9e23-0aafe53bde9e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-232d292b-d16a-4ec5-9e23-0aafe53bde9e {
    width: 100%;
    height: auto;
  }

  #s-232d292b-d16a-4ec5-9e23-0aafe53bde9e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-232d292b-d16a-4ec5-9e23-0aafe53bde9e.shogun-image {
    
    
  }


.s-232d292b-d16a-4ec5-9e23-0aafe53bde9e .shogun-image-content {
  
    align-items: center;
  
}

.s-232d292b-d16a-4ec5-9e23-0aafe53bde9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-232d292b-d16a-4ec5-9e23-0aafe53bde9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-232d292b-d16a-4ec5-9e23-0aafe53bde9e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-232d292b-d16a-4ec5-9e23-0aafe53bde9e {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-232d292b-d16a-4ec5-9e23-0aafe53bde9e.shogun-image-container {
      position: relative;
    }

    .s-232d292b-d16a-4ec5-9e23-0aafe53bde9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-232d292b-d16a-4ec5-9e23-0aafe53bde9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-232d292b-d16a-4ec5-9e23-0aafe53bde9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4134955d-7aa5-402b-a7be-e72598239252 {
  max-width: 600px;
aspect-ratio: 600/790;
text-align: center;
}





  #s-4134955d-7aa5-402b-a7be-e72598239252 img.shogun-image,
  #s-4134955d-7aa5-402b-a7be-e72598239252 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4134955d-7aa5-402b-a7be-e72598239252 {
    width: 100%;
    height: auto;
  }

  #s-4134955d-7aa5-402b-a7be-e72598239252 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4134955d-7aa5-402b-a7be-e72598239252.shogun-image {
    
    
  }


.s-4134955d-7aa5-402b-a7be-e72598239252 .shogun-image-content {
  
    align-items: center;
  
}

.s-4134955d-7aa5-402b-a7be-e72598239252.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4134955d-7aa5-402b-a7be-e72598239252.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4134955d-7aa5-402b-a7be-e72598239252.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4134955d-7aa5-402b-a7be-e72598239252 {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-4134955d-7aa5-402b-a7be-e72598239252.shogun-image-container {
      position: relative;
    }

    .s-4134955d-7aa5-402b-a7be-e72598239252.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4134955d-7aa5-402b-a7be-e72598239252.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4134955d-7aa5-402b-a7be-e72598239252 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4134955d-7aa5-402b-a7be-e72598239252 img.shogun-image,
  #s-4134955d-7aa5-402b-a7be-e72598239252 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4134955d-7aa5-402b-a7be-e72598239252 {
    width: 100%;
    height: auto;
  }

  #s-4134955d-7aa5-402b-a7be-e72598239252 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4134955d-7aa5-402b-a7be-e72598239252.shogun-image {
    
    
  }


.s-4134955d-7aa5-402b-a7be-e72598239252 .shogun-image-content {
  
    align-items: center;
  
}

.s-4134955d-7aa5-402b-a7be-e72598239252.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4134955d-7aa5-402b-a7be-e72598239252.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4134955d-7aa5-402b-a7be-e72598239252.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4134955d-7aa5-402b-a7be-e72598239252 {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-4134955d-7aa5-402b-a7be-e72598239252.shogun-image-container {
      position: relative;
    }

    .s-4134955d-7aa5-402b-a7be-e72598239252.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4134955d-7aa5-402b-a7be-e72598239252.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4134955d-7aa5-402b-a7be-e72598239252 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4134955d-7aa5-402b-a7be-e72598239252 img.shogun-image,
  #s-4134955d-7aa5-402b-a7be-e72598239252 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4134955d-7aa5-402b-a7be-e72598239252 {
    width: 100%;
    height: auto;
  }

  #s-4134955d-7aa5-402b-a7be-e72598239252 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4134955d-7aa5-402b-a7be-e72598239252.shogun-image {
    
    
  }


.s-4134955d-7aa5-402b-a7be-e72598239252 .shogun-image-content {
  
    align-items: center;
  
}

.s-4134955d-7aa5-402b-a7be-e72598239252.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4134955d-7aa5-402b-a7be-e72598239252.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4134955d-7aa5-402b-a7be-e72598239252.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4134955d-7aa5-402b-a7be-e72598239252 {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-4134955d-7aa5-402b-a7be-e72598239252.shogun-image-container {
      position: relative;
    }

    .s-4134955d-7aa5-402b-a7be-e72598239252.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4134955d-7aa5-402b-a7be-e72598239252.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4134955d-7aa5-402b-a7be-e72598239252 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4134955d-7aa5-402b-a7be-e72598239252 img.shogun-image,
  #s-4134955d-7aa5-402b-a7be-e72598239252 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4134955d-7aa5-402b-a7be-e72598239252 {
    width: 100%;
    height: auto;
  }

  #s-4134955d-7aa5-402b-a7be-e72598239252 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4134955d-7aa5-402b-a7be-e72598239252.shogun-image {
    
    
  }


.s-4134955d-7aa5-402b-a7be-e72598239252 .shogun-image-content {
  
    align-items: center;
  
}

.s-4134955d-7aa5-402b-a7be-e72598239252.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4134955d-7aa5-402b-a7be-e72598239252.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4134955d-7aa5-402b-a7be-e72598239252.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4134955d-7aa5-402b-a7be-e72598239252 {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-4134955d-7aa5-402b-a7be-e72598239252.shogun-image-container {
      position: relative;
    }

    .s-4134955d-7aa5-402b-a7be-e72598239252.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4134955d-7aa5-402b-a7be-e72598239252.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4134955d-7aa5-402b-a7be-e72598239252 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4134955d-7aa5-402b-a7be-e72598239252 img.shogun-image,
  #s-4134955d-7aa5-402b-a7be-e72598239252 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4134955d-7aa5-402b-a7be-e72598239252 {
    width: 100%;
    height: auto;
  }

  #s-4134955d-7aa5-402b-a7be-e72598239252 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4134955d-7aa5-402b-a7be-e72598239252.shogun-image {
    
    
  }


.s-4134955d-7aa5-402b-a7be-e72598239252 .shogun-image-content {
  
    align-items: center;
  
}

.s-4134955d-7aa5-402b-a7be-e72598239252.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4134955d-7aa5-402b-a7be-e72598239252.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4134955d-7aa5-402b-a7be-e72598239252.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4134955d-7aa5-402b-a7be-e72598239252 {
      --shg-aspect-ratio: calc(600/790); 
    }

    .s-4134955d-7aa5-402b-a7be-e72598239252.shogun-image-container {
      position: relative;
    }

    .s-4134955d-7aa5-402b-a7be-e72598239252.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4134955d-7aa5-402b-a7be-e72598239252.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4134955d-7aa5-402b-a7be-e72598239252 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-90781eea-68eb-43d3-ada9-06aab4231812 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 10px;
margin-bottom: 10px;
min-height: 300px;
background-position: left center;
}
@media (max-width: 767px){#s-90781eea-68eb-43d3-ada9-06aab4231812 {
  display: none;
}
#s-90781eea-68eb-43d3-ada9-06aab4231812, #wrap-s-90781eea-68eb-43d3-ada9-06aab4231812 { display: none !important; }}
#s-90781eea-68eb-43d3-ada9-06aab4231812 {
  background-image: url(https://i.shgcdn.com/d03015e4-323d-4450-81e9-4a07cd259864/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-90781eea-68eb-43d3-ada9-06aab4231812 {
  background-image: url(https://i.shgcdn.com/d03015e4-323d-4450-81e9-4a07cd259864/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-90781eea-68eb-43d3-ada9-06aab4231812 {
  background-image: url(https://i.shgcdn.com/d03015e4-323d-4450-81e9-4a07cd259864/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-90781eea-68eb-43d3-ada9-06aab4231812 {
  background-image: url(https://i.shgcdn.com/d03015e4-323d-4450-81e9-4a07cd259864/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-90781eea-68eb-43d3-ada9-06aab4231812 {
  background-image: url(https://i.shgcdn.com/d03015e4-323d-4450-81e9-4a07cd259864/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-90781eea-68eb-43d3-ada9-06aab4231812 {
  background-image: url(https://i.shgcdn.com/d03015e4-323d-4450-81e9-4a07cd259864/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-90781eea-68eb-43d3-ada9-06aab4231812 {
  background-image: url(https://i.shgcdn.com/d03015e4-323d-4450-81e9-4a07cd259864/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-90781eea-68eb-43d3-ada9-06aab4231812 {
  background-image: url(https://i.shgcdn.com/d03015e4-323d-4450-81e9-4a07cd259864/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-90781eea-68eb-43d3-ada9-06aab4231812 {
  background-image: url(https://i.shgcdn.com/d03015e4-323d-4450-81e9-4a07cd259864/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-90781eea-68eb-43d3-ada9-06aab4231812 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90781eea-68eb-43d3-ada9-06aab4231812 {
  cursor: pointer;
}#s-90781eea-68eb-43d3-ada9-06aab4231812.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5dec179c-131c-4cc2-8220-c5cd6a97fed2 {
  margin-bottom: 23px;
max-width: 4266px;
aspect-ratio: 4266/945;
text-align: center;
}





  #s-5dec179c-131c-4cc2-8220-c5cd6a97fed2 img.shogun-image,
  #s-5dec179c-131c-4cc2-8220-c5cd6a97fed2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5dec179c-131c-4cc2-8220-c5cd6a97fed2 {
    width: 100%;
    height: auto;
  }

  #s-5dec179c-131c-4cc2-8220-c5cd6a97fed2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5dec179c-131c-4cc2-8220-c5cd6a97fed2.shogun-image {
    
    
  }


.s-5dec179c-131c-4cc2-8220-c5cd6a97fed2 .shogun-image-content {
  
    align-items: center;
  
}

.s-5dec179c-131c-4cc2-8220-c5cd6a97fed2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dec179c-131c-4cc2-8220-c5cd6a97fed2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dec179c-131c-4cc2-8220-c5cd6a97fed2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5dec179c-131c-4cc2-8220-c5cd6a97fed2 {
      --shg-aspect-ratio: calc(4266/945); 
    }

    .s-5dec179c-131c-4cc2-8220-c5cd6a97fed2.shogun-image-container {
      position: relative;
    }

    .s-5dec179c-131c-4cc2-8220-c5cd6a97fed2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5dec179c-131c-4cc2-8220-c5cd6a97fed2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5dec179c-131c-4cc2-8220-c5cd6a97fed2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5dec179c-131c-4cc2-8220-c5cd6a97fed2 img.shogun-image,
  #s-5dec179c-131c-4cc2-8220-c5cd6a97fed2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5dec179c-131c-4cc2-8220-c5cd6a97fed2 {
    width: 100%;
    height: auto;
  }

  #s-5dec179c-131c-4cc2-8220-c5cd6a97fed2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5dec179c-131c-4cc2-8220-c5cd6a97fed2.shogun-image {
    
    
  }


.s-5dec179c-131c-4cc2-8220-c5cd6a97fed2 .shogun-image-content {
  
    align-items: center;
  
}

.s-5dec179c-131c-4cc2-8220-c5cd6a97fed2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dec179c-131c-4cc2-8220-c5cd6a97fed2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dec179c-131c-4cc2-8220-c5cd6a97fed2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5dec179c-131c-4cc2-8220-c5cd6a97fed2 {
      --shg-aspect-ratio: calc(4266/945); 
    }

    .s-5dec179c-131c-4cc2-8220-c5cd6a97fed2.shogun-image-container {
      position: relative;
    }

    .s-5dec179c-131c-4cc2-8220-c5cd6a97fed2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5dec179c-131c-4cc2-8220-c5cd6a97fed2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5dec179c-131c-4cc2-8220-c5cd6a97fed2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5dec179c-131c-4cc2-8220-c5cd6a97fed2 img.shogun-image,
  #s-5dec179c-131c-4cc2-8220-c5cd6a97fed2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5dec179c-131c-4cc2-8220-c5cd6a97fed2 {
    width: 100%;
    height: auto;
  }

  #s-5dec179c-131c-4cc2-8220-c5cd6a97fed2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5dec179c-131c-4cc2-8220-c5cd6a97fed2.shogun-image {
    
    
  }


.s-5dec179c-131c-4cc2-8220-c5cd6a97fed2 .shogun-image-content {
  
    align-items: center;
  
}

.s-5dec179c-131c-4cc2-8220-c5cd6a97fed2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dec179c-131c-4cc2-8220-c5cd6a97fed2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dec179c-131c-4cc2-8220-c5cd6a97fed2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5dec179c-131c-4cc2-8220-c5cd6a97fed2 {
      --shg-aspect-ratio: calc(4266/945); 
    }

    .s-5dec179c-131c-4cc2-8220-c5cd6a97fed2.shogun-image-container {
      position: relative;
    }

    .s-5dec179c-131c-4cc2-8220-c5cd6a97fed2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5dec179c-131c-4cc2-8220-c5cd6a97fed2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5dec179c-131c-4cc2-8220-c5cd6a97fed2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5dec179c-131c-4cc2-8220-c5cd6a97fed2 img.shogun-image,
  #s-5dec179c-131c-4cc2-8220-c5cd6a97fed2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5dec179c-131c-4cc2-8220-c5cd6a97fed2 {
    width: 100%;
    height: auto;
  }

  #s-5dec179c-131c-4cc2-8220-c5cd6a97fed2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5dec179c-131c-4cc2-8220-c5cd6a97fed2.shogun-image {
    
    
  }


.s-5dec179c-131c-4cc2-8220-c5cd6a97fed2 .shogun-image-content {
  
    align-items: center;
  
}

.s-5dec179c-131c-4cc2-8220-c5cd6a97fed2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dec179c-131c-4cc2-8220-c5cd6a97fed2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dec179c-131c-4cc2-8220-c5cd6a97fed2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5dec179c-131c-4cc2-8220-c5cd6a97fed2 {
      --shg-aspect-ratio: calc(4266/945); 
    }

    .s-5dec179c-131c-4cc2-8220-c5cd6a97fed2.shogun-image-container {
      position: relative;
    }

    .s-5dec179c-131c-4cc2-8220-c5cd6a97fed2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5dec179c-131c-4cc2-8220-c5cd6a97fed2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5dec179c-131c-4cc2-8220-c5cd6a97fed2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5dec179c-131c-4cc2-8220-c5cd6a97fed2 img.shogun-image,
  #s-5dec179c-131c-4cc2-8220-c5cd6a97fed2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5dec179c-131c-4cc2-8220-c5cd6a97fed2 {
    width: 100%;
    height: auto;
  }

  #s-5dec179c-131c-4cc2-8220-c5cd6a97fed2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5dec179c-131c-4cc2-8220-c5cd6a97fed2.shogun-image {
    
    
  }


.s-5dec179c-131c-4cc2-8220-c5cd6a97fed2 .shogun-image-content {
  
    align-items: center;
  
}

.s-5dec179c-131c-4cc2-8220-c5cd6a97fed2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dec179c-131c-4cc2-8220-c5cd6a97fed2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dec179c-131c-4cc2-8220-c5cd6a97fed2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5dec179c-131c-4cc2-8220-c5cd6a97fed2 {
      --shg-aspect-ratio: calc(4266/945); 
    }

    .s-5dec179c-131c-4cc2-8220-c5cd6a97fed2.shogun-image-container {
      position: relative;
    }

    .s-5dec179c-131c-4cc2-8220-c5cd6a97fed2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5dec179c-131c-4cc2-8220-c5cd6a97fed2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5dec179c-131c-4cc2-8220-c5cd6a97fed2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8066b64e-f6b0-41c8-8f96-ce405accdb13 {
  margin-top: 150px;
margin-bottom: 1px;
}

#s-60da2fc3-75d6-4f69-9c4e-a21840544075 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-60da2fc3-75d6-4f69-9c4e-a21840544075 {
  display: none;
}
#s-60da2fc3-75d6-4f69-9c4e-a21840544075, #wrap-s-60da2fc3-75d6-4f69-9c4e-a21840544075 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-60da2fc3-75d6-4f69-9c4e-a21840544075 {
  display: none;
}
#s-60da2fc3-75d6-4f69-9c4e-a21840544075, #wrap-s-60da2fc3-75d6-4f69-9c4e-a21840544075 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-60da2fc3-75d6-4f69-9c4e-a21840544075 {
  display: none;
}
#s-60da2fc3-75d6-4f69-9c4e-a21840544075, #wrap-s-60da2fc3-75d6-4f69-9c4e-a21840544075 { display: none !important; }}




  #s-60da2fc3-75d6-4f69-9c4e-a21840544075 img.shogun-image,
  #s-60da2fc3-75d6-4f69-9c4e-a21840544075 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60da2fc3-75d6-4f69-9c4e-a21840544075 {
    width: 100%;
    height: auto;
  }

  #s-60da2fc3-75d6-4f69-9c4e-a21840544075 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60da2fc3-75d6-4f69-9c4e-a21840544075.shogun-image {
    
    
  }


.s-60da2fc3-75d6-4f69-9c4e-a21840544075 .shogun-image-content {
  
    align-items: center;
  
}

.s-60da2fc3-75d6-4f69-9c4e-a21840544075.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60da2fc3-75d6-4f69-9c4e-a21840544075.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60da2fc3-75d6-4f69-9c4e-a21840544075.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-60da2fc3-75d6-4f69-9c4e-a21840544075 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-60da2fc3-75d6-4f69-9c4e-a21840544075.shogun-image-container {
      position: relative;
    }

    .s-60da2fc3-75d6-4f69-9c4e-a21840544075.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60da2fc3-75d6-4f69-9c4e-a21840544075.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60da2fc3-75d6-4f69-9c4e-a21840544075 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-60da2fc3-75d6-4f69-9c4e-a21840544075 img.shogun-image,
  #s-60da2fc3-75d6-4f69-9c4e-a21840544075 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60da2fc3-75d6-4f69-9c4e-a21840544075 {
    width: 100%;
    height: auto;
  }

  #s-60da2fc3-75d6-4f69-9c4e-a21840544075 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60da2fc3-75d6-4f69-9c4e-a21840544075.shogun-image {
    
    
  }


.s-60da2fc3-75d6-4f69-9c4e-a21840544075 .shogun-image-content {
  
    align-items: center;
  
}

.s-60da2fc3-75d6-4f69-9c4e-a21840544075.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60da2fc3-75d6-4f69-9c4e-a21840544075.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60da2fc3-75d6-4f69-9c4e-a21840544075.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-60da2fc3-75d6-4f69-9c4e-a21840544075 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-60da2fc3-75d6-4f69-9c4e-a21840544075.shogun-image-container {
      position: relative;
    }

    .s-60da2fc3-75d6-4f69-9c4e-a21840544075.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60da2fc3-75d6-4f69-9c4e-a21840544075.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60da2fc3-75d6-4f69-9c4e-a21840544075 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-60da2fc3-75d6-4f69-9c4e-a21840544075 img.shogun-image,
  #s-60da2fc3-75d6-4f69-9c4e-a21840544075 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60da2fc3-75d6-4f69-9c4e-a21840544075 {
    width: 100%;
    height: auto;
  }

  #s-60da2fc3-75d6-4f69-9c4e-a21840544075 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60da2fc3-75d6-4f69-9c4e-a21840544075.shogun-image {
    
    
  }


.s-60da2fc3-75d6-4f69-9c4e-a21840544075 .shogun-image-content {
  
    align-items: center;
  
}

.s-60da2fc3-75d6-4f69-9c4e-a21840544075.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60da2fc3-75d6-4f69-9c4e-a21840544075.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60da2fc3-75d6-4f69-9c4e-a21840544075.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-60da2fc3-75d6-4f69-9c4e-a21840544075 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-60da2fc3-75d6-4f69-9c4e-a21840544075.shogun-image-container {
      position: relative;
    }

    .s-60da2fc3-75d6-4f69-9c4e-a21840544075.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60da2fc3-75d6-4f69-9c4e-a21840544075.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60da2fc3-75d6-4f69-9c4e-a21840544075 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-60da2fc3-75d6-4f69-9c4e-a21840544075 img.shogun-image,
  #s-60da2fc3-75d6-4f69-9c4e-a21840544075 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60da2fc3-75d6-4f69-9c4e-a21840544075 {
    width: 100%;
    height: auto;
  }

  #s-60da2fc3-75d6-4f69-9c4e-a21840544075 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60da2fc3-75d6-4f69-9c4e-a21840544075.shogun-image {
    
    
  }


.s-60da2fc3-75d6-4f69-9c4e-a21840544075 .shogun-image-content {
  
    align-items: center;
  
}

.s-60da2fc3-75d6-4f69-9c4e-a21840544075.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60da2fc3-75d6-4f69-9c4e-a21840544075.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60da2fc3-75d6-4f69-9c4e-a21840544075.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-60da2fc3-75d6-4f69-9c4e-a21840544075 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-60da2fc3-75d6-4f69-9c4e-a21840544075.shogun-image-container {
      position: relative;
    }

    .s-60da2fc3-75d6-4f69-9c4e-a21840544075.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60da2fc3-75d6-4f69-9c4e-a21840544075.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60da2fc3-75d6-4f69-9c4e-a21840544075 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-60da2fc3-75d6-4f69-9c4e-a21840544075 img.shogun-image,
  #s-60da2fc3-75d6-4f69-9c4e-a21840544075 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60da2fc3-75d6-4f69-9c4e-a21840544075 {
    width: 100%;
    height: auto;
  }

  #s-60da2fc3-75d6-4f69-9c4e-a21840544075 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60da2fc3-75d6-4f69-9c4e-a21840544075.shogun-image {
    
    
  }


.s-60da2fc3-75d6-4f69-9c4e-a21840544075 .shogun-image-content {
  
    align-items: center;
  
}

.s-60da2fc3-75d6-4f69-9c4e-a21840544075.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60da2fc3-75d6-4f69-9c4e-a21840544075.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60da2fc3-75d6-4f69-9c4e-a21840544075.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-60da2fc3-75d6-4f69-9c4e-a21840544075 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-60da2fc3-75d6-4f69-9c4e-a21840544075.shogun-image-container {
      position: relative;
    }

    .s-60da2fc3-75d6-4f69-9c4e-a21840544075.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60da2fc3-75d6-4f69-9c4e-a21840544075.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60da2fc3-75d6-4f69-9c4e-a21840544075 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ce0f868c-4ef3-49e9-88d4-1cdcc51eb256 {
  min-height: 50px;
}








#s-ce0f868c-4ef3-49e9-88d4-1cdcc51eb256 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce0f868c-4ef3-49e9-88d4-1cdcc51eb256.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d621033-11aa-4f89-b293-04f75ed3253a {
  min-height: 50px;
}








#s-8d621033-11aa-4f89-b293-04f75ed3253a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d621033-11aa-4f89-b293-04f75ed3253a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-357e86bc-5d61-486f-a90f-71597cebf481 {
  min-height: 50px;
}








#s-357e86bc-5d61-486f-a90f-71597cebf481 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-357e86bc-5d61-486f-a90f-71597cebf481.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6fb2ee52-34cc-465b-9067-13ac351720fa {
  min-height: 90px;
}
@media (max-width: 767px){#s-6fb2ee52-34cc-465b-9067-13ac351720fa {
  display: none;
}
#s-6fb2ee52-34cc-465b-9067-13ac351720fa, #wrap-s-6fb2ee52-34cc-465b-9067-13ac351720fa { display: none !important; }}







#s-6fb2ee52-34cc-465b-9067-13ac351720fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6fb2ee52-34cc-465b-9067-13ac351720fa {
  cursor: pointer;
}#s-6fb2ee52-34cc-465b-9067-13ac351720fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9355bea5-ebd7-49bc-bd3c-7053a4658480 {
  min-height: 50px;
}








#s-9355bea5-ebd7-49bc-bd3c-7053a4658480 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9355bea5-ebd7-49bc-bd3c-7053a4658480.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd5f44e6-c993-48fc-b0d5-e8cc1d26dae2 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 22px;
padding-top: 10px;
padding-left: 19px;
padding-bottom: 10px;
padding-right: 19px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 0px;
}
#s-cd5f44e6-c993-48fc-b0d5-e8cc1d26dae2:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-cd5f44e6-c993-48fc-b0d5-e8cc1d26dae2:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(38, 40, 44, 1) !important;}

  #s-cd5f44e6-c993-48fc-b0d5-e8cc1d26dae2-root {
    text-align: center;
  }


#s-cd5f44e6-c993-48fc-b0d5-e8cc1d26dae2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cd5f44e6-c993-48fc-b0d5-e8cc1d26dae2-root {
    text-align: center;
  }


#s-cd5f44e6-c993-48fc-b0d5-e8cc1d26dae2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cd5f44e6-c993-48fc-b0d5-e8cc1d26dae2-root {
    text-align: center;
  }


#s-cd5f44e6-c993-48fc-b0d5-e8cc1d26dae2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cd5f44e6-c993-48fc-b0d5-e8cc1d26dae2-root {
    text-align: center;
  }


#s-cd5f44e6-c993-48fc-b0d5-e8cc1d26dae2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cd5f44e6-c993-48fc-b0d5-e8cc1d26dae2-root {
    text-align: center;
  }


#s-cd5f44e6-c993-48fc-b0d5-e8cc1d26dae2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-17656a27-dade-48c0-ab2e-d4f0484c5e53 {
  min-height: 50px;
}








#s-17656a27-dade-48c0-ab2e-d4f0484c5e53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17656a27-dade-48c0-ab2e-d4f0484c5e53.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-fbb4391e-6b36-46ad-abaf-f8347b2fc368"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fbb4391e-6b36-46ad-abaf-f8347b2fc368"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fbb4391e-6b36-46ad-abaf-f8347b2fc368"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbb4391e-6b36-46ad-abaf-f8347b2fc368"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d3f041ba-f784-420a-bf23-b224bbe8f495 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1536px;
aspect-ratio: 1536/1290;
text-align: center;
opacity: 1;
}





  #s-d3f041ba-f784-420a-bf23-b224bbe8f495 img.shogun-image,
  #s-d3f041ba-f784-420a-bf23-b224bbe8f495 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d3f041ba-f784-420a-bf23-b224bbe8f495 {
    width: 100%;
    height: auto;
  }

  #s-d3f041ba-f784-420a-bf23-b224bbe8f495 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d3f041ba-f784-420a-bf23-b224bbe8f495.shogun-image {
    
    
  }


.s-d3f041ba-f784-420a-bf23-b224bbe8f495 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3f041ba-f784-420a-bf23-b224bbe8f495.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3f041ba-f784-420a-bf23-b224bbe8f495.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3f041ba-f784-420a-bf23-b224bbe8f495.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3f041ba-f784-420a-bf23-b224bbe8f495 {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-d3f041ba-f784-420a-bf23-b224bbe8f495.shogun-image-container {
      position: relative;
    }

    .s-d3f041ba-f784-420a-bf23-b224bbe8f495.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3f041ba-f784-420a-bf23-b224bbe8f495.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3f041ba-f784-420a-bf23-b224bbe8f495 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d3f041ba-f784-420a-bf23-b224bbe8f495 img.shogun-image,
  #s-d3f041ba-f784-420a-bf23-b224bbe8f495 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d3f041ba-f784-420a-bf23-b224bbe8f495 {
    width: 100%;
    height: auto;
  }

  #s-d3f041ba-f784-420a-bf23-b224bbe8f495 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d3f041ba-f784-420a-bf23-b224bbe8f495.shogun-image {
    
    
  }


.s-d3f041ba-f784-420a-bf23-b224bbe8f495 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3f041ba-f784-420a-bf23-b224bbe8f495.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3f041ba-f784-420a-bf23-b224bbe8f495.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3f041ba-f784-420a-bf23-b224bbe8f495.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3f041ba-f784-420a-bf23-b224bbe8f495 {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-d3f041ba-f784-420a-bf23-b224bbe8f495.shogun-image-container {
      position: relative;
    }

    .s-d3f041ba-f784-420a-bf23-b224bbe8f495.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3f041ba-f784-420a-bf23-b224bbe8f495.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3f041ba-f784-420a-bf23-b224bbe8f495 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d3f041ba-f784-420a-bf23-b224bbe8f495 img.shogun-image,
  #s-d3f041ba-f784-420a-bf23-b224bbe8f495 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d3f041ba-f784-420a-bf23-b224bbe8f495 {
    width: 100%;
    height: auto;
  }

  #s-d3f041ba-f784-420a-bf23-b224bbe8f495 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d3f041ba-f784-420a-bf23-b224bbe8f495.shogun-image {
    
    
  }


.s-d3f041ba-f784-420a-bf23-b224bbe8f495 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3f041ba-f784-420a-bf23-b224bbe8f495.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3f041ba-f784-420a-bf23-b224bbe8f495.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3f041ba-f784-420a-bf23-b224bbe8f495.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3f041ba-f784-420a-bf23-b224bbe8f495 {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-d3f041ba-f784-420a-bf23-b224bbe8f495.shogun-image-container {
      position: relative;
    }

    .s-d3f041ba-f784-420a-bf23-b224bbe8f495.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3f041ba-f784-420a-bf23-b224bbe8f495.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3f041ba-f784-420a-bf23-b224bbe8f495 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d3f041ba-f784-420a-bf23-b224bbe8f495 img.shogun-image,
  #s-d3f041ba-f784-420a-bf23-b224bbe8f495 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d3f041ba-f784-420a-bf23-b224bbe8f495 {
    width: 100%;
    height: auto;
  }

  #s-d3f041ba-f784-420a-bf23-b224bbe8f495 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d3f041ba-f784-420a-bf23-b224bbe8f495.shogun-image {
    
    
  }


.s-d3f041ba-f784-420a-bf23-b224bbe8f495 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3f041ba-f784-420a-bf23-b224bbe8f495.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3f041ba-f784-420a-bf23-b224bbe8f495.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3f041ba-f784-420a-bf23-b224bbe8f495.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3f041ba-f784-420a-bf23-b224bbe8f495 {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-d3f041ba-f784-420a-bf23-b224bbe8f495.shogun-image-container {
      position: relative;
    }

    .s-d3f041ba-f784-420a-bf23-b224bbe8f495.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3f041ba-f784-420a-bf23-b224bbe8f495.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3f041ba-f784-420a-bf23-b224bbe8f495 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d3f041ba-f784-420a-bf23-b224bbe8f495 img.shogun-image,
  #s-d3f041ba-f784-420a-bf23-b224bbe8f495 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d3f041ba-f784-420a-bf23-b224bbe8f495 {
    width: 100%;
    height: auto;
  }

  #s-d3f041ba-f784-420a-bf23-b224bbe8f495 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d3f041ba-f784-420a-bf23-b224bbe8f495.shogun-image {
    
    
  }


.s-d3f041ba-f784-420a-bf23-b224bbe8f495 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3f041ba-f784-420a-bf23-b224bbe8f495.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3f041ba-f784-420a-bf23-b224bbe8f495.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3f041ba-f784-420a-bf23-b224bbe8f495.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3f041ba-f784-420a-bf23-b224bbe8f495 {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-d3f041ba-f784-420a-bf23-b224bbe8f495.shogun-image-container {
      position: relative;
    }

    .s-d3f041ba-f784-420a-bf23-b224bbe8f495.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3f041ba-f784-420a-bf23-b224bbe8f495.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3f041ba-f784-420a-bf23-b224bbe8f495 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e {
  margin-left: 0%;
margin-right: 0%;
max-width: 1536px;
aspect-ratio: 1536/1290;
text-align: center;
}





  #s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e img.shogun-image,
  #s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e {
    width: 100%;
    height: auto;
  }

  #s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e.shogun-image {
    
    
  }


.s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e .shogun-image-content {
  
    align-items: center;
  
}

.s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e.shogun-image-container {
      position: relative;
    }

    .s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e img.shogun-image,
  #s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e {
    width: 100%;
    height: auto;
  }

  #s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e.shogun-image {
    
    
  }


.s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e .shogun-image-content {
  
    align-items: center;
  
}

.s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e.shogun-image-container {
      position: relative;
    }

    .s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e img.shogun-image,
  #s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e {
    width: 100%;
    height: auto;
  }

  #s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e.shogun-image {
    
    
  }


.s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e .shogun-image-content {
  
    align-items: center;
  
}

.s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e.shogun-image-container {
      position: relative;
    }

    .s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e img.shogun-image,
  #s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e {
    width: 100%;
    height: auto;
  }

  #s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e.shogun-image {
    
    
  }


.s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e .shogun-image-content {
  
    align-items: center;
  
}

.s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e.shogun-image-container {
      position: relative;
    }

    .s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e img.shogun-image,
  #s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e {
    width: 100%;
    height: auto;
  }

  #s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e.shogun-image {
    
    
  }


.s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e .shogun-image-content {
  
    align-items: center;
  
}

.s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e.shogun-image-container {
      position: relative;
    }

    .s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc7a08f4-4a3a-4971-aeb1-64bed3ce3e8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4ac3a000-2179-4998-87ea-2040c44dd60a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4ac3a000-2179-4998-87ea-2040c44dd60a {
  display: none;
}
#s-4ac3a000-2179-4998-87ea-2040c44dd60a, #wrap-s-4ac3a000-2179-4998-87ea-2040c44dd60a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ac3a000-2179-4998-87ea-2040c44dd60a {
  display: none;
}
#s-4ac3a000-2179-4998-87ea-2040c44dd60a, #wrap-s-4ac3a000-2179-4998-87ea-2040c44dd60a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4ac3a000-2179-4998-87ea-2040c44dd60a {
  display: none;
}
#s-4ac3a000-2179-4998-87ea-2040c44dd60a, #wrap-s-4ac3a000-2179-4998-87ea-2040c44dd60a { display: none !important; }}@media (max-width: 767px){#s-4ac3a000-2179-4998-87ea-2040c44dd60a {
  
}
}
#s-4ac3a000-2179-4998-87ea-2040c44dd60a {
  background-image: url();
}








#s-4ac3a000-2179-4998-87ea-2040c44dd60a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ac3a000-2179-4998-87ea-2040c44dd60a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b612939c-8249-48da-9d2f-4bb952b26533 {
  min-height: 90px;
}
@media (max-width: 767px){#s-b612939c-8249-48da-9d2f-4bb952b26533 {
  display: none;
}
#s-b612939c-8249-48da-9d2f-4bb952b26533, #wrap-s-b612939c-8249-48da-9d2f-4bb952b26533 { display: none !important; }}







#s-b612939c-8249-48da-9d2f-4bb952b26533 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b612939c-8249-48da-9d2f-4bb952b26533 {
  cursor: pointer;
}#s-b612939c-8249-48da-9d2f-4bb952b26533.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6323ecb-9baa-465d-ae87-95ca4a571126 {
  min-height: 50px;
}








#s-b6323ecb-9baa-465d-ae87-95ca4a571126 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6323ecb-9baa-465d-ae87-95ca4a571126.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87e43f5d-d89e-45c4-83ef-4e70a768f404 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 22px;
padding-top: 10px;
padding-left: 19px;
padding-bottom: 10px;
padding-right: 19px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 0px;
}
#s-87e43f5d-d89e-45c4-83ef-4e70a768f404:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-87e43f5d-d89e-45c4-83ef-4e70a768f404:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(38, 40, 44, 1) !important;}

  #s-87e43f5d-d89e-45c4-83ef-4e70a768f404-root {
    text-align: center;
  }


#s-87e43f5d-d89e-45c4-83ef-4e70a768f404.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-87e43f5d-d89e-45c4-83ef-4e70a768f404-root {
    text-align: center;
  }


#s-87e43f5d-d89e-45c4-83ef-4e70a768f404.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-87e43f5d-d89e-45c4-83ef-4e70a768f404-root {
    text-align: center;
  }


#s-87e43f5d-d89e-45c4-83ef-4e70a768f404.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-87e43f5d-d89e-45c4-83ef-4e70a768f404-root {
    text-align: center;
  }


#s-87e43f5d-d89e-45c4-83ef-4e70a768f404.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-87e43f5d-d89e-45c4-83ef-4e70a768f404-root {
    text-align: center;
  }


#s-87e43f5d-d89e-45c4-83ef-4e70a768f404.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-7803be6c-1219-4cfa-90fd-05f992b37b2c {
  min-height: 50px;
}








#s-7803be6c-1219-4cfa-90fd-05f992b37b2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7803be6c-1219-4cfa-90fd-05f992b37b2c.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-7fc96f5c-a69a-4d53-92de-485be07ef8ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7fc96f5c-a69a-4d53-92de-485be07ef8ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7fc96f5c-a69a-4d53-92de-485be07ef8ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7fc96f5c-a69a-4d53-92de-485be07ef8ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd {
  margin-left: 0%;
margin-right: 0%;
max-width: 1536px;
aspect-ratio: 1536/1290;
text-align: center;
opacity: 1;
}





  #s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd img.shogun-image,
  #s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd {
    width: 100%;
    height: auto;
  }

  #s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd.shogun-image {
    
    
  }


.s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd .shogun-image-content {
  
    align-items: center;
  
}

.s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd.shogun-image-container {
      position: relative;
    }

    .s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd img.shogun-image,
  #s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd {
    width: 100%;
    height: auto;
  }

  #s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd.shogun-image {
    
    
  }


.s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd .shogun-image-content {
  
    align-items: center;
  
}

.s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd.shogun-image-container {
      position: relative;
    }

    .s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd img.shogun-image,
  #s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd {
    width: 100%;
    height: auto;
  }

  #s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd.shogun-image {
    
    
  }


.s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd .shogun-image-content {
  
    align-items: center;
  
}

.s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd.shogun-image-container {
      position: relative;
    }

    .s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd img.shogun-image,
  #s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd {
    width: 100%;
    height: auto;
  }

  #s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd.shogun-image {
    
    
  }


.s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd .shogun-image-content {
  
    align-items: center;
  
}

.s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd.shogun-image-container {
      position: relative;
    }

    .s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd img.shogun-image,
  #s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd {
    width: 100%;
    height: auto;
  }

  #s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd.shogun-image {
    
    
  }


.s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd .shogun-image-content {
  
    align-items: center;
  
}

.s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd.shogun-image-container {
      position: relative;
    }

    .s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ab82ab5-d4a3-4df4-8caa-e3601157bcdd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1536px;
aspect-ratio: 1536/1290;
text-align: center;
}





  #s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919 img.shogun-image,
  #s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919 {
    width: 100%;
    height: auto;
  }

  #s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919.shogun-image {
    
    
  }


.s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919 .shogun-image-content {
  
    align-items: center;
  
}

.s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919 {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919.shogun-image-container {
      position: relative;
    }

    .s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919 img.shogun-image,
  #s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919 {
    width: 100%;
    height: auto;
  }

  #s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919.shogun-image {
    
    
  }


.s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919 .shogun-image-content {
  
    align-items: center;
  
}

.s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919 {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919.shogun-image-container {
      position: relative;
    }

    .s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919 img.shogun-image,
  #s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919 {
    width: 100%;
    height: auto;
  }

  #s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919.shogun-image {
    
    
  }


.s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919 .shogun-image-content {
  
    align-items: center;
  
}

.s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919 {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919.shogun-image-container {
      position: relative;
    }

    .s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919 img.shogun-image,
  #s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919 {
    width: 100%;
    height: auto;
  }

  #s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919.shogun-image {
    
    
  }


.s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919 .shogun-image-content {
  
    align-items: center;
  
}

.s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919 {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919.shogun-image-container {
      position: relative;
    }

    .s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919 img.shogun-image,
  #s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919 {
    width: 100%;
    height: auto;
  }

  #s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919.shogun-image {
    
    
  }


.s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919 .shogun-image-content {
  
    align-items: center;
  
}

.s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919 {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919.shogun-image-container {
      position: relative;
    }

    .s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f29b4de4-62b7-4eaa-b4f9-42a01e9a6919 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-85e340da-a5cb-4e49-a6ad-b8dc4c1898a6 {
  min-height: 30px;
}








#s-85e340da-a5cb-4e49-a6ad-b8dc4c1898a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85e340da-a5cb-4e49-a6ad-b8dc4c1898a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18c580b1-221b-4afc-9cf7-32f42e376164 {
  margin-top: 12px;
margin-left: 0%;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 19px;
padding-bottom: 10px;
padding-right: 19px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 0px;
}
#s-18c580b1-221b-4afc-9cf7-32f42e376164:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-18c580b1-221b-4afc-9cf7-32f42e376164:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(38, 40, 44, 1) !important;}@media (min-width: 1200px){#s-18c580b1-221b-4afc-9cf7-32f42e376164 {
  display: none;
}
#s-18c580b1-221b-4afc-9cf7-32f42e376164, #wrap-s-18c580b1-221b-4afc-9cf7-32f42e376164 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-18c580b1-221b-4afc-9cf7-32f42e376164 {
  display: none;
}
#s-18c580b1-221b-4afc-9cf7-32f42e376164, #wrap-s-18c580b1-221b-4afc-9cf7-32f42e376164 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-18c580b1-221b-4afc-9cf7-32f42e376164 {
  display: none;
}
#s-18c580b1-221b-4afc-9cf7-32f42e376164, #wrap-s-18c580b1-221b-4afc-9cf7-32f42e376164 { display: none !important; }}

  #s-18c580b1-221b-4afc-9cf7-32f42e376164-root {
    text-align: center;
  }


#s-18c580b1-221b-4afc-9cf7-32f42e376164.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-18c580b1-221b-4afc-9cf7-32f42e376164-root {
    text-align: center;
  }


#s-18c580b1-221b-4afc-9cf7-32f42e376164.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-18c580b1-221b-4afc-9cf7-32f42e376164-root {
    text-align: center;
  }


#s-18c580b1-221b-4afc-9cf7-32f42e376164.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-18c580b1-221b-4afc-9cf7-32f42e376164-root {
    text-align: center;
  }


#s-18c580b1-221b-4afc-9cf7-32f42e376164.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-18c580b1-221b-4afc-9cf7-32f42e376164-root {
    text-align: center;
  }


#s-18c580b1-221b-4afc-9cf7-32f42e376164.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-45dbbdf5-da0c-48fb-bb35-cc5b1f7f7303 {
  min-height: 50px;
}








#s-45dbbdf5-da0c-48fb-bb35-cc5b1f7f7303 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45dbbdf5-da0c-48fb-bb35-cc5b1f7f7303.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-78a95dc2-7444-4054-9480-b56f2e4a7d74"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78a95dc2-7444-4054-9480-b56f2e4a7d74"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-78a95dc2-7444-4054-9480-b56f2e4a7d74"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-78a95dc2-7444-4054-9480-b56f2e4a7d74"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-95961938-b433-400d-b71f-4032874da3ea {
  margin-left: 0%;
margin-right: 0%;
max-width: 1536px;
aspect-ratio: 1536/1290;
text-align: center;
opacity: 1;
}
@media (min-width: 1200px){#s-95961938-b433-400d-b71f-4032874da3ea {
  display: none;
}
#s-95961938-b433-400d-b71f-4032874da3ea, #wrap-s-95961938-b433-400d-b71f-4032874da3ea { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-95961938-b433-400d-b71f-4032874da3ea {
  display: none;
}
#s-95961938-b433-400d-b71f-4032874da3ea, #wrap-s-95961938-b433-400d-b71f-4032874da3ea { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-95961938-b433-400d-b71f-4032874da3ea {
  display: none;
}
#s-95961938-b433-400d-b71f-4032874da3ea, #wrap-s-95961938-b433-400d-b71f-4032874da3ea { display: none !important; }}




  #s-95961938-b433-400d-b71f-4032874da3ea img.shogun-image,
  #s-95961938-b433-400d-b71f-4032874da3ea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-95961938-b433-400d-b71f-4032874da3ea {
    width: 100%;
    height: auto;
  }

  #s-95961938-b433-400d-b71f-4032874da3ea img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-95961938-b433-400d-b71f-4032874da3ea.shogun-image {
    
    
  }


.s-95961938-b433-400d-b71f-4032874da3ea .shogun-image-content {
  
    align-items: center;
  
}

.s-95961938-b433-400d-b71f-4032874da3ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95961938-b433-400d-b71f-4032874da3ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95961938-b433-400d-b71f-4032874da3ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95961938-b433-400d-b71f-4032874da3ea {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-95961938-b433-400d-b71f-4032874da3ea.shogun-image-container {
      position: relative;
    }

    .s-95961938-b433-400d-b71f-4032874da3ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95961938-b433-400d-b71f-4032874da3ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95961938-b433-400d-b71f-4032874da3ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-95961938-b433-400d-b71f-4032874da3ea img.shogun-image,
  #s-95961938-b433-400d-b71f-4032874da3ea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-95961938-b433-400d-b71f-4032874da3ea {
    width: 100%;
    height: auto;
  }

  #s-95961938-b433-400d-b71f-4032874da3ea img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-95961938-b433-400d-b71f-4032874da3ea.shogun-image {
    
    
  }


.s-95961938-b433-400d-b71f-4032874da3ea .shogun-image-content {
  
    align-items: center;
  
}

.s-95961938-b433-400d-b71f-4032874da3ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95961938-b433-400d-b71f-4032874da3ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95961938-b433-400d-b71f-4032874da3ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95961938-b433-400d-b71f-4032874da3ea {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-95961938-b433-400d-b71f-4032874da3ea.shogun-image-container {
      position: relative;
    }

    .s-95961938-b433-400d-b71f-4032874da3ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95961938-b433-400d-b71f-4032874da3ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95961938-b433-400d-b71f-4032874da3ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-95961938-b433-400d-b71f-4032874da3ea img.shogun-image,
  #s-95961938-b433-400d-b71f-4032874da3ea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-95961938-b433-400d-b71f-4032874da3ea {
    width: 100%;
    height: auto;
  }

  #s-95961938-b433-400d-b71f-4032874da3ea img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-95961938-b433-400d-b71f-4032874da3ea.shogun-image {
    
    
  }


.s-95961938-b433-400d-b71f-4032874da3ea .shogun-image-content {
  
    align-items: center;
  
}

.s-95961938-b433-400d-b71f-4032874da3ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95961938-b433-400d-b71f-4032874da3ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95961938-b433-400d-b71f-4032874da3ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95961938-b433-400d-b71f-4032874da3ea {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-95961938-b433-400d-b71f-4032874da3ea.shogun-image-container {
      position: relative;
    }

    .s-95961938-b433-400d-b71f-4032874da3ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95961938-b433-400d-b71f-4032874da3ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95961938-b433-400d-b71f-4032874da3ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-95961938-b433-400d-b71f-4032874da3ea img.shogun-image,
  #s-95961938-b433-400d-b71f-4032874da3ea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-95961938-b433-400d-b71f-4032874da3ea {
    width: 100%;
    height: auto;
  }

  #s-95961938-b433-400d-b71f-4032874da3ea img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-95961938-b433-400d-b71f-4032874da3ea.shogun-image {
    
    
  }


.s-95961938-b433-400d-b71f-4032874da3ea .shogun-image-content {
  
    align-items: center;
  
}

.s-95961938-b433-400d-b71f-4032874da3ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95961938-b433-400d-b71f-4032874da3ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95961938-b433-400d-b71f-4032874da3ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95961938-b433-400d-b71f-4032874da3ea {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-95961938-b433-400d-b71f-4032874da3ea.shogun-image-container {
      position: relative;
    }

    .s-95961938-b433-400d-b71f-4032874da3ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95961938-b433-400d-b71f-4032874da3ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95961938-b433-400d-b71f-4032874da3ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-95961938-b433-400d-b71f-4032874da3ea img.shogun-image,
  #s-95961938-b433-400d-b71f-4032874da3ea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-95961938-b433-400d-b71f-4032874da3ea {
    width: 100%;
    height: auto;
  }

  #s-95961938-b433-400d-b71f-4032874da3ea img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-95961938-b433-400d-b71f-4032874da3ea.shogun-image {
    
    
  }


.s-95961938-b433-400d-b71f-4032874da3ea .shogun-image-content {
  
    align-items: center;
  
}

.s-95961938-b433-400d-b71f-4032874da3ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95961938-b433-400d-b71f-4032874da3ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95961938-b433-400d-b71f-4032874da3ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95961938-b433-400d-b71f-4032874da3ea {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-95961938-b433-400d-b71f-4032874da3ea.shogun-image-container {
      position: relative;
    }

    .s-95961938-b433-400d-b71f-4032874da3ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95961938-b433-400d-b71f-4032874da3ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95961938-b433-400d-b71f-4032874da3ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b0827fac-3a5b-4147-a99b-375623756dbc {
  margin-left: 0%;
margin-right: 0%;
max-width: 1536px;
aspect-ratio: 1536/1290;
text-align: center;
opacity: 1;
}





  #s-b0827fac-3a5b-4147-a99b-375623756dbc img.shogun-image,
  #s-b0827fac-3a5b-4147-a99b-375623756dbc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b0827fac-3a5b-4147-a99b-375623756dbc {
    width: 100%;
    height: auto;
  }

  #s-b0827fac-3a5b-4147-a99b-375623756dbc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b0827fac-3a5b-4147-a99b-375623756dbc.shogun-image {
    
    
  }


.s-b0827fac-3a5b-4147-a99b-375623756dbc .shogun-image-content {
  
    align-items: center;
  
}

.s-b0827fac-3a5b-4147-a99b-375623756dbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0827fac-3a5b-4147-a99b-375623756dbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0827fac-3a5b-4147-a99b-375623756dbc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b0827fac-3a5b-4147-a99b-375623756dbc {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-b0827fac-3a5b-4147-a99b-375623756dbc.shogun-image-container {
      position: relative;
    }

    .s-b0827fac-3a5b-4147-a99b-375623756dbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0827fac-3a5b-4147-a99b-375623756dbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0827fac-3a5b-4147-a99b-375623756dbc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b0827fac-3a5b-4147-a99b-375623756dbc img.shogun-image,
  #s-b0827fac-3a5b-4147-a99b-375623756dbc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b0827fac-3a5b-4147-a99b-375623756dbc {
    width: 100%;
    height: auto;
  }

  #s-b0827fac-3a5b-4147-a99b-375623756dbc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b0827fac-3a5b-4147-a99b-375623756dbc.shogun-image {
    
    
  }


.s-b0827fac-3a5b-4147-a99b-375623756dbc .shogun-image-content {
  
    align-items: center;
  
}

.s-b0827fac-3a5b-4147-a99b-375623756dbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0827fac-3a5b-4147-a99b-375623756dbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0827fac-3a5b-4147-a99b-375623756dbc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b0827fac-3a5b-4147-a99b-375623756dbc {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-b0827fac-3a5b-4147-a99b-375623756dbc.shogun-image-container {
      position: relative;
    }

    .s-b0827fac-3a5b-4147-a99b-375623756dbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0827fac-3a5b-4147-a99b-375623756dbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0827fac-3a5b-4147-a99b-375623756dbc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b0827fac-3a5b-4147-a99b-375623756dbc img.shogun-image,
  #s-b0827fac-3a5b-4147-a99b-375623756dbc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b0827fac-3a5b-4147-a99b-375623756dbc {
    width: 100%;
    height: auto;
  }

  #s-b0827fac-3a5b-4147-a99b-375623756dbc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b0827fac-3a5b-4147-a99b-375623756dbc.shogun-image {
    
    
  }


.s-b0827fac-3a5b-4147-a99b-375623756dbc .shogun-image-content {
  
    align-items: center;
  
}

.s-b0827fac-3a5b-4147-a99b-375623756dbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0827fac-3a5b-4147-a99b-375623756dbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0827fac-3a5b-4147-a99b-375623756dbc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b0827fac-3a5b-4147-a99b-375623756dbc {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-b0827fac-3a5b-4147-a99b-375623756dbc.shogun-image-container {
      position: relative;
    }

    .s-b0827fac-3a5b-4147-a99b-375623756dbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0827fac-3a5b-4147-a99b-375623756dbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0827fac-3a5b-4147-a99b-375623756dbc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b0827fac-3a5b-4147-a99b-375623756dbc img.shogun-image,
  #s-b0827fac-3a5b-4147-a99b-375623756dbc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b0827fac-3a5b-4147-a99b-375623756dbc {
    width: 100%;
    height: auto;
  }

  #s-b0827fac-3a5b-4147-a99b-375623756dbc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b0827fac-3a5b-4147-a99b-375623756dbc.shogun-image {
    
    
  }


.s-b0827fac-3a5b-4147-a99b-375623756dbc .shogun-image-content {
  
    align-items: center;
  
}

.s-b0827fac-3a5b-4147-a99b-375623756dbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0827fac-3a5b-4147-a99b-375623756dbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0827fac-3a5b-4147-a99b-375623756dbc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b0827fac-3a5b-4147-a99b-375623756dbc {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-b0827fac-3a5b-4147-a99b-375623756dbc.shogun-image-container {
      position: relative;
    }

    .s-b0827fac-3a5b-4147-a99b-375623756dbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0827fac-3a5b-4147-a99b-375623756dbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0827fac-3a5b-4147-a99b-375623756dbc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b0827fac-3a5b-4147-a99b-375623756dbc img.shogun-image,
  #s-b0827fac-3a5b-4147-a99b-375623756dbc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b0827fac-3a5b-4147-a99b-375623756dbc {
    width: 100%;
    height: auto;
  }

  #s-b0827fac-3a5b-4147-a99b-375623756dbc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b0827fac-3a5b-4147-a99b-375623756dbc.shogun-image {
    
    
  }


.s-b0827fac-3a5b-4147-a99b-375623756dbc .shogun-image-content {
  
    align-items: center;
  
}

.s-b0827fac-3a5b-4147-a99b-375623756dbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0827fac-3a5b-4147-a99b-375623756dbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0827fac-3a5b-4147-a99b-375623756dbc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b0827fac-3a5b-4147-a99b-375623756dbc {
      --shg-aspect-ratio: calc(1536/1290); 
    }

    .s-b0827fac-3a5b-4147-a99b-375623756dbc.shogun-image-container {
      position: relative;
    }

    .s-b0827fac-3a5b-4147-a99b-375623756dbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0827fac-3a5b-4147-a99b-375623756dbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0827fac-3a5b-4147-a99b-375623756dbc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-fb0a31c3-4787-4be1-a996-6df948f0e6df {
  min-height: 50px;
}
@media (min-width: 1200px){#s-fb0a31c3-4787-4be1-a996-6df948f0e6df {
  display: none;
}
#s-fb0a31c3-4787-4be1-a996-6df948f0e6df, #wrap-s-fb0a31c3-4787-4be1-a996-6df948f0e6df { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb0a31c3-4787-4be1-a996-6df948f0e6df {
  display: none;
}
#s-fb0a31c3-4787-4be1-a996-6df948f0e6df, #wrap-s-fb0a31c3-4787-4be1-a996-6df948f0e6df { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fb0a31c3-4787-4be1-a996-6df948f0e6df {
  display: none;
}
#s-fb0a31c3-4787-4be1-a996-6df948f0e6df, #wrap-s-fb0a31c3-4787-4be1-a996-6df948f0e6df { display: none !important; }}







#s-fb0a31c3-4787-4be1-a996-6df948f0e6df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb0a31c3-4787-4be1-a996-6df948f0e6df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3a14865-5855-4697-8544-412f507f0797 {
  min-height: 50px;
}








#s-a3a14865-5855-4697-8544-412f507f0797 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3a14865-5855-4697-8544-412f507f0797.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b1f793a-d8d2-4658-bd8c-c4c962b29b0b {
  margin-left: 6%;
margin-right: 6%;
}

@media (min-width: 0px) {
[id="s-7b1f793a-d8d2-4658-bd8c-c4c962b29b0b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b1f793a-d8d2-4658-bd8c-c4c962b29b0b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-7b1f793a-d8d2-4658-bd8c-c4c962b29b0b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b1f793a-d8d2-4658-bd8c-c4c962b29b0b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

#s-45360819-9a6f-473e-9fba-48b11e022c2f {
  max-width: 1500px;
aspect-ratio: 1500/1000;
text-align: center;
}





  #s-45360819-9a6f-473e-9fba-48b11e022c2f img.shogun-image,
  #s-45360819-9a6f-473e-9fba-48b11e022c2f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45360819-9a6f-473e-9fba-48b11e022c2f {
    width: 100%;
    height: auto;
  }



  #s-45360819-9a6f-473e-9fba-48b11e022c2f img.shogun-image {
    

    
    
    
  }


#s-45360819-9a6f-473e-9fba-48b11e022c2f .shogun-image-content {
  
    align-items: center;
  
}

#s-296fab1f-8249-4b1b-9505-a6a447d7d7de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-296fab1f-8249-4b1b-9505-a6a447d7d7de .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-e7c9fb3c-ac00-40a0-bd9c-34f90a64956e {
  min-height: 50px;
}








#s-e7c9fb3c-ac00-40a0-bd9c-34f90a64956e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7c9fb3c-ac00-40a0-bd9c-34f90a64956e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55e9e305-36bb-4cdc-b8ac-6d79e0476f2a {
  max-width: 1500px;
aspect-ratio: 1500/1000;
text-align: center;
}





  #s-55e9e305-36bb-4cdc-b8ac-6d79e0476f2a img.shogun-image,
  #s-55e9e305-36bb-4cdc-b8ac-6d79e0476f2a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-55e9e305-36bb-4cdc-b8ac-6d79e0476f2a {
    width: 100%;
    height: auto;
  }



  #s-55e9e305-36bb-4cdc-b8ac-6d79e0476f2a img.shogun-image {
    

    
    
    
  }


#s-55e9e305-36bb-4cdc-b8ac-6d79e0476f2a .shogun-image-content {
  
    align-items: center;
  
}

#s-5acb5c69-e3b9-457c-b42a-41a7f2d24495 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5acb5c69-e3b9-457c-b42a-41a7f2d24495 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-40850261-5e0f-48ae-818c-3584c167a49e {
  min-height: 50px;
}








#s-40850261-5e0f-48ae-818c-3584c167a49e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40850261-5e0f-48ae-818c-3584c167a49e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8aaf6cd-c694-498e-acdb-9498d069639d {
  max-width: 1500px;
aspect-ratio: 1500/1000;
text-align: center;
}





  #s-d8aaf6cd-c694-498e-acdb-9498d069639d img.shogun-image,
  #s-d8aaf6cd-c694-498e-acdb-9498d069639d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d8aaf6cd-c694-498e-acdb-9498d069639d {
    width: 100%;
    height: auto;
  }



  #s-d8aaf6cd-c694-498e-acdb-9498d069639d img.shogun-image {
    

    
    
    
  }


#s-d8aaf6cd-c694-498e-acdb-9498d069639d .shogun-image-content {
  
    align-items: center;
  
}

#s-6290e8be-1b8e-4912-ad95-a75c8428e34f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6290e8be-1b8e-4912-ad95-a75c8428e34f .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-1e75ed23-7ae6-469c-a39b-f76feb2401c5 {
  min-height: 50px;
}








#s-1e75ed23-7ae6-469c-a39b-f76feb2401c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e75ed23-7ae6-469c-a39b-f76feb2401c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-a7db019f-65f3-4846-8a2b-27015824baee {
  display: none;
}
#s-a7db019f-65f3-4846-8a2b-27015824baee, #wrap-s-a7db019f-65f3-4846-8a2b-27015824baee { display: none !important; }}
@media (min-width: 0px) {
[id="s-a7db019f-65f3-4846-8a2b-27015824baee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7db019f-65f3-4846-8a2b-27015824baee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a7db019f-65f3-4846-8a2b-27015824baee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7db019f-65f3-4846-8a2b-27015824baee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b17c8959-d108-49e2-af7f-4250f31e76ee {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-b17c8959-d108-49e2-af7f-4250f31e76ee {
  display: unset;
}
#s-b17c8959-d108-49e2-af7f-4250f31e76ee, #wrap-s-b17c8959-d108-49e2-af7f-4250f31e76ee { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b17c8959-d108-49e2-af7f-4250f31e76ee {
  display: unset;
}
#s-b17c8959-d108-49e2-af7f-4250f31e76ee, #wrap-s-b17c8959-d108-49e2-af7f-4250f31e76ee { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b17c8959-d108-49e2-af7f-4250f31e76ee {
  display: unset;
}
#s-b17c8959-d108-49e2-af7f-4250f31e76ee, #wrap-s-b17c8959-d108-49e2-af7f-4250f31e76ee { display: unset !important; }}@media (max-width: 767px){#s-b17c8959-d108-49e2-af7f-4250f31e76ee {
  display: unset;
}
#s-b17c8959-d108-49e2-af7f-4250f31e76ee, #wrap-s-b17c8959-d108-49e2-af7f-4250f31e76ee { display: unset !important; }}
#s-b17c8959-d108-49e2-af7f-4250f31e76ee .shg-sld-dot {
  background-color: rgba(94, 82, 82, 1);
}

#s-b17c8959-d108-49e2-af7f-4250f31e76ee .shg-sld-nav-button.shg-sld-left,
#s-b17c8959-d108-49e2-af7f-4250f31e76ee .shg-sld-nav-button.shg-sld-right {
  fill: rgba(94, 82, 82, 1);
}

#s-60f12f03-c713-461f-b108-048836c97def {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-60f12f03-c713-461f-b108-048836c97def {
  display: unset;
}
#s-60f12f03-c713-461f-b108-048836c97def, #wrap-s-60f12f03-c713-461f-b108-048836c97def { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-60f12f03-c713-461f-b108-048836c97def {
  display: unset;
}
#s-60f12f03-c713-461f-b108-048836c97def, #wrap-s-60f12f03-c713-461f-b108-048836c97def { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-60f12f03-c713-461f-b108-048836c97def {
  display: unset;
}
#s-60f12f03-c713-461f-b108-048836c97def, #wrap-s-60f12f03-c713-461f-b108-048836c97def { display: unset !important; }}@media (max-width: 767px){#s-60f12f03-c713-461f-b108-048836c97def {
  display: none;
}
#s-60f12f03-c713-461f-b108-048836c97def, #wrap-s-60f12f03-c713-461f-b108-048836c97def { display: none !important; }}




  #s-60f12f03-c713-461f-b108-048836c97def img.shogun-image,
  #s-60f12f03-c713-461f-b108-048836c97def .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60f12f03-c713-461f-b108-048836c97def {
    width: 100%;
    height: auto;
  }

  #s-60f12f03-c713-461f-b108-048836c97def img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60f12f03-c713-461f-b108-048836c97def.shogun-image {
    
    
  }


.s-60f12f03-c713-461f-b108-048836c97def .shogun-image-content {
  
    align-items: center;
  
}

.s-60f12f03-c713-461f-b108-048836c97def.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60f12f03-c713-461f-b108-048836c97def.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60f12f03-c713-461f-b108-048836c97def.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-60f12f03-c713-461f-b108-048836c97def {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-60f12f03-c713-461f-b108-048836c97def.shogun-image-container {
      position: relative;
    }

    .s-60f12f03-c713-461f-b108-048836c97def.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60f12f03-c713-461f-b108-048836c97def.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60f12f03-c713-461f-b108-048836c97def img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-60f12f03-c713-461f-b108-048836c97def img.shogun-image,
  #s-60f12f03-c713-461f-b108-048836c97def .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60f12f03-c713-461f-b108-048836c97def {
    width: 100%;
    height: auto;
  }

  #s-60f12f03-c713-461f-b108-048836c97def img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60f12f03-c713-461f-b108-048836c97def.shogun-image {
    
    
  }


.s-60f12f03-c713-461f-b108-048836c97def .shogun-image-content {
  
    align-items: center;
  
}

.s-60f12f03-c713-461f-b108-048836c97def.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60f12f03-c713-461f-b108-048836c97def.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60f12f03-c713-461f-b108-048836c97def.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-60f12f03-c713-461f-b108-048836c97def {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-60f12f03-c713-461f-b108-048836c97def.shogun-image-container {
      position: relative;
    }

    .s-60f12f03-c713-461f-b108-048836c97def.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60f12f03-c713-461f-b108-048836c97def.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60f12f03-c713-461f-b108-048836c97def img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-60f12f03-c713-461f-b108-048836c97def img.shogun-image,
  #s-60f12f03-c713-461f-b108-048836c97def .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60f12f03-c713-461f-b108-048836c97def {
    width: 100%;
    height: auto;
  }

  #s-60f12f03-c713-461f-b108-048836c97def img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60f12f03-c713-461f-b108-048836c97def.shogun-image {
    
    
  }


.s-60f12f03-c713-461f-b108-048836c97def .shogun-image-content {
  
    align-items: center;
  
}

.s-60f12f03-c713-461f-b108-048836c97def.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60f12f03-c713-461f-b108-048836c97def.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60f12f03-c713-461f-b108-048836c97def.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-60f12f03-c713-461f-b108-048836c97def {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-60f12f03-c713-461f-b108-048836c97def.shogun-image-container {
      position: relative;
    }

    .s-60f12f03-c713-461f-b108-048836c97def.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60f12f03-c713-461f-b108-048836c97def.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60f12f03-c713-461f-b108-048836c97def img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-60f12f03-c713-461f-b108-048836c97def img.shogun-image,
  #s-60f12f03-c713-461f-b108-048836c97def .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60f12f03-c713-461f-b108-048836c97def {
    width: 100%;
    height: auto;
  }

  #s-60f12f03-c713-461f-b108-048836c97def img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60f12f03-c713-461f-b108-048836c97def.shogun-image {
    
    
  }


.s-60f12f03-c713-461f-b108-048836c97def .shogun-image-content {
  
    align-items: center;
  
}

.s-60f12f03-c713-461f-b108-048836c97def.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60f12f03-c713-461f-b108-048836c97def.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60f12f03-c713-461f-b108-048836c97def.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-60f12f03-c713-461f-b108-048836c97def {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-60f12f03-c713-461f-b108-048836c97def.shogun-image-container {
      position: relative;
    }

    .s-60f12f03-c713-461f-b108-048836c97def.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60f12f03-c713-461f-b108-048836c97def.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60f12f03-c713-461f-b108-048836c97def img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-60f12f03-c713-461f-b108-048836c97def img.shogun-image,
  #s-60f12f03-c713-461f-b108-048836c97def .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60f12f03-c713-461f-b108-048836c97def {
    width: 100%;
    height: auto;
  }

  #s-60f12f03-c713-461f-b108-048836c97def img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60f12f03-c713-461f-b108-048836c97def.shogun-image {
    
    
  }


.s-60f12f03-c713-461f-b108-048836c97def .shogun-image-content {
  
    align-items: center;
  
}

.s-60f12f03-c713-461f-b108-048836c97def.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60f12f03-c713-461f-b108-048836c97def.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60f12f03-c713-461f-b108-048836c97def.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-60f12f03-c713-461f-b108-048836c97def {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-60f12f03-c713-461f-b108-048836c97def.shogun-image-container {
      position: relative;
    }

    .s-60f12f03-c713-461f-b108-048836c97def.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60f12f03-c713-461f-b108-048836c97def.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60f12f03-c713-461f-b108-048836c97def img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d2fcb062-44c4-45d2-ab0f-29aba1669372 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d2fcb062-44c4-45d2-ab0f-29aba1669372 img.shogun-image,
  #s-d2fcb062-44c4-45d2-ab0f-29aba1669372 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d2fcb062-44c4-45d2-ab0f-29aba1669372 {
    width: 100%;
    height: auto;
  }

  #s-d2fcb062-44c4-45d2-ab0f-29aba1669372 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2fcb062-44c4-45d2-ab0f-29aba1669372.shogun-image {
    
    
  }


.s-d2fcb062-44c4-45d2-ab0f-29aba1669372 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2fcb062-44c4-45d2-ab0f-29aba1669372.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2fcb062-44c4-45d2-ab0f-29aba1669372.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2fcb062-44c4-45d2-ab0f-29aba1669372.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2fcb062-44c4-45d2-ab0f-29aba1669372 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2fcb062-44c4-45d2-ab0f-29aba1669372.shogun-image-container {
      position: relative;
    }

    .s-d2fcb062-44c4-45d2-ab0f-29aba1669372.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2fcb062-44c4-45d2-ab0f-29aba1669372.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2fcb062-44c4-45d2-ab0f-29aba1669372 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d2fcb062-44c4-45d2-ab0f-29aba1669372 img.shogun-image,
  #s-d2fcb062-44c4-45d2-ab0f-29aba1669372 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d2fcb062-44c4-45d2-ab0f-29aba1669372 {
    width: 100%;
    height: auto;
  }

  #s-d2fcb062-44c4-45d2-ab0f-29aba1669372 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2fcb062-44c4-45d2-ab0f-29aba1669372.shogun-image {
    
    
  }


.s-d2fcb062-44c4-45d2-ab0f-29aba1669372 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2fcb062-44c4-45d2-ab0f-29aba1669372.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2fcb062-44c4-45d2-ab0f-29aba1669372.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2fcb062-44c4-45d2-ab0f-29aba1669372.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2fcb062-44c4-45d2-ab0f-29aba1669372 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2fcb062-44c4-45d2-ab0f-29aba1669372.shogun-image-container {
      position: relative;
    }

    .s-d2fcb062-44c4-45d2-ab0f-29aba1669372.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2fcb062-44c4-45d2-ab0f-29aba1669372.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2fcb062-44c4-45d2-ab0f-29aba1669372 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d2fcb062-44c4-45d2-ab0f-29aba1669372 img.shogun-image,
  #s-d2fcb062-44c4-45d2-ab0f-29aba1669372 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d2fcb062-44c4-45d2-ab0f-29aba1669372 {
    width: 100%;
    height: auto;
  }

  #s-d2fcb062-44c4-45d2-ab0f-29aba1669372 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2fcb062-44c4-45d2-ab0f-29aba1669372.shogun-image {
    
    
  }


.s-d2fcb062-44c4-45d2-ab0f-29aba1669372 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2fcb062-44c4-45d2-ab0f-29aba1669372.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2fcb062-44c4-45d2-ab0f-29aba1669372.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2fcb062-44c4-45d2-ab0f-29aba1669372.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2fcb062-44c4-45d2-ab0f-29aba1669372 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2fcb062-44c4-45d2-ab0f-29aba1669372.shogun-image-container {
      position: relative;
    }

    .s-d2fcb062-44c4-45d2-ab0f-29aba1669372.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2fcb062-44c4-45d2-ab0f-29aba1669372.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2fcb062-44c4-45d2-ab0f-29aba1669372 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d2fcb062-44c4-45d2-ab0f-29aba1669372 img.shogun-image,
  #s-d2fcb062-44c4-45d2-ab0f-29aba1669372 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d2fcb062-44c4-45d2-ab0f-29aba1669372 {
    width: 100%;
    height: auto;
  }

  #s-d2fcb062-44c4-45d2-ab0f-29aba1669372 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2fcb062-44c4-45d2-ab0f-29aba1669372.shogun-image {
    
    
  }


.s-d2fcb062-44c4-45d2-ab0f-29aba1669372 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2fcb062-44c4-45d2-ab0f-29aba1669372.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2fcb062-44c4-45d2-ab0f-29aba1669372.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2fcb062-44c4-45d2-ab0f-29aba1669372.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2fcb062-44c4-45d2-ab0f-29aba1669372 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2fcb062-44c4-45d2-ab0f-29aba1669372.shogun-image-container {
      position: relative;
    }

    .s-d2fcb062-44c4-45d2-ab0f-29aba1669372.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2fcb062-44c4-45d2-ab0f-29aba1669372.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2fcb062-44c4-45d2-ab0f-29aba1669372 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d2fcb062-44c4-45d2-ab0f-29aba1669372 img.shogun-image,
  #s-d2fcb062-44c4-45d2-ab0f-29aba1669372 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d2fcb062-44c4-45d2-ab0f-29aba1669372 {
    width: 100%;
    height: auto;
  }

  #s-d2fcb062-44c4-45d2-ab0f-29aba1669372 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2fcb062-44c4-45d2-ab0f-29aba1669372.shogun-image {
    
    
  }


.s-d2fcb062-44c4-45d2-ab0f-29aba1669372 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2fcb062-44c4-45d2-ab0f-29aba1669372.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2fcb062-44c4-45d2-ab0f-29aba1669372.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2fcb062-44c4-45d2-ab0f-29aba1669372.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2fcb062-44c4-45d2-ab0f-29aba1669372 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2fcb062-44c4-45d2-ab0f-29aba1669372.shogun-image-container {
      position: relative;
    }

    .s-d2fcb062-44c4-45d2-ab0f-29aba1669372.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2fcb062-44c4-45d2-ab0f-29aba1669372.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2fcb062-44c4-45d2-ab0f-29aba1669372 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-9d0259df-e59b-40cc-badd-2c8002df32b8 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-9d0259df-e59b-40cc-badd-2c8002df32b8 img.shogun-image,
  #s-9d0259df-e59b-40cc-badd-2c8002df32b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9d0259df-e59b-40cc-badd-2c8002df32b8 {
    width: 100%;
    height: auto;
  }

  #s-9d0259df-e59b-40cc-badd-2c8002df32b8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d0259df-e59b-40cc-badd-2c8002df32b8.shogun-image {
    
    
  }


.s-9d0259df-e59b-40cc-badd-2c8002df32b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d0259df-e59b-40cc-badd-2c8002df32b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d0259df-e59b-40cc-badd-2c8002df32b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d0259df-e59b-40cc-badd-2c8002df32b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d0259df-e59b-40cc-badd-2c8002df32b8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d0259df-e59b-40cc-badd-2c8002df32b8.shogun-image-container {
      position: relative;
    }

    .s-9d0259df-e59b-40cc-badd-2c8002df32b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d0259df-e59b-40cc-badd-2c8002df32b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d0259df-e59b-40cc-badd-2c8002df32b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9d0259df-e59b-40cc-badd-2c8002df32b8 img.shogun-image,
  #s-9d0259df-e59b-40cc-badd-2c8002df32b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9d0259df-e59b-40cc-badd-2c8002df32b8 {
    width: 100%;
    height: auto;
  }

  #s-9d0259df-e59b-40cc-badd-2c8002df32b8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d0259df-e59b-40cc-badd-2c8002df32b8.shogun-image {
    
    
  }


.s-9d0259df-e59b-40cc-badd-2c8002df32b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d0259df-e59b-40cc-badd-2c8002df32b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d0259df-e59b-40cc-badd-2c8002df32b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d0259df-e59b-40cc-badd-2c8002df32b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d0259df-e59b-40cc-badd-2c8002df32b8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d0259df-e59b-40cc-badd-2c8002df32b8.shogun-image-container {
      position: relative;
    }

    .s-9d0259df-e59b-40cc-badd-2c8002df32b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d0259df-e59b-40cc-badd-2c8002df32b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d0259df-e59b-40cc-badd-2c8002df32b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9d0259df-e59b-40cc-badd-2c8002df32b8 img.shogun-image,
  #s-9d0259df-e59b-40cc-badd-2c8002df32b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9d0259df-e59b-40cc-badd-2c8002df32b8 {
    width: 100%;
    height: auto;
  }

  #s-9d0259df-e59b-40cc-badd-2c8002df32b8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d0259df-e59b-40cc-badd-2c8002df32b8.shogun-image {
    
    
  }


.s-9d0259df-e59b-40cc-badd-2c8002df32b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d0259df-e59b-40cc-badd-2c8002df32b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d0259df-e59b-40cc-badd-2c8002df32b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d0259df-e59b-40cc-badd-2c8002df32b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d0259df-e59b-40cc-badd-2c8002df32b8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d0259df-e59b-40cc-badd-2c8002df32b8.shogun-image-container {
      position: relative;
    }

    .s-9d0259df-e59b-40cc-badd-2c8002df32b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d0259df-e59b-40cc-badd-2c8002df32b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d0259df-e59b-40cc-badd-2c8002df32b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9d0259df-e59b-40cc-badd-2c8002df32b8 img.shogun-image,
  #s-9d0259df-e59b-40cc-badd-2c8002df32b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9d0259df-e59b-40cc-badd-2c8002df32b8 {
    width: 100%;
    height: auto;
  }

  #s-9d0259df-e59b-40cc-badd-2c8002df32b8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d0259df-e59b-40cc-badd-2c8002df32b8.shogun-image {
    
    
  }


.s-9d0259df-e59b-40cc-badd-2c8002df32b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d0259df-e59b-40cc-badd-2c8002df32b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d0259df-e59b-40cc-badd-2c8002df32b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d0259df-e59b-40cc-badd-2c8002df32b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d0259df-e59b-40cc-badd-2c8002df32b8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d0259df-e59b-40cc-badd-2c8002df32b8.shogun-image-container {
      position: relative;
    }

    .s-9d0259df-e59b-40cc-badd-2c8002df32b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d0259df-e59b-40cc-badd-2c8002df32b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d0259df-e59b-40cc-badd-2c8002df32b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9d0259df-e59b-40cc-badd-2c8002df32b8 img.shogun-image,
  #s-9d0259df-e59b-40cc-badd-2c8002df32b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9d0259df-e59b-40cc-badd-2c8002df32b8 {
    width: 100%;
    height: auto;
  }

  #s-9d0259df-e59b-40cc-badd-2c8002df32b8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d0259df-e59b-40cc-badd-2c8002df32b8.shogun-image {
    
    
  }


.s-9d0259df-e59b-40cc-badd-2c8002df32b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d0259df-e59b-40cc-badd-2c8002df32b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d0259df-e59b-40cc-badd-2c8002df32b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d0259df-e59b-40cc-badd-2c8002df32b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d0259df-e59b-40cc-badd-2c8002df32b8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d0259df-e59b-40cc-badd-2c8002df32b8.shogun-image-container {
      position: relative;
    }

    .s-9d0259df-e59b-40cc-badd-2c8002df32b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d0259df-e59b-40cc-badd-2c8002df32b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d0259df-e59b-40cc-badd-2c8002df32b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8c77d87f-0659-43e9-8b8f-479f41d7d115 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-8c77d87f-0659-43e9-8b8f-479f41d7d115 img.shogun-image,
  #s-8c77d87f-0659-43e9-8b8f-479f41d7d115 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8c77d87f-0659-43e9-8b8f-479f41d7d115 {
    width: 100%;
    height: auto;
  }

  #s-8c77d87f-0659-43e9-8b8f-479f41d7d115 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c77d87f-0659-43e9-8b8f-479f41d7d115.shogun-image {
    
    
  }


.s-8c77d87f-0659-43e9-8b8f-479f41d7d115 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c77d87f-0659-43e9-8b8f-479f41d7d115.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c77d87f-0659-43e9-8b8f-479f41d7d115.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c77d87f-0659-43e9-8b8f-479f41d7d115.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c77d87f-0659-43e9-8b8f-479f41d7d115 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8c77d87f-0659-43e9-8b8f-479f41d7d115.shogun-image-container {
      position: relative;
    }

    .s-8c77d87f-0659-43e9-8b8f-479f41d7d115.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c77d87f-0659-43e9-8b8f-479f41d7d115.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c77d87f-0659-43e9-8b8f-479f41d7d115 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-8c77d87f-0659-43e9-8b8f-479f41d7d115 img.shogun-image,
  #s-8c77d87f-0659-43e9-8b8f-479f41d7d115 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8c77d87f-0659-43e9-8b8f-479f41d7d115 {
    width: 100%;
    height: auto;
  }

  #s-8c77d87f-0659-43e9-8b8f-479f41d7d115 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c77d87f-0659-43e9-8b8f-479f41d7d115.shogun-image {
    
    
  }


.s-8c77d87f-0659-43e9-8b8f-479f41d7d115 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c77d87f-0659-43e9-8b8f-479f41d7d115.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c77d87f-0659-43e9-8b8f-479f41d7d115.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c77d87f-0659-43e9-8b8f-479f41d7d115.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c77d87f-0659-43e9-8b8f-479f41d7d115 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8c77d87f-0659-43e9-8b8f-479f41d7d115.shogun-image-container {
      position: relative;
    }

    .s-8c77d87f-0659-43e9-8b8f-479f41d7d115.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c77d87f-0659-43e9-8b8f-479f41d7d115.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c77d87f-0659-43e9-8b8f-479f41d7d115 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-8c77d87f-0659-43e9-8b8f-479f41d7d115 img.shogun-image,
  #s-8c77d87f-0659-43e9-8b8f-479f41d7d115 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8c77d87f-0659-43e9-8b8f-479f41d7d115 {
    width: 100%;
    height: auto;
  }

  #s-8c77d87f-0659-43e9-8b8f-479f41d7d115 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c77d87f-0659-43e9-8b8f-479f41d7d115.shogun-image {
    
    
  }


.s-8c77d87f-0659-43e9-8b8f-479f41d7d115 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c77d87f-0659-43e9-8b8f-479f41d7d115.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c77d87f-0659-43e9-8b8f-479f41d7d115.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c77d87f-0659-43e9-8b8f-479f41d7d115.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c77d87f-0659-43e9-8b8f-479f41d7d115 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8c77d87f-0659-43e9-8b8f-479f41d7d115.shogun-image-container {
      position: relative;
    }

    .s-8c77d87f-0659-43e9-8b8f-479f41d7d115.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c77d87f-0659-43e9-8b8f-479f41d7d115.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c77d87f-0659-43e9-8b8f-479f41d7d115 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-8c77d87f-0659-43e9-8b8f-479f41d7d115 img.shogun-image,
  #s-8c77d87f-0659-43e9-8b8f-479f41d7d115 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8c77d87f-0659-43e9-8b8f-479f41d7d115 {
    width: 100%;
    height: auto;
  }

  #s-8c77d87f-0659-43e9-8b8f-479f41d7d115 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c77d87f-0659-43e9-8b8f-479f41d7d115.shogun-image {
    
    
  }


.s-8c77d87f-0659-43e9-8b8f-479f41d7d115 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c77d87f-0659-43e9-8b8f-479f41d7d115.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c77d87f-0659-43e9-8b8f-479f41d7d115.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c77d87f-0659-43e9-8b8f-479f41d7d115.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c77d87f-0659-43e9-8b8f-479f41d7d115 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8c77d87f-0659-43e9-8b8f-479f41d7d115.shogun-image-container {
      position: relative;
    }

    .s-8c77d87f-0659-43e9-8b8f-479f41d7d115.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c77d87f-0659-43e9-8b8f-479f41d7d115.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c77d87f-0659-43e9-8b8f-479f41d7d115 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-8c77d87f-0659-43e9-8b8f-479f41d7d115 img.shogun-image,
  #s-8c77d87f-0659-43e9-8b8f-479f41d7d115 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8c77d87f-0659-43e9-8b8f-479f41d7d115 {
    width: 100%;
    height: auto;
  }

  #s-8c77d87f-0659-43e9-8b8f-479f41d7d115 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c77d87f-0659-43e9-8b8f-479f41d7d115.shogun-image {
    
    
  }


.s-8c77d87f-0659-43e9-8b8f-479f41d7d115 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c77d87f-0659-43e9-8b8f-479f41d7d115.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c77d87f-0659-43e9-8b8f-479f41d7d115.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c77d87f-0659-43e9-8b8f-479f41d7d115.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c77d87f-0659-43e9-8b8f-479f41d7d115 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8c77d87f-0659-43e9-8b8f-479f41d7d115.shogun-image-container {
      position: relative;
    }

    .s-8c77d87f-0659-43e9-8b8f-479f41d7d115.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c77d87f-0659-43e9-8b8f-479f41d7d115.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c77d87f-0659-43e9-8b8f-479f41d7d115 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3b9c062d-6ae2-42b3-a02b-815c05b52929 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-3b9c062d-6ae2-42b3-a02b-815c05b52929 img.shogun-image,
  #s-3b9c062d-6ae2-42b3-a02b-815c05b52929 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3b9c062d-6ae2-42b3-a02b-815c05b52929 {
    width: 100%;
    height: auto;
  }

  #s-3b9c062d-6ae2-42b3-a02b-815c05b52929 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b9c062d-6ae2-42b3-a02b-815c05b52929.shogun-image {
    
    
  }


.s-3b9c062d-6ae2-42b3-a02b-815c05b52929 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b9c062d-6ae2-42b3-a02b-815c05b52929.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b9c062d-6ae2-42b3-a02b-815c05b52929.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b9c062d-6ae2-42b3-a02b-815c05b52929.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b9c062d-6ae2-42b3-a02b-815c05b52929 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b9c062d-6ae2-42b3-a02b-815c05b52929.shogun-image-container {
      position: relative;
    }

    .s-3b9c062d-6ae2-42b3-a02b-815c05b52929.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b9c062d-6ae2-42b3-a02b-815c05b52929.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b9c062d-6ae2-42b3-a02b-815c05b52929 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3b9c062d-6ae2-42b3-a02b-815c05b52929 img.shogun-image,
  #s-3b9c062d-6ae2-42b3-a02b-815c05b52929 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3b9c062d-6ae2-42b3-a02b-815c05b52929 {
    width: 100%;
    height: auto;
  }

  #s-3b9c062d-6ae2-42b3-a02b-815c05b52929 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b9c062d-6ae2-42b3-a02b-815c05b52929.shogun-image {
    
    
  }


.s-3b9c062d-6ae2-42b3-a02b-815c05b52929 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b9c062d-6ae2-42b3-a02b-815c05b52929.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b9c062d-6ae2-42b3-a02b-815c05b52929.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b9c062d-6ae2-42b3-a02b-815c05b52929.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b9c062d-6ae2-42b3-a02b-815c05b52929 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b9c062d-6ae2-42b3-a02b-815c05b52929.shogun-image-container {
      position: relative;
    }

    .s-3b9c062d-6ae2-42b3-a02b-815c05b52929.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b9c062d-6ae2-42b3-a02b-815c05b52929.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b9c062d-6ae2-42b3-a02b-815c05b52929 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3b9c062d-6ae2-42b3-a02b-815c05b52929 img.shogun-image,
  #s-3b9c062d-6ae2-42b3-a02b-815c05b52929 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3b9c062d-6ae2-42b3-a02b-815c05b52929 {
    width: 100%;
    height: auto;
  }

  #s-3b9c062d-6ae2-42b3-a02b-815c05b52929 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b9c062d-6ae2-42b3-a02b-815c05b52929.shogun-image {
    
    
  }


.s-3b9c062d-6ae2-42b3-a02b-815c05b52929 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b9c062d-6ae2-42b3-a02b-815c05b52929.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b9c062d-6ae2-42b3-a02b-815c05b52929.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b9c062d-6ae2-42b3-a02b-815c05b52929.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b9c062d-6ae2-42b3-a02b-815c05b52929 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b9c062d-6ae2-42b3-a02b-815c05b52929.shogun-image-container {
      position: relative;
    }

    .s-3b9c062d-6ae2-42b3-a02b-815c05b52929.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b9c062d-6ae2-42b3-a02b-815c05b52929.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b9c062d-6ae2-42b3-a02b-815c05b52929 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3b9c062d-6ae2-42b3-a02b-815c05b52929 img.shogun-image,
  #s-3b9c062d-6ae2-42b3-a02b-815c05b52929 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3b9c062d-6ae2-42b3-a02b-815c05b52929 {
    width: 100%;
    height: auto;
  }

  #s-3b9c062d-6ae2-42b3-a02b-815c05b52929 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b9c062d-6ae2-42b3-a02b-815c05b52929.shogun-image {
    
    
  }


.s-3b9c062d-6ae2-42b3-a02b-815c05b52929 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b9c062d-6ae2-42b3-a02b-815c05b52929.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b9c062d-6ae2-42b3-a02b-815c05b52929.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b9c062d-6ae2-42b3-a02b-815c05b52929.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b9c062d-6ae2-42b3-a02b-815c05b52929 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b9c062d-6ae2-42b3-a02b-815c05b52929.shogun-image-container {
      position: relative;
    }

    .s-3b9c062d-6ae2-42b3-a02b-815c05b52929.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b9c062d-6ae2-42b3-a02b-815c05b52929.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b9c062d-6ae2-42b3-a02b-815c05b52929 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3b9c062d-6ae2-42b3-a02b-815c05b52929 img.shogun-image,
  #s-3b9c062d-6ae2-42b3-a02b-815c05b52929 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3b9c062d-6ae2-42b3-a02b-815c05b52929 {
    width: 100%;
    height: auto;
  }

  #s-3b9c062d-6ae2-42b3-a02b-815c05b52929 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b9c062d-6ae2-42b3-a02b-815c05b52929.shogun-image {
    
    
  }


.s-3b9c062d-6ae2-42b3-a02b-815c05b52929 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b9c062d-6ae2-42b3-a02b-815c05b52929.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b9c062d-6ae2-42b3-a02b-815c05b52929.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b9c062d-6ae2-42b3-a02b-815c05b52929.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b9c062d-6ae2-42b3-a02b-815c05b52929 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b9c062d-6ae2-42b3-a02b-815c05b52929.shogun-image-container {
      position: relative;
    }

    .s-3b9c062d-6ae2-42b3-a02b-815c05b52929.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b9c062d-6ae2-42b3-a02b-815c05b52929.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b9c062d-6ae2-42b3-a02b-815c05b52929 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-fcc6f7e7-e5aa-4b19-8675-f2f386450414 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-fcc6f7e7-e5aa-4b19-8675-f2f386450414 img.shogun-image,
  #s-fcc6f7e7-e5aa-4b19-8675-f2f386450414 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fcc6f7e7-e5aa-4b19-8675-f2f386450414 {
    width: 100%;
    height: auto;
  }

  #s-fcc6f7e7-e5aa-4b19-8675-f2f386450414 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fcc6f7e7-e5aa-4b19-8675-f2f386450414.shogun-image {
    
    
  }


.s-fcc6f7e7-e5aa-4b19-8675-f2f386450414 .shogun-image-content {
  
    align-items: center;
  
}

.s-fcc6f7e7-e5aa-4b19-8675-f2f386450414.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fcc6f7e7-e5aa-4b19-8675-f2f386450414.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcc6f7e7-e5aa-4b19-8675-f2f386450414.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fcc6f7e7-e5aa-4b19-8675-f2f386450414 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fcc6f7e7-e5aa-4b19-8675-f2f386450414.shogun-image-container {
      position: relative;
    }

    .s-fcc6f7e7-e5aa-4b19-8675-f2f386450414.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fcc6f7e7-e5aa-4b19-8675-f2f386450414.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fcc6f7e7-e5aa-4b19-8675-f2f386450414 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-fcc6f7e7-e5aa-4b19-8675-f2f386450414 img.shogun-image,
  #s-fcc6f7e7-e5aa-4b19-8675-f2f386450414 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fcc6f7e7-e5aa-4b19-8675-f2f386450414 {
    width: 100%;
    height: auto;
  }

  #s-fcc6f7e7-e5aa-4b19-8675-f2f386450414 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fcc6f7e7-e5aa-4b19-8675-f2f386450414.shogun-image {
    
    
  }


.s-fcc6f7e7-e5aa-4b19-8675-f2f386450414 .shogun-image-content {
  
    align-items: center;
  
}

.s-fcc6f7e7-e5aa-4b19-8675-f2f386450414.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fcc6f7e7-e5aa-4b19-8675-f2f386450414.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcc6f7e7-e5aa-4b19-8675-f2f386450414.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fcc6f7e7-e5aa-4b19-8675-f2f386450414 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fcc6f7e7-e5aa-4b19-8675-f2f386450414.shogun-image-container {
      position: relative;
    }

    .s-fcc6f7e7-e5aa-4b19-8675-f2f386450414.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fcc6f7e7-e5aa-4b19-8675-f2f386450414.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fcc6f7e7-e5aa-4b19-8675-f2f386450414 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-fcc6f7e7-e5aa-4b19-8675-f2f386450414 img.shogun-image,
  #s-fcc6f7e7-e5aa-4b19-8675-f2f386450414 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fcc6f7e7-e5aa-4b19-8675-f2f386450414 {
    width: 100%;
    height: auto;
  }

  #s-fcc6f7e7-e5aa-4b19-8675-f2f386450414 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fcc6f7e7-e5aa-4b19-8675-f2f386450414.shogun-image {
    
    
  }


.s-fcc6f7e7-e5aa-4b19-8675-f2f386450414 .shogun-image-content {
  
    align-items: center;
  
}

.s-fcc6f7e7-e5aa-4b19-8675-f2f386450414.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fcc6f7e7-e5aa-4b19-8675-f2f386450414.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcc6f7e7-e5aa-4b19-8675-f2f386450414.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fcc6f7e7-e5aa-4b19-8675-f2f386450414 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fcc6f7e7-e5aa-4b19-8675-f2f386450414.shogun-image-container {
      position: relative;
    }

    .s-fcc6f7e7-e5aa-4b19-8675-f2f386450414.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fcc6f7e7-e5aa-4b19-8675-f2f386450414.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fcc6f7e7-e5aa-4b19-8675-f2f386450414 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-fcc6f7e7-e5aa-4b19-8675-f2f386450414 img.shogun-image,
  #s-fcc6f7e7-e5aa-4b19-8675-f2f386450414 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fcc6f7e7-e5aa-4b19-8675-f2f386450414 {
    width: 100%;
    height: auto;
  }

  #s-fcc6f7e7-e5aa-4b19-8675-f2f386450414 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fcc6f7e7-e5aa-4b19-8675-f2f386450414.shogun-image {
    
    
  }


.s-fcc6f7e7-e5aa-4b19-8675-f2f386450414 .shogun-image-content {
  
    align-items: center;
  
}

.s-fcc6f7e7-e5aa-4b19-8675-f2f386450414.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fcc6f7e7-e5aa-4b19-8675-f2f386450414.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcc6f7e7-e5aa-4b19-8675-f2f386450414.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fcc6f7e7-e5aa-4b19-8675-f2f386450414 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fcc6f7e7-e5aa-4b19-8675-f2f386450414.shogun-image-container {
      position: relative;
    }

    .s-fcc6f7e7-e5aa-4b19-8675-f2f386450414.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fcc6f7e7-e5aa-4b19-8675-f2f386450414.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fcc6f7e7-e5aa-4b19-8675-f2f386450414 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-fcc6f7e7-e5aa-4b19-8675-f2f386450414 img.shogun-image,
  #s-fcc6f7e7-e5aa-4b19-8675-f2f386450414 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fcc6f7e7-e5aa-4b19-8675-f2f386450414 {
    width: 100%;
    height: auto;
  }

  #s-fcc6f7e7-e5aa-4b19-8675-f2f386450414 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fcc6f7e7-e5aa-4b19-8675-f2f386450414.shogun-image {
    
    
  }


.s-fcc6f7e7-e5aa-4b19-8675-f2f386450414 .shogun-image-content {
  
    align-items: center;
  
}

.s-fcc6f7e7-e5aa-4b19-8675-f2f386450414.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fcc6f7e7-e5aa-4b19-8675-f2f386450414.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcc6f7e7-e5aa-4b19-8675-f2f386450414.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fcc6f7e7-e5aa-4b19-8675-f2f386450414 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fcc6f7e7-e5aa-4b19-8675-f2f386450414.shogun-image-container {
      position: relative;
    }

    .s-fcc6f7e7-e5aa-4b19-8675-f2f386450414.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fcc6f7e7-e5aa-4b19-8675-f2f386450414.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fcc6f7e7-e5aa-4b19-8675-f2f386450414 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01 img.shogun-image,
  #s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01 {
    width: 100%;
    height: auto;
  }

  #s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01.shogun-image {
    
    
  }


.s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01 .shogun-image-content {
  
    align-items: center;
  
}

.s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01.shogun-image-container {
      position: relative;
    }

    .s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01 img.shogun-image,
  #s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01 {
    width: 100%;
    height: auto;
  }

  #s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01.shogun-image {
    
    
  }


.s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01 .shogun-image-content {
  
    align-items: center;
  
}

.s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01.shogun-image-container {
      position: relative;
    }

    .s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01 img.shogun-image,
  #s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01 {
    width: 100%;
    height: auto;
  }

  #s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01.shogun-image {
    
    
  }


.s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01 .shogun-image-content {
  
    align-items: center;
  
}

.s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01.shogun-image-container {
      position: relative;
    }

    .s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01 img.shogun-image,
  #s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01 {
    width: 100%;
    height: auto;
  }

  #s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01.shogun-image {
    
    
  }


.s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01 .shogun-image-content {
  
    align-items: center;
  
}

.s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01.shogun-image-container {
      position: relative;
    }

    .s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01 img.shogun-image,
  #s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01 {
    width: 100%;
    height: auto;
  }

  #s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01.shogun-image {
    
    
  }


.s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01 .shogun-image-content {
  
    align-items: center;
  
}

.s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01.shogun-image-container {
      position: relative;
    }

    .s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15f4dd0d-bc40-4b2b-b6c3-23b6c2b01f01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-6eae7848-f1d1-4adc-acbf-9adffe43b294 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-6eae7848-f1d1-4adc-acbf-9adffe43b294 img.shogun-image,
  #s-6eae7848-f1d1-4adc-acbf-9adffe43b294 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6eae7848-f1d1-4adc-acbf-9adffe43b294 {
    width: 100%;
    height: auto;
  }

  #s-6eae7848-f1d1-4adc-acbf-9adffe43b294 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6eae7848-f1d1-4adc-acbf-9adffe43b294.shogun-image {
    
    
  }


.s-6eae7848-f1d1-4adc-acbf-9adffe43b294 .shogun-image-content {
  
    align-items: center;
  
}

.s-6eae7848-f1d1-4adc-acbf-9adffe43b294.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6eae7848-f1d1-4adc-acbf-9adffe43b294.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6eae7848-f1d1-4adc-acbf-9adffe43b294.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6eae7848-f1d1-4adc-acbf-9adffe43b294 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6eae7848-f1d1-4adc-acbf-9adffe43b294.shogun-image-container {
      position: relative;
    }

    .s-6eae7848-f1d1-4adc-acbf-9adffe43b294.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6eae7848-f1d1-4adc-acbf-9adffe43b294.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6eae7848-f1d1-4adc-acbf-9adffe43b294 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-6eae7848-f1d1-4adc-acbf-9adffe43b294 img.shogun-image,
  #s-6eae7848-f1d1-4adc-acbf-9adffe43b294 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6eae7848-f1d1-4adc-acbf-9adffe43b294 {
    width: 100%;
    height: auto;
  }

  #s-6eae7848-f1d1-4adc-acbf-9adffe43b294 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6eae7848-f1d1-4adc-acbf-9adffe43b294.shogun-image {
    
    
  }


.s-6eae7848-f1d1-4adc-acbf-9adffe43b294 .shogun-image-content {
  
    align-items: center;
  
}

.s-6eae7848-f1d1-4adc-acbf-9adffe43b294.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6eae7848-f1d1-4adc-acbf-9adffe43b294.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6eae7848-f1d1-4adc-acbf-9adffe43b294.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6eae7848-f1d1-4adc-acbf-9adffe43b294 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6eae7848-f1d1-4adc-acbf-9adffe43b294.shogun-image-container {
      position: relative;
    }

    .s-6eae7848-f1d1-4adc-acbf-9adffe43b294.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6eae7848-f1d1-4adc-acbf-9adffe43b294.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6eae7848-f1d1-4adc-acbf-9adffe43b294 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-6eae7848-f1d1-4adc-acbf-9adffe43b294 img.shogun-image,
  #s-6eae7848-f1d1-4adc-acbf-9adffe43b294 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6eae7848-f1d1-4adc-acbf-9adffe43b294 {
    width: 100%;
    height: auto;
  }

  #s-6eae7848-f1d1-4adc-acbf-9adffe43b294 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6eae7848-f1d1-4adc-acbf-9adffe43b294.shogun-image {
    
    
  }


.s-6eae7848-f1d1-4adc-acbf-9adffe43b294 .shogun-image-content {
  
    align-items: center;
  
}

.s-6eae7848-f1d1-4adc-acbf-9adffe43b294.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6eae7848-f1d1-4adc-acbf-9adffe43b294.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6eae7848-f1d1-4adc-acbf-9adffe43b294.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6eae7848-f1d1-4adc-acbf-9adffe43b294 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6eae7848-f1d1-4adc-acbf-9adffe43b294.shogun-image-container {
      position: relative;
    }

    .s-6eae7848-f1d1-4adc-acbf-9adffe43b294.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6eae7848-f1d1-4adc-acbf-9adffe43b294.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6eae7848-f1d1-4adc-acbf-9adffe43b294 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-6eae7848-f1d1-4adc-acbf-9adffe43b294 img.shogun-image,
  #s-6eae7848-f1d1-4adc-acbf-9adffe43b294 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6eae7848-f1d1-4adc-acbf-9adffe43b294 {
    width: 100%;
    height: auto;
  }

  #s-6eae7848-f1d1-4adc-acbf-9adffe43b294 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6eae7848-f1d1-4adc-acbf-9adffe43b294.shogun-image {
    
    
  }


.s-6eae7848-f1d1-4adc-acbf-9adffe43b294 .shogun-image-content {
  
    align-items: center;
  
}

.s-6eae7848-f1d1-4adc-acbf-9adffe43b294.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6eae7848-f1d1-4adc-acbf-9adffe43b294.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6eae7848-f1d1-4adc-acbf-9adffe43b294.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6eae7848-f1d1-4adc-acbf-9adffe43b294 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6eae7848-f1d1-4adc-acbf-9adffe43b294.shogun-image-container {
      position: relative;
    }

    .s-6eae7848-f1d1-4adc-acbf-9adffe43b294.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6eae7848-f1d1-4adc-acbf-9adffe43b294.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6eae7848-f1d1-4adc-acbf-9adffe43b294 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-6eae7848-f1d1-4adc-acbf-9adffe43b294 img.shogun-image,
  #s-6eae7848-f1d1-4adc-acbf-9adffe43b294 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6eae7848-f1d1-4adc-acbf-9adffe43b294 {
    width: 100%;
    height: auto;
  }

  #s-6eae7848-f1d1-4adc-acbf-9adffe43b294 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6eae7848-f1d1-4adc-acbf-9adffe43b294.shogun-image {
    
    
  }


.s-6eae7848-f1d1-4adc-acbf-9adffe43b294 .shogun-image-content {
  
    align-items: center;
  
}

.s-6eae7848-f1d1-4adc-acbf-9adffe43b294.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6eae7848-f1d1-4adc-acbf-9adffe43b294.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6eae7848-f1d1-4adc-acbf-9adffe43b294.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6eae7848-f1d1-4adc-acbf-9adffe43b294 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6eae7848-f1d1-4adc-acbf-9adffe43b294.shogun-image-container {
      position: relative;
    }

    .s-6eae7848-f1d1-4adc-acbf-9adffe43b294.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6eae7848-f1d1-4adc-acbf-9adffe43b294.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6eae7848-f1d1-4adc-acbf-9adffe43b294 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-55d20c96-88e7-4933-95ab-b4fef45260d3 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-55d20c96-88e7-4933-95ab-b4fef45260d3 img.shogun-image,
  #s-55d20c96-88e7-4933-95ab-b4fef45260d3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-55d20c96-88e7-4933-95ab-b4fef45260d3 {
    width: 100%;
    height: auto;
  }

  #s-55d20c96-88e7-4933-95ab-b4fef45260d3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-55d20c96-88e7-4933-95ab-b4fef45260d3.shogun-image {
    
    
  }


.s-55d20c96-88e7-4933-95ab-b4fef45260d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-55d20c96-88e7-4933-95ab-b4fef45260d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55d20c96-88e7-4933-95ab-b4fef45260d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55d20c96-88e7-4933-95ab-b4fef45260d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55d20c96-88e7-4933-95ab-b4fef45260d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-55d20c96-88e7-4933-95ab-b4fef45260d3.shogun-image-container {
      position: relative;
    }

    .s-55d20c96-88e7-4933-95ab-b4fef45260d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55d20c96-88e7-4933-95ab-b4fef45260d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55d20c96-88e7-4933-95ab-b4fef45260d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-55d20c96-88e7-4933-95ab-b4fef45260d3 img.shogun-image,
  #s-55d20c96-88e7-4933-95ab-b4fef45260d3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-55d20c96-88e7-4933-95ab-b4fef45260d3 {
    width: 100%;
    height: auto;
  }

  #s-55d20c96-88e7-4933-95ab-b4fef45260d3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-55d20c96-88e7-4933-95ab-b4fef45260d3.shogun-image {
    
    
  }


.s-55d20c96-88e7-4933-95ab-b4fef45260d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-55d20c96-88e7-4933-95ab-b4fef45260d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55d20c96-88e7-4933-95ab-b4fef45260d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55d20c96-88e7-4933-95ab-b4fef45260d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55d20c96-88e7-4933-95ab-b4fef45260d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-55d20c96-88e7-4933-95ab-b4fef45260d3.shogun-image-container {
      position: relative;
    }

    .s-55d20c96-88e7-4933-95ab-b4fef45260d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55d20c96-88e7-4933-95ab-b4fef45260d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55d20c96-88e7-4933-95ab-b4fef45260d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-55d20c96-88e7-4933-95ab-b4fef45260d3 img.shogun-image,
  #s-55d20c96-88e7-4933-95ab-b4fef45260d3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-55d20c96-88e7-4933-95ab-b4fef45260d3 {
    width: 100%;
    height: auto;
  }

  #s-55d20c96-88e7-4933-95ab-b4fef45260d3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-55d20c96-88e7-4933-95ab-b4fef45260d3.shogun-image {
    
    
  }


.s-55d20c96-88e7-4933-95ab-b4fef45260d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-55d20c96-88e7-4933-95ab-b4fef45260d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55d20c96-88e7-4933-95ab-b4fef45260d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55d20c96-88e7-4933-95ab-b4fef45260d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55d20c96-88e7-4933-95ab-b4fef45260d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-55d20c96-88e7-4933-95ab-b4fef45260d3.shogun-image-container {
      position: relative;
    }

    .s-55d20c96-88e7-4933-95ab-b4fef45260d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55d20c96-88e7-4933-95ab-b4fef45260d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55d20c96-88e7-4933-95ab-b4fef45260d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-55d20c96-88e7-4933-95ab-b4fef45260d3 img.shogun-image,
  #s-55d20c96-88e7-4933-95ab-b4fef45260d3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-55d20c96-88e7-4933-95ab-b4fef45260d3 {
    width: 100%;
    height: auto;
  }

  #s-55d20c96-88e7-4933-95ab-b4fef45260d3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-55d20c96-88e7-4933-95ab-b4fef45260d3.shogun-image {
    
    
  }


.s-55d20c96-88e7-4933-95ab-b4fef45260d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-55d20c96-88e7-4933-95ab-b4fef45260d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55d20c96-88e7-4933-95ab-b4fef45260d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55d20c96-88e7-4933-95ab-b4fef45260d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55d20c96-88e7-4933-95ab-b4fef45260d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-55d20c96-88e7-4933-95ab-b4fef45260d3.shogun-image-container {
      position: relative;
    }

    .s-55d20c96-88e7-4933-95ab-b4fef45260d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55d20c96-88e7-4933-95ab-b4fef45260d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55d20c96-88e7-4933-95ab-b4fef45260d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-55d20c96-88e7-4933-95ab-b4fef45260d3 img.shogun-image,
  #s-55d20c96-88e7-4933-95ab-b4fef45260d3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-55d20c96-88e7-4933-95ab-b4fef45260d3 {
    width: 100%;
    height: auto;
  }

  #s-55d20c96-88e7-4933-95ab-b4fef45260d3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-55d20c96-88e7-4933-95ab-b4fef45260d3.shogun-image {
    
    
  }


.s-55d20c96-88e7-4933-95ab-b4fef45260d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-55d20c96-88e7-4933-95ab-b4fef45260d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55d20c96-88e7-4933-95ab-b4fef45260d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55d20c96-88e7-4933-95ab-b4fef45260d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55d20c96-88e7-4933-95ab-b4fef45260d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-55d20c96-88e7-4933-95ab-b4fef45260d3.shogun-image-container {
      position: relative;
    }

    .s-55d20c96-88e7-4933-95ab-b4fef45260d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55d20c96-88e7-4933-95ab-b4fef45260d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55d20c96-88e7-4933-95ab-b4fef45260d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e832455c-b62b-45ce-aa4d-4cd4a4b42663 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-e832455c-b62b-45ce-aa4d-4cd4a4b42663 img.shogun-image,
  #s-e832455c-b62b-45ce-aa4d-4cd4a4b42663 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e832455c-b62b-45ce-aa4d-4cd4a4b42663 {
    width: 100%;
    height: auto;
  }

  #s-e832455c-b62b-45ce-aa4d-4cd4a4b42663 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e832455c-b62b-45ce-aa4d-4cd4a4b42663.shogun-image {
    
    
  }


.s-e832455c-b62b-45ce-aa4d-4cd4a4b42663 .shogun-image-content {
  
    align-items: center;
  
}

.s-e832455c-b62b-45ce-aa4d-4cd4a4b42663.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e832455c-b62b-45ce-aa4d-4cd4a4b42663.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e832455c-b62b-45ce-aa4d-4cd4a4b42663.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e832455c-b62b-45ce-aa4d-4cd4a4b42663 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e832455c-b62b-45ce-aa4d-4cd4a4b42663.shogun-image-container {
      position: relative;
    }

    .s-e832455c-b62b-45ce-aa4d-4cd4a4b42663.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e832455c-b62b-45ce-aa4d-4cd4a4b42663.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e832455c-b62b-45ce-aa4d-4cd4a4b42663 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e832455c-b62b-45ce-aa4d-4cd4a4b42663 img.shogun-image,
  #s-e832455c-b62b-45ce-aa4d-4cd4a4b42663 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e832455c-b62b-45ce-aa4d-4cd4a4b42663 {
    width: 100%;
    height: auto;
  }

  #s-e832455c-b62b-45ce-aa4d-4cd4a4b42663 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e832455c-b62b-45ce-aa4d-4cd4a4b42663.shogun-image {
    
    
  }


.s-e832455c-b62b-45ce-aa4d-4cd4a4b42663 .shogun-image-content {
  
    align-items: center;
  
}

.s-e832455c-b62b-45ce-aa4d-4cd4a4b42663.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e832455c-b62b-45ce-aa4d-4cd4a4b42663.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e832455c-b62b-45ce-aa4d-4cd4a4b42663.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e832455c-b62b-45ce-aa4d-4cd4a4b42663 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e832455c-b62b-45ce-aa4d-4cd4a4b42663.shogun-image-container {
      position: relative;
    }

    .s-e832455c-b62b-45ce-aa4d-4cd4a4b42663.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e832455c-b62b-45ce-aa4d-4cd4a4b42663.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e832455c-b62b-45ce-aa4d-4cd4a4b42663 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e832455c-b62b-45ce-aa4d-4cd4a4b42663 img.shogun-image,
  #s-e832455c-b62b-45ce-aa4d-4cd4a4b42663 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e832455c-b62b-45ce-aa4d-4cd4a4b42663 {
    width: 100%;
    height: auto;
  }

  #s-e832455c-b62b-45ce-aa4d-4cd4a4b42663 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e832455c-b62b-45ce-aa4d-4cd4a4b42663.shogun-image {
    
    
  }


.s-e832455c-b62b-45ce-aa4d-4cd4a4b42663 .shogun-image-content {
  
    align-items: center;
  
}

.s-e832455c-b62b-45ce-aa4d-4cd4a4b42663.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e832455c-b62b-45ce-aa4d-4cd4a4b42663.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e832455c-b62b-45ce-aa4d-4cd4a4b42663.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e832455c-b62b-45ce-aa4d-4cd4a4b42663 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e832455c-b62b-45ce-aa4d-4cd4a4b42663.shogun-image-container {
      position: relative;
    }

    .s-e832455c-b62b-45ce-aa4d-4cd4a4b42663.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e832455c-b62b-45ce-aa4d-4cd4a4b42663.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e832455c-b62b-45ce-aa4d-4cd4a4b42663 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e832455c-b62b-45ce-aa4d-4cd4a4b42663 img.shogun-image,
  #s-e832455c-b62b-45ce-aa4d-4cd4a4b42663 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e832455c-b62b-45ce-aa4d-4cd4a4b42663 {
    width: 100%;
    height: auto;
  }

  #s-e832455c-b62b-45ce-aa4d-4cd4a4b42663 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e832455c-b62b-45ce-aa4d-4cd4a4b42663.shogun-image {
    
    
  }


.s-e832455c-b62b-45ce-aa4d-4cd4a4b42663 .shogun-image-content {
  
    align-items: center;
  
}

.s-e832455c-b62b-45ce-aa4d-4cd4a4b42663.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e832455c-b62b-45ce-aa4d-4cd4a4b42663.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e832455c-b62b-45ce-aa4d-4cd4a4b42663.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e832455c-b62b-45ce-aa4d-4cd4a4b42663 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e832455c-b62b-45ce-aa4d-4cd4a4b42663.shogun-image-container {
      position: relative;
    }

    .s-e832455c-b62b-45ce-aa4d-4cd4a4b42663.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e832455c-b62b-45ce-aa4d-4cd4a4b42663.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e832455c-b62b-45ce-aa4d-4cd4a4b42663 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e832455c-b62b-45ce-aa4d-4cd4a4b42663 img.shogun-image,
  #s-e832455c-b62b-45ce-aa4d-4cd4a4b42663 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e832455c-b62b-45ce-aa4d-4cd4a4b42663 {
    width: 100%;
    height: auto;
  }

  #s-e832455c-b62b-45ce-aa4d-4cd4a4b42663 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e832455c-b62b-45ce-aa4d-4cd4a4b42663.shogun-image {
    
    
  }


.s-e832455c-b62b-45ce-aa4d-4cd4a4b42663 .shogun-image-content {
  
    align-items: center;
  
}

.s-e832455c-b62b-45ce-aa4d-4cd4a4b42663.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e832455c-b62b-45ce-aa4d-4cd4a4b42663.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e832455c-b62b-45ce-aa4d-4cd4a4b42663.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e832455c-b62b-45ce-aa4d-4cd4a4b42663 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e832455c-b62b-45ce-aa4d-4cd4a4b42663.shogun-image-container {
      position: relative;
    }

    .s-e832455c-b62b-45ce-aa4d-4cd4a4b42663.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e832455c-b62b-45ce-aa4d-4cd4a4b42663.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e832455c-b62b-45ce-aa4d-4cd4a4b42663 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-41a9a694-3dff-4422-82e8-533bdcaf93bd {
  margin-top: 0px;
max-width: 2420px;
aspect-ratio: 2420/1052;
text-align: center;
}





  #s-41a9a694-3dff-4422-82e8-533bdcaf93bd img.shogun-image,
  #s-41a9a694-3dff-4422-82e8-533bdcaf93bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-41a9a694-3dff-4422-82e8-533bdcaf93bd {
    width: 100%;
    height: auto;
  }

  #s-41a9a694-3dff-4422-82e8-533bdcaf93bd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-41a9a694-3dff-4422-82e8-533bdcaf93bd.shogun-image {
    
    
  }


.s-41a9a694-3dff-4422-82e8-533bdcaf93bd .shogun-image-content {
  
    align-items: center;
  
}

.s-41a9a694-3dff-4422-82e8-533bdcaf93bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41a9a694-3dff-4422-82e8-533bdcaf93bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41a9a694-3dff-4422-82e8-533bdcaf93bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41a9a694-3dff-4422-82e8-533bdcaf93bd {
      --shg-aspect-ratio: calc(2420/1052); 
    }

    .s-41a9a694-3dff-4422-82e8-533bdcaf93bd.shogun-image-container {
      position: relative;
    }

    .s-41a9a694-3dff-4422-82e8-533bdcaf93bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41a9a694-3dff-4422-82e8-533bdcaf93bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41a9a694-3dff-4422-82e8-533bdcaf93bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-41a9a694-3dff-4422-82e8-533bdcaf93bd img.shogun-image,
  #s-41a9a694-3dff-4422-82e8-533bdcaf93bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-41a9a694-3dff-4422-82e8-533bdcaf93bd {
    width: 100%;
    height: auto;
  }

  #s-41a9a694-3dff-4422-82e8-533bdcaf93bd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-41a9a694-3dff-4422-82e8-533bdcaf93bd.shogun-image {
    
    
  }


.s-41a9a694-3dff-4422-82e8-533bdcaf93bd .shogun-image-content {
  
    align-items: center;
  
}

.s-41a9a694-3dff-4422-82e8-533bdcaf93bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41a9a694-3dff-4422-82e8-533bdcaf93bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41a9a694-3dff-4422-82e8-533bdcaf93bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41a9a694-3dff-4422-82e8-533bdcaf93bd {
      --shg-aspect-ratio: calc(2420/1052); 
    }

    .s-41a9a694-3dff-4422-82e8-533bdcaf93bd.shogun-image-container {
      position: relative;
    }

    .s-41a9a694-3dff-4422-82e8-533bdcaf93bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41a9a694-3dff-4422-82e8-533bdcaf93bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41a9a694-3dff-4422-82e8-533bdcaf93bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-41a9a694-3dff-4422-82e8-533bdcaf93bd img.shogun-image,
  #s-41a9a694-3dff-4422-82e8-533bdcaf93bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-41a9a694-3dff-4422-82e8-533bdcaf93bd {
    width: 100%;
    height: auto;
  }

  #s-41a9a694-3dff-4422-82e8-533bdcaf93bd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-41a9a694-3dff-4422-82e8-533bdcaf93bd.shogun-image {
    
    
  }


.s-41a9a694-3dff-4422-82e8-533bdcaf93bd .shogun-image-content {
  
    align-items: center;
  
}

.s-41a9a694-3dff-4422-82e8-533bdcaf93bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41a9a694-3dff-4422-82e8-533bdcaf93bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41a9a694-3dff-4422-82e8-533bdcaf93bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41a9a694-3dff-4422-82e8-533bdcaf93bd {
      --shg-aspect-ratio: calc(2420/1052); 
    }

    .s-41a9a694-3dff-4422-82e8-533bdcaf93bd.shogun-image-container {
      position: relative;
    }

    .s-41a9a694-3dff-4422-82e8-533bdcaf93bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41a9a694-3dff-4422-82e8-533bdcaf93bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41a9a694-3dff-4422-82e8-533bdcaf93bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-41a9a694-3dff-4422-82e8-533bdcaf93bd img.shogun-image,
  #s-41a9a694-3dff-4422-82e8-533bdcaf93bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-41a9a694-3dff-4422-82e8-533bdcaf93bd {
    width: 100%;
    height: auto;
  }

  #s-41a9a694-3dff-4422-82e8-533bdcaf93bd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-41a9a694-3dff-4422-82e8-533bdcaf93bd.shogun-image {
    
    
  }


.s-41a9a694-3dff-4422-82e8-533bdcaf93bd .shogun-image-content {
  
    align-items: center;
  
}

.s-41a9a694-3dff-4422-82e8-533bdcaf93bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41a9a694-3dff-4422-82e8-533bdcaf93bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41a9a694-3dff-4422-82e8-533bdcaf93bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41a9a694-3dff-4422-82e8-533bdcaf93bd {
      --shg-aspect-ratio: calc(2420/1052); 
    }

    .s-41a9a694-3dff-4422-82e8-533bdcaf93bd.shogun-image-container {
      position: relative;
    }

    .s-41a9a694-3dff-4422-82e8-533bdcaf93bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41a9a694-3dff-4422-82e8-533bdcaf93bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41a9a694-3dff-4422-82e8-533bdcaf93bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-41a9a694-3dff-4422-82e8-533bdcaf93bd img.shogun-image,
  #s-41a9a694-3dff-4422-82e8-533bdcaf93bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-41a9a694-3dff-4422-82e8-533bdcaf93bd {
    width: 100%;
    height: auto;
  }

  #s-41a9a694-3dff-4422-82e8-533bdcaf93bd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-41a9a694-3dff-4422-82e8-533bdcaf93bd.shogun-image {
    
    
  }


.s-41a9a694-3dff-4422-82e8-533bdcaf93bd .shogun-image-content {
  
    align-items: center;
  
}

.s-41a9a694-3dff-4422-82e8-533bdcaf93bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41a9a694-3dff-4422-82e8-533bdcaf93bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41a9a694-3dff-4422-82e8-533bdcaf93bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41a9a694-3dff-4422-82e8-533bdcaf93bd {
      --shg-aspect-ratio: calc(2420/1052); 
    }

    .s-41a9a694-3dff-4422-82e8-533bdcaf93bd.shogun-image-container {
      position: relative;
    }

    .s-41a9a694-3dff-4422-82e8-533bdcaf93bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41a9a694-3dff-4422-82e8-533bdcaf93bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41a9a694-3dff-4422-82e8-533bdcaf93bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-9ffa4c72-88a7-4396-9b90-479d0ec471d3 {
  margin-left: 10%;
margin-right: 10%;
}

#s-397f07f3-e017-4469-b5af-5a03ae5c49c1 {
  margin-top: 27px;
margin-left: 10%;
margin-bottom: 11px;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-397f07f3-e017-4469-b5af-5a03ae5c49c1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-397f07f3-e017-4469-b5af-5a03ae5c49c1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-397f07f3-e017-4469-b5af-5a03ae5c49c1-root {
    text-align: left;
  }


#s-397f07f3-e017-4469-b5af-5a03ae5c49c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-397f07f3-e017-4469-b5af-5a03ae5c49c1-root {
    text-align: left;
  }


#s-397f07f3-e017-4469-b5af-5a03ae5c49c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-397f07f3-e017-4469-b5af-5a03ae5c49c1-root {
    text-align: left;
  }


#s-397f07f3-e017-4469-b5af-5a03ae5c49c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-397f07f3-e017-4469-b5af-5a03ae5c49c1-root {
    text-align: left;
  }


#s-397f07f3-e017-4469-b5af-5a03ae5c49c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-397f07f3-e017-4469-b5af-5a03ae5c49c1-root {
    text-align: left;
  }


#s-397f07f3-e017-4469-b5af-5a03ae5c49c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-40c3db82-3270-46a2-b817-5002b6682fed {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
}

#s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 {
  margin-top: 0px;
max-width: 2200px;
aspect-ratio: 2200/1583;
text-align: center;
}
@media (min-width: 1200px){#s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 {
  display: none;
}
#s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3, #wrap-s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 {
  display: none;
}
#s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3, #wrap-s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 {
  display: none;
}
#s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3, #wrap-s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 { display: none !important; }}




  #s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 img.shogun-image,
  #s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 {
    width: 100%;
    height: auto;
  }

  #s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3.shogun-image {
    
    
  }


.s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 {
      --shg-aspect-ratio: calc(2200/1583); 
    }

    .s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3.shogun-image-container {
      position: relative;
    }

    .s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 img.shogun-image,
  #s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 {
    width: 100%;
    height: auto;
  }

  #s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3.shogun-image {
    
    
  }


.s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 {
      --shg-aspect-ratio: calc(2200/1583); 
    }

    .s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3.shogun-image-container {
      position: relative;
    }

    .s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 img.shogun-image,
  #s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 {
    width: 100%;
    height: auto;
  }

  #s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3.shogun-image {
    
    
  }


.s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 {
      --shg-aspect-ratio: calc(2200/1583); 
    }

    .s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3.shogun-image-container {
      position: relative;
    }

    .s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 img.shogun-image,
  #s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 {
    width: 100%;
    height: auto;
  }

  #s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3.shogun-image {
    
    
  }


.s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 {
      --shg-aspect-ratio: calc(2200/1583); 
    }

    .s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3.shogun-image-container {
      position: relative;
    }

    .s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 img.shogun-image,
  #s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 {
    width: 100%;
    height: auto;
  }

  #s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3.shogun-image {
    
    
  }


.s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 {
      --shg-aspect-ratio: calc(2200/1583); 
    }

    .s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3.shogun-image-container {
      position: relative;
    }

    .s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eca14bfd-cbcb-42d9-8e20-6a611eb5a1c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-267dff40-a74a-4c97-ad8c-828498b6767f {
  margin-top: 27px;
margin-left: 10%;
margin-bottom: 11px;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-267dff40-a74a-4c97-ad8c-828498b6767f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-267dff40-a74a-4c97-ad8c-828498b6767f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-267dff40-a74a-4c97-ad8c-828498b6767f {
  display: none;
}
#s-267dff40-a74a-4c97-ad8c-828498b6767f, #wrap-s-267dff40-a74a-4c97-ad8c-828498b6767f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-267dff40-a74a-4c97-ad8c-828498b6767f {
  display: none;
}
#s-267dff40-a74a-4c97-ad8c-828498b6767f, #wrap-s-267dff40-a74a-4c97-ad8c-828498b6767f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-267dff40-a74a-4c97-ad8c-828498b6767f {
  display: none;
}
#s-267dff40-a74a-4c97-ad8c-828498b6767f, #wrap-s-267dff40-a74a-4c97-ad8c-828498b6767f { display: none !important; }}

  #s-267dff40-a74a-4c97-ad8c-828498b6767f-root {
    text-align: left;
  }


#s-267dff40-a74a-4c97-ad8c-828498b6767f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-267dff40-a74a-4c97-ad8c-828498b6767f-root {
    text-align: left;
  }


#s-267dff40-a74a-4c97-ad8c-828498b6767f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-267dff40-a74a-4c97-ad8c-828498b6767f-root {
    text-align: left;
  }


#s-267dff40-a74a-4c97-ad8c-828498b6767f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-267dff40-a74a-4c97-ad8c-828498b6767f-root {
    text-align: left;
  }


#s-267dff40-a74a-4c97-ad8c-828498b6767f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-267dff40-a74a-4c97-ad8c-828498b6767f-root {
    text-align: left;
  }


#s-267dff40-a74a-4c97-ad8c-828498b6767f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-754cfa16-83ff-480d-9477-e4a35ed4aec1 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-754cfa16-83ff-480d-9477-e4a35ed4aec1 {
  display: none;
}
#s-754cfa16-83ff-480d-9477-e4a35ed4aec1, #wrap-s-754cfa16-83ff-480d-9477-e4a35ed4aec1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-754cfa16-83ff-480d-9477-e4a35ed4aec1 {
  display: none;
}
#s-754cfa16-83ff-480d-9477-e4a35ed4aec1, #wrap-s-754cfa16-83ff-480d-9477-e4a35ed4aec1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-754cfa16-83ff-480d-9477-e4a35ed4aec1 {
  display: none;
}
#s-754cfa16-83ff-480d-9477-e4a35ed4aec1, #wrap-s-754cfa16-83ff-480d-9477-e4a35ed4aec1 { display: none !important; }}
#s-754cfa16-83ff-480d-9477-e4a35ed4aec1 .shg-sld-dot {
  background-color: rgba(94, 82, 82, 1);
}

#s-754cfa16-83ff-480d-9477-e4a35ed4aec1 .shg-sld-nav-button.shg-sld-left,
#s-754cfa16-83ff-480d-9477-e4a35ed4aec1 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(94, 82, 82, 1);
}

#s-d2e0f703-b5e4-4178-994c-513026f95220 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-d2e0f703-b5e4-4178-994c-513026f95220 {
  display: none;
}
#s-d2e0f703-b5e4-4178-994c-513026f95220, #wrap-s-d2e0f703-b5e4-4178-994c-513026f95220 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d2e0f703-b5e4-4178-994c-513026f95220 {
  display: none;
}
#s-d2e0f703-b5e4-4178-994c-513026f95220, #wrap-s-d2e0f703-b5e4-4178-994c-513026f95220 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d2e0f703-b5e4-4178-994c-513026f95220 {
  display: none;
}
#s-d2e0f703-b5e4-4178-994c-513026f95220, #wrap-s-d2e0f703-b5e4-4178-994c-513026f95220 { display: none !important; }}




  #s-d2e0f703-b5e4-4178-994c-513026f95220 img.shogun-image,
  #s-d2e0f703-b5e4-4178-994c-513026f95220 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d2e0f703-b5e4-4178-994c-513026f95220 {
    width: 100%;
    height: auto;
  }

  #s-d2e0f703-b5e4-4178-994c-513026f95220 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2e0f703-b5e4-4178-994c-513026f95220.shogun-image {
    
    
  }


.s-d2e0f703-b5e4-4178-994c-513026f95220 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2e0f703-b5e4-4178-994c-513026f95220.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2e0f703-b5e4-4178-994c-513026f95220.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2e0f703-b5e4-4178-994c-513026f95220.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2e0f703-b5e4-4178-994c-513026f95220 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2e0f703-b5e4-4178-994c-513026f95220.shogun-image-container {
      position: relative;
    }

    .s-d2e0f703-b5e4-4178-994c-513026f95220.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2e0f703-b5e4-4178-994c-513026f95220.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2e0f703-b5e4-4178-994c-513026f95220 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d2e0f703-b5e4-4178-994c-513026f95220 img.shogun-image,
  #s-d2e0f703-b5e4-4178-994c-513026f95220 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d2e0f703-b5e4-4178-994c-513026f95220 {
    width: 100%;
    height: auto;
  }

  #s-d2e0f703-b5e4-4178-994c-513026f95220 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2e0f703-b5e4-4178-994c-513026f95220.shogun-image {
    
    
  }


.s-d2e0f703-b5e4-4178-994c-513026f95220 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2e0f703-b5e4-4178-994c-513026f95220.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2e0f703-b5e4-4178-994c-513026f95220.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2e0f703-b5e4-4178-994c-513026f95220.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2e0f703-b5e4-4178-994c-513026f95220 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2e0f703-b5e4-4178-994c-513026f95220.shogun-image-container {
      position: relative;
    }

    .s-d2e0f703-b5e4-4178-994c-513026f95220.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2e0f703-b5e4-4178-994c-513026f95220.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2e0f703-b5e4-4178-994c-513026f95220 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d2e0f703-b5e4-4178-994c-513026f95220 img.shogun-image,
  #s-d2e0f703-b5e4-4178-994c-513026f95220 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d2e0f703-b5e4-4178-994c-513026f95220 {
    width: 100%;
    height: auto;
  }

  #s-d2e0f703-b5e4-4178-994c-513026f95220 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2e0f703-b5e4-4178-994c-513026f95220.shogun-image {
    
    
  }


.s-d2e0f703-b5e4-4178-994c-513026f95220 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2e0f703-b5e4-4178-994c-513026f95220.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2e0f703-b5e4-4178-994c-513026f95220.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2e0f703-b5e4-4178-994c-513026f95220.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2e0f703-b5e4-4178-994c-513026f95220 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2e0f703-b5e4-4178-994c-513026f95220.shogun-image-container {
      position: relative;
    }

    .s-d2e0f703-b5e4-4178-994c-513026f95220.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2e0f703-b5e4-4178-994c-513026f95220.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2e0f703-b5e4-4178-994c-513026f95220 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d2e0f703-b5e4-4178-994c-513026f95220 img.shogun-image,
  #s-d2e0f703-b5e4-4178-994c-513026f95220 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d2e0f703-b5e4-4178-994c-513026f95220 {
    width: 100%;
    height: auto;
  }

  #s-d2e0f703-b5e4-4178-994c-513026f95220 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2e0f703-b5e4-4178-994c-513026f95220.shogun-image {
    
    
  }


.s-d2e0f703-b5e4-4178-994c-513026f95220 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2e0f703-b5e4-4178-994c-513026f95220.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2e0f703-b5e4-4178-994c-513026f95220.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2e0f703-b5e4-4178-994c-513026f95220.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2e0f703-b5e4-4178-994c-513026f95220 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2e0f703-b5e4-4178-994c-513026f95220.shogun-image-container {
      position: relative;
    }

    .s-d2e0f703-b5e4-4178-994c-513026f95220.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2e0f703-b5e4-4178-994c-513026f95220.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2e0f703-b5e4-4178-994c-513026f95220 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d2e0f703-b5e4-4178-994c-513026f95220 img.shogun-image,
  #s-d2e0f703-b5e4-4178-994c-513026f95220 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d2e0f703-b5e4-4178-994c-513026f95220 {
    width: 100%;
    height: auto;
  }

  #s-d2e0f703-b5e4-4178-994c-513026f95220 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2e0f703-b5e4-4178-994c-513026f95220.shogun-image {
    
    
  }


.s-d2e0f703-b5e4-4178-994c-513026f95220 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2e0f703-b5e4-4178-994c-513026f95220.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2e0f703-b5e4-4178-994c-513026f95220.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2e0f703-b5e4-4178-994c-513026f95220.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2e0f703-b5e4-4178-994c-513026f95220 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2e0f703-b5e4-4178-994c-513026f95220.shogun-image-container {
      position: relative;
    }

    .s-d2e0f703-b5e4-4178-994c-513026f95220.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2e0f703-b5e4-4178-994c-513026f95220.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2e0f703-b5e4-4178-994c-513026f95220 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-dfab3612-ca71-4f84-b755-6e35cddbb6ba {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-dfab3612-ca71-4f84-b755-6e35cddbb6ba img.shogun-image,
  #s-dfab3612-ca71-4f84-b755-6e35cddbb6ba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dfab3612-ca71-4f84-b755-6e35cddbb6ba {
    width: 100%;
    height: auto;
  }

  #s-dfab3612-ca71-4f84-b755-6e35cddbb6ba img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dfab3612-ca71-4f84-b755-6e35cddbb6ba.shogun-image {
    
    
  }


.s-dfab3612-ca71-4f84-b755-6e35cddbb6ba .shogun-image-content {
  
    align-items: center;
  
}

.s-dfab3612-ca71-4f84-b755-6e35cddbb6ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfab3612-ca71-4f84-b755-6e35cddbb6ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfab3612-ca71-4f84-b755-6e35cddbb6ba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfab3612-ca71-4f84-b755-6e35cddbb6ba {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dfab3612-ca71-4f84-b755-6e35cddbb6ba.shogun-image-container {
      position: relative;
    }

    .s-dfab3612-ca71-4f84-b755-6e35cddbb6ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfab3612-ca71-4f84-b755-6e35cddbb6ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfab3612-ca71-4f84-b755-6e35cddbb6ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-dfab3612-ca71-4f84-b755-6e35cddbb6ba img.shogun-image,
  #s-dfab3612-ca71-4f84-b755-6e35cddbb6ba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dfab3612-ca71-4f84-b755-6e35cddbb6ba {
    width: 100%;
    height: auto;
  }

  #s-dfab3612-ca71-4f84-b755-6e35cddbb6ba img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dfab3612-ca71-4f84-b755-6e35cddbb6ba.shogun-image {
    
    
  }


.s-dfab3612-ca71-4f84-b755-6e35cddbb6ba .shogun-image-content {
  
    align-items: center;
  
}

.s-dfab3612-ca71-4f84-b755-6e35cddbb6ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfab3612-ca71-4f84-b755-6e35cddbb6ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfab3612-ca71-4f84-b755-6e35cddbb6ba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfab3612-ca71-4f84-b755-6e35cddbb6ba {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dfab3612-ca71-4f84-b755-6e35cddbb6ba.shogun-image-container {
      position: relative;
    }

    .s-dfab3612-ca71-4f84-b755-6e35cddbb6ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfab3612-ca71-4f84-b755-6e35cddbb6ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfab3612-ca71-4f84-b755-6e35cddbb6ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-dfab3612-ca71-4f84-b755-6e35cddbb6ba img.shogun-image,
  #s-dfab3612-ca71-4f84-b755-6e35cddbb6ba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dfab3612-ca71-4f84-b755-6e35cddbb6ba {
    width: 100%;
    height: auto;
  }

  #s-dfab3612-ca71-4f84-b755-6e35cddbb6ba img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dfab3612-ca71-4f84-b755-6e35cddbb6ba.shogun-image {
    
    
  }


.s-dfab3612-ca71-4f84-b755-6e35cddbb6ba .shogun-image-content {
  
    align-items: center;
  
}

.s-dfab3612-ca71-4f84-b755-6e35cddbb6ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfab3612-ca71-4f84-b755-6e35cddbb6ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfab3612-ca71-4f84-b755-6e35cddbb6ba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfab3612-ca71-4f84-b755-6e35cddbb6ba {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dfab3612-ca71-4f84-b755-6e35cddbb6ba.shogun-image-container {
      position: relative;
    }

    .s-dfab3612-ca71-4f84-b755-6e35cddbb6ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfab3612-ca71-4f84-b755-6e35cddbb6ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfab3612-ca71-4f84-b755-6e35cddbb6ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-dfab3612-ca71-4f84-b755-6e35cddbb6ba img.shogun-image,
  #s-dfab3612-ca71-4f84-b755-6e35cddbb6ba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dfab3612-ca71-4f84-b755-6e35cddbb6ba {
    width: 100%;
    height: auto;
  }

  #s-dfab3612-ca71-4f84-b755-6e35cddbb6ba img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dfab3612-ca71-4f84-b755-6e35cddbb6ba.shogun-image {
    
    
  }


.s-dfab3612-ca71-4f84-b755-6e35cddbb6ba .shogun-image-content {
  
    align-items: center;
  
}

.s-dfab3612-ca71-4f84-b755-6e35cddbb6ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfab3612-ca71-4f84-b755-6e35cddbb6ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfab3612-ca71-4f84-b755-6e35cddbb6ba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfab3612-ca71-4f84-b755-6e35cddbb6ba {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dfab3612-ca71-4f84-b755-6e35cddbb6ba.shogun-image-container {
      position: relative;
    }

    .s-dfab3612-ca71-4f84-b755-6e35cddbb6ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfab3612-ca71-4f84-b755-6e35cddbb6ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfab3612-ca71-4f84-b755-6e35cddbb6ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-dfab3612-ca71-4f84-b755-6e35cddbb6ba img.shogun-image,
  #s-dfab3612-ca71-4f84-b755-6e35cddbb6ba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dfab3612-ca71-4f84-b755-6e35cddbb6ba {
    width: 100%;
    height: auto;
  }

  #s-dfab3612-ca71-4f84-b755-6e35cddbb6ba img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dfab3612-ca71-4f84-b755-6e35cddbb6ba.shogun-image {
    
    
  }


.s-dfab3612-ca71-4f84-b755-6e35cddbb6ba .shogun-image-content {
  
    align-items: center;
  
}

.s-dfab3612-ca71-4f84-b755-6e35cddbb6ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfab3612-ca71-4f84-b755-6e35cddbb6ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfab3612-ca71-4f84-b755-6e35cddbb6ba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfab3612-ca71-4f84-b755-6e35cddbb6ba {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dfab3612-ca71-4f84-b755-6e35cddbb6ba.shogun-image-container {
      position: relative;
    }

    .s-dfab3612-ca71-4f84-b755-6e35cddbb6ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfab3612-ca71-4f84-b755-6e35cddbb6ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfab3612-ca71-4f84-b755-6e35cddbb6ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8781f0d7-580e-4d6f-b287-dcc56821bc1a {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-8781f0d7-580e-4d6f-b287-dcc56821bc1a img.shogun-image,
  #s-8781f0d7-580e-4d6f-b287-dcc56821bc1a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8781f0d7-580e-4d6f-b287-dcc56821bc1a {
    width: 100%;
    height: auto;
  }

  #s-8781f0d7-580e-4d6f-b287-dcc56821bc1a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8781f0d7-580e-4d6f-b287-dcc56821bc1a.shogun-image {
    
    
  }


.s-8781f0d7-580e-4d6f-b287-dcc56821bc1a .shogun-image-content {
  
    align-items: center;
  
}

.s-8781f0d7-580e-4d6f-b287-dcc56821bc1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8781f0d7-580e-4d6f-b287-dcc56821bc1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8781f0d7-580e-4d6f-b287-dcc56821bc1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8781f0d7-580e-4d6f-b287-dcc56821bc1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8781f0d7-580e-4d6f-b287-dcc56821bc1a.shogun-image-container {
      position: relative;
    }

    .s-8781f0d7-580e-4d6f-b287-dcc56821bc1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8781f0d7-580e-4d6f-b287-dcc56821bc1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8781f0d7-580e-4d6f-b287-dcc56821bc1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-8781f0d7-580e-4d6f-b287-dcc56821bc1a img.shogun-image,
  #s-8781f0d7-580e-4d6f-b287-dcc56821bc1a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8781f0d7-580e-4d6f-b287-dcc56821bc1a {
    width: 100%;
    height: auto;
  }

  #s-8781f0d7-580e-4d6f-b287-dcc56821bc1a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8781f0d7-580e-4d6f-b287-dcc56821bc1a.shogun-image {
    
    
  }


.s-8781f0d7-580e-4d6f-b287-dcc56821bc1a .shogun-image-content {
  
    align-items: center;
  
}

.s-8781f0d7-580e-4d6f-b287-dcc56821bc1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8781f0d7-580e-4d6f-b287-dcc56821bc1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8781f0d7-580e-4d6f-b287-dcc56821bc1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8781f0d7-580e-4d6f-b287-dcc56821bc1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8781f0d7-580e-4d6f-b287-dcc56821bc1a.shogun-image-container {
      position: relative;
    }

    .s-8781f0d7-580e-4d6f-b287-dcc56821bc1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8781f0d7-580e-4d6f-b287-dcc56821bc1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8781f0d7-580e-4d6f-b287-dcc56821bc1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-8781f0d7-580e-4d6f-b287-dcc56821bc1a img.shogun-image,
  #s-8781f0d7-580e-4d6f-b287-dcc56821bc1a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8781f0d7-580e-4d6f-b287-dcc56821bc1a {
    width: 100%;
    height: auto;
  }

  #s-8781f0d7-580e-4d6f-b287-dcc56821bc1a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8781f0d7-580e-4d6f-b287-dcc56821bc1a.shogun-image {
    
    
  }


.s-8781f0d7-580e-4d6f-b287-dcc56821bc1a .shogun-image-content {
  
    align-items: center;
  
}

.s-8781f0d7-580e-4d6f-b287-dcc56821bc1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8781f0d7-580e-4d6f-b287-dcc56821bc1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8781f0d7-580e-4d6f-b287-dcc56821bc1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8781f0d7-580e-4d6f-b287-dcc56821bc1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8781f0d7-580e-4d6f-b287-dcc56821bc1a.shogun-image-container {
      position: relative;
    }

    .s-8781f0d7-580e-4d6f-b287-dcc56821bc1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8781f0d7-580e-4d6f-b287-dcc56821bc1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8781f0d7-580e-4d6f-b287-dcc56821bc1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-8781f0d7-580e-4d6f-b287-dcc56821bc1a img.shogun-image,
  #s-8781f0d7-580e-4d6f-b287-dcc56821bc1a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8781f0d7-580e-4d6f-b287-dcc56821bc1a {
    width: 100%;
    height: auto;
  }

  #s-8781f0d7-580e-4d6f-b287-dcc56821bc1a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8781f0d7-580e-4d6f-b287-dcc56821bc1a.shogun-image {
    
    
  }


.s-8781f0d7-580e-4d6f-b287-dcc56821bc1a .shogun-image-content {
  
    align-items: center;
  
}

.s-8781f0d7-580e-4d6f-b287-dcc56821bc1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8781f0d7-580e-4d6f-b287-dcc56821bc1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8781f0d7-580e-4d6f-b287-dcc56821bc1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8781f0d7-580e-4d6f-b287-dcc56821bc1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8781f0d7-580e-4d6f-b287-dcc56821bc1a.shogun-image-container {
      position: relative;
    }

    .s-8781f0d7-580e-4d6f-b287-dcc56821bc1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8781f0d7-580e-4d6f-b287-dcc56821bc1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8781f0d7-580e-4d6f-b287-dcc56821bc1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-8781f0d7-580e-4d6f-b287-dcc56821bc1a img.shogun-image,
  #s-8781f0d7-580e-4d6f-b287-dcc56821bc1a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8781f0d7-580e-4d6f-b287-dcc56821bc1a {
    width: 100%;
    height: auto;
  }

  #s-8781f0d7-580e-4d6f-b287-dcc56821bc1a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8781f0d7-580e-4d6f-b287-dcc56821bc1a.shogun-image {
    
    
  }


.s-8781f0d7-580e-4d6f-b287-dcc56821bc1a .shogun-image-content {
  
    align-items: center;
  
}

.s-8781f0d7-580e-4d6f-b287-dcc56821bc1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8781f0d7-580e-4d6f-b287-dcc56821bc1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8781f0d7-580e-4d6f-b287-dcc56821bc1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8781f0d7-580e-4d6f-b287-dcc56821bc1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8781f0d7-580e-4d6f-b287-dcc56821bc1a.shogun-image-container {
      position: relative;
    }

    .s-8781f0d7-580e-4d6f-b287-dcc56821bc1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8781f0d7-580e-4d6f-b287-dcc56821bc1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8781f0d7-580e-4d6f-b287-dcc56821bc1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0378668e-ca87-4cf5-9ad3-e637ae8931ef {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-0378668e-ca87-4cf5-9ad3-e637ae8931ef img.shogun-image,
  #s-0378668e-ca87-4cf5-9ad3-e637ae8931ef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0378668e-ca87-4cf5-9ad3-e637ae8931ef {
    width: 100%;
    height: auto;
  }

  #s-0378668e-ca87-4cf5-9ad3-e637ae8931ef img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0378668e-ca87-4cf5-9ad3-e637ae8931ef.shogun-image {
    
    
  }


.s-0378668e-ca87-4cf5-9ad3-e637ae8931ef .shogun-image-content {
  
    align-items: center;
  
}

.s-0378668e-ca87-4cf5-9ad3-e637ae8931ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0378668e-ca87-4cf5-9ad3-e637ae8931ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0378668e-ca87-4cf5-9ad3-e637ae8931ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0378668e-ca87-4cf5-9ad3-e637ae8931ef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0378668e-ca87-4cf5-9ad3-e637ae8931ef.shogun-image-container {
      position: relative;
    }

    .s-0378668e-ca87-4cf5-9ad3-e637ae8931ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0378668e-ca87-4cf5-9ad3-e637ae8931ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0378668e-ca87-4cf5-9ad3-e637ae8931ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0378668e-ca87-4cf5-9ad3-e637ae8931ef img.shogun-image,
  #s-0378668e-ca87-4cf5-9ad3-e637ae8931ef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0378668e-ca87-4cf5-9ad3-e637ae8931ef {
    width: 100%;
    height: auto;
  }

  #s-0378668e-ca87-4cf5-9ad3-e637ae8931ef img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0378668e-ca87-4cf5-9ad3-e637ae8931ef.shogun-image {
    
    
  }


.s-0378668e-ca87-4cf5-9ad3-e637ae8931ef .shogun-image-content {
  
    align-items: center;
  
}

.s-0378668e-ca87-4cf5-9ad3-e637ae8931ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0378668e-ca87-4cf5-9ad3-e637ae8931ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0378668e-ca87-4cf5-9ad3-e637ae8931ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0378668e-ca87-4cf5-9ad3-e637ae8931ef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0378668e-ca87-4cf5-9ad3-e637ae8931ef.shogun-image-container {
      position: relative;
    }

    .s-0378668e-ca87-4cf5-9ad3-e637ae8931ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0378668e-ca87-4cf5-9ad3-e637ae8931ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0378668e-ca87-4cf5-9ad3-e637ae8931ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0378668e-ca87-4cf5-9ad3-e637ae8931ef img.shogun-image,
  #s-0378668e-ca87-4cf5-9ad3-e637ae8931ef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0378668e-ca87-4cf5-9ad3-e637ae8931ef {
    width: 100%;
    height: auto;
  }

  #s-0378668e-ca87-4cf5-9ad3-e637ae8931ef img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0378668e-ca87-4cf5-9ad3-e637ae8931ef.shogun-image {
    
    
  }


.s-0378668e-ca87-4cf5-9ad3-e637ae8931ef .shogun-image-content {
  
    align-items: center;
  
}

.s-0378668e-ca87-4cf5-9ad3-e637ae8931ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0378668e-ca87-4cf5-9ad3-e637ae8931ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0378668e-ca87-4cf5-9ad3-e637ae8931ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0378668e-ca87-4cf5-9ad3-e637ae8931ef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0378668e-ca87-4cf5-9ad3-e637ae8931ef.shogun-image-container {
      position: relative;
    }

    .s-0378668e-ca87-4cf5-9ad3-e637ae8931ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0378668e-ca87-4cf5-9ad3-e637ae8931ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0378668e-ca87-4cf5-9ad3-e637ae8931ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0378668e-ca87-4cf5-9ad3-e637ae8931ef img.shogun-image,
  #s-0378668e-ca87-4cf5-9ad3-e637ae8931ef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0378668e-ca87-4cf5-9ad3-e637ae8931ef {
    width: 100%;
    height: auto;
  }

  #s-0378668e-ca87-4cf5-9ad3-e637ae8931ef img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0378668e-ca87-4cf5-9ad3-e637ae8931ef.shogun-image {
    
    
  }


.s-0378668e-ca87-4cf5-9ad3-e637ae8931ef .shogun-image-content {
  
    align-items: center;
  
}

.s-0378668e-ca87-4cf5-9ad3-e637ae8931ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0378668e-ca87-4cf5-9ad3-e637ae8931ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0378668e-ca87-4cf5-9ad3-e637ae8931ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0378668e-ca87-4cf5-9ad3-e637ae8931ef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0378668e-ca87-4cf5-9ad3-e637ae8931ef.shogun-image-container {
      position: relative;
    }

    .s-0378668e-ca87-4cf5-9ad3-e637ae8931ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0378668e-ca87-4cf5-9ad3-e637ae8931ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0378668e-ca87-4cf5-9ad3-e637ae8931ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0378668e-ca87-4cf5-9ad3-e637ae8931ef img.shogun-image,
  #s-0378668e-ca87-4cf5-9ad3-e637ae8931ef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0378668e-ca87-4cf5-9ad3-e637ae8931ef {
    width: 100%;
    height: auto;
  }

  #s-0378668e-ca87-4cf5-9ad3-e637ae8931ef img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0378668e-ca87-4cf5-9ad3-e637ae8931ef.shogun-image {
    
    
  }


.s-0378668e-ca87-4cf5-9ad3-e637ae8931ef .shogun-image-content {
  
    align-items: center;
  
}

.s-0378668e-ca87-4cf5-9ad3-e637ae8931ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0378668e-ca87-4cf5-9ad3-e637ae8931ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0378668e-ca87-4cf5-9ad3-e637ae8931ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0378668e-ca87-4cf5-9ad3-e637ae8931ef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0378668e-ca87-4cf5-9ad3-e637ae8931ef.shogun-image-container {
      position: relative;
    }

    .s-0378668e-ca87-4cf5-9ad3-e637ae8931ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0378668e-ca87-4cf5-9ad3-e637ae8931ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0378668e-ca87-4cf5-9ad3-e637ae8931ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-06b90400-b195-4ba0-bc6f-84759d306c25 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-06b90400-b195-4ba0-bc6f-84759d306c25 img.shogun-image,
  #s-06b90400-b195-4ba0-bc6f-84759d306c25 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06b90400-b195-4ba0-bc6f-84759d306c25 {
    width: 100%;
    height: auto;
  }

  #s-06b90400-b195-4ba0-bc6f-84759d306c25 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06b90400-b195-4ba0-bc6f-84759d306c25.shogun-image {
    
    
  }


.s-06b90400-b195-4ba0-bc6f-84759d306c25 .shogun-image-content {
  
    align-items: center;
  
}

.s-06b90400-b195-4ba0-bc6f-84759d306c25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06b90400-b195-4ba0-bc6f-84759d306c25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06b90400-b195-4ba0-bc6f-84759d306c25.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06b90400-b195-4ba0-bc6f-84759d306c25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06b90400-b195-4ba0-bc6f-84759d306c25.shogun-image-container {
      position: relative;
    }

    .s-06b90400-b195-4ba0-bc6f-84759d306c25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06b90400-b195-4ba0-bc6f-84759d306c25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06b90400-b195-4ba0-bc6f-84759d306c25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-06b90400-b195-4ba0-bc6f-84759d306c25 img.shogun-image,
  #s-06b90400-b195-4ba0-bc6f-84759d306c25 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06b90400-b195-4ba0-bc6f-84759d306c25 {
    width: 100%;
    height: auto;
  }

  #s-06b90400-b195-4ba0-bc6f-84759d306c25 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06b90400-b195-4ba0-bc6f-84759d306c25.shogun-image {
    
    
  }


.s-06b90400-b195-4ba0-bc6f-84759d306c25 .shogun-image-content {
  
    align-items: center;
  
}

.s-06b90400-b195-4ba0-bc6f-84759d306c25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06b90400-b195-4ba0-bc6f-84759d306c25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06b90400-b195-4ba0-bc6f-84759d306c25.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06b90400-b195-4ba0-bc6f-84759d306c25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06b90400-b195-4ba0-bc6f-84759d306c25.shogun-image-container {
      position: relative;
    }

    .s-06b90400-b195-4ba0-bc6f-84759d306c25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06b90400-b195-4ba0-bc6f-84759d306c25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06b90400-b195-4ba0-bc6f-84759d306c25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-06b90400-b195-4ba0-bc6f-84759d306c25 img.shogun-image,
  #s-06b90400-b195-4ba0-bc6f-84759d306c25 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06b90400-b195-4ba0-bc6f-84759d306c25 {
    width: 100%;
    height: auto;
  }

  #s-06b90400-b195-4ba0-bc6f-84759d306c25 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06b90400-b195-4ba0-bc6f-84759d306c25.shogun-image {
    
    
  }


.s-06b90400-b195-4ba0-bc6f-84759d306c25 .shogun-image-content {
  
    align-items: center;
  
}

.s-06b90400-b195-4ba0-bc6f-84759d306c25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06b90400-b195-4ba0-bc6f-84759d306c25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06b90400-b195-4ba0-bc6f-84759d306c25.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06b90400-b195-4ba0-bc6f-84759d306c25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06b90400-b195-4ba0-bc6f-84759d306c25.shogun-image-container {
      position: relative;
    }

    .s-06b90400-b195-4ba0-bc6f-84759d306c25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06b90400-b195-4ba0-bc6f-84759d306c25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06b90400-b195-4ba0-bc6f-84759d306c25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-06b90400-b195-4ba0-bc6f-84759d306c25 img.shogun-image,
  #s-06b90400-b195-4ba0-bc6f-84759d306c25 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06b90400-b195-4ba0-bc6f-84759d306c25 {
    width: 100%;
    height: auto;
  }

  #s-06b90400-b195-4ba0-bc6f-84759d306c25 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06b90400-b195-4ba0-bc6f-84759d306c25.shogun-image {
    
    
  }


.s-06b90400-b195-4ba0-bc6f-84759d306c25 .shogun-image-content {
  
    align-items: center;
  
}

.s-06b90400-b195-4ba0-bc6f-84759d306c25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06b90400-b195-4ba0-bc6f-84759d306c25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06b90400-b195-4ba0-bc6f-84759d306c25.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06b90400-b195-4ba0-bc6f-84759d306c25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06b90400-b195-4ba0-bc6f-84759d306c25.shogun-image-container {
      position: relative;
    }

    .s-06b90400-b195-4ba0-bc6f-84759d306c25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06b90400-b195-4ba0-bc6f-84759d306c25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06b90400-b195-4ba0-bc6f-84759d306c25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-06b90400-b195-4ba0-bc6f-84759d306c25 img.shogun-image,
  #s-06b90400-b195-4ba0-bc6f-84759d306c25 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06b90400-b195-4ba0-bc6f-84759d306c25 {
    width: 100%;
    height: auto;
  }

  #s-06b90400-b195-4ba0-bc6f-84759d306c25 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06b90400-b195-4ba0-bc6f-84759d306c25.shogun-image {
    
    
  }


.s-06b90400-b195-4ba0-bc6f-84759d306c25 .shogun-image-content {
  
    align-items: center;
  
}

.s-06b90400-b195-4ba0-bc6f-84759d306c25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06b90400-b195-4ba0-bc6f-84759d306c25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06b90400-b195-4ba0-bc6f-84759d306c25.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06b90400-b195-4ba0-bc6f-84759d306c25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06b90400-b195-4ba0-bc6f-84759d306c25.shogun-image-container {
      position: relative;
    }

    .s-06b90400-b195-4ba0-bc6f-84759d306c25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06b90400-b195-4ba0-bc6f-84759d306c25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06b90400-b195-4ba0-bc6f-84759d306c25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-043db1f2-8bf7-4041-b7da-f80915ac904a {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-043db1f2-8bf7-4041-b7da-f80915ac904a img.shogun-image,
  #s-043db1f2-8bf7-4041-b7da-f80915ac904a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-043db1f2-8bf7-4041-b7da-f80915ac904a {
    width: 100%;
    height: auto;
  }

  #s-043db1f2-8bf7-4041-b7da-f80915ac904a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-043db1f2-8bf7-4041-b7da-f80915ac904a.shogun-image {
    
    
  }


.s-043db1f2-8bf7-4041-b7da-f80915ac904a .shogun-image-content {
  
    align-items: center;
  
}

.s-043db1f2-8bf7-4041-b7da-f80915ac904a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-043db1f2-8bf7-4041-b7da-f80915ac904a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-043db1f2-8bf7-4041-b7da-f80915ac904a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-043db1f2-8bf7-4041-b7da-f80915ac904a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-043db1f2-8bf7-4041-b7da-f80915ac904a.shogun-image-container {
      position: relative;
    }

    .s-043db1f2-8bf7-4041-b7da-f80915ac904a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-043db1f2-8bf7-4041-b7da-f80915ac904a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-043db1f2-8bf7-4041-b7da-f80915ac904a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-043db1f2-8bf7-4041-b7da-f80915ac904a img.shogun-image,
  #s-043db1f2-8bf7-4041-b7da-f80915ac904a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-043db1f2-8bf7-4041-b7da-f80915ac904a {
    width: 100%;
    height: auto;
  }

  #s-043db1f2-8bf7-4041-b7da-f80915ac904a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-043db1f2-8bf7-4041-b7da-f80915ac904a.shogun-image {
    
    
  }


.s-043db1f2-8bf7-4041-b7da-f80915ac904a .shogun-image-content {
  
    align-items: center;
  
}

.s-043db1f2-8bf7-4041-b7da-f80915ac904a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-043db1f2-8bf7-4041-b7da-f80915ac904a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-043db1f2-8bf7-4041-b7da-f80915ac904a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-043db1f2-8bf7-4041-b7da-f80915ac904a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-043db1f2-8bf7-4041-b7da-f80915ac904a.shogun-image-container {
      position: relative;
    }

    .s-043db1f2-8bf7-4041-b7da-f80915ac904a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-043db1f2-8bf7-4041-b7da-f80915ac904a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-043db1f2-8bf7-4041-b7da-f80915ac904a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-043db1f2-8bf7-4041-b7da-f80915ac904a img.shogun-image,
  #s-043db1f2-8bf7-4041-b7da-f80915ac904a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-043db1f2-8bf7-4041-b7da-f80915ac904a {
    width: 100%;
    height: auto;
  }

  #s-043db1f2-8bf7-4041-b7da-f80915ac904a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-043db1f2-8bf7-4041-b7da-f80915ac904a.shogun-image {
    
    
  }


.s-043db1f2-8bf7-4041-b7da-f80915ac904a .shogun-image-content {
  
    align-items: center;
  
}

.s-043db1f2-8bf7-4041-b7da-f80915ac904a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-043db1f2-8bf7-4041-b7da-f80915ac904a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-043db1f2-8bf7-4041-b7da-f80915ac904a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-043db1f2-8bf7-4041-b7da-f80915ac904a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-043db1f2-8bf7-4041-b7da-f80915ac904a.shogun-image-container {
      position: relative;
    }

    .s-043db1f2-8bf7-4041-b7da-f80915ac904a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-043db1f2-8bf7-4041-b7da-f80915ac904a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-043db1f2-8bf7-4041-b7da-f80915ac904a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-043db1f2-8bf7-4041-b7da-f80915ac904a img.shogun-image,
  #s-043db1f2-8bf7-4041-b7da-f80915ac904a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-043db1f2-8bf7-4041-b7da-f80915ac904a {
    width: 100%;
    height: auto;
  }

  #s-043db1f2-8bf7-4041-b7da-f80915ac904a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-043db1f2-8bf7-4041-b7da-f80915ac904a.shogun-image {
    
    
  }


.s-043db1f2-8bf7-4041-b7da-f80915ac904a .shogun-image-content {
  
    align-items: center;
  
}

.s-043db1f2-8bf7-4041-b7da-f80915ac904a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-043db1f2-8bf7-4041-b7da-f80915ac904a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-043db1f2-8bf7-4041-b7da-f80915ac904a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-043db1f2-8bf7-4041-b7da-f80915ac904a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-043db1f2-8bf7-4041-b7da-f80915ac904a.shogun-image-container {
      position: relative;
    }

    .s-043db1f2-8bf7-4041-b7da-f80915ac904a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-043db1f2-8bf7-4041-b7da-f80915ac904a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-043db1f2-8bf7-4041-b7da-f80915ac904a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-043db1f2-8bf7-4041-b7da-f80915ac904a img.shogun-image,
  #s-043db1f2-8bf7-4041-b7da-f80915ac904a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-043db1f2-8bf7-4041-b7da-f80915ac904a {
    width: 100%;
    height: auto;
  }

  #s-043db1f2-8bf7-4041-b7da-f80915ac904a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-043db1f2-8bf7-4041-b7da-f80915ac904a.shogun-image {
    
    
  }


.s-043db1f2-8bf7-4041-b7da-f80915ac904a .shogun-image-content {
  
    align-items: center;
  
}

.s-043db1f2-8bf7-4041-b7da-f80915ac904a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-043db1f2-8bf7-4041-b7da-f80915ac904a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-043db1f2-8bf7-4041-b7da-f80915ac904a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-043db1f2-8bf7-4041-b7da-f80915ac904a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-043db1f2-8bf7-4041-b7da-f80915ac904a.shogun-image-container {
      position: relative;
    }

    .s-043db1f2-8bf7-4041-b7da-f80915ac904a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-043db1f2-8bf7-4041-b7da-f80915ac904a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-043db1f2-8bf7-4041-b7da-f80915ac904a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-27fc063f-36f1-48af-8708-43b0e136999e {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-27fc063f-36f1-48af-8708-43b0e136999e img.shogun-image,
  #s-27fc063f-36f1-48af-8708-43b0e136999e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-27fc063f-36f1-48af-8708-43b0e136999e {
    width: 100%;
    height: auto;
  }

  #s-27fc063f-36f1-48af-8708-43b0e136999e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-27fc063f-36f1-48af-8708-43b0e136999e.shogun-image {
    
    
  }


.s-27fc063f-36f1-48af-8708-43b0e136999e .shogun-image-content {
  
    align-items: center;
  
}

.s-27fc063f-36f1-48af-8708-43b0e136999e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27fc063f-36f1-48af-8708-43b0e136999e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27fc063f-36f1-48af-8708-43b0e136999e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27fc063f-36f1-48af-8708-43b0e136999e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27fc063f-36f1-48af-8708-43b0e136999e.shogun-image-container {
      position: relative;
    }

    .s-27fc063f-36f1-48af-8708-43b0e136999e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27fc063f-36f1-48af-8708-43b0e136999e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27fc063f-36f1-48af-8708-43b0e136999e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-27fc063f-36f1-48af-8708-43b0e136999e img.shogun-image,
  #s-27fc063f-36f1-48af-8708-43b0e136999e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-27fc063f-36f1-48af-8708-43b0e136999e {
    width: 100%;
    height: auto;
  }

  #s-27fc063f-36f1-48af-8708-43b0e136999e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-27fc063f-36f1-48af-8708-43b0e136999e.shogun-image {
    
    
  }


.s-27fc063f-36f1-48af-8708-43b0e136999e .shogun-image-content {
  
    align-items: center;
  
}

.s-27fc063f-36f1-48af-8708-43b0e136999e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27fc063f-36f1-48af-8708-43b0e136999e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27fc063f-36f1-48af-8708-43b0e136999e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27fc063f-36f1-48af-8708-43b0e136999e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27fc063f-36f1-48af-8708-43b0e136999e.shogun-image-container {
      position: relative;
    }

    .s-27fc063f-36f1-48af-8708-43b0e136999e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27fc063f-36f1-48af-8708-43b0e136999e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27fc063f-36f1-48af-8708-43b0e136999e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-27fc063f-36f1-48af-8708-43b0e136999e img.shogun-image,
  #s-27fc063f-36f1-48af-8708-43b0e136999e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-27fc063f-36f1-48af-8708-43b0e136999e {
    width: 100%;
    height: auto;
  }

  #s-27fc063f-36f1-48af-8708-43b0e136999e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-27fc063f-36f1-48af-8708-43b0e136999e.shogun-image {
    
    
  }


.s-27fc063f-36f1-48af-8708-43b0e136999e .shogun-image-content {
  
    align-items: center;
  
}

.s-27fc063f-36f1-48af-8708-43b0e136999e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27fc063f-36f1-48af-8708-43b0e136999e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27fc063f-36f1-48af-8708-43b0e136999e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27fc063f-36f1-48af-8708-43b0e136999e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27fc063f-36f1-48af-8708-43b0e136999e.shogun-image-container {
      position: relative;
    }

    .s-27fc063f-36f1-48af-8708-43b0e136999e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27fc063f-36f1-48af-8708-43b0e136999e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27fc063f-36f1-48af-8708-43b0e136999e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-27fc063f-36f1-48af-8708-43b0e136999e img.shogun-image,
  #s-27fc063f-36f1-48af-8708-43b0e136999e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-27fc063f-36f1-48af-8708-43b0e136999e {
    width: 100%;
    height: auto;
  }

  #s-27fc063f-36f1-48af-8708-43b0e136999e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-27fc063f-36f1-48af-8708-43b0e136999e.shogun-image {
    
    
  }


.s-27fc063f-36f1-48af-8708-43b0e136999e .shogun-image-content {
  
    align-items: center;
  
}

.s-27fc063f-36f1-48af-8708-43b0e136999e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27fc063f-36f1-48af-8708-43b0e136999e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27fc063f-36f1-48af-8708-43b0e136999e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27fc063f-36f1-48af-8708-43b0e136999e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27fc063f-36f1-48af-8708-43b0e136999e.shogun-image-container {
      position: relative;
    }

    .s-27fc063f-36f1-48af-8708-43b0e136999e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27fc063f-36f1-48af-8708-43b0e136999e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27fc063f-36f1-48af-8708-43b0e136999e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-27fc063f-36f1-48af-8708-43b0e136999e img.shogun-image,
  #s-27fc063f-36f1-48af-8708-43b0e136999e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-27fc063f-36f1-48af-8708-43b0e136999e {
    width: 100%;
    height: auto;
  }

  #s-27fc063f-36f1-48af-8708-43b0e136999e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-27fc063f-36f1-48af-8708-43b0e136999e.shogun-image {
    
    
  }


.s-27fc063f-36f1-48af-8708-43b0e136999e .shogun-image-content {
  
    align-items: center;
  
}

.s-27fc063f-36f1-48af-8708-43b0e136999e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27fc063f-36f1-48af-8708-43b0e136999e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27fc063f-36f1-48af-8708-43b0e136999e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27fc063f-36f1-48af-8708-43b0e136999e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27fc063f-36f1-48af-8708-43b0e136999e.shogun-image-container {
      position: relative;
    }

    .s-27fc063f-36f1-48af-8708-43b0e136999e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27fc063f-36f1-48af-8708-43b0e136999e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27fc063f-36f1-48af-8708-43b0e136999e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-9f2ef295-cf81-4007-ab30-0a463efe9d48 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-9f2ef295-cf81-4007-ab30-0a463efe9d48 img.shogun-image,
  #s-9f2ef295-cf81-4007-ab30-0a463efe9d48 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f2ef295-cf81-4007-ab30-0a463efe9d48 {
    width: 100%;
    height: auto;
  }

  #s-9f2ef295-cf81-4007-ab30-0a463efe9d48 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f2ef295-cf81-4007-ab30-0a463efe9d48.shogun-image {
    
    
  }


.s-9f2ef295-cf81-4007-ab30-0a463efe9d48 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f2ef295-cf81-4007-ab30-0a463efe9d48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f2ef295-cf81-4007-ab30-0a463efe9d48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f2ef295-cf81-4007-ab30-0a463efe9d48.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f2ef295-cf81-4007-ab30-0a463efe9d48 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f2ef295-cf81-4007-ab30-0a463efe9d48.shogun-image-container {
      position: relative;
    }

    .s-9f2ef295-cf81-4007-ab30-0a463efe9d48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f2ef295-cf81-4007-ab30-0a463efe9d48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f2ef295-cf81-4007-ab30-0a463efe9d48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9f2ef295-cf81-4007-ab30-0a463efe9d48 img.shogun-image,
  #s-9f2ef295-cf81-4007-ab30-0a463efe9d48 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f2ef295-cf81-4007-ab30-0a463efe9d48 {
    width: 100%;
    height: auto;
  }

  #s-9f2ef295-cf81-4007-ab30-0a463efe9d48 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f2ef295-cf81-4007-ab30-0a463efe9d48.shogun-image {
    
    
  }


.s-9f2ef295-cf81-4007-ab30-0a463efe9d48 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f2ef295-cf81-4007-ab30-0a463efe9d48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f2ef295-cf81-4007-ab30-0a463efe9d48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f2ef295-cf81-4007-ab30-0a463efe9d48.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f2ef295-cf81-4007-ab30-0a463efe9d48 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f2ef295-cf81-4007-ab30-0a463efe9d48.shogun-image-container {
      position: relative;
    }

    .s-9f2ef295-cf81-4007-ab30-0a463efe9d48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f2ef295-cf81-4007-ab30-0a463efe9d48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f2ef295-cf81-4007-ab30-0a463efe9d48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9f2ef295-cf81-4007-ab30-0a463efe9d48 img.shogun-image,
  #s-9f2ef295-cf81-4007-ab30-0a463efe9d48 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f2ef295-cf81-4007-ab30-0a463efe9d48 {
    width: 100%;
    height: auto;
  }

  #s-9f2ef295-cf81-4007-ab30-0a463efe9d48 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f2ef295-cf81-4007-ab30-0a463efe9d48.shogun-image {
    
    
  }


.s-9f2ef295-cf81-4007-ab30-0a463efe9d48 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f2ef295-cf81-4007-ab30-0a463efe9d48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f2ef295-cf81-4007-ab30-0a463efe9d48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f2ef295-cf81-4007-ab30-0a463efe9d48.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f2ef295-cf81-4007-ab30-0a463efe9d48 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f2ef295-cf81-4007-ab30-0a463efe9d48.shogun-image-container {
      position: relative;
    }

    .s-9f2ef295-cf81-4007-ab30-0a463efe9d48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f2ef295-cf81-4007-ab30-0a463efe9d48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f2ef295-cf81-4007-ab30-0a463efe9d48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9f2ef295-cf81-4007-ab30-0a463efe9d48 img.shogun-image,
  #s-9f2ef295-cf81-4007-ab30-0a463efe9d48 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f2ef295-cf81-4007-ab30-0a463efe9d48 {
    width: 100%;
    height: auto;
  }

  #s-9f2ef295-cf81-4007-ab30-0a463efe9d48 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f2ef295-cf81-4007-ab30-0a463efe9d48.shogun-image {
    
    
  }


.s-9f2ef295-cf81-4007-ab30-0a463efe9d48 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f2ef295-cf81-4007-ab30-0a463efe9d48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f2ef295-cf81-4007-ab30-0a463efe9d48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f2ef295-cf81-4007-ab30-0a463efe9d48.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f2ef295-cf81-4007-ab30-0a463efe9d48 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f2ef295-cf81-4007-ab30-0a463efe9d48.shogun-image-container {
      position: relative;
    }

    .s-9f2ef295-cf81-4007-ab30-0a463efe9d48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f2ef295-cf81-4007-ab30-0a463efe9d48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f2ef295-cf81-4007-ab30-0a463efe9d48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9f2ef295-cf81-4007-ab30-0a463efe9d48 img.shogun-image,
  #s-9f2ef295-cf81-4007-ab30-0a463efe9d48 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f2ef295-cf81-4007-ab30-0a463efe9d48 {
    width: 100%;
    height: auto;
  }

  #s-9f2ef295-cf81-4007-ab30-0a463efe9d48 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f2ef295-cf81-4007-ab30-0a463efe9d48.shogun-image {
    
    
  }


.s-9f2ef295-cf81-4007-ab30-0a463efe9d48 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f2ef295-cf81-4007-ab30-0a463efe9d48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f2ef295-cf81-4007-ab30-0a463efe9d48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f2ef295-cf81-4007-ab30-0a463efe9d48.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f2ef295-cf81-4007-ab30-0a463efe9d48 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f2ef295-cf81-4007-ab30-0a463efe9d48.shogun-image-container {
      position: relative;
    }

    .s-9f2ef295-cf81-4007-ab30-0a463efe9d48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f2ef295-cf81-4007-ab30-0a463efe9d48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f2ef295-cf81-4007-ab30-0a463efe9d48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-18428c45-a45e-4a1c-859f-5cbd4c850905 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-18428c45-a45e-4a1c-859f-5cbd4c850905 img.shogun-image,
  #s-18428c45-a45e-4a1c-859f-5cbd4c850905 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-18428c45-a45e-4a1c-859f-5cbd4c850905 {
    width: 100%;
    height: auto;
  }

  #s-18428c45-a45e-4a1c-859f-5cbd4c850905 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-18428c45-a45e-4a1c-859f-5cbd4c850905.shogun-image {
    
    
  }


.s-18428c45-a45e-4a1c-859f-5cbd4c850905 .shogun-image-content {
  
    align-items: center;
  
}

.s-18428c45-a45e-4a1c-859f-5cbd4c850905.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18428c45-a45e-4a1c-859f-5cbd4c850905.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18428c45-a45e-4a1c-859f-5cbd4c850905.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18428c45-a45e-4a1c-859f-5cbd4c850905 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-18428c45-a45e-4a1c-859f-5cbd4c850905.shogun-image-container {
      position: relative;
    }

    .s-18428c45-a45e-4a1c-859f-5cbd4c850905.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18428c45-a45e-4a1c-859f-5cbd4c850905.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18428c45-a45e-4a1c-859f-5cbd4c850905 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-18428c45-a45e-4a1c-859f-5cbd4c850905 img.shogun-image,
  #s-18428c45-a45e-4a1c-859f-5cbd4c850905 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-18428c45-a45e-4a1c-859f-5cbd4c850905 {
    width: 100%;
    height: auto;
  }

  #s-18428c45-a45e-4a1c-859f-5cbd4c850905 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-18428c45-a45e-4a1c-859f-5cbd4c850905.shogun-image {
    
    
  }


.s-18428c45-a45e-4a1c-859f-5cbd4c850905 .shogun-image-content {
  
    align-items: center;
  
}

.s-18428c45-a45e-4a1c-859f-5cbd4c850905.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18428c45-a45e-4a1c-859f-5cbd4c850905.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18428c45-a45e-4a1c-859f-5cbd4c850905.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18428c45-a45e-4a1c-859f-5cbd4c850905 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-18428c45-a45e-4a1c-859f-5cbd4c850905.shogun-image-container {
      position: relative;
    }

    .s-18428c45-a45e-4a1c-859f-5cbd4c850905.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18428c45-a45e-4a1c-859f-5cbd4c850905.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18428c45-a45e-4a1c-859f-5cbd4c850905 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-18428c45-a45e-4a1c-859f-5cbd4c850905 img.shogun-image,
  #s-18428c45-a45e-4a1c-859f-5cbd4c850905 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-18428c45-a45e-4a1c-859f-5cbd4c850905 {
    width: 100%;
    height: auto;
  }

  #s-18428c45-a45e-4a1c-859f-5cbd4c850905 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-18428c45-a45e-4a1c-859f-5cbd4c850905.shogun-image {
    
    
  }


.s-18428c45-a45e-4a1c-859f-5cbd4c850905 .shogun-image-content {
  
    align-items: center;
  
}

.s-18428c45-a45e-4a1c-859f-5cbd4c850905.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18428c45-a45e-4a1c-859f-5cbd4c850905.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18428c45-a45e-4a1c-859f-5cbd4c850905.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18428c45-a45e-4a1c-859f-5cbd4c850905 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-18428c45-a45e-4a1c-859f-5cbd4c850905.shogun-image-container {
      position: relative;
    }

    .s-18428c45-a45e-4a1c-859f-5cbd4c850905.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18428c45-a45e-4a1c-859f-5cbd4c850905.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18428c45-a45e-4a1c-859f-5cbd4c850905 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-18428c45-a45e-4a1c-859f-5cbd4c850905 img.shogun-image,
  #s-18428c45-a45e-4a1c-859f-5cbd4c850905 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-18428c45-a45e-4a1c-859f-5cbd4c850905 {
    width: 100%;
    height: auto;
  }

  #s-18428c45-a45e-4a1c-859f-5cbd4c850905 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-18428c45-a45e-4a1c-859f-5cbd4c850905.shogun-image {
    
    
  }


.s-18428c45-a45e-4a1c-859f-5cbd4c850905 .shogun-image-content {
  
    align-items: center;
  
}

.s-18428c45-a45e-4a1c-859f-5cbd4c850905.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18428c45-a45e-4a1c-859f-5cbd4c850905.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18428c45-a45e-4a1c-859f-5cbd4c850905.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18428c45-a45e-4a1c-859f-5cbd4c850905 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-18428c45-a45e-4a1c-859f-5cbd4c850905.shogun-image-container {
      position: relative;
    }

    .s-18428c45-a45e-4a1c-859f-5cbd4c850905.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18428c45-a45e-4a1c-859f-5cbd4c850905.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18428c45-a45e-4a1c-859f-5cbd4c850905 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-18428c45-a45e-4a1c-859f-5cbd4c850905 img.shogun-image,
  #s-18428c45-a45e-4a1c-859f-5cbd4c850905 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-18428c45-a45e-4a1c-859f-5cbd4c850905 {
    width: 100%;
    height: auto;
  }

  #s-18428c45-a45e-4a1c-859f-5cbd4c850905 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-18428c45-a45e-4a1c-859f-5cbd4c850905.shogun-image {
    
    
  }


.s-18428c45-a45e-4a1c-859f-5cbd4c850905 .shogun-image-content {
  
    align-items: center;
  
}

.s-18428c45-a45e-4a1c-859f-5cbd4c850905.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18428c45-a45e-4a1c-859f-5cbd4c850905.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18428c45-a45e-4a1c-859f-5cbd4c850905.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18428c45-a45e-4a1c-859f-5cbd4c850905 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-18428c45-a45e-4a1c-859f-5cbd4c850905.shogun-image-container {
      position: relative;
    }

    .s-18428c45-a45e-4a1c-859f-5cbd4c850905.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18428c45-a45e-4a1c-859f-5cbd4c850905.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18428c45-a45e-4a1c-859f-5cbd4c850905 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3e14d4f4-9e2c-4196-a649-db43e5181ab8 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-3e14d4f4-9e2c-4196-a649-db43e5181ab8 img.shogun-image,
  #s-3e14d4f4-9e2c-4196-a649-db43e5181ab8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3e14d4f4-9e2c-4196-a649-db43e5181ab8 {
    width: 100%;
    height: auto;
  }

  #s-3e14d4f4-9e2c-4196-a649-db43e5181ab8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e14d4f4-9e2c-4196-a649-db43e5181ab8.shogun-image {
    
    
  }


.s-3e14d4f4-9e2c-4196-a649-db43e5181ab8 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e14d4f4-9e2c-4196-a649-db43e5181ab8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e14d4f4-9e2c-4196-a649-db43e5181ab8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e14d4f4-9e2c-4196-a649-db43e5181ab8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e14d4f4-9e2c-4196-a649-db43e5181ab8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3e14d4f4-9e2c-4196-a649-db43e5181ab8.shogun-image-container {
      position: relative;
    }

    .s-3e14d4f4-9e2c-4196-a649-db43e5181ab8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e14d4f4-9e2c-4196-a649-db43e5181ab8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e14d4f4-9e2c-4196-a649-db43e5181ab8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3e14d4f4-9e2c-4196-a649-db43e5181ab8 img.shogun-image,
  #s-3e14d4f4-9e2c-4196-a649-db43e5181ab8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3e14d4f4-9e2c-4196-a649-db43e5181ab8 {
    width: 100%;
    height: auto;
  }

  #s-3e14d4f4-9e2c-4196-a649-db43e5181ab8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e14d4f4-9e2c-4196-a649-db43e5181ab8.shogun-image {
    
    
  }


.s-3e14d4f4-9e2c-4196-a649-db43e5181ab8 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e14d4f4-9e2c-4196-a649-db43e5181ab8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e14d4f4-9e2c-4196-a649-db43e5181ab8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e14d4f4-9e2c-4196-a649-db43e5181ab8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e14d4f4-9e2c-4196-a649-db43e5181ab8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3e14d4f4-9e2c-4196-a649-db43e5181ab8.shogun-image-container {
      position: relative;
    }

    .s-3e14d4f4-9e2c-4196-a649-db43e5181ab8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e14d4f4-9e2c-4196-a649-db43e5181ab8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e14d4f4-9e2c-4196-a649-db43e5181ab8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3e14d4f4-9e2c-4196-a649-db43e5181ab8 img.shogun-image,
  #s-3e14d4f4-9e2c-4196-a649-db43e5181ab8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3e14d4f4-9e2c-4196-a649-db43e5181ab8 {
    width: 100%;
    height: auto;
  }

  #s-3e14d4f4-9e2c-4196-a649-db43e5181ab8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e14d4f4-9e2c-4196-a649-db43e5181ab8.shogun-image {
    
    
  }


.s-3e14d4f4-9e2c-4196-a649-db43e5181ab8 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e14d4f4-9e2c-4196-a649-db43e5181ab8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e14d4f4-9e2c-4196-a649-db43e5181ab8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e14d4f4-9e2c-4196-a649-db43e5181ab8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e14d4f4-9e2c-4196-a649-db43e5181ab8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3e14d4f4-9e2c-4196-a649-db43e5181ab8.shogun-image-container {
      position: relative;
    }

    .s-3e14d4f4-9e2c-4196-a649-db43e5181ab8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e14d4f4-9e2c-4196-a649-db43e5181ab8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e14d4f4-9e2c-4196-a649-db43e5181ab8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3e14d4f4-9e2c-4196-a649-db43e5181ab8 img.shogun-image,
  #s-3e14d4f4-9e2c-4196-a649-db43e5181ab8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3e14d4f4-9e2c-4196-a649-db43e5181ab8 {
    width: 100%;
    height: auto;
  }

  #s-3e14d4f4-9e2c-4196-a649-db43e5181ab8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e14d4f4-9e2c-4196-a649-db43e5181ab8.shogun-image {
    
    
  }


.s-3e14d4f4-9e2c-4196-a649-db43e5181ab8 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e14d4f4-9e2c-4196-a649-db43e5181ab8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e14d4f4-9e2c-4196-a649-db43e5181ab8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e14d4f4-9e2c-4196-a649-db43e5181ab8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e14d4f4-9e2c-4196-a649-db43e5181ab8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3e14d4f4-9e2c-4196-a649-db43e5181ab8.shogun-image-container {
      position: relative;
    }

    .s-3e14d4f4-9e2c-4196-a649-db43e5181ab8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e14d4f4-9e2c-4196-a649-db43e5181ab8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e14d4f4-9e2c-4196-a649-db43e5181ab8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3e14d4f4-9e2c-4196-a649-db43e5181ab8 img.shogun-image,
  #s-3e14d4f4-9e2c-4196-a649-db43e5181ab8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3e14d4f4-9e2c-4196-a649-db43e5181ab8 {
    width: 100%;
    height: auto;
  }

  #s-3e14d4f4-9e2c-4196-a649-db43e5181ab8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e14d4f4-9e2c-4196-a649-db43e5181ab8.shogun-image {
    
    
  }


.s-3e14d4f4-9e2c-4196-a649-db43e5181ab8 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e14d4f4-9e2c-4196-a649-db43e5181ab8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e14d4f4-9e2c-4196-a649-db43e5181ab8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e14d4f4-9e2c-4196-a649-db43e5181ab8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e14d4f4-9e2c-4196-a649-db43e5181ab8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3e14d4f4-9e2c-4196-a649-db43e5181ab8.shogun-image-container {
      position: relative;
    }

    .s-3e14d4f4-9e2c-4196-a649-db43e5181ab8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e14d4f4-9e2c-4196-a649-db43e5181ab8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e14d4f4-9e2c-4196-a649-db43e5181ab8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e0971c77-1131-4e7b-bb88-f26c662e9086 {
  min-height: 50px;
}








#s-e0971c77-1131-4e7b-bb88-f26c662e9086 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0971c77-1131-4e7b-bb88-f26c662e9086.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2f55369-ea33-4be1-b84c-de812e51f007 {
  min-height: 50px;
}








#s-c2f55369-ea33-4be1-b84c-de812e51f007 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2f55369-ea33-4be1-b84c-de812e51f007.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-8c73a7c0-d272-4239-ae21-9744ae8ddccf {
  margin-left: 19%;
margin-right: 19%;
padding-left: 0%;
padding-right: 0%;
}

#s-8c73a7c0-d272-4239-ae21-9744ae8ddccf > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-8c73a7c0-d272-4239-ae21-9744ae8ddccf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 9px;
}

#s-8c73a7c0-d272-4239-ae21-9744ae8ddccf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-8c73a7c0-d272-4239-ae21-9744ae8ddccf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-8c73a7c0-d272-4239-ae21-9744ae8ddccf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-8c73a7c0-d272-4239-ae21-9744ae8ddccf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-d6dd520c-c73b-49a3-a10d-3067f1cf798e {
  margin-left: 5%;
margin-right: 5%;
}

#s-30757aac-75ea-4eb1-9466-f8506018bdf2 {
  margin-left: 5%;
margin-right: 5%;
}

#s-5672c714-05e4-470f-867e-f052fce611e9 {
  margin-left: 5%;
margin-right: 5%;
}

#s-30e68b8a-4b38-4c3b-baea-6fb16e7f993f {
  min-height: 50px;
}








#s-30e68b8a-4b38-4c3b-baea-6fb16e7f993f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30e68b8a-4b38-4c3b-baea-6fb16e7f993f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01cce7a1-1228-45e8-ae3f-deebf5993f3d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-01cce7a1-1228-45e8-ae3f-deebf5993f3d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 4px;
}

#s-01cce7a1-1228-45e8-ae3f-deebf5993f3d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-01cce7a1-1228-45e8-ae3f-deebf5993f3d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-01cce7a1-1228-45e8-ae3f-deebf5993f3d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: ;
  font-style: ;
  font-size: 12px;
}

#s-01cce7a1-1228-45e8-ae3f-deebf5993f3d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 12px;
}
#s-e1bd19c5-05d0-458c-9afa-a2549565fced {
  margin-left: 5%;
margin-right: 5%;
}

#s-cce88185-4738-40b7-aa1f-eefde8811ce5 {
  margin-left: 5%;
margin-right: 5%;
}

#s-88ac34fc-54fd-4f40-b628-13490a6f2e2b {
  margin-left: 5%;
margin-right: 5%;
}

#s-48c82037-8d85-4cd8-a0e3-fa0e198b935c {
  min-height: 50px;
}








#s-48c82037-8d85-4cd8-a0e3-fa0e198b935c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48c82037-8d85-4cd8-a0e3-fa0e198b935c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b7b1f1c-10ff-4d78-9210-7f5b47cea9d4 {
  min-height: 50px;
}








#s-0b7b1f1c-10ff-4d78-9210-7f5b47cea9d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b7b1f1c-10ff-4d78-9210-7f5b47cea9d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de08e1db-fe2d-42ea-ad45-4a8630accd8b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: -618px center;
}
@media (min-width: 1200px){#s-de08e1db-fe2d-42ea-ad45-4a8630accd8b {
  display: none;
}
#s-de08e1db-fe2d-42ea-ad45-4a8630accd8b, #wrap-s-de08e1db-fe2d-42ea-ad45-4a8630accd8b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de08e1db-fe2d-42ea-ad45-4a8630accd8b {
  display: none;
}
#s-de08e1db-fe2d-42ea-ad45-4a8630accd8b, #wrap-s-de08e1db-fe2d-42ea-ad45-4a8630accd8b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-de08e1db-fe2d-42ea-ad45-4a8630accd8b {
  display: none;
}
#s-de08e1db-fe2d-42ea-ad45-4a8630accd8b, #wrap-s-de08e1db-fe2d-42ea-ad45-4a8630accd8b { display: none !important; }}
#s-de08e1db-fe2d-42ea-ad45-4a8630accd8b {
  background-image: url(https://i.shgcdn.com/1f795b04-dffc-4e0b-860f-91b68181834c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-de08e1db-fe2d-42ea-ad45-4a8630accd8b {
  background-image: url(https://i.shgcdn.com/1f795b04-dffc-4e0b-860f-91b68181834c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-de08e1db-fe2d-42ea-ad45-4a8630accd8b {
  background-image: url(https://i.shgcdn.com/1f795b04-dffc-4e0b-860f-91b68181834c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-de08e1db-fe2d-42ea-ad45-4a8630accd8b {
  background-image: url(https://i.shgcdn.com/1f795b04-dffc-4e0b-860f-91b68181834c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-de08e1db-fe2d-42ea-ad45-4a8630accd8b {
  background-image: url(https://i.shgcdn.com/1f795b04-dffc-4e0b-860f-91b68181834c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-de08e1db-fe2d-42ea-ad45-4a8630accd8b {
  background-image: url(https://i.shgcdn.com/1f795b04-dffc-4e0b-860f-91b68181834c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-de08e1db-fe2d-42ea-ad45-4a8630accd8b {
  background-image: url(https://i.shgcdn.com/1f795b04-dffc-4e0b-860f-91b68181834c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-de08e1db-fe2d-42ea-ad45-4a8630accd8b {
  background-image: url(https://i.shgcdn.com/1f795b04-dffc-4e0b-860f-91b68181834c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-de08e1db-fe2d-42ea-ad45-4a8630accd8b {
  background-image: url(https://i.shgcdn.com/1f795b04-dffc-4e0b-860f-91b68181834c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-de08e1db-fe2d-42ea-ad45-4a8630accd8b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-de08e1db-fe2d-42ea-ad45-4a8630accd8b {
  cursor: pointer;
}#s-de08e1db-fe2d-42ea-ad45-4a8630accd8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c6d4678-167c-49f7-899a-8c6855de336d {
  margin-left: 0%;
}

#s-7d9cb260-0b36-4d14-8430-a8a669db8f4b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (max-width: 767px){#s-7d9cb260-0b36-4d14-8430-a8a669db8f4b {
  display: none;
}
#s-7d9cb260-0b36-4d14-8430-a8a669db8f4b, #wrap-s-7d9cb260-0b36-4d14-8430-a8a669db8f4b { display: none !important; }}
#s-7d9cb260-0b36-4d14-8430-a8a669db8f4b {
  background-image: url(https://i.shgcdn.com/1f795b04-dffc-4e0b-860f-91b68181834c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7d9cb260-0b36-4d14-8430-a8a669db8f4b {
  background-image: url(https://i.shgcdn.com/1f795b04-dffc-4e0b-860f-91b68181834c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7d9cb260-0b36-4d14-8430-a8a669db8f4b {
  background-image: url(https://i.shgcdn.com/1f795b04-dffc-4e0b-860f-91b68181834c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7d9cb260-0b36-4d14-8430-a8a669db8f4b {
  background-image: url(https://i.shgcdn.com/1f795b04-dffc-4e0b-860f-91b68181834c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7d9cb260-0b36-4d14-8430-a8a669db8f4b {
  background-image: url(https://i.shgcdn.com/1f795b04-dffc-4e0b-860f-91b68181834c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7d9cb260-0b36-4d14-8430-a8a669db8f4b {
  background-image: url(https://i.shgcdn.com/1f795b04-dffc-4e0b-860f-91b68181834c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7d9cb260-0b36-4d14-8430-a8a669db8f4b {
  background-image: url(https://i.shgcdn.com/1f795b04-dffc-4e0b-860f-91b68181834c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7d9cb260-0b36-4d14-8430-a8a669db8f4b {
  background-image: url(https://i.shgcdn.com/1f795b04-dffc-4e0b-860f-91b68181834c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7d9cb260-0b36-4d14-8430-a8a669db8f4b {
  background-image: url(https://i.shgcdn.com/1f795b04-dffc-4e0b-860f-91b68181834c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-7d9cb260-0b36-4d14-8430-a8a669db8f4b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-7d9cb260-0b36-4d14-8430-a8a669db8f4b {
  cursor: pointer;
}#s-7d9cb260-0b36-4d14-8430-a8a669db8f4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2440706-e9be-4b72-be43-dbbb532fa928 {
  margin-left: 0%;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
