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

.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-12f37129-e31d-453c-bcec-039a686a6e62 {
  margin-left: auto;
margin-right: auto;
padding-top: 35px;
padding-left: 15px;
padding-bottom: 35px;
padding-right: 15px;
min-height: 50px;
max-width: 1415px;
}








#s-12f37129-e31d-453c-bcec-039a686a6e62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12f37129-e31d-453c-bcec-039a686a6e62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1386e141-ddeb-486b-a8fa-ee109a9f419b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-07713914-269f-42e5-94eb-b5f408d3de05 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-ae0fea42-68df-4ab2-b7cb-57235fe9ac40 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

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

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

.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-29e1b7cd-01e6-47f7-ba49-473f2c8fd08c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-29e1b7cd-01e6-47f7-ba49-473f2c8fd08c .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-29e1b7cd-01e6-47f7-ba49-473f2c8fd08c .shg-sld-nav-button.shg-sld-left,
#s-29e1b7cd-01e6-47f7-ba49-473f2c8fd08c .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;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-7fe0e563-580e-4b17-9f35-a0b0b8aa6158 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7fe0e563-580e-4b17-9f35-a0b0b8aa6158"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7fe0e563-580e-4b17-9f35-a0b0b8aa6158"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-7fe0e563-580e-4b17-9f35-a0b0b8aa6158"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-7fe0e563-580e-4b17-9f35-a0b0b8aa6158"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

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

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  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;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 800/542;
text-align: center;
}

#s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shogun-image {
  box-sizing: border-box;
}



.s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shogun-image-container {
      position: relative;
    }

    .s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shogun-image {
  box-sizing: border-box;
}



.s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shogun-image-container {
      position: relative;
    }

    .s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shogun-image {
  box-sizing: border-box;
}



.s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shogun-image-container {
      position: relative;
    }

    .s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shogun-image {
  box-sizing: border-box;
}



.s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shogun-image-container {
      position: relative;
    }

    .s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shogun-image {
  box-sizing: border-box;
}



.s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shogun-image-container {
      position: relative;
    }

    .s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee1c7273-57a7-4d1c-916a-8b3966ab06c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-dc502a84-01b4-4d60-8291-a738bfc285b4 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 800/542;
text-align: center;
}

#s-dc502a84-01b4-4d60-8291-a738bfc285b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc502a84-01b4-4d60-8291-a738bfc285b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc502a84-01b4-4d60-8291-a738bfc285b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc502a84-01b4-4d60-8291-a738bfc285b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc502a84-01b4-4d60-8291-a738bfc285b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc502a84-01b4-4d60-8291-a738bfc285b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc502a84-01b4-4d60-8291-a738bfc285b4 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-dc502a84-01b4-4d60-8291-a738bfc285b4 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc502a84-01b4-4d60-8291-a738bfc285b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc502a84-01b4-4d60-8291-a738bfc285b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc502a84-01b4-4d60-8291-a738bfc285b4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-dc502a84-01b4-4d60-8291-a738bfc285b4.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-dc502a84-01b4-4d60-8291-a738bfc285b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc502a84-01b4-4d60-8291-a738bfc285b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc502a84-01b4-4d60-8291-a738bfc285b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc502a84-01b4-4d60-8291-a738bfc285b4.shogun-image {
  box-sizing: border-box;
}



.s-dc502a84-01b4-4d60-8291-a738bfc285b4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc502a84-01b4-4d60-8291-a738bfc285b4 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-dc502a84-01b4-4d60-8291-a738bfc285b4.shogun-image-container {
      position: relative;
    }

    .s-dc502a84-01b4-4d60-8291-a738bfc285b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc502a84-01b4-4d60-8291-a738bfc285b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc502a84-01b4-4d60-8291-a738bfc285b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-dc502a84-01b4-4d60-8291-a738bfc285b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc502a84-01b4-4d60-8291-a738bfc285b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc502a84-01b4-4d60-8291-a738bfc285b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc502a84-01b4-4d60-8291-a738bfc285b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc502a84-01b4-4d60-8291-a738bfc285b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc502a84-01b4-4d60-8291-a738bfc285b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc502a84-01b4-4d60-8291-a738bfc285b4 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-dc502a84-01b4-4d60-8291-a738bfc285b4 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc502a84-01b4-4d60-8291-a738bfc285b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc502a84-01b4-4d60-8291-a738bfc285b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc502a84-01b4-4d60-8291-a738bfc285b4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-dc502a84-01b4-4d60-8291-a738bfc285b4.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-dc502a84-01b4-4d60-8291-a738bfc285b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc502a84-01b4-4d60-8291-a738bfc285b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc502a84-01b4-4d60-8291-a738bfc285b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc502a84-01b4-4d60-8291-a738bfc285b4.shogun-image {
  box-sizing: border-box;
}



.s-dc502a84-01b4-4d60-8291-a738bfc285b4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc502a84-01b4-4d60-8291-a738bfc285b4 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-dc502a84-01b4-4d60-8291-a738bfc285b4.shogun-image-container {
      position: relative;
    }

    .s-dc502a84-01b4-4d60-8291-a738bfc285b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc502a84-01b4-4d60-8291-a738bfc285b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc502a84-01b4-4d60-8291-a738bfc285b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-dc502a84-01b4-4d60-8291-a738bfc285b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc502a84-01b4-4d60-8291-a738bfc285b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc502a84-01b4-4d60-8291-a738bfc285b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc502a84-01b4-4d60-8291-a738bfc285b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc502a84-01b4-4d60-8291-a738bfc285b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc502a84-01b4-4d60-8291-a738bfc285b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc502a84-01b4-4d60-8291-a738bfc285b4 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-dc502a84-01b4-4d60-8291-a738bfc285b4 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc502a84-01b4-4d60-8291-a738bfc285b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc502a84-01b4-4d60-8291-a738bfc285b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc502a84-01b4-4d60-8291-a738bfc285b4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-dc502a84-01b4-4d60-8291-a738bfc285b4.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-dc502a84-01b4-4d60-8291-a738bfc285b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc502a84-01b4-4d60-8291-a738bfc285b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc502a84-01b4-4d60-8291-a738bfc285b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc502a84-01b4-4d60-8291-a738bfc285b4.shogun-image {
  box-sizing: border-box;
}



.s-dc502a84-01b4-4d60-8291-a738bfc285b4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc502a84-01b4-4d60-8291-a738bfc285b4 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-dc502a84-01b4-4d60-8291-a738bfc285b4.shogun-image-container {
      position: relative;
    }

    .s-dc502a84-01b4-4d60-8291-a738bfc285b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc502a84-01b4-4d60-8291-a738bfc285b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc502a84-01b4-4d60-8291-a738bfc285b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-dc502a84-01b4-4d60-8291-a738bfc285b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc502a84-01b4-4d60-8291-a738bfc285b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc502a84-01b4-4d60-8291-a738bfc285b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc502a84-01b4-4d60-8291-a738bfc285b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc502a84-01b4-4d60-8291-a738bfc285b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc502a84-01b4-4d60-8291-a738bfc285b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc502a84-01b4-4d60-8291-a738bfc285b4 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-dc502a84-01b4-4d60-8291-a738bfc285b4 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc502a84-01b4-4d60-8291-a738bfc285b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc502a84-01b4-4d60-8291-a738bfc285b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc502a84-01b4-4d60-8291-a738bfc285b4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-dc502a84-01b4-4d60-8291-a738bfc285b4.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-dc502a84-01b4-4d60-8291-a738bfc285b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc502a84-01b4-4d60-8291-a738bfc285b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc502a84-01b4-4d60-8291-a738bfc285b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc502a84-01b4-4d60-8291-a738bfc285b4.shogun-image {
  box-sizing: border-box;
}



.s-dc502a84-01b4-4d60-8291-a738bfc285b4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc502a84-01b4-4d60-8291-a738bfc285b4 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-dc502a84-01b4-4d60-8291-a738bfc285b4.shogun-image-container {
      position: relative;
    }

    .s-dc502a84-01b4-4d60-8291-a738bfc285b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc502a84-01b4-4d60-8291-a738bfc285b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc502a84-01b4-4d60-8291-a738bfc285b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-dc502a84-01b4-4d60-8291-a738bfc285b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc502a84-01b4-4d60-8291-a738bfc285b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc502a84-01b4-4d60-8291-a738bfc285b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc502a84-01b4-4d60-8291-a738bfc285b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc502a84-01b4-4d60-8291-a738bfc285b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc502a84-01b4-4d60-8291-a738bfc285b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc502a84-01b4-4d60-8291-a738bfc285b4 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-dc502a84-01b4-4d60-8291-a738bfc285b4 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc502a84-01b4-4d60-8291-a738bfc285b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc502a84-01b4-4d60-8291-a738bfc285b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc502a84-01b4-4d60-8291-a738bfc285b4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-dc502a84-01b4-4d60-8291-a738bfc285b4.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-dc502a84-01b4-4d60-8291-a738bfc285b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc502a84-01b4-4d60-8291-a738bfc285b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc502a84-01b4-4d60-8291-a738bfc285b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc502a84-01b4-4d60-8291-a738bfc285b4.shogun-image {
  box-sizing: border-box;
}



.s-dc502a84-01b4-4d60-8291-a738bfc285b4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc502a84-01b4-4d60-8291-a738bfc285b4 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-dc502a84-01b4-4d60-8291-a738bfc285b4.shogun-image-container {
      position: relative;
    }

    .s-dc502a84-01b4-4d60-8291-a738bfc285b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc502a84-01b4-4d60-8291-a738bfc285b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc502a84-01b4-4d60-8291-a738bfc285b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-e93be756-dfa7-4f3f-a9e7-96fe94b85c50 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e93be756-dfa7-4f3f-a9e7-96fe94b85c50"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e93be756-dfa7-4f3f-a9e7-96fe94b85c50"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-e93be756-dfa7-4f3f-a9e7-96fe94b85c50"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-e93be756-dfa7-4f3f-a9e7-96fe94b85c50"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 800/542;
text-align: center;
}

#s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 {
  margin: 0 !important;
  overflow: visible;
}

#s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 img.shogun-image {
  /* Add background color handling */
  
}

#s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 .shogun-image-content {
  
    justify-content: center;
  
}

.s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shg-align-container {
  display: flex;
  justify-content: center
}

.s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shogun-image {
  box-sizing: border-box;
}



.s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shogun-image-container {
      position: relative;
    }

    .s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 {
  margin: 0 !important;
  overflow: visible;
}

#s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 img.shogun-image {
  /* Add background color handling */
  
}

#s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 .shogun-image-content {
  
    justify-content: center;
  
}

.s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shg-align-container {
  display: flex;
  justify-content: center
}

.s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shogun-image {
  box-sizing: border-box;
}



.s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shogun-image-container {
      position: relative;
    }

    .s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 {
  margin: 0 !important;
  overflow: visible;
}

#s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 img.shogun-image {
  /* Add background color handling */
  
}

#s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 .shogun-image-content {
  
    justify-content: center;
  
}

.s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shg-align-container {
  display: flex;
  justify-content: center
}

.s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shogun-image {
  box-sizing: border-box;
}



.s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shogun-image-container {
      position: relative;
    }

    .s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 {
  margin: 0 !important;
  overflow: visible;
}

#s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 img.shogun-image {
  /* Add background color handling */
  
}

#s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 .shogun-image-content {
  
    justify-content: center;
  
}

.s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shg-align-container {
  display: flex;
  justify-content: center
}

.s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shogun-image {
  box-sizing: border-box;
}



.s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shogun-image-container {
      position: relative;
    }

    .s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 {
  margin: 0 !important;
  overflow: visible;
}

#s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 img.shogun-image {
  /* Add background color handling */
  
}

#s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 .shogun-image-content {
  
    justify-content: center;
  
}

.s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shg-align-container {
  display: flex;
  justify-content: center
}

.s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shogun-image {
  box-sizing: border-box;
}



.s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shogun-image-container {
      position: relative;
    }

    .s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-438cb5c2-3f8d-4837-aaa6-ebc5d616d723 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-e59f24d7-9621-4fc2-93f8-00dba6771bfc {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 800/542;
text-align: center;
}

#s-e59f24d7-9621-4fc2-93f8-00dba6771bfc {
  margin: 0 !important;
  overflow: visible;
}

#s-e59f24d7-9621-4fc2-93f8-00dba6771bfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e59f24d7-9621-4fc2-93f8-00dba6771bfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e59f24d7-9621-4fc2-93f8-00dba6771bfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e59f24d7-9621-4fc2-93f8-00dba6771bfc img.shogun-image {
  /* Add background color handling */
  
}

#s-e59f24d7-9621-4fc2-93f8-00dba6771bfc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e59f24d7-9621-4fc2-93f8-00dba6771bfc .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-e59f24d7-9621-4fc2-93f8-00dba6771bfc .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e59f24d7-9621-4fc2-93f8-00dba6771bfc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e59f24d7-9621-4fc2-93f8-00dba6771bfc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-e59f24d7-9621-4fc2-93f8-00dba6771bfc .shogun-image-content {
  
    justify-content: center;
  
}

.s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shogun-image {
  box-sizing: border-box;
}



.s-e59f24d7-9621-4fc2-93f8-00dba6771bfc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e59f24d7-9621-4fc2-93f8-00dba6771bfc {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shogun-image-container {
      position: relative;
    }

    .s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e59f24d7-9621-4fc2-93f8-00dba6771bfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-e59f24d7-9621-4fc2-93f8-00dba6771bfc {
  margin: 0 !important;
  overflow: visible;
}

#s-e59f24d7-9621-4fc2-93f8-00dba6771bfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e59f24d7-9621-4fc2-93f8-00dba6771bfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e59f24d7-9621-4fc2-93f8-00dba6771bfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e59f24d7-9621-4fc2-93f8-00dba6771bfc img.shogun-image {
  /* Add background color handling */
  
}

#s-e59f24d7-9621-4fc2-93f8-00dba6771bfc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e59f24d7-9621-4fc2-93f8-00dba6771bfc .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-e59f24d7-9621-4fc2-93f8-00dba6771bfc .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e59f24d7-9621-4fc2-93f8-00dba6771bfc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e59f24d7-9621-4fc2-93f8-00dba6771bfc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-e59f24d7-9621-4fc2-93f8-00dba6771bfc .shogun-image-content {
  
    justify-content: center;
  
}

.s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shogun-image {
  box-sizing: border-box;
}



.s-e59f24d7-9621-4fc2-93f8-00dba6771bfc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e59f24d7-9621-4fc2-93f8-00dba6771bfc {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shogun-image-container {
      position: relative;
    }

    .s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e59f24d7-9621-4fc2-93f8-00dba6771bfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e59f24d7-9621-4fc2-93f8-00dba6771bfc {
  margin: 0 !important;
  overflow: visible;
}

#s-e59f24d7-9621-4fc2-93f8-00dba6771bfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e59f24d7-9621-4fc2-93f8-00dba6771bfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e59f24d7-9621-4fc2-93f8-00dba6771bfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e59f24d7-9621-4fc2-93f8-00dba6771bfc img.shogun-image {
  /* Add background color handling */
  
}

#s-e59f24d7-9621-4fc2-93f8-00dba6771bfc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e59f24d7-9621-4fc2-93f8-00dba6771bfc .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-e59f24d7-9621-4fc2-93f8-00dba6771bfc .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e59f24d7-9621-4fc2-93f8-00dba6771bfc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e59f24d7-9621-4fc2-93f8-00dba6771bfc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-e59f24d7-9621-4fc2-93f8-00dba6771bfc .shogun-image-content {
  
    justify-content: center;
  
}

.s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shogun-image {
  box-sizing: border-box;
}



.s-e59f24d7-9621-4fc2-93f8-00dba6771bfc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e59f24d7-9621-4fc2-93f8-00dba6771bfc {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shogun-image-container {
      position: relative;
    }

    .s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e59f24d7-9621-4fc2-93f8-00dba6771bfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e59f24d7-9621-4fc2-93f8-00dba6771bfc {
  margin: 0 !important;
  overflow: visible;
}

#s-e59f24d7-9621-4fc2-93f8-00dba6771bfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e59f24d7-9621-4fc2-93f8-00dba6771bfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e59f24d7-9621-4fc2-93f8-00dba6771bfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e59f24d7-9621-4fc2-93f8-00dba6771bfc img.shogun-image {
  /* Add background color handling */
  
}

#s-e59f24d7-9621-4fc2-93f8-00dba6771bfc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e59f24d7-9621-4fc2-93f8-00dba6771bfc .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-e59f24d7-9621-4fc2-93f8-00dba6771bfc .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e59f24d7-9621-4fc2-93f8-00dba6771bfc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e59f24d7-9621-4fc2-93f8-00dba6771bfc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-e59f24d7-9621-4fc2-93f8-00dba6771bfc .shogun-image-content {
  
    justify-content: center;
  
}

.s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shogun-image {
  box-sizing: border-box;
}



.s-e59f24d7-9621-4fc2-93f8-00dba6771bfc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e59f24d7-9621-4fc2-93f8-00dba6771bfc {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shogun-image-container {
      position: relative;
    }

    .s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e59f24d7-9621-4fc2-93f8-00dba6771bfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-e59f24d7-9621-4fc2-93f8-00dba6771bfc {
  margin: 0 !important;
  overflow: visible;
}

#s-e59f24d7-9621-4fc2-93f8-00dba6771bfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e59f24d7-9621-4fc2-93f8-00dba6771bfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e59f24d7-9621-4fc2-93f8-00dba6771bfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e59f24d7-9621-4fc2-93f8-00dba6771bfc img.shogun-image {
  /* Add background color handling */
  
}

#s-e59f24d7-9621-4fc2-93f8-00dba6771bfc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e59f24d7-9621-4fc2-93f8-00dba6771bfc .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-e59f24d7-9621-4fc2-93f8-00dba6771bfc .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e59f24d7-9621-4fc2-93f8-00dba6771bfc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e59f24d7-9621-4fc2-93f8-00dba6771bfc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-e59f24d7-9621-4fc2-93f8-00dba6771bfc .shogun-image-content {
  
    justify-content: center;
  
}

.s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shogun-image {
  box-sizing: border-box;
}



.s-e59f24d7-9621-4fc2-93f8-00dba6771bfc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e59f24d7-9621-4fc2-93f8-00dba6771bfc {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shogun-image-container {
      position: relative;
    }

    .s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e59f24d7-9621-4fc2-93f8-00dba6771bfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e59f24d7-9621-4fc2-93f8-00dba6771bfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-cb6acd0e-c26a-4c50-b20a-88d6468d5d02 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-cb6acd0e-c26a-4c50-b20a-88d6468d5d02"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb6acd0e-c26a-4c50-b20a-88d6468d5d02"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-cb6acd0e-c26a-4c50-b20a-88d6468d5d02"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-cb6acd0e-c26a-4c50-b20a-88d6468d5d02"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 800/542;
text-align: center;
}

#s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 {
  margin: 0 !important;
  overflow: visible;
}

#s-c854b395-0b2e-4dc9-ad20-4c1929c53d69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 img.shogun-image {
  /* Add background color handling */
  
}

#s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shogun-image {
  box-sizing: border-box;
}



.s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shogun-image-container {
      position: relative;
    }

    .s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 {
  margin: 0 !important;
  overflow: visible;
}

#s-c854b395-0b2e-4dc9-ad20-4c1929c53d69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 img.shogun-image {
  /* Add background color handling */
  
}

#s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shogun-image {
  box-sizing: border-box;
}



.s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shogun-image-container {
      position: relative;
    }

    .s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 {
  margin: 0 !important;
  overflow: visible;
}

#s-c854b395-0b2e-4dc9-ad20-4c1929c53d69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 img.shogun-image {
  /* Add background color handling */
  
}

#s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shogun-image {
  box-sizing: border-box;
}



.s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shogun-image-container {
      position: relative;
    }

    .s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 {
  margin: 0 !important;
  overflow: visible;
}

#s-c854b395-0b2e-4dc9-ad20-4c1929c53d69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 img.shogun-image {
  /* Add background color handling */
  
}

#s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shogun-image {
  box-sizing: border-box;
}



.s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shogun-image-container {
      position: relative;
    }

    .s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 {
  margin: 0 !important;
  overflow: visible;
}

#s-c854b395-0b2e-4dc9-ad20-4c1929c53d69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 img.shogun-image {
  /* Add background color handling */
  
}

#s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shogun-image {
  box-sizing: border-box;
}



.s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shogun-image-container {
      position: relative;
    }

    .s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c854b395-0b2e-4dc9-ad20-4c1929c53d69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c854b395-0b2e-4dc9-ad20-4c1929c53d69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-c2928636-2647-415f-b83f-4e1ee08c60ac {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 800/542;
text-align: center;
}

#s-c2928636-2647-415f-b83f-4e1ee08c60ac {
  margin: 0 !important;
  overflow: visible;
}

#s-c2928636-2647-415f-b83f-4e1ee08c60ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2928636-2647-415f-b83f-4e1ee08c60ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2928636-2647-415f-b83f-4e1ee08c60ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2928636-2647-415f-b83f-4e1ee08c60ac img.shogun-image {
  /* Add background color handling */
  
}

#s-c2928636-2647-415f-b83f-4e1ee08c60ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2928636-2647-415f-b83f-4e1ee08c60ac .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-c2928636-2647-415f-b83f-4e1ee08c60ac .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2928636-2647-415f-b83f-4e1ee08c60ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2928636-2647-415f-b83f-4e1ee08c60ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2928636-2647-415f-b83f-4e1ee08c60ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-c2928636-2647-415f-b83f-4e1ee08c60ac.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-c2928636-2647-415f-b83f-4e1ee08c60ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2928636-2647-415f-b83f-4e1ee08c60ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2928636-2647-415f-b83f-4e1ee08c60ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2928636-2647-415f-b83f-4e1ee08c60ac.shogun-image {
  box-sizing: border-box;
}



.s-c2928636-2647-415f-b83f-4e1ee08c60ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c2928636-2647-415f-b83f-4e1ee08c60ac {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-c2928636-2647-415f-b83f-4e1ee08c60ac.shogun-image-container {
      position: relative;
    }

    .s-c2928636-2647-415f-b83f-4e1ee08c60ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2928636-2647-415f-b83f-4e1ee08c60ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2928636-2647-415f-b83f-4e1ee08c60ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-c2928636-2647-415f-b83f-4e1ee08c60ac {
  margin: 0 !important;
  overflow: visible;
}

#s-c2928636-2647-415f-b83f-4e1ee08c60ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2928636-2647-415f-b83f-4e1ee08c60ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2928636-2647-415f-b83f-4e1ee08c60ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2928636-2647-415f-b83f-4e1ee08c60ac img.shogun-image {
  /* Add background color handling */
  
}

#s-c2928636-2647-415f-b83f-4e1ee08c60ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2928636-2647-415f-b83f-4e1ee08c60ac .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-c2928636-2647-415f-b83f-4e1ee08c60ac .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2928636-2647-415f-b83f-4e1ee08c60ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2928636-2647-415f-b83f-4e1ee08c60ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2928636-2647-415f-b83f-4e1ee08c60ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-c2928636-2647-415f-b83f-4e1ee08c60ac.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-c2928636-2647-415f-b83f-4e1ee08c60ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2928636-2647-415f-b83f-4e1ee08c60ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2928636-2647-415f-b83f-4e1ee08c60ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2928636-2647-415f-b83f-4e1ee08c60ac.shogun-image {
  box-sizing: border-box;
}



.s-c2928636-2647-415f-b83f-4e1ee08c60ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c2928636-2647-415f-b83f-4e1ee08c60ac {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-c2928636-2647-415f-b83f-4e1ee08c60ac.shogun-image-container {
      position: relative;
    }

    .s-c2928636-2647-415f-b83f-4e1ee08c60ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2928636-2647-415f-b83f-4e1ee08c60ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2928636-2647-415f-b83f-4e1ee08c60ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c2928636-2647-415f-b83f-4e1ee08c60ac {
  margin: 0 !important;
  overflow: visible;
}

#s-c2928636-2647-415f-b83f-4e1ee08c60ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2928636-2647-415f-b83f-4e1ee08c60ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2928636-2647-415f-b83f-4e1ee08c60ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2928636-2647-415f-b83f-4e1ee08c60ac img.shogun-image {
  /* Add background color handling */
  
}

#s-c2928636-2647-415f-b83f-4e1ee08c60ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2928636-2647-415f-b83f-4e1ee08c60ac .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-c2928636-2647-415f-b83f-4e1ee08c60ac .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2928636-2647-415f-b83f-4e1ee08c60ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2928636-2647-415f-b83f-4e1ee08c60ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2928636-2647-415f-b83f-4e1ee08c60ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-c2928636-2647-415f-b83f-4e1ee08c60ac.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-c2928636-2647-415f-b83f-4e1ee08c60ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2928636-2647-415f-b83f-4e1ee08c60ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2928636-2647-415f-b83f-4e1ee08c60ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2928636-2647-415f-b83f-4e1ee08c60ac.shogun-image {
  box-sizing: border-box;
}



.s-c2928636-2647-415f-b83f-4e1ee08c60ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c2928636-2647-415f-b83f-4e1ee08c60ac {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-c2928636-2647-415f-b83f-4e1ee08c60ac.shogun-image-container {
      position: relative;
    }

    .s-c2928636-2647-415f-b83f-4e1ee08c60ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2928636-2647-415f-b83f-4e1ee08c60ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2928636-2647-415f-b83f-4e1ee08c60ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c2928636-2647-415f-b83f-4e1ee08c60ac {
  margin: 0 !important;
  overflow: visible;
}

#s-c2928636-2647-415f-b83f-4e1ee08c60ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2928636-2647-415f-b83f-4e1ee08c60ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2928636-2647-415f-b83f-4e1ee08c60ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2928636-2647-415f-b83f-4e1ee08c60ac img.shogun-image {
  /* Add background color handling */
  
}

#s-c2928636-2647-415f-b83f-4e1ee08c60ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2928636-2647-415f-b83f-4e1ee08c60ac .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-c2928636-2647-415f-b83f-4e1ee08c60ac .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2928636-2647-415f-b83f-4e1ee08c60ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2928636-2647-415f-b83f-4e1ee08c60ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2928636-2647-415f-b83f-4e1ee08c60ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-c2928636-2647-415f-b83f-4e1ee08c60ac.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-c2928636-2647-415f-b83f-4e1ee08c60ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2928636-2647-415f-b83f-4e1ee08c60ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2928636-2647-415f-b83f-4e1ee08c60ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2928636-2647-415f-b83f-4e1ee08c60ac.shogun-image {
  box-sizing: border-box;
}



.s-c2928636-2647-415f-b83f-4e1ee08c60ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c2928636-2647-415f-b83f-4e1ee08c60ac {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-c2928636-2647-415f-b83f-4e1ee08c60ac.shogun-image-container {
      position: relative;
    }

    .s-c2928636-2647-415f-b83f-4e1ee08c60ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2928636-2647-415f-b83f-4e1ee08c60ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2928636-2647-415f-b83f-4e1ee08c60ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-c2928636-2647-415f-b83f-4e1ee08c60ac {
  margin: 0 !important;
  overflow: visible;
}

#s-c2928636-2647-415f-b83f-4e1ee08c60ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2928636-2647-415f-b83f-4e1ee08c60ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2928636-2647-415f-b83f-4e1ee08c60ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2928636-2647-415f-b83f-4e1ee08c60ac img.shogun-image {
  /* Add background color handling */
  
}

#s-c2928636-2647-415f-b83f-4e1ee08c60ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2928636-2647-415f-b83f-4e1ee08c60ac .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-c2928636-2647-415f-b83f-4e1ee08c60ac .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2928636-2647-415f-b83f-4e1ee08c60ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2928636-2647-415f-b83f-4e1ee08c60ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2928636-2647-415f-b83f-4e1ee08c60ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-c2928636-2647-415f-b83f-4e1ee08c60ac.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-c2928636-2647-415f-b83f-4e1ee08c60ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2928636-2647-415f-b83f-4e1ee08c60ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2928636-2647-415f-b83f-4e1ee08c60ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2928636-2647-415f-b83f-4e1ee08c60ac.shogun-image {
  box-sizing: border-box;
}



.s-c2928636-2647-415f-b83f-4e1ee08c60ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c2928636-2647-415f-b83f-4e1ee08c60ac {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-c2928636-2647-415f-b83f-4e1ee08c60ac.shogun-image-container {
      position: relative;
    }

    .s-c2928636-2647-415f-b83f-4e1ee08c60ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2928636-2647-415f-b83f-4e1ee08c60ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2928636-2647-415f-b83f-4e1ee08c60ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-c8e9ac8d-ecb1-456c-b52b-b1463c3c5723 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c8e9ac8d-ecb1-456c-b52b-b1463c3c5723"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8e9ac8d-ecb1-456c-b52b-b1463c3c5723"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-c8e9ac8d-ecb1-456c-b52b-b1463c3c5723"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-c8e9ac8d-ecb1-456c-b52b-b1463c3c5723"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-565fe7f1-d799-49b7-812b-ee15d4ef686b {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 800/542;
text-align: center;
}

#s-565fe7f1-d799-49b7-812b-ee15d4ef686b {
  margin: 0 !important;
  overflow: visible;
}

#s-565fe7f1-d799-49b7-812b-ee15d4ef686b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-565fe7f1-d799-49b7-812b-ee15d4ef686b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-565fe7f1-d799-49b7-812b-ee15d4ef686b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-565fe7f1-d799-49b7-812b-ee15d4ef686b img.shogun-image {
  /* Add background color handling */
  
}

#s-565fe7f1-d799-49b7-812b-ee15d4ef686b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-565fe7f1-d799-49b7-812b-ee15d4ef686b .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-565fe7f1-d799-49b7-812b-ee15d4ef686b .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-565fe7f1-d799-49b7-812b-ee15d4ef686b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-565fe7f1-d799-49b7-812b-ee15d4ef686b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-565fe7f1-d799-49b7-812b-ee15d4ef686b .shogun-image-content {
  
    justify-content: center;
  
}

.s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shogun-image {
  box-sizing: border-box;
}



.s-565fe7f1-d799-49b7-812b-ee15d4ef686b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-565fe7f1-d799-49b7-812b-ee15d4ef686b {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shogun-image-container {
      position: relative;
    }

    .s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-565fe7f1-d799-49b7-812b-ee15d4ef686b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-565fe7f1-d799-49b7-812b-ee15d4ef686b {
  margin: 0 !important;
  overflow: visible;
}

#s-565fe7f1-d799-49b7-812b-ee15d4ef686b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-565fe7f1-d799-49b7-812b-ee15d4ef686b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-565fe7f1-d799-49b7-812b-ee15d4ef686b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-565fe7f1-d799-49b7-812b-ee15d4ef686b img.shogun-image {
  /* Add background color handling */
  
}

#s-565fe7f1-d799-49b7-812b-ee15d4ef686b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-565fe7f1-d799-49b7-812b-ee15d4ef686b .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-565fe7f1-d799-49b7-812b-ee15d4ef686b .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-565fe7f1-d799-49b7-812b-ee15d4ef686b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-565fe7f1-d799-49b7-812b-ee15d4ef686b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-565fe7f1-d799-49b7-812b-ee15d4ef686b .shogun-image-content {
  
    justify-content: center;
  
}

.s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shogun-image {
  box-sizing: border-box;
}



.s-565fe7f1-d799-49b7-812b-ee15d4ef686b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-565fe7f1-d799-49b7-812b-ee15d4ef686b {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shogun-image-container {
      position: relative;
    }

    .s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-565fe7f1-d799-49b7-812b-ee15d4ef686b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-565fe7f1-d799-49b7-812b-ee15d4ef686b {
  margin: 0 !important;
  overflow: visible;
}

#s-565fe7f1-d799-49b7-812b-ee15d4ef686b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-565fe7f1-d799-49b7-812b-ee15d4ef686b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-565fe7f1-d799-49b7-812b-ee15d4ef686b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-565fe7f1-d799-49b7-812b-ee15d4ef686b img.shogun-image {
  /* Add background color handling */
  
}

#s-565fe7f1-d799-49b7-812b-ee15d4ef686b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-565fe7f1-d799-49b7-812b-ee15d4ef686b .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-565fe7f1-d799-49b7-812b-ee15d4ef686b .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-565fe7f1-d799-49b7-812b-ee15d4ef686b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-565fe7f1-d799-49b7-812b-ee15d4ef686b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-565fe7f1-d799-49b7-812b-ee15d4ef686b .shogun-image-content {
  
    justify-content: center;
  
}

.s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shogun-image {
  box-sizing: border-box;
}



.s-565fe7f1-d799-49b7-812b-ee15d4ef686b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-565fe7f1-d799-49b7-812b-ee15d4ef686b {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shogun-image-container {
      position: relative;
    }

    .s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-565fe7f1-d799-49b7-812b-ee15d4ef686b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-565fe7f1-d799-49b7-812b-ee15d4ef686b {
  margin: 0 !important;
  overflow: visible;
}

#s-565fe7f1-d799-49b7-812b-ee15d4ef686b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-565fe7f1-d799-49b7-812b-ee15d4ef686b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-565fe7f1-d799-49b7-812b-ee15d4ef686b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-565fe7f1-d799-49b7-812b-ee15d4ef686b img.shogun-image {
  /* Add background color handling */
  
}

#s-565fe7f1-d799-49b7-812b-ee15d4ef686b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-565fe7f1-d799-49b7-812b-ee15d4ef686b .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-565fe7f1-d799-49b7-812b-ee15d4ef686b .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-565fe7f1-d799-49b7-812b-ee15d4ef686b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-565fe7f1-d799-49b7-812b-ee15d4ef686b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-565fe7f1-d799-49b7-812b-ee15d4ef686b .shogun-image-content {
  
    justify-content: center;
  
}

.s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shogun-image {
  box-sizing: border-box;
}



.s-565fe7f1-d799-49b7-812b-ee15d4ef686b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-565fe7f1-d799-49b7-812b-ee15d4ef686b {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shogun-image-container {
      position: relative;
    }

    .s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-565fe7f1-d799-49b7-812b-ee15d4ef686b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-565fe7f1-d799-49b7-812b-ee15d4ef686b {
  margin: 0 !important;
  overflow: visible;
}

#s-565fe7f1-d799-49b7-812b-ee15d4ef686b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-565fe7f1-d799-49b7-812b-ee15d4ef686b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-565fe7f1-d799-49b7-812b-ee15d4ef686b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-565fe7f1-d799-49b7-812b-ee15d4ef686b img.shogun-image {
  /* Add background color handling */
  
}

#s-565fe7f1-d799-49b7-812b-ee15d4ef686b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-565fe7f1-d799-49b7-812b-ee15d4ef686b .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-565fe7f1-d799-49b7-812b-ee15d4ef686b .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-565fe7f1-d799-49b7-812b-ee15d4ef686b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-565fe7f1-d799-49b7-812b-ee15d4ef686b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-565fe7f1-d799-49b7-812b-ee15d4ef686b .shogun-image-content {
  
    justify-content: center;
  
}

.s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shogun-image {
  box-sizing: border-box;
}



.s-565fe7f1-d799-49b7-812b-ee15d4ef686b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-565fe7f1-d799-49b7-812b-ee15d4ef686b {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shogun-image-container {
      position: relative;
    }

    .s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-565fe7f1-d799-49b7-812b-ee15d4ef686b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-565fe7f1-d799-49b7-812b-ee15d4ef686b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-14e824cb-a407-4695-bc77-ec1316d54582 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 800/542;
text-align: center;
}

#s-14e824cb-a407-4695-bc77-ec1316d54582 {
  margin: 0 !important;
  overflow: visible;
}

#s-14e824cb-a407-4695-bc77-ec1316d54582-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-14e824cb-a407-4695-bc77-ec1316d54582 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-14e824cb-a407-4695-bc77-ec1316d54582 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-14e824cb-a407-4695-bc77-ec1316d54582 img.shogun-image {
  /* Add background color handling */
  
}

#s-14e824cb-a407-4695-bc77-ec1316d54582 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14e824cb-a407-4695-bc77-ec1316d54582 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-14e824cb-a407-4695-bc77-ec1316d54582 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14e824cb-a407-4695-bc77-ec1316d54582 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14e824cb-a407-4695-bc77-ec1316d54582.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14e824cb-a407-4695-bc77-ec1316d54582 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-14e824cb-a407-4695-bc77-ec1316d54582.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-14e824cb-a407-4695-bc77-ec1316d54582 .shogun-image-content {
  
    justify-content: center;
  
}

.s-14e824cb-a407-4695-bc77-ec1316d54582.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14e824cb-a407-4695-bc77-ec1316d54582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14e824cb-a407-4695-bc77-ec1316d54582.shogun-image {
  box-sizing: border-box;
}



.s-14e824cb-a407-4695-bc77-ec1316d54582 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-14e824cb-a407-4695-bc77-ec1316d54582 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-14e824cb-a407-4695-bc77-ec1316d54582.shogun-image-container {
      position: relative;
    }

    .s-14e824cb-a407-4695-bc77-ec1316d54582.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14e824cb-a407-4695-bc77-ec1316d54582.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14e824cb-a407-4695-bc77-ec1316d54582 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-14e824cb-a407-4695-bc77-ec1316d54582 {
  margin: 0 !important;
  overflow: visible;
}

#s-14e824cb-a407-4695-bc77-ec1316d54582-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-14e824cb-a407-4695-bc77-ec1316d54582 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-14e824cb-a407-4695-bc77-ec1316d54582 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-14e824cb-a407-4695-bc77-ec1316d54582 img.shogun-image {
  /* Add background color handling */
  
}

#s-14e824cb-a407-4695-bc77-ec1316d54582 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14e824cb-a407-4695-bc77-ec1316d54582 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-14e824cb-a407-4695-bc77-ec1316d54582 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14e824cb-a407-4695-bc77-ec1316d54582 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14e824cb-a407-4695-bc77-ec1316d54582.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14e824cb-a407-4695-bc77-ec1316d54582 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-14e824cb-a407-4695-bc77-ec1316d54582.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-14e824cb-a407-4695-bc77-ec1316d54582 .shogun-image-content {
  
    justify-content: center;
  
}

.s-14e824cb-a407-4695-bc77-ec1316d54582.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14e824cb-a407-4695-bc77-ec1316d54582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14e824cb-a407-4695-bc77-ec1316d54582.shogun-image {
  box-sizing: border-box;
}



.s-14e824cb-a407-4695-bc77-ec1316d54582 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-14e824cb-a407-4695-bc77-ec1316d54582 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-14e824cb-a407-4695-bc77-ec1316d54582.shogun-image-container {
      position: relative;
    }

    .s-14e824cb-a407-4695-bc77-ec1316d54582.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14e824cb-a407-4695-bc77-ec1316d54582.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14e824cb-a407-4695-bc77-ec1316d54582 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-14e824cb-a407-4695-bc77-ec1316d54582 {
  margin: 0 !important;
  overflow: visible;
}

#s-14e824cb-a407-4695-bc77-ec1316d54582-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-14e824cb-a407-4695-bc77-ec1316d54582 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-14e824cb-a407-4695-bc77-ec1316d54582 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-14e824cb-a407-4695-bc77-ec1316d54582 img.shogun-image {
  /* Add background color handling */
  
}

#s-14e824cb-a407-4695-bc77-ec1316d54582 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14e824cb-a407-4695-bc77-ec1316d54582 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-14e824cb-a407-4695-bc77-ec1316d54582 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14e824cb-a407-4695-bc77-ec1316d54582 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14e824cb-a407-4695-bc77-ec1316d54582.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14e824cb-a407-4695-bc77-ec1316d54582 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-14e824cb-a407-4695-bc77-ec1316d54582.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-14e824cb-a407-4695-bc77-ec1316d54582 .shogun-image-content {
  
    justify-content: center;
  
}

.s-14e824cb-a407-4695-bc77-ec1316d54582.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14e824cb-a407-4695-bc77-ec1316d54582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14e824cb-a407-4695-bc77-ec1316d54582.shogun-image {
  box-sizing: border-box;
}



.s-14e824cb-a407-4695-bc77-ec1316d54582 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-14e824cb-a407-4695-bc77-ec1316d54582 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-14e824cb-a407-4695-bc77-ec1316d54582.shogun-image-container {
      position: relative;
    }

    .s-14e824cb-a407-4695-bc77-ec1316d54582.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14e824cb-a407-4695-bc77-ec1316d54582.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14e824cb-a407-4695-bc77-ec1316d54582 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-14e824cb-a407-4695-bc77-ec1316d54582 {
  margin: 0 !important;
  overflow: visible;
}

#s-14e824cb-a407-4695-bc77-ec1316d54582-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-14e824cb-a407-4695-bc77-ec1316d54582 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-14e824cb-a407-4695-bc77-ec1316d54582 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-14e824cb-a407-4695-bc77-ec1316d54582 img.shogun-image {
  /* Add background color handling */
  
}

#s-14e824cb-a407-4695-bc77-ec1316d54582 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14e824cb-a407-4695-bc77-ec1316d54582 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-14e824cb-a407-4695-bc77-ec1316d54582 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14e824cb-a407-4695-bc77-ec1316d54582 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14e824cb-a407-4695-bc77-ec1316d54582.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14e824cb-a407-4695-bc77-ec1316d54582 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-14e824cb-a407-4695-bc77-ec1316d54582.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-14e824cb-a407-4695-bc77-ec1316d54582 .shogun-image-content {
  
    justify-content: center;
  
}

.s-14e824cb-a407-4695-bc77-ec1316d54582.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14e824cb-a407-4695-bc77-ec1316d54582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14e824cb-a407-4695-bc77-ec1316d54582.shogun-image {
  box-sizing: border-box;
}



.s-14e824cb-a407-4695-bc77-ec1316d54582 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-14e824cb-a407-4695-bc77-ec1316d54582 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-14e824cb-a407-4695-bc77-ec1316d54582.shogun-image-container {
      position: relative;
    }

    .s-14e824cb-a407-4695-bc77-ec1316d54582.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14e824cb-a407-4695-bc77-ec1316d54582.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14e824cb-a407-4695-bc77-ec1316d54582 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-14e824cb-a407-4695-bc77-ec1316d54582 {
  margin: 0 !important;
  overflow: visible;
}

#s-14e824cb-a407-4695-bc77-ec1316d54582-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-14e824cb-a407-4695-bc77-ec1316d54582 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-14e824cb-a407-4695-bc77-ec1316d54582 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-14e824cb-a407-4695-bc77-ec1316d54582 img.shogun-image {
  /* Add background color handling */
  
}

#s-14e824cb-a407-4695-bc77-ec1316d54582 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14e824cb-a407-4695-bc77-ec1316d54582 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-14e824cb-a407-4695-bc77-ec1316d54582 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14e824cb-a407-4695-bc77-ec1316d54582 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14e824cb-a407-4695-bc77-ec1316d54582.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14e824cb-a407-4695-bc77-ec1316d54582 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-14e824cb-a407-4695-bc77-ec1316d54582.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-14e824cb-a407-4695-bc77-ec1316d54582 .shogun-image-content {
  
    justify-content: center;
  
}

.s-14e824cb-a407-4695-bc77-ec1316d54582.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14e824cb-a407-4695-bc77-ec1316d54582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14e824cb-a407-4695-bc77-ec1316d54582.shogun-image {
  box-sizing: border-box;
}



.s-14e824cb-a407-4695-bc77-ec1316d54582 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-14e824cb-a407-4695-bc77-ec1316d54582 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-14e824cb-a407-4695-bc77-ec1316d54582.shogun-image-container {
      position: relative;
    }

    .s-14e824cb-a407-4695-bc77-ec1316d54582.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14e824cb-a407-4695-bc77-ec1316d54582.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14e824cb-a407-4695-bc77-ec1316d54582 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-2fc49c45-ee58-4ba2-8105-1cf0f8432b43 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2fc49c45-ee58-4ba2-8105-1cf0f8432b43"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fc49c45-ee58-4ba2-8105-1cf0f8432b43"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-2fc49c45-ee58-4ba2-8105-1cf0f8432b43"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-2fc49c45-ee58-4ba2-8105-1cf0f8432b43"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 800/542;
text-align: center;
}

#s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae {
  margin: 0 !important;
  overflow: visible;
}

#s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae img.shogun-image {
  /* Add background color handling */
  
}

#s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shogun-image {
  box-sizing: border-box;
}



.s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shogun-image-container {
      position: relative;
    }

    .s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae {
  margin: 0 !important;
  overflow: visible;
}

#s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae img.shogun-image {
  /* Add background color handling */
  
}

#s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shogun-image {
  box-sizing: border-box;
}



.s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shogun-image-container {
      position: relative;
    }

    .s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae {
  margin: 0 !important;
  overflow: visible;
}

#s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae img.shogun-image {
  /* Add background color handling */
  
}

#s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shogun-image {
  box-sizing: border-box;
}



.s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shogun-image-container {
      position: relative;
    }

    .s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae {
  margin: 0 !important;
  overflow: visible;
}

#s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae img.shogun-image {
  /* Add background color handling */
  
}

#s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shogun-image {
  box-sizing: border-box;
}



.s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shogun-image-container {
      position: relative;
    }

    .s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae {
  margin: 0 !important;
  overflow: visible;
}

#s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae img.shogun-image {
  /* Add background color handling */
  
}

#s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shogun-image {
  box-sizing: border-box;
}



.s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shogun-image-container {
      position: relative;
    }

    .s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d7a4401-9e2e-434a-a360-d0da8e98d3ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-e586fac9-04c7-4013-b498-73016f9ebdf4 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 800/542;
text-align: center;
}

#s-e586fac9-04c7-4013-b498-73016f9ebdf4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e586fac9-04c7-4013-b498-73016f9ebdf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e586fac9-04c7-4013-b498-73016f9ebdf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e586fac9-04c7-4013-b498-73016f9ebdf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e586fac9-04c7-4013-b498-73016f9ebdf4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e586fac9-04c7-4013-b498-73016f9ebdf4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e586fac9-04c7-4013-b498-73016f9ebdf4 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-e586fac9-04c7-4013-b498-73016f9ebdf4 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e586fac9-04c7-4013-b498-73016f9ebdf4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e586fac9-04c7-4013-b498-73016f9ebdf4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e586fac9-04c7-4013-b498-73016f9ebdf4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-e586fac9-04c7-4013-b498-73016f9ebdf4.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-e586fac9-04c7-4013-b498-73016f9ebdf4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e586fac9-04c7-4013-b498-73016f9ebdf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e586fac9-04c7-4013-b498-73016f9ebdf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e586fac9-04c7-4013-b498-73016f9ebdf4.shogun-image {
  box-sizing: border-box;
}



.s-e586fac9-04c7-4013-b498-73016f9ebdf4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e586fac9-04c7-4013-b498-73016f9ebdf4 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-e586fac9-04c7-4013-b498-73016f9ebdf4.shogun-image-container {
      position: relative;
    }

    .s-e586fac9-04c7-4013-b498-73016f9ebdf4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e586fac9-04c7-4013-b498-73016f9ebdf4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e586fac9-04c7-4013-b498-73016f9ebdf4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-e586fac9-04c7-4013-b498-73016f9ebdf4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e586fac9-04c7-4013-b498-73016f9ebdf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e586fac9-04c7-4013-b498-73016f9ebdf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e586fac9-04c7-4013-b498-73016f9ebdf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e586fac9-04c7-4013-b498-73016f9ebdf4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e586fac9-04c7-4013-b498-73016f9ebdf4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e586fac9-04c7-4013-b498-73016f9ebdf4 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-e586fac9-04c7-4013-b498-73016f9ebdf4 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e586fac9-04c7-4013-b498-73016f9ebdf4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e586fac9-04c7-4013-b498-73016f9ebdf4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e586fac9-04c7-4013-b498-73016f9ebdf4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-e586fac9-04c7-4013-b498-73016f9ebdf4.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-e586fac9-04c7-4013-b498-73016f9ebdf4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e586fac9-04c7-4013-b498-73016f9ebdf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e586fac9-04c7-4013-b498-73016f9ebdf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e586fac9-04c7-4013-b498-73016f9ebdf4.shogun-image {
  box-sizing: border-box;
}



.s-e586fac9-04c7-4013-b498-73016f9ebdf4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e586fac9-04c7-4013-b498-73016f9ebdf4 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-e586fac9-04c7-4013-b498-73016f9ebdf4.shogun-image-container {
      position: relative;
    }

    .s-e586fac9-04c7-4013-b498-73016f9ebdf4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e586fac9-04c7-4013-b498-73016f9ebdf4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e586fac9-04c7-4013-b498-73016f9ebdf4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e586fac9-04c7-4013-b498-73016f9ebdf4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e586fac9-04c7-4013-b498-73016f9ebdf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e586fac9-04c7-4013-b498-73016f9ebdf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e586fac9-04c7-4013-b498-73016f9ebdf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e586fac9-04c7-4013-b498-73016f9ebdf4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e586fac9-04c7-4013-b498-73016f9ebdf4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e586fac9-04c7-4013-b498-73016f9ebdf4 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-e586fac9-04c7-4013-b498-73016f9ebdf4 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e586fac9-04c7-4013-b498-73016f9ebdf4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e586fac9-04c7-4013-b498-73016f9ebdf4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e586fac9-04c7-4013-b498-73016f9ebdf4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-e586fac9-04c7-4013-b498-73016f9ebdf4.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-e586fac9-04c7-4013-b498-73016f9ebdf4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e586fac9-04c7-4013-b498-73016f9ebdf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e586fac9-04c7-4013-b498-73016f9ebdf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e586fac9-04c7-4013-b498-73016f9ebdf4.shogun-image {
  box-sizing: border-box;
}



.s-e586fac9-04c7-4013-b498-73016f9ebdf4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e586fac9-04c7-4013-b498-73016f9ebdf4 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-e586fac9-04c7-4013-b498-73016f9ebdf4.shogun-image-container {
      position: relative;
    }

    .s-e586fac9-04c7-4013-b498-73016f9ebdf4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e586fac9-04c7-4013-b498-73016f9ebdf4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e586fac9-04c7-4013-b498-73016f9ebdf4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e586fac9-04c7-4013-b498-73016f9ebdf4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e586fac9-04c7-4013-b498-73016f9ebdf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e586fac9-04c7-4013-b498-73016f9ebdf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e586fac9-04c7-4013-b498-73016f9ebdf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e586fac9-04c7-4013-b498-73016f9ebdf4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e586fac9-04c7-4013-b498-73016f9ebdf4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e586fac9-04c7-4013-b498-73016f9ebdf4 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-e586fac9-04c7-4013-b498-73016f9ebdf4 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e586fac9-04c7-4013-b498-73016f9ebdf4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e586fac9-04c7-4013-b498-73016f9ebdf4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e586fac9-04c7-4013-b498-73016f9ebdf4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-e586fac9-04c7-4013-b498-73016f9ebdf4.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-e586fac9-04c7-4013-b498-73016f9ebdf4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e586fac9-04c7-4013-b498-73016f9ebdf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e586fac9-04c7-4013-b498-73016f9ebdf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e586fac9-04c7-4013-b498-73016f9ebdf4.shogun-image {
  box-sizing: border-box;
}



.s-e586fac9-04c7-4013-b498-73016f9ebdf4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e586fac9-04c7-4013-b498-73016f9ebdf4 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-e586fac9-04c7-4013-b498-73016f9ebdf4.shogun-image-container {
      position: relative;
    }

    .s-e586fac9-04c7-4013-b498-73016f9ebdf4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e586fac9-04c7-4013-b498-73016f9ebdf4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e586fac9-04c7-4013-b498-73016f9ebdf4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-e586fac9-04c7-4013-b498-73016f9ebdf4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e586fac9-04c7-4013-b498-73016f9ebdf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e586fac9-04c7-4013-b498-73016f9ebdf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e586fac9-04c7-4013-b498-73016f9ebdf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e586fac9-04c7-4013-b498-73016f9ebdf4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e586fac9-04c7-4013-b498-73016f9ebdf4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e586fac9-04c7-4013-b498-73016f9ebdf4 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-e586fac9-04c7-4013-b498-73016f9ebdf4 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e586fac9-04c7-4013-b498-73016f9ebdf4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e586fac9-04c7-4013-b498-73016f9ebdf4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e586fac9-04c7-4013-b498-73016f9ebdf4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-e586fac9-04c7-4013-b498-73016f9ebdf4.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-e586fac9-04c7-4013-b498-73016f9ebdf4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e586fac9-04c7-4013-b498-73016f9ebdf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e586fac9-04c7-4013-b498-73016f9ebdf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e586fac9-04c7-4013-b498-73016f9ebdf4.shogun-image {
  box-sizing: border-box;
}



.s-e586fac9-04c7-4013-b498-73016f9ebdf4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e586fac9-04c7-4013-b498-73016f9ebdf4 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-e586fac9-04c7-4013-b498-73016f9ebdf4.shogun-image-container {
      position: relative;
    }

    .s-e586fac9-04c7-4013-b498-73016f9ebdf4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e586fac9-04c7-4013-b498-73016f9ebdf4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e586fac9-04c7-4013-b498-73016f9ebdf4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-22cb0d45-ea8a-432f-abe8-02ddd5989276 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-22cb0d45-ea8a-432f-abe8-02ddd5989276"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22cb0d45-ea8a-432f-abe8-02ddd5989276"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-22cb0d45-ea8a-432f-abe8-02ddd5989276"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-22cb0d45-ea8a-432f-abe8-02ddd5989276"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 800/542;
text-align: center;
}

#s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shogun-image {
  box-sizing: border-box;
}



.s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shogun-image-container {
      position: relative;
    }

    .s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shogun-image {
  box-sizing: border-box;
}



.s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shogun-image-container {
      position: relative;
    }

    .s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shogun-image {
  box-sizing: border-box;
}



.s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shogun-image-container {
      position: relative;
    }

    .s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shogun-image {
  box-sizing: border-box;
}



.s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shogun-image-container {
      position: relative;
    }

    .s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shogun-image {
  box-sizing: border-box;
}



.s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shogun-image-container {
      position: relative;
    }

    .s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfd1d1c5-3bc6-474f-b33c-20056b0514a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-270ea386-ae0d-4e15-bfab-9029dc96fc90 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 800/542;
text-align: center;
}

#s-270ea386-ae0d-4e15-bfab-9029dc96fc90 {
  margin: 0 !important;
  overflow: visible;
}

#s-270ea386-ae0d-4e15-bfab-9029dc96fc90-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-270ea386-ae0d-4e15-bfab-9029dc96fc90 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-270ea386-ae0d-4e15-bfab-9029dc96fc90 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-270ea386-ae0d-4e15-bfab-9029dc96fc90 img.shogun-image {
  /* Add background color handling */
  
}

#s-270ea386-ae0d-4e15-bfab-9029dc96fc90 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-270ea386-ae0d-4e15-bfab-9029dc96fc90 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-270ea386-ae0d-4e15-bfab-9029dc96fc90 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-270ea386-ae0d-4e15-bfab-9029dc96fc90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-270ea386-ae0d-4e15-bfab-9029dc96fc90 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-270ea386-ae0d-4e15-bfab-9029dc96fc90 .shogun-image-content {
  
    justify-content: center;
  
}

.s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shogun-image {
  box-sizing: border-box;
}



.s-270ea386-ae0d-4e15-bfab-9029dc96fc90 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-270ea386-ae0d-4e15-bfab-9029dc96fc90 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shogun-image-container {
      position: relative;
    }

    .s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-270ea386-ae0d-4e15-bfab-9029dc96fc90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-270ea386-ae0d-4e15-bfab-9029dc96fc90 {
  margin: 0 !important;
  overflow: visible;
}

#s-270ea386-ae0d-4e15-bfab-9029dc96fc90-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-270ea386-ae0d-4e15-bfab-9029dc96fc90 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-270ea386-ae0d-4e15-bfab-9029dc96fc90 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-270ea386-ae0d-4e15-bfab-9029dc96fc90 img.shogun-image {
  /* Add background color handling */
  
}

#s-270ea386-ae0d-4e15-bfab-9029dc96fc90 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-270ea386-ae0d-4e15-bfab-9029dc96fc90 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-270ea386-ae0d-4e15-bfab-9029dc96fc90 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-270ea386-ae0d-4e15-bfab-9029dc96fc90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-270ea386-ae0d-4e15-bfab-9029dc96fc90 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-270ea386-ae0d-4e15-bfab-9029dc96fc90 .shogun-image-content {
  
    justify-content: center;
  
}

.s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shogun-image {
  box-sizing: border-box;
}



.s-270ea386-ae0d-4e15-bfab-9029dc96fc90 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-270ea386-ae0d-4e15-bfab-9029dc96fc90 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shogun-image-container {
      position: relative;
    }

    .s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-270ea386-ae0d-4e15-bfab-9029dc96fc90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-270ea386-ae0d-4e15-bfab-9029dc96fc90 {
  margin: 0 !important;
  overflow: visible;
}

#s-270ea386-ae0d-4e15-bfab-9029dc96fc90-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-270ea386-ae0d-4e15-bfab-9029dc96fc90 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-270ea386-ae0d-4e15-bfab-9029dc96fc90 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-270ea386-ae0d-4e15-bfab-9029dc96fc90 img.shogun-image {
  /* Add background color handling */
  
}

#s-270ea386-ae0d-4e15-bfab-9029dc96fc90 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-270ea386-ae0d-4e15-bfab-9029dc96fc90 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-270ea386-ae0d-4e15-bfab-9029dc96fc90 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-270ea386-ae0d-4e15-bfab-9029dc96fc90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-270ea386-ae0d-4e15-bfab-9029dc96fc90 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-270ea386-ae0d-4e15-bfab-9029dc96fc90 .shogun-image-content {
  
    justify-content: center;
  
}

.s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shogun-image {
  box-sizing: border-box;
}



.s-270ea386-ae0d-4e15-bfab-9029dc96fc90 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-270ea386-ae0d-4e15-bfab-9029dc96fc90 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shogun-image-container {
      position: relative;
    }

    .s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-270ea386-ae0d-4e15-bfab-9029dc96fc90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-270ea386-ae0d-4e15-bfab-9029dc96fc90 {
  margin: 0 !important;
  overflow: visible;
}

#s-270ea386-ae0d-4e15-bfab-9029dc96fc90-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-270ea386-ae0d-4e15-bfab-9029dc96fc90 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-270ea386-ae0d-4e15-bfab-9029dc96fc90 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-270ea386-ae0d-4e15-bfab-9029dc96fc90 img.shogun-image {
  /* Add background color handling */
  
}

#s-270ea386-ae0d-4e15-bfab-9029dc96fc90 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-270ea386-ae0d-4e15-bfab-9029dc96fc90 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-270ea386-ae0d-4e15-bfab-9029dc96fc90 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-270ea386-ae0d-4e15-bfab-9029dc96fc90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-270ea386-ae0d-4e15-bfab-9029dc96fc90 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-270ea386-ae0d-4e15-bfab-9029dc96fc90 .shogun-image-content {
  
    justify-content: center;
  
}

.s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shogun-image {
  box-sizing: border-box;
}



.s-270ea386-ae0d-4e15-bfab-9029dc96fc90 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-270ea386-ae0d-4e15-bfab-9029dc96fc90 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shogun-image-container {
      position: relative;
    }

    .s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-270ea386-ae0d-4e15-bfab-9029dc96fc90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-270ea386-ae0d-4e15-bfab-9029dc96fc90 {
  margin: 0 !important;
  overflow: visible;
}

#s-270ea386-ae0d-4e15-bfab-9029dc96fc90-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-270ea386-ae0d-4e15-bfab-9029dc96fc90 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-270ea386-ae0d-4e15-bfab-9029dc96fc90 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-270ea386-ae0d-4e15-bfab-9029dc96fc90 img.shogun-image {
  /* Add background color handling */
  
}

#s-270ea386-ae0d-4e15-bfab-9029dc96fc90 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-270ea386-ae0d-4e15-bfab-9029dc96fc90 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-270ea386-ae0d-4e15-bfab-9029dc96fc90 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-270ea386-ae0d-4e15-bfab-9029dc96fc90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-270ea386-ae0d-4e15-bfab-9029dc96fc90 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-270ea386-ae0d-4e15-bfab-9029dc96fc90 .shogun-image-content {
  
    justify-content: center;
  
}

.s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shogun-image {
  box-sizing: border-box;
}



.s-270ea386-ae0d-4e15-bfab-9029dc96fc90 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-270ea386-ae0d-4e15-bfab-9029dc96fc90 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shogun-image-container {
      position: relative;
    }

    .s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-270ea386-ae0d-4e15-bfab-9029dc96fc90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-270ea386-ae0d-4e15-bfab-9029dc96fc90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-f6c031a4-fae4-4785-a1e7-46112816ca1f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f6c031a4-fae4-4785-a1e7-46112816ca1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6c031a4-fae4-4785-a1e7-46112816ca1f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-f6c031a4-fae4-4785-a1e7-46112816ca1f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-f6c031a4-fae4-4785-a1e7-46112816ca1f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-6a7cca2b-d2a5-4cb7-ae41-383179981866 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 800/542;
text-align: center;
}

#s-6a7cca2b-d2a5-4cb7-ae41-383179981866 {
  margin: 0 !important;
  overflow: visible;
}

#s-6a7cca2b-d2a5-4cb7-ae41-383179981866-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6a7cca2b-d2a5-4cb7-ae41-383179981866 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a7cca2b-d2a5-4cb7-ae41-383179981866 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a7cca2b-d2a5-4cb7-ae41-383179981866 img.shogun-image {
  /* Add background color handling */
  
}

#s-6a7cca2b-d2a5-4cb7-ae41-383179981866 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a7cca2b-d2a5-4cb7-ae41-383179981866 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-6a7cca2b-d2a5-4cb7-ae41-383179981866 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a7cca2b-d2a5-4cb7-ae41-383179981866 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a7cca2b-d2a5-4cb7-ae41-383179981866 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-6a7cca2b-d2a5-4cb7-ae41-383179981866 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shogun-image {
  box-sizing: border-box;
}



.s-6a7cca2b-d2a5-4cb7-ae41-383179981866 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6a7cca2b-d2a5-4cb7-ae41-383179981866 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shogun-image-container {
      position: relative;
    }

    .s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a7cca2b-d2a5-4cb7-ae41-383179981866 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-6a7cca2b-d2a5-4cb7-ae41-383179981866 {
  margin: 0 !important;
  overflow: visible;
}

#s-6a7cca2b-d2a5-4cb7-ae41-383179981866-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6a7cca2b-d2a5-4cb7-ae41-383179981866 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a7cca2b-d2a5-4cb7-ae41-383179981866 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a7cca2b-d2a5-4cb7-ae41-383179981866 img.shogun-image {
  /* Add background color handling */
  
}

#s-6a7cca2b-d2a5-4cb7-ae41-383179981866 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a7cca2b-d2a5-4cb7-ae41-383179981866 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-6a7cca2b-d2a5-4cb7-ae41-383179981866 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a7cca2b-d2a5-4cb7-ae41-383179981866 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a7cca2b-d2a5-4cb7-ae41-383179981866 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-6a7cca2b-d2a5-4cb7-ae41-383179981866 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shogun-image {
  box-sizing: border-box;
}



.s-6a7cca2b-d2a5-4cb7-ae41-383179981866 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6a7cca2b-d2a5-4cb7-ae41-383179981866 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shogun-image-container {
      position: relative;
    }

    .s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a7cca2b-d2a5-4cb7-ae41-383179981866 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6a7cca2b-d2a5-4cb7-ae41-383179981866 {
  margin: 0 !important;
  overflow: visible;
}

#s-6a7cca2b-d2a5-4cb7-ae41-383179981866-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6a7cca2b-d2a5-4cb7-ae41-383179981866 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a7cca2b-d2a5-4cb7-ae41-383179981866 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a7cca2b-d2a5-4cb7-ae41-383179981866 img.shogun-image {
  /* Add background color handling */
  
}

#s-6a7cca2b-d2a5-4cb7-ae41-383179981866 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a7cca2b-d2a5-4cb7-ae41-383179981866 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-6a7cca2b-d2a5-4cb7-ae41-383179981866 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a7cca2b-d2a5-4cb7-ae41-383179981866 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a7cca2b-d2a5-4cb7-ae41-383179981866 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-6a7cca2b-d2a5-4cb7-ae41-383179981866 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shogun-image {
  box-sizing: border-box;
}



.s-6a7cca2b-d2a5-4cb7-ae41-383179981866 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6a7cca2b-d2a5-4cb7-ae41-383179981866 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shogun-image-container {
      position: relative;
    }

    .s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a7cca2b-d2a5-4cb7-ae41-383179981866 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6a7cca2b-d2a5-4cb7-ae41-383179981866 {
  margin: 0 !important;
  overflow: visible;
}

#s-6a7cca2b-d2a5-4cb7-ae41-383179981866-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6a7cca2b-d2a5-4cb7-ae41-383179981866 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a7cca2b-d2a5-4cb7-ae41-383179981866 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a7cca2b-d2a5-4cb7-ae41-383179981866 img.shogun-image {
  /* Add background color handling */
  
}

#s-6a7cca2b-d2a5-4cb7-ae41-383179981866 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a7cca2b-d2a5-4cb7-ae41-383179981866 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-6a7cca2b-d2a5-4cb7-ae41-383179981866 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a7cca2b-d2a5-4cb7-ae41-383179981866 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a7cca2b-d2a5-4cb7-ae41-383179981866 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-6a7cca2b-d2a5-4cb7-ae41-383179981866 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shogun-image {
  box-sizing: border-box;
}



.s-6a7cca2b-d2a5-4cb7-ae41-383179981866 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6a7cca2b-d2a5-4cb7-ae41-383179981866 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shogun-image-container {
      position: relative;
    }

    .s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a7cca2b-d2a5-4cb7-ae41-383179981866 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-6a7cca2b-d2a5-4cb7-ae41-383179981866 {
  margin: 0 !important;
  overflow: visible;
}

#s-6a7cca2b-d2a5-4cb7-ae41-383179981866-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6a7cca2b-d2a5-4cb7-ae41-383179981866 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a7cca2b-d2a5-4cb7-ae41-383179981866 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a7cca2b-d2a5-4cb7-ae41-383179981866 img.shogun-image {
  /* Add background color handling */
  
}

#s-6a7cca2b-d2a5-4cb7-ae41-383179981866 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a7cca2b-d2a5-4cb7-ae41-383179981866 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-6a7cca2b-d2a5-4cb7-ae41-383179981866 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a7cca2b-d2a5-4cb7-ae41-383179981866 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a7cca2b-d2a5-4cb7-ae41-383179981866 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-6a7cca2b-d2a5-4cb7-ae41-383179981866 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shogun-image {
  box-sizing: border-box;
}



.s-6a7cca2b-d2a5-4cb7-ae41-383179981866 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6a7cca2b-d2a5-4cb7-ae41-383179981866 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shogun-image-container {
      position: relative;
    }

    .s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a7cca2b-d2a5-4cb7-ae41-383179981866.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a7cca2b-d2a5-4cb7-ae41-383179981866 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-d6514a11-82fe-410c-a154-ba5eed267560 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 800/542;
text-align: center;
}

#s-d6514a11-82fe-410c-a154-ba5eed267560 {
  margin: 0 !important;
  overflow: visible;
}

#s-d6514a11-82fe-410c-a154-ba5eed267560-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d6514a11-82fe-410c-a154-ba5eed267560 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d6514a11-82fe-410c-a154-ba5eed267560 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d6514a11-82fe-410c-a154-ba5eed267560 img.shogun-image {
  /* Add background color handling */
  
}

#s-d6514a11-82fe-410c-a154-ba5eed267560 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6514a11-82fe-410c-a154-ba5eed267560 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-d6514a11-82fe-410c-a154-ba5eed267560 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6514a11-82fe-410c-a154-ba5eed267560 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6514a11-82fe-410c-a154-ba5eed267560.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6514a11-82fe-410c-a154-ba5eed267560 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-d6514a11-82fe-410c-a154-ba5eed267560.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-d6514a11-82fe-410c-a154-ba5eed267560 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d6514a11-82fe-410c-a154-ba5eed267560.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6514a11-82fe-410c-a154-ba5eed267560.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6514a11-82fe-410c-a154-ba5eed267560.shogun-image {
  box-sizing: border-box;
}



.s-d6514a11-82fe-410c-a154-ba5eed267560 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d6514a11-82fe-410c-a154-ba5eed267560 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-d6514a11-82fe-410c-a154-ba5eed267560.shogun-image-container {
      position: relative;
    }

    .s-d6514a11-82fe-410c-a154-ba5eed267560.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6514a11-82fe-410c-a154-ba5eed267560.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6514a11-82fe-410c-a154-ba5eed267560 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-d6514a11-82fe-410c-a154-ba5eed267560 {
  margin: 0 !important;
  overflow: visible;
}

#s-d6514a11-82fe-410c-a154-ba5eed267560-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d6514a11-82fe-410c-a154-ba5eed267560 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d6514a11-82fe-410c-a154-ba5eed267560 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d6514a11-82fe-410c-a154-ba5eed267560 img.shogun-image {
  /* Add background color handling */
  
}

#s-d6514a11-82fe-410c-a154-ba5eed267560 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6514a11-82fe-410c-a154-ba5eed267560 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-d6514a11-82fe-410c-a154-ba5eed267560 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6514a11-82fe-410c-a154-ba5eed267560 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6514a11-82fe-410c-a154-ba5eed267560.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6514a11-82fe-410c-a154-ba5eed267560 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-d6514a11-82fe-410c-a154-ba5eed267560.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-d6514a11-82fe-410c-a154-ba5eed267560 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d6514a11-82fe-410c-a154-ba5eed267560.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6514a11-82fe-410c-a154-ba5eed267560.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6514a11-82fe-410c-a154-ba5eed267560.shogun-image {
  box-sizing: border-box;
}



.s-d6514a11-82fe-410c-a154-ba5eed267560 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d6514a11-82fe-410c-a154-ba5eed267560 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-d6514a11-82fe-410c-a154-ba5eed267560.shogun-image-container {
      position: relative;
    }

    .s-d6514a11-82fe-410c-a154-ba5eed267560.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6514a11-82fe-410c-a154-ba5eed267560.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6514a11-82fe-410c-a154-ba5eed267560 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d6514a11-82fe-410c-a154-ba5eed267560 {
  margin: 0 !important;
  overflow: visible;
}

#s-d6514a11-82fe-410c-a154-ba5eed267560-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d6514a11-82fe-410c-a154-ba5eed267560 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d6514a11-82fe-410c-a154-ba5eed267560 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d6514a11-82fe-410c-a154-ba5eed267560 img.shogun-image {
  /* Add background color handling */
  
}

#s-d6514a11-82fe-410c-a154-ba5eed267560 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6514a11-82fe-410c-a154-ba5eed267560 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-d6514a11-82fe-410c-a154-ba5eed267560 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6514a11-82fe-410c-a154-ba5eed267560 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6514a11-82fe-410c-a154-ba5eed267560.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6514a11-82fe-410c-a154-ba5eed267560 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-d6514a11-82fe-410c-a154-ba5eed267560.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-d6514a11-82fe-410c-a154-ba5eed267560 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d6514a11-82fe-410c-a154-ba5eed267560.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6514a11-82fe-410c-a154-ba5eed267560.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6514a11-82fe-410c-a154-ba5eed267560.shogun-image {
  box-sizing: border-box;
}



.s-d6514a11-82fe-410c-a154-ba5eed267560 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d6514a11-82fe-410c-a154-ba5eed267560 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-d6514a11-82fe-410c-a154-ba5eed267560.shogun-image-container {
      position: relative;
    }

    .s-d6514a11-82fe-410c-a154-ba5eed267560.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6514a11-82fe-410c-a154-ba5eed267560.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6514a11-82fe-410c-a154-ba5eed267560 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d6514a11-82fe-410c-a154-ba5eed267560 {
  margin: 0 !important;
  overflow: visible;
}

#s-d6514a11-82fe-410c-a154-ba5eed267560-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d6514a11-82fe-410c-a154-ba5eed267560 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d6514a11-82fe-410c-a154-ba5eed267560 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d6514a11-82fe-410c-a154-ba5eed267560 img.shogun-image {
  /* Add background color handling */
  
}

#s-d6514a11-82fe-410c-a154-ba5eed267560 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6514a11-82fe-410c-a154-ba5eed267560 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-d6514a11-82fe-410c-a154-ba5eed267560 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6514a11-82fe-410c-a154-ba5eed267560 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6514a11-82fe-410c-a154-ba5eed267560.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6514a11-82fe-410c-a154-ba5eed267560 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-d6514a11-82fe-410c-a154-ba5eed267560.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-d6514a11-82fe-410c-a154-ba5eed267560 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d6514a11-82fe-410c-a154-ba5eed267560.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6514a11-82fe-410c-a154-ba5eed267560.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6514a11-82fe-410c-a154-ba5eed267560.shogun-image {
  box-sizing: border-box;
}



.s-d6514a11-82fe-410c-a154-ba5eed267560 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d6514a11-82fe-410c-a154-ba5eed267560 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-d6514a11-82fe-410c-a154-ba5eed267560.shogun-image-container {
      position: relative;
    }

    .s-d6514a11-82fe-410c-a154-ba5eed267560.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6514a11-82fe-410c-a154-ba5eed267560.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6514a11-82fe-410c-a154-ba5eed267560 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-d6514a11-82fe-410c-a154-ba5eed267560 {
  margin: 0 !important;
  overflow: visible;
}

#s-d6514a11-82fe-410c-a154-ba5eed267560-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d6514a11-82fe-410c-a154-ba5eed267560 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d6514a11-82fe-410c-a154-ba5eed267560 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d6514a11-82fe-410c-a154-ba5eed267560 img.shogun-image {
  /* Add background color handling */
  
}

#s-d6514a11-82fe-410c-a154-ba5eed267560 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6514a11-82fe-410c-a154-ba5eed267560 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-d6514a11-82fe-410c-a154-ba5eed267560 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6514a11-82fe-410c-a154-ba5eed267560 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6514a11-82fe-410c-a154-ba5eed267560.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6514a11-82fe-410c-a154-ba5eed267560 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-d6514a11-82fe-410c-a154-ba5eed267560.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-d6514a11-82fe-410c-a154-ba5eed267560 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d6514a11-82fe-410c-a154-ba5eed267560.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6514a11-82fe-410c-a154-ba5eed267560.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6514a11-82fe-410c-a154-ba5eed267560.shogun-image {
  box-sizing: border-box;
}



.s-d6514a11-82fe-410c-a154-ba5eed267560 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d6514a11-82fe-410c-a154-ba5eed267560 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-d6514a11-82fe-410c-a154-ba5eed267560.shogun-image-container {
      position: relative;
    }

    .s-d6514a11-82fe-410c-a154-ba5eed267560.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6514a11-82fe-410c-a154-ba5eed267560.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6514a11-82fe-410c-a154-ba5eed267560 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-53dbd657-bbff-410e-b117-1c2a493b15f1 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-53dbd657-bbff-410e-b117-1c2a493b15f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53dbd657-bbff-410e-b117-1c2a493b15f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-53dbd657-bbff-410e-b117-1c2a493b15f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-53dbd657-bbff-410e-b117-1c2a493b15f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-e8c62d2f-5074-4daf-a198-c0c093e9c25e {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 800/542;
text-align: center;
}

#s-e8c62d2f-5074-4daf-a198-c0c093e9c25e {
  margin: 0 !important;
  overflow: visible;
}

#s-e8c62d2f-5074-4daf-a198-c0c093e9c25e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8c62d2f-5074-4daf-a198-c0c093e9c25e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8c62d2f-5074-4daf-a198-c0c093e9c25e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8c62d2f-5074-4daf-a198-c0c093e9c25e img.shogun-image {
  /* Add background color handling */
  
}

#s-e8c62d2f-5074-4daf-a198-c0c093e9c25e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8c62d2f-5074-4daf-a198-c0c093e9c25e .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-e8c62d2f-5074-4daf-a198-c0c093e9c25e .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8c62d2f-5074-4daf-a198-c0c093e9c25e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8c62d2f-5074-4daf-a198-c0c093e9c25e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-e8c62d2f-5074-4daf-a198-c0c093e9c25e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shogun-image {
  box-sizing: border-box;
}



.s-e8c62d2f-5074-4daf-a198-c0c093e9c25e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e8c62d2f-5074-4daf-a198-c0c093e9c25e {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shogun-image-container {
      position: relative;
    }

    .s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8c62d2f-5074-4daf-a198-c0c093e9c25e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-e8c62d2f-5074-4daf-a198-c0c093e9c25e {
  margin: 0 !important;
  overflow: visible;
}

#s-e8c62d2f-5074-4daf-a198-c0c093e9c25e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8c62d2f-5074-4daf-a198-c0c093e9c25e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8c62d2f-5074-4daf-a198-c0c093e9c25e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8c62d2f-5074-4daf-a198-c0c093e9c25e img.shogun-image {
  /* Add background color handling */
  
}

#s-e8c62d2f-5074-4daf-a198-c0c093e9c25e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8c62d2f-5074-4daf-a198-c0c093e9c25e .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-e8c62d2f-5074-4daf-a198-c0c093e9c25e .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8c62d2f-5074-4daf-a198-c0c093e9c25e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8c62d2f-5074-4daf-a198-c0c093e9c25e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-e8c62d2f-5074-4daf-a198-c0c093e9c25e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shogun-image {
  box-sizing: border-box;
}



.s-e8c62d2f-5074-4daf-a198-c0c093e9c25e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e8c62d2f-5074-4daf-a198-c0c093e9c25e {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shogun-image-container {
      position: relative;
    }

    .s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8c62d2f-5074-4daf-a198-c0c093e9c25e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e8c62d2f-5074-4daf-a198-c0c093e9c25e {
  margin: 0 !important;
  overflow: visible;
}

#s-e8c62d2f-5074-4daf-a198-c0c093e9c25e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8c62d2f-5074-4daf-a198-c0c093e9c25e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8c62d2f-5074-4daf-a198-c0c093e9c25e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8c62d2f-5074-4daf-a198-c0c093e9c25e img.shogun-image {
  /* Add background color handling */
  
}

#s-e8c62d2f-5074-4daf-a198-c0c093e9c25e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8c62d2f-5074-4daf-a198-c0c093e9c25e .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-e8c62d2f-5074-4daf-a198-c0c093e9c25e .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8c62d2f-5074-4daf-a198-c0c093e9c25e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8c62d2f-5074-4daf-a198-c0c093e9c25e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-e8c62d2f-5074-4daf-a198-c0c093e9c25e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shogun-image {
  box-sizing: border-box;
}



.s-e8c62d2f-5074-4daf-a198-c0c093e9c25e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e8c62d2f-5074-4daf-a198-c0c093e9c25e {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shogun-image-container {
      position: relative;
    }

    .s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8c62d2f-5074-4daf-a198-c0c093e9c25e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e8c62d2f-5074-4daf-a198-c0c093e9c25e {
  margin: 0 !important;
  overflow: visible;
}

#s-e8c62d2f-5074-4daf-a198-c0c093e9c25e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8c62d2f-5074-4daf-a198-c0c093e9c25e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8c62d2f-5074-4daf-a198-c0c093e9c25e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8c62d2f-5074-4daf-a198-c0c093e9c25e img.shogun-image {
  /* Add background color handling */
  
}

#s-e8c62d2f-5074-4daf-a198-c0c093e9c25e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8c62d2f-5074-4daf-a198-c0c093e9c25e .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-e8c62d2f-5074-4daf-a198-c0c093e9c25e .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8c62d2f-5074-4daf-a198-c0c093e9c25e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8c62d2f-5074-4daf-a198-c0c093e9c25e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-e8c62d2f-5074-4daf-a198-c0c093e9c25e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shogun-image {
  box-sizing: border-box;
}



.s-e8c62d2f-5074-4daf-a198-c0c093e9c25e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e8c62d2f-5074-4daf-a198-c0c093e9c25e {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shogun-image-container {
      position: relative;
    }

    .s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8c62d2f-5074-4daf-a198-c0c093e9c25e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-e8c62d2f-5074-4daf-a198-c0c093e9c25e {
  margin: 0 !important;
  overflow: visible;
}

#s-e8c62d2f-5074-4daf-a198-c0c093e9c25e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8c62d2f-5074-4daf-a198-c0c093e9c25e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8c62d2f-5074-4daf-a198-c0c093e9c25e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8c62d2f-5074-4daf-a198-c0c093e9c25e img.shogun-image {
  /* Add background color handling */
  
}

#s-e8c62d2f-5074-4daf-a198-c0c093e9c25e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8c62d2f-5074-4daf-a198-c0c093e9c25e .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-e8c62d2f-5074-4daf-a198-c0c093e9c25e .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8c62d2f-5074-4daf-a198-c0c093e9c25e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8c62d2f-5074-4daf-a198-c0c093e9c25e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-e8c62d2f-5074-4daf-a198-c0c093e9c25e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shogun-image {
  box-sizing: border-box;
}



.s-e8c62d2f-5074-4daf-a198-c0c093e9c25e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e8c62d2f-5074-4daf-a198-c0c093e9c25e {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shogun-image-container {
      position: relative;
    }

    .s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8c62d2f-5074-4daf-a198-c0c093e9c25e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8c62d2f-5074-4daf-a198-c0c093e9c25e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-7884b548-929b-4995-a08b-c08506e6d64e {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 800/542;
text-align: center;
}

#s-7884b548-929b-4995-a08b-c08506e6d64e {
  margin: 0 !important;
  overflow: visible;
}

#s-7884b548-929b-4995-a08b-c08506e6d64e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7884b548-929b-4995-a08b-c08506e6d64e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7884b548-929b-4995-a08b-c08506e6d64e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7884b548-929b-4995-a08b-c08506e6d64e img.shogun-image {
  /* Add background color handling */
  
}

#s-7884b548-929b-4995-a08b-c08506e6d64e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7884b548-929b-4995-a08b-c08506e6d64e .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-7884b548-929b-4995-a08b-c08506e6d64e .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7884b548-929b-4995-a08b-c08506e6d64e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7884b548-929b-4995-a08b-c08506e6d64e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7884b548-929b-4995-a08b-c08506e6d64e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-7884b548-929b-4995-a08b-c08506e6d64e.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-7884b548-929b-4995-a08b-c08506e6d64e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7884b548-929b-4995-a08b-c08506e6d64e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7884b548-929b-4995-a08b-c08506e6d64e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7884b548-929b-4995-a08b-c08506e6d64e.shogun-image {
  box-sizing: border-box;
}



.s-7884b548-929b-4995-a08b-c08506e6d64e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7884b548-929b-4995-a08b-c08506e6d64e {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-7884b548-929b-4995-a08b-c08506e6d64e.shogun-image-container {
      position: relative;
    }

    .s-7884b548-929b-4995-a08b-c08506e6d64e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7884b548-929b-4995-a08b-c08506e6d64e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7884b548-929b-4995-a08b-c08506e6d64e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-7884b548-929b-4995-a08b-c08506e6d64e {
  margin: 0 !important;
  overflow: visible;
}

#s-7884b548-929b-4995-a08b-c08506e6d64e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7884b548-929b-4995-a08b-c08506e6d64e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7884b548-929b-4995-a08b-c08506e6d64e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7884b548-929b-4995-a08b-c08506e6d64e img.shogun-image {
  /* Add background color handling */
  
}

#s-7884b548-929b-4995-a08b-c08506e6d64e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7884b548-929b-4995-a08b-c08506e6d64e .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-7884b548-929b-4995-a08b-c08506e6d64e .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7884b548-929b-4995-a08b-c08506e6d64e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7884b548-929b-4995-a08b-c08506e6d64e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7884b548-929b-4995-a08b-c08506e6d64e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-7884b548-929b-4995-a08b-c08506e6d64e.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-7884b548-929b-4995-a08b-c08506e6d64e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7884b548-929b-4995-a08b-c08506e6d64e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7884b548-929b-4995-a08b-c08506e6d64e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7884b548-929b-4995-a08b-c08506e6d64e.shogun-image {
  box-sizing: border-box;
}



.s-7884b548-929b-4995-a08b-c08506e6d64e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7884b548-929b-4995-a08b-c08506e6d64e {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-7884b548-929b-4995-a08b-c08506e6d64e.shogun-image-container {
      position: relative;
    }

    .s-7884b548-929b-4995-a08b-c08506e6d64e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7884b548-929b-4995-a08b-c08506e6d64e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7884b548-929b-4995-a08b-c08506e6d64e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7884b548-929b-4995-a08b-c08506e6d64e {
  margin: 0 !important;
  overflow: visible;
}

#s-7884b548-929b-4995-a08b-c08506e6d64e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7884b548-929b-4995-a08b-c08506e6d64e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7884b548-929b-4995-a08b-c08506e6d64e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7884b548-929b-4995-a08b-c08506e6d64e img.shogun-image {
  /* Add background color handling */
  
}

#s-7884b548-929b-4995-a08b-c08506e6d64e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7884b548-929b-4995-a08b-c08506e6d64e .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-7884b548-929b-4995-a08b-c08506e6d64e .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7884b548-929b-4995-a08b-c08506e6d64e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7884b548-929b-4995-a08b-c08506e6d64e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7884b548-929b-4995-a08b-c08506e6d64e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-7884b548-929b-4995-a08b-c08506e6d64e.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-7884b548-929b-4995-a08b-c08506e6d64e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7884b548-929b-4995-a08b-c08506e6d64e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7884b548-929b-4995-a08b-c08506e6d64e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7884b548-929b-4995-a08b-c08506e6d64e.shogun-image {
  box-sizing: border-box;
}



.s-7884b548-929b-4995-a08b-c08506e6d64e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7884b548-929b-4995-a08b-c08506e6d64e {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-7884b548-929b-4995-a08b-c08506e6d64e.shogun-image-container {
      position: relative;
    }

    .s-7884b548-929b-4995-a08b-c08506e6d64e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7884b548-929b-4995-a08b-c08506e6d64e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7884b548-929b-4995-a08b-c08506e6d64e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7884b548-929b-4995-a08b-c08506e6d64e {
  margin: 0 !important;
  overflow: visible;
}

#s-7884b548-929b-4995-a08b-c08506e6d64e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7884b548-929b-4995-a08b-c08506e6d64e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7884b548-929b-4995-a08b-c08506e6d64e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7884b548-929b-4995-a08b-c08506e6d64e img.shogun-image {
  /* Add background color handling */
  
}

#s-7884b548-929b-4995-a08b-c08506e6d64e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7884b548-929b-4995-a08b-c08506e6d64e .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-7884b548-929b-4995-a08b-c08506e6d64e .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7884b548-929b-4995-a08b-c08506e6d64e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7884b548-929b-4995-a08b-c08506e6d64e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7884b548-929b-4995-a08b-c08506e6d64e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-7884b548-929b-4995-a08b-c08506e6d64e.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-7884b548-929b-4995-a08b-c08506e6d64e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7884b548-929b-4995-a08b-c08506e6d64e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7884b548-929b-4995-a08b-c08506e6d64e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7884b548-929b-4995-a08b-c08506e6d64e.shogun-image {
  box-sizing: border-box;
}



.s-7884b548-929b-4995-a08b-c08506e6d64e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7884b548-929b-4995-a08b-c08506e6d64e {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-7884b548-929b-4995-a08b-c08506e6d64e.shogun-image-container {
      position: relative;
    }

    .s-7884b548-929b-4995-a08b-c08506e6d64e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7884b548-929b-4995-a08b-c08506e6d64e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7884b548-929b-4995-a08b-c08506e6d64e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-7884b548-929b-4995-a08b-c08506e6d64e {
  margin: 0 !important;
  overflow: visible;
}

#s-7884b548-929b-4995-a08b-c08506e6d64e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7884b548-929b-4995-a08b-c08506e6d64e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7884b548-929b-4995-a08b-c08506e6d64e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7884b548-929b-4995-a08b-c08506e6d64e img.shogun-image {
  /* Add background color handling */
  
}

#s-7884b548-929b-4995-a08b-c08506e6d64e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7884b548-929b-4995-a08b-c08506e6d64e .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-7884b548-929b-4995-a08b-c08506e6d64e .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7884b548-929b-4995-a08b-c08506e6d64e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7884b548-929b-4995-a08b-c08506e6d64e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7884b548-929b-4995-a08b-c08506e6d64e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-7884b548-929b-4995-a08b-c08506e6d64e.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-7884b548-929b-4995-a08b-c08506e6d64e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7884b548-929b-4995-a08b-c08506e6d64e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7884b548-929b-4995-a08b-c08506e6d64e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7884b548-929b-4995-a08b-c08506e6d64e.shogun-image {
  box-sizing: border-box;
}



.s-7884b548-929b-4995-a08b-c08506e6d64e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7884b548-929b-4995-a08b-c08506e6d64e {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-7884b548-929b-4995-a08b-c08506e6d64e.shogun-image-container {
      position: relative;
    }

    .s-7884b548-929b-4995-a08b-c08506e6d64e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7884b548-929b-4995-a08b-c08506e6d64e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7884b548-929b-4995-a08b-c08506e6d64e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-561e7eea-c118-4c13-a5d5-e2b3adb9e10b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-561e7eea-c118-4c13-a5d5-e2b3adb9e10b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-561e7eea-c118-4c13-a5d5-e2b3adb9e10b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-561e7eea-c118-4c13-a5d5-e2b3adb9e10b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-561e7eea-c118-4c13-a5d5-e2b3adb9e10b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-d2503eb8-3b68-4ba6-a40b-9062157924d5 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 800/542;
text-align: center;
}

#s-d2503eb8-3b68-4ba6-a40b-9062157924d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2503eb8-3b68-4ba6-a40b-9062157924d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d2503eb8-3b68-4ba6-a40b-9062157924d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2503eb8-3b68-4ba6-a40b-9062157924d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2503eb8-3b68-4ba6-a40b-9062157924d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2503eb8-3b68-4ba6-a40b-9062157924d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2503eb8-3b68-4ba6-a40b-9062157924d5 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-d2503eb8-3b68-4ba6-a40b-9062157924d5 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2503eb8-3b68-4ba6-a40b-9062157924d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2503eb8-3b68-4ba6-a40b-9062157924d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-d2503eb8-3b68-4ba6-a40b-9062157924d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shogun-image {
  box-sizing: border-box;
}



.s-d2503eb8-3b68-4ba6-a40b-9062157924d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d2503eb8-3b68-4ba6-a40b-9062157924d5 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shogun-image-container {
      position: relative;
    }

    .s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2503eb8-3b68-4ba6-a40b-9062157924d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-d2503eb8-3b68-4ba6-a40b-9062157924d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2503eb8-3b68-4ba6-a40b-9062157924d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d2503eb8-3b68-4ba6-a40b-9062157924d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2503eb8-3b68-4ba6-a40b-9062157924d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2503eb8-3b68-4ba6-a40b-9062157924d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2503eb8-3b68-4ba6-a40b-9062157924d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2503eb8-3b68-4ba6-a40b-9062157924d5 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-d2503eb8-3b68-4ba6-a40b-9062157924d5 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2503eb8-3b68-4ba6-a40b-9062157924d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2503eb8-3b68-4ba6-a40b-9062157924d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-d2503eb8-3b68-4ba6-a40b-9062157924d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shogun-image {
  box-sizing: border-box;
}



.s-d2503eb8-3b68-4ba6-a40b-9062157924d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d2503eb8-3b68-4ba6-a40b-9062157924d5 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shogun-image-container {
      position: relative;
    }

    .s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2503eb8-3b68-4ba6-a40b-9062157924d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d2503eb8-3b68-4ba6-a40b-9062157924d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2503eb8-3b68-4ba6-a40b-9062157924d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d2503eb8-3b68-4ba6-a40b-9062157924d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2503eb8-3b68-4ba6-a40b-9062157924d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2503eb8-3b68-4ba6-a40b-9062157924d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2503eb8-3b68-4ba6-a40b-9062157924d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2503eb8-3b68-4ba6-a40b-9062157924d5 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-d2503eb8-3b68-4ba6-a40b-9062157924d5 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2503eb8-3b68-4ba6-a40b-9062157924d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2503eb8-3b68-4ba6-a40b-9062157924d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-d2503eb8-3b68-4ba6-a40b-9062157924d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shogun-image {
  box-sizing: border-box;
}



.s-d2503eb8-3b68-4ba6-a40b-9062157924d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d2503eb8-3b68-4ba6-a40b-9062157924d5 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shogun-image-container {
      position: relative;
    }

    .s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2503eb8-3b68-4ba6-a40b-9062157924d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d2503eb8-3b68-4ba6-a40b-9062157924d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2503eb8-3b68-4ba6-a40b-9062157924d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d2503eb8-3b68-4ba6-a40b-9062157924d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2503eb8-3b68-4ba6-a40b-9062157924d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2503eb8-3b68-4ba6-a40b-9062157924d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2503eb8-3b68-4ba6-a40b-9062157924d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2503eb8-3b68-4ba6-a40b-9062157924d5 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-d2503eb8-3b68-4ba6-a40b-9062157924d5 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2503eb8-3b68-4ba6-a40b-9062157924d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2503eb8-3b68-4ba6-a40b-9062157924d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-d2503eb8-3b68-4ba6-a40b-9062157924d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shogun-image {
  box-sizing: border-box;
}



.s-d2503eb8-3b68-4ba6-a40b-9062157924d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d2503eb8-3b68-4ba6-a40b-9062157924d5 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shogun-image-container {
      position: relative;
    }

    .s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2503eb8-3b68-4ba6-a40b-9062157924d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-d2503eb8-3b68-4ba6-a40b-9062157924d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2503eb8-3b68-4ba6-a40b-9062157924d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d2503eb8-3b68-4ba6-a40b-9062157924d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2503eb8-3b68-4ba6-a40b-9062157924d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2503eb8-3b68-4ba6-a40b-9062157924d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2503eb8-3b68-4ba6-a40b-9062157924d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2503eb8-3b68-4ba6-a40b-9062157924d5 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-d2503eb8-3b68-4ba6-a40b-9062157924d5 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2503eb8-3b68-4ba6-a40b-9062157924d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d2503eb8-3b68-4ba6-a40b-9062157924d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-d2503eb8-3b68-4ba6-a40b-9062157924d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shogun-image {
  box-sizing: border-box;
}



.s-d2503eb8-3b68-4ba6-a40b-9062157924d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d2503eb8-3b68-4ba6-a40b-9062157924d5 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shogun-image-container {
      position: relative;
    }

    .s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2503eb8-3b68-4ba6-a40b-9062157924d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2503eb8-3b68-4ba6-a40b-9062157924d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 800/542;
text-align: center;
}

#s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shogun-image {
  box-sizing: border-box;
}



.s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shogun-image-container {
      position: relative;
    }

    .s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shogun-image {
  box-sizing: border-box;
}



.s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shogun-image-container {
      position: relative;
    }

    .s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shogun-image {
  box-sizing: border-box;
}



.s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shogun-image-container {
      position: relative;
    }

    .s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shogun-image {
  box-sizing: border-box;
}



.s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shogun-image-container {
      position: relative;
    }

    .s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shogun-image {
  box-sizing: border-box;
}



.s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shogun-image-container {
      position: relative;
    }

    .s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba38733d-dcd5-4dba-a2cd-ca78b466f7b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-4d148823-3b2c-4b9d-b7ea-641f316c8710 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4d148823-3b2c-4b9d-b7ea-641f316c8710"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d148823-3b2c-4b9d-b7ea-641f316c8710"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-4d148823-3b2c-4b9d-b7ea-641f316c8710"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-4d148823-3b2c-4b9d-b7ea-641f316c8710"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-46dc903b-9240-401a-ac28-e5c381848d95 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 800/542;
text-align: center;
}

#s-46dc903b-9240-401a-ac28-e5c381848d95 {
  margin: 0 !important;
  overflow: visible;
}

#s-46dc903b-9240-401a-ac28-e5c381848d95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46dc903b-9240-401a-ac28-e5c381848d95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46dc903b-9240-401a-ac28-e5c381848d95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46dc903b-9240-401a-ac28-e5c381848d95 img.shogun-image {
  /* Add background color handling */
  
}

#s-46dc903b-9240-401a-ac28-e5c381848d95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46dc903b-9240-401a-ac28-e5c381848d95 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-46dc903b-9240-401a-ac28-e5c381848d95 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46dc903b-9240-401a-ac28-e5c381848d95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46dc903b-9240-401a-ac28-e5c381848d95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46dc903b-9240-401a-ac28-e5c381848d95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-46dc903b-9240-401a-ac28-e5c381848d95.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-46dc903b-9240-401a-ac28-e5c381848d95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46dc903b-9240-401a-ac28-e5c381848d95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46dc903b-9240-401a-ac28-e5c381848d95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46dc903b-9240-401a-ac28-e5c381848d95.shogun-image {
  box-sizing: border-box;
}



.s-46dc903b-9240-401a-ac28-e5c381848d95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46dc903b-9240-401a-ac28-e5c381848d95 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-46dc903b-9240-401a-ac28-e5c381848d95.shogun-image-container {
      position: relative;
    }

    .s-46dc903b-9240-401a-ac28-e5c381848d95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46dc903b-9240-401a-ac28-e5c381848d95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46dc903b-9240-401a-ac28-e5c381848d95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-46dc903b-9240-401a-ac28-e5c381848d95 {
  margin: 0 !important;
  overflow: visible;
}

#s-46dc903b-9240-401a-ac28-e5c381848d95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46dc903b-9240-401a-ac28-e5c381848d95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46dc903b-9240-401a-ac28-e5c381848d95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46dc903b-9240-401a-ac28-e5c381848d95 img.shogun-image {
  /* Add background color handling */
  
}

#s-46dc903b-9240-401a-ac28-e5c381848d95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46dc903b-9240-401a-ac28-e5c381848d95 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-46dc903b-9240-401a-ac28-e5c381848d95 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46dc903b-9240-401a-ac28-e5c381848d95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46dc903b-9240-401a-ac28-e5c381848d95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46dc903b-9240-401a-ac28-e5c381848d95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-46dc903b-9240-401a-ac28-e5c381848d95.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-46dc903b-9240-401a-ac28-e5c381848d95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46dc903b-9240-401a-ac28-e5c381848d95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46dc903b-9240-401a-ac28-e5c381848d95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46dc903b-9240-401a-ac28-e5c381848d95.shogun-image {
  box-sizing: border-box;
}



.s-46dc903b-9240-401a-ac28-e5c381848d95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46dc903b-9240-401a-ac28-e5c381848d95 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-46dc903b-9240-401a-ac28-e5c381848d95.shogun-image-container {
      position: relative;
    }

    .s-46dc903b-9240-401a-ac28-e5c381848d95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46dc903b-9240-401a-ac28-e5c381848d95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46dc903b-9240-401a-ac28-e5c381848d95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-46dc903b-9240-401a-ac28-e5c381848d95 {
  margin: 0 !important;
  overflow: visible;
}

#s-46dc903b-9240-401a-ac28-e5c381848d95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46dc903b-9240-401a-ac28-e5c381848d95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46dc903b-9240-401a-ac28-e5c381848d95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46dc903b-9240-401a-ac28-e5c381848d95 img.shogun-image {
  /* Add background color handling */
  
}

#s-46dc903b-9240-401a-ac28-e5c381848d95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46dc903b-9240-401a-ac28-e5c381848d95 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-46dc903b-9240-401a-ac28-e5c381848d95 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46dc903b-9240-401a-ac28-e5c381848d95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46dc903b-9240-401a-ac28-e5c381848d95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46dc903b-9240-401a-ac28-e5c381848d95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-46dc903b-9240-401a-ac28-e5c381848d95.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-46dc903b-9240-401a-ac28-e5c381848d95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46dc903b-9240-401a-ac28-e5c381848d95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46dc903b-9240-401a-ac28-e5c381848d95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46dc903b-9240-401a-ac28-e5c381848d95.shogun-image {
  box-sizing: border-box;
}



.s-46dc903b-9240-401a-ac28-e5c381848d95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46dc903b-9240-401a-ac28-e5c381848d95 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-46dc903b-9240-401a-ac28-e5c381848d95.shogun-image-container {
      position: relative;
    }

    .s-46dc903b-9240-401a-ac28-e5c381848d95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46dc903b-9240-401a-ac28-e5c381848d95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46dc903b-9240-401a-ac28-e5c381848d95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-46dc903b-9240-401a-ac28-e5c381848d95 {
  margin: 0 !important;
  overflow: visible;
}

#s-46dc903b-9240-401a-ac28-e5c381848d95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46dc903b-9240-401a-ac28-e5c381848d95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46dc903b-9240-401a-ac28-e5c381848d95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46dc903b-9240-401a-ac28-e5c381848d95 img.shogun-image {
  /* Add background color handling */
  
}

#s-46dc903b-9240-401a-ac28-e5c381848d95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46dc903b-9240-401a-ac28-e5c381848d95 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-46dc903b-9240-401a-ac28-e5c381848d95 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46dc903b-9240-401a-ac28-e5c381848d95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46dc903b-9240-401a-ac28-e5c381848d95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46dc903b-9240-401a-ac28-e5c381848d95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-46dc903b-9240-401a-ac28-e5c381848d95.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-46dc903b-9240-401a-ac28-e5c381848d95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46dc903b-9240-401a-ac28-e5c381848d95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46dc903b-9240-401a-ac28-e5c381848d95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46dc903b-9240-401a-ac28-e5c381848d95.shogun-image {
  box-sizing: border-box;
}



.s-46dc903b-9240-401a-ac28-e5c381848d95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46dc903b-9240-401a-ac28-e5c381848d95 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-46dc903b-9240-401a-ac28-e5c381848d95.shogun-image-container {
      position: relative;
    }

    .s-46dc903b-9240-401a-ac28-e5c381848d95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46dc903b-9240-401a-ac28-e5c381848d95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46dc903b-9240-401a-ac28-e5c381848d95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-46dc903b-9240-401a-ac28-e5c381848d95 {
  margin: 0 !important;
  overflow: visible;
}

#s-46dc903b-9240-401a-ac28-e5c381848d95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46dc903b-9240-401a-ac28-e5c381848d95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46dc903b-9240-401a-ac28-e5c381848d95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46dc903b-9240-401a-ac28-e5c381848d95 img.shogun-image {
  /* Add background color handling */
  
}

#s-46dc903b-9240-401a-ac28-e5c381848d95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46dc903b-9240-401a-ac28-e5c381848d95 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-46dc903b-9240-401a-ac28-e5c381848d95 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46dc903b-9240-401a-ac28-e5c381848d95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46dc903b-9240-401a-ac28-e5c381848d95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46dc903b-9240-401a-ac28-e5c381848d95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-46dc903b-9240-401a-ac28-e5c381848d95.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-46dc903b-9240-401a-ac28-e5c381848d95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46dc903b-9240-401a-ac28-e5c381848d95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46dc903b-9240-401a-ac28-e5c381848d95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46dc903b-9240-401a-ac28-e5c381848d95.shogun-image {
  box-sizing: border-box;
}



.s-46dc903b-9240-401a-ac28-e5c381848d95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46dc903b-9240-401a-ac28-e5c381848d95 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-46dc903b-9240-401a-ac28-e5c381848d95.shogun-image-container {
      position: relative;
    }

    .s-46dc903b-9240-401a-ac28-e5c381848d95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46dc903b-9240-401a-ac28-e5c381848d95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46dc903b-9240-401a-ac28-e5c381848d95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 800/542;
text-align: center;
}

#s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-8275ca8d-7ef7-4945-8b24-ea52b81265a6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shogun-image {
  box-sizing: border-box;
}



.s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shogun-image-container {
      position: relative;
    }

    .s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-8275ca8d-7ef7-4945-8b24-ea52b81265a6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shogun-image {
  box-sizing: border-box;
}



.s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shogun-image-container {
      position: relative;
    }

    .s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-8275ca8d-7ef7-4945-8b24-ea52b81265a6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shogun-image {
  box-sizing: border-box;
}



.s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shogun-image-container {
      position: relative;
    }

    .s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-8275ca8d-7ef7-4945-8b24-ea52b81265a6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shogun-image {
  box-sizing: border-box;
}



.s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shogun-image-container {
      position: relative;
    }

    .s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-8275ca8d-7ef7-4945-8b24-ea52b81265a6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shogun-image {
  box-sizing: border-box;
}



.s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shogun-image-container {
      position: relative;
    }

    .s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8275ca8d-7ef7-4945-8b24-ea52b81265a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8275ca8d-7ef7-4945-8b24-ea52b81265a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-bc56cc37-4b2f-460d-8231-13ad21208c8d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-bc56cc37-4b2f-460d-8231-13ad21208c8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc56cc37-4b2f-460d-8231-13ad21208c8d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-bc56cc37-4b2f-460d-8231-13ad21208c8d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-bc56cc37-4b2f-460d-8231-13ad21208c8d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 800/542;
text-align: center;
}

#s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 {
  margin: 0 !important;
  overflow: visible;
}

#s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 img.shogun-image {
  /* Add background color handling */
  
}

#s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shogun-image {
  box-sizing: border-box;
}



.s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shogun-image-container {
      position: relative;
    }

    .s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 {
  margin: 0 !important;
  overflow: visible;
}

#s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 img.shogun-image {
  /* Add background color handling */
  
}

#s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shogun-image {
  box-sizing: border-box;
}



.s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shogun-image-container {
      position: relative;
    }

    .s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 {
  margin: 0 !important;
  overflow: visible;
}

#s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 img.shogun-image {
  /* Add background color handling */
  
}

#s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shogun-image {
  box-sizing: border-box;
}



.s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shogun-image-container {
      position: relative;
    }

    .s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 {
  margin: 0 !important;
  overflow: visible;
}

#s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 img.shogun-image {
  /* Add background color handling */
  
}

#s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shogun-image {
  box-sizing: border-box;
}



.s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shogun-image-container {
      position: relative;
    }

    .s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 {
  margin: 0 !important;
  overflow: visible;
}

#s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 img.shogun-image {
  /* Add background color handling */
  
}

#s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shogun-image {
  box-sizing: border-box;
}



.s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shogun-image-container {
      position: relative;
    }

    .s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f01e4ee2-0c4d-4e14-abb5-94b63b227d79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-d7bd1b32-93be-4936-9783-acae185c94a5 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1000/677;
text-align: center;
}

#s-d7bd1b32-93be-4936-9783-acae185c94a5 {
  margin: 0 !important;
  overflow: visible;
}

#s-d7bd1b32-93be-4936-9783-acae185c94a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7bd1b32-93be-4936-9783-acae185c94a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7bd1b32-93be-4936-9783-acae185c94a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7bd1b32-93be-4936-9783-acae185c94a5 img.shogun-image {
  /* Add background color handling */
  
}

#s-d7bd1b32-93be-4936-9783-acae185c94a5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7bd1b32-93be-4936-9783-acae185c94a5 .shg-image-content-wrapper {
      aspect-ratio: 1000/677;
      min-width: 100%;
      height: auto;
    }

    #s-d7bd1b32-93be-4936-9783-acae185c94a5 .shogun-image-link {
      aspect-ratio: 1000/677;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7bd1b32-93be-4936-9783-acae185c94a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7bd1b32-93be-4936-9783-acae185c94a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7bd1b32-93be-4936-9783-acae185c94a5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-d7bd1b32-93be-4936-9783-acae185c94a5.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-d7bd1b32-93be-4936-9783-acae185c94a5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7bd1b32-93be-4936-9783-acae185c94a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7bd1b32-93be-4936-9783-acae185c94a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7bd1b32-93be-4936-9783-acae185c94a5.shogun-image {
  box-sizing: border-box;
}



.s-d7bd1b32-93be-4936-9783-acae185c94a5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d7bd1b32-93be-4936-9783-acae185c94a5 {
      --shg-aspect-ratio: calc(1000/677); 
    }

    .s-d7bd1b32-93be-4936-9783-acae185c94a5.shogun-image-container {
      position: relative;
    }

    .s-d7bd1b32-93be-4936-9783-acae185c94a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7bd1b32-93be-4936-9783-acae185c94a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7bd1b32-93be-4936-9783-acae185c94a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-d7bd1b32-93be-4936-9783-acae185c94a5 {
  margin: 0 !important;
  overflow: visible;
}

#s-d7bd1b32-93be-4936-9783-acae185c94a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7bd1b32-93be-4936-9783-acae185c94a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7bd1b32-93be-4936-9783-acae185c94a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7bd1b32-93be-4936-9783-acae185c94a5 img.shogun-image {
  /* Add background color handling */
  
}

#s-d7bd1b32-93be-4936-9783-acae185c94a5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7bd1b32-93be-4936-9783-acae185c94a5 .shg-image-content-wrapper {
      aspect-ratio: 1000/677;
      min-width: 100%;
      height: auto;
    }

    #s-d7bd1b32-93be-4936-9783-acae185c94a5 .shogun-image-link {
      aspect-ratio: 1000/677;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7bd1b32-93be-4936-9783-acae185c94a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7bd1b32-93be-4936-9783-acae185c94a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7bd1b32-93be-4936-9783-acae185c94a5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-d7bd1b32-93be-4936-9783-acae185c94a5.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-d7bd1b32-93be-4936-9783-acae185c94a5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7bd1b32-93be-4936-9783-acae185c94a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7bd1b32-93be-4936-9783-acae185c94a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7bd1b32-93be-4936-9783-acae185c94a5.shogun-image {
  box-sizing: border-box;
}



.s-d7bd1b32-93be-4936-9783-acae185c94a5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d7bd1b32-93be-4936-9783-acae185c94a5 {
      --shg-aspect-ratio: calc(1000/677); 
    }

    .s-d7bd1b32-93be-4936-9783-acae185c94a5.shogun-image-container {
      position: relative;
    }

    .s-d7bd1b32-93be-4936-9783-acae185c94a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7bd1b32-93be-4936-9783-acae185c94a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7bd1b32-93be-4936-9783-acae185c94a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d7bd1b32-93be-4936-9783-acae185c94a5 {
  margin: 0 !important;
  overflow: visible;
}

#s-d7bd1b32-93be-4936-9783-acae185c94a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7bd1b32-93be-4936-9783-acae185c94a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7bd1b32-93be-4936-9783-acae185c94a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7bd1b32-93be-4936-9783-acae185c94a5 img.shogun-image {
  /* Add background color handling */
  
}

#s-d7bd1b32-93be-4936-9783-acae185c94a5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7bd1b32-93be-4936-9783-acae185c94a5 .shg-image-content-wrapper {
      aspect-ratio: 1000/677;
      min-width: 100%;
      height: auto;
    }

    #s-d7bd1b32-93be-4936-9783-acae185c94a5 .shogun-image-link {
      aspect-ratio: 1000/677;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7bd1b32-93be-4936-9783-acae185c94a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7bd1b32-93be-4936-9783-acae185c94a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7bd1b32-93be-4936-9783-acae185c94a5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-d7bd1b32-93be-4936-9783-acae185c94a5.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-d7bd1b32-93be-4936-9783-acae185c94a5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7bd1b32-93be-4936-9783-acae185c94a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7bd1b32-93be-4936-9783-acae185c94a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7bd1b32-93be-4936-9783-acae185c94a5.shogun-image {
  box-sizing: border-box;
}



.s-d7bd1b32-93be-4936-9783-acae185c94a5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d7bd1b32-93be-4936-9783-acae185c94a5 {
      --shg-aspect-ratio: calc(1000/677); 
    }

    .s-d7bd1b32-93be-4936-9783-acae185c94a5.shogun-image-container {
      position: relative;
    }

    .s-d7bd1b32-93be-4936-9783-acae185c94a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7bd1b32-93be-4936-9783-acae185c94a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7bd1b32-93be-4936-9783-acae185c94a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d7bd1b32-93be-4936-9783-acae185c94a5 {
  margin: 0 !important;
  overflow: visible;
}

#s-d7bd1b32-93be-4936-9783-acae185c94a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7bd1b32-93be-4936-9783-acae185c94a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7bd1b32-93be-4936-9783-acae185c94a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7bd1b32-93be-4936-9783-acae185c94a5 img.shogun-image {
  /* Add background color handling */
  
}

#s-d7bd1b32-93be-4936-9783-acae185c94a5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7bd1b32-93be-4936-9783-acae185c94a5 .shg-image-content-wrapper {
      aspect-ratio: 1000/677;
      min-width: 100%;
      height: auto;
    }

    #s-d7bd1b32-93be-4936-9783-acae185c94a5 .shogun-image-link {
      aspect-ratio: 1000/677;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7bd1b32-93be-4936-9783-acae185c94a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7bd1b32-93be-4936-9783-acae185c94a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7bd1b32-93be-4936-9783-acae185c94a5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-d7bd1b32-93be-4936-9783-acae185c94a5.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-d7bd1b32-93be-4936-9783-acae185c94a5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7bd1b32-93be-4936-9783-acae185c94a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7bd1b32-93be-4936-9783-acae185c94a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7bd1b32-93be-4936-9783-acae185c94a5.shogun-image {
  box-sizing: border-box;
}



.s-d7bd1b32-93be-4936-9783-acae185c94a5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d7bd1b32-93be-4936-9783-acae185c94a5 {
      --shg-aspect-ratio: calc(1000/677); 
    }

    .s-d7bd1b32-93be-4936-9783-acae185c94a5.shogun-image-container {
      position: relative;
    }

    .s-d7bd1b32-93be-4936-9783-acae185c94a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7bd1b32-93be-4936-9783-acae185c94a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7bd1b32-93be-4936-9783-acae185c94a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-d7bd1b32-93be-4936-9783-acae185c94a5 {
  margin: 0 !important;
  overflow: visible;
}

#s-d7bd1b32-93be-4936-9783-acae185c94a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7bd1b32-93be-4936-9783-acae185c94a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7bd1b32-93be-4936-9783-acae185c94a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7bd1b32-93be-4936-9783-acae185c94a5 img.shogun-image {
  /* Add background color handling */
  
}

#s-d7bd1b32-93be-4936-9783-acae185c94a5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7bd1b32-93be-4936-9783-acae185c94a5 .shg-image-content-wrapper {
      aspect-ratio: 1000/677;
      min-width: 100%;
      height: auto;
    }

    #s-d7bd1b32-93be-4936-9783-acae185c94a5 .shogun-image-link {
      aspect-ratio: 1000/677;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7bd1b32-93be-4936-9783-acae185c94a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7bd1b32-93be-4936-9783-acae185c94a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7bd1b32-93be-4936-9783-acae185c94a5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-d7bd1b32-93be-4936-9783-acae185c94a5.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-d7bd1b32-93be-4936-9783-acae185c94a5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7bd1b32-93be-4936-9783-acae185c94a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7bd1b32-93be-4936-9783-acae185c94a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7bd1b32-93be-4936-9783-acae185c94a5.shogun-image {
  box-sizing: border-box;
}



.s-d7bd1b32-93be-4936-9783-acae185c94a5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d7bd1b32-93be-4936-9783-acae185c94a5 {
      --shg-aspect-ratio: calc(1000/677); 
    }

    .s-d7bd1b32-93be-4936-9783-acae185c94a5.shogun-image-container {
      position: relative;
    }

    .s-d7bd1b32-93be-4936-9783-acae185c94a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7bd1b32-93be-4936-9783-acae185c94a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7bd1b32-93be-4936-9783-acae185c94a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-46a5d148-6759-4fc2-a8a0-4ae547d89113 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-46a5d148-6759-4fc2-a8a0-4ae547d89113"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46a5d148-6759-4fc2-a8a0-4ae547d89113"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-46a5d148-6759-4fc2-a8a0-4ae547d89113"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-46a5d148-6759-4fc2-a8a0-4ae547d89113"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 800/542;
text-align: center;
}

#s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd524926-66e5-446e-b7dd-f8cfd3d0f872-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shogun-image {
  box-sizing: border-box;
}



.s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shogun-image-container {
      position: relative;
    }

    .s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd524926-66e5-446e-b7dd-f8cfd3d0f872-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shogun-image {
  box-sizing: border-box;
}



.s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shogun-image-container {
      position: relative;
    }

    .s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd524926-66e5-446e-b7dd-f8cfd3d0f872-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shogun-image {
  box-sizing: border-box;
}



.s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shogun-image-container {
      position: relative;
    }

    .s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd524926-66e5-446e-b7dd-f8cfd3d0f872-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shogun-image {
  box-sizing: border-box;
}



.s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shogun-image-container {
      position: relative;
    }

    .s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd524926-66e5-446e-b7dd-f8cfd3d0f872-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shogun-image {
  box-sizing: border-box;
}



.s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shogun-image-container {
      position: relative;
    }

    .s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd524926-66e5-446e-b7dd-f8cfd3d0f872.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd524926-66e5-446e-b7dd-f8cfd3d0f872 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 800/542;
text-align: center;
}

#s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shogun-image {
  box-sizing: border-box;
}



.s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shogun-image-container {
      position: relative;
    }

    .s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shogun-image {
  box-sizing: border-box;
}



.s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shogun-image-container {
      position: relative;
    }

    .s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shogun-image {
  box-sizing: border-box;
}



.s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shogun-image-container {
      position: relative;
    }

    .s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shogun-image {
  box-sizing: border-box;
}



.s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shogun-image-container {
      position: relative;
    }

    .s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shogun-image {
  box-sizing: border-box;
}



.s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shogun-image-container {
      position: relative;
    }

    .s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c0c5e8f-8142-4e7d-8b80-5f008a1fd4d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-5f7af7e5-5372-495c-a376-c175f43cede8 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5f7af7e5-5372-495c-a376-c175f43cede8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f7af7e5-5372-495c-a376-c175f43cede8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-5f7af7e5-5372-495c-a376-c175f43cede8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-5f7af7e5-5372-495c-a376-c175f43cede8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-23827221-e6f5-47a7-8a00-7fe748f35e79 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 800/542;
text-align: center;
}

#s-23827221-e6f5-47a7-8a00-7fe748f35e79 {
  margin: 0 !important;
  overflow: visible;
}

#s-23827221-e6f5-47a7-8a00-7fe748f35e79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-23827221-e6f5-47a7-8a00-7fe748f35e79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23827221-e6f5-47a7-8a00-7fe748f35e79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23827221-e6f5-47a7-8a00-7fe748f35e79 img.shogun-image {
  /* Add background color handling */
  
}

#s-23827221-e6f5-47a7-8a00-7fe748f35e79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23827221-e6f5-47a7-8a00-7fe748f35e79 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-23827221-e6f5-47a7-8a00-7fe748f35e79 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23827221-e6f5-47a7-8a00-7fe748f35e79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23827221-e6f5-47a7-8a00-7fe748f35e79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23827221-e6f5-47a7-8a00-7fe748f35e79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-23827221-e6f5-47a7-8a00-7fe748f35e79.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-23827221-e6f5-47a7-8a00-7fe748f35e79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-23827221-e6f5-47a7-8a00-7fe748f35e79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23827221-e6f5-47a7-8a00-7fe748f35e79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23827221-e6f5-47a7-8a00-7fe748f35e79.shogun-image {
  box-sizing: border-box;
}



.s-23827221-e6f5-47a7-8a00-7fe748f35e79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-23827221-e6f5-47a7-8a00-7fe748f35e79 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-23827221-e6f5-47a7-8a00-7fe748f35e79.shogun-image-container {
      position: relative;
    }

    .s-23827221-e6f5-47a7-8a00-7fe748f35e79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23827221-e6f5-47a7-8a00-7fe748f35e79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23827221-e6f5-47a7-8a00-7fe748f35e79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-23827221-e6f5-47a7-8a00-7fe748f35e79 {
  margin: 0 !important;
  overflow: visible;
}

#s-23827221-e6f5-47a7-8a00-7fe748f35e79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-23827221-e6f5-47a7-8a00-7fe748f35e79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23827221-e6f5-47a7-8a00-7fe748f35e79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23827221-e6f5-47a7-8a00-7fe748f35e79 img.shogun-image {
  /* Add background color handling */
  
}

#s-23827221-e6f5-47a7-8a00-7fe748f35e79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23827221-e6f5-47a7-8a00-7fe748f35e79 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-23827221-e6f5-47a7-8a00-7fe748f35e79 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23827221-e6f5-47a7-8a00-7fe748f35e79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23827221-e6f5-47a7-8a00-7fe748f35e79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23827221-e6f5-47a7-8a00-7fe748f35e79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-23827221-e6f5-47a7-8a00-7fe748f35e79.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-23827221-e6f5-47a7-8a00-7fe748f35e79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-23827221-e6f5-47a7-8a00-7fe748f35e79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23827221-e6f5-47a7-8a00-7fe748f35e79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23827221-e6f5-47a7-8a00-7fe748f35e79.shogun-image {
  box-sizing: border-box;
}



.s-23827221-e6f5-47a7-8a00-7fe748f35e79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-23827221-e6f5-47a7-8a00-7fe748f35e79 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-23827221-e6f5-47a7-8a00-7fe748f35e79.shogun-image-container {
      position: relative;
    }

    .s-23827221-e6f5-47a7-8a00-7fe748f35e79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23827221-e6f5-47a7-8a00-7fe748f35e79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23827221-e6f5-47a7-8a00-7fe748f35e79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-23827221-e6f5-47a7-8a00-7fe748f35e79 {
  margin: 0 !important;
  overflow: visible;
}

#s-23827221-e6f5-47a7-8a00-7fe748f35e79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-23827221-e6f5-47a7-8a00-7fe748f35e79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23827221-e6f5-47a7-8a00-7fe748f35e79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23827221-e6f5-47a7-8a00-7fe748f35e79 img.shogun-image {
  /* Add background color handling */
  
}

#s-23827221-e6f5-47a7-8a00-7fe748f35e79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23827221-e6f5-47a7-8a00-7fe748f35e79 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-23827221-e6f5-47a7-8a00-7fe748f35e79 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23827221-e6f5-47a7-8a00-7fe748f35e79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23827221-e6f5-47a7-8a00-7fe748f35e79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23827221-e6f5-47a7-8a00-7fe748f35e79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-23827221-e6f5-47a7-8a00-7fe748f35e79.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-23827221-e6f5-47a7-8a00-7fe748f35e79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-23827221-e6f5-47a7-8a00-7fe748f35e79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23827221-e6f5-47a7-8a00-7fe748f35e79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23827221-e6f5-47a7-8a00-7fe748f35e79.shogun-image {
  box-sizing: border-box;
}



.s-23827221-e6f5-47a7-8a00-7fe748f35e79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-23827221-e6f5-47a7-8a00-7fe748f35e79 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-23827221-e6f5-47a7-8a00-7fe748f35e79.shogun-image-container {
      position: relative;
    }

    .s-23827221-e6f5-47a7-8a00-7fe748f35e79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23827221-e6f5-47a7-8a00-7fe748f35e79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23827221-e6f5-47a7-8a00-7fe748f35e79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-23827221-e6f5-47a7-8a00-7fe748f35e79 {
  margin: 0 !important;
  overflow: visible;
}

#s-23827221-e6f5-47a7-8a00-7fe748f35e79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-23827221-e6f5-47a7-8a00-7fe748f35e79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23827221-e6f5-47a7-8a00-7fe748f35e79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23827221-e6f5-47a7-8a00-7fe748f35e79 img.shogun-image {
  /* Add background color handling */
  
}

#s-23827221-e6f5-47a7-8a00-7fe748f35e79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23827221-e6f5-47a7-8a00-7fe748f35e79 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-23827221-e6f5-47a7-8a00-7fe748f35e79 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23827221-e6f5-47a7-8a00-7fe748f35e79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23827221-e6f5-47a7-8a00-7fe748f35e79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23827221-e6f5-47a7-8a00-7fe748f35e79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-23827221-e6f5-47a7-8a00-7fe748f35e79.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-23827221-e6f5-47a7-8a00-7fe748f35e79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-23827221-e6f5-47a7-8a00-7fe748f35e79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23827221-e6f5-47a7-8a00-7fe748f35e79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23827221-e6f5-47a7-8a00-7fe748f35e79.shogun-image {
  box-sizing: border-box;
}



.s-23827221-e6f5-47a7-8a00-7fe748f35e79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-23827221-e6f5-47a7-8a00-7fe748f35e79 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-23827221-e6f5-47a7-8a00-7fe748f35e79.shogun-image-container {
      position: relative;
    }

    .s-23827221-e6f5-47a7-8a00-7fe748f35e79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23827221-e6f5-47a7-8a00-7fe748f35e79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23827221-e6f5-47a7-8a00-7fe748f35e79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-23827221-e6f5-47a7-8a00-7fe748f35e79 {
  margin: 0 !important;
  overflow: visible;
}

#s-23827221-e6f5-47a7-8a00-7fe748f35e79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-23827221-e6f5-47a7-8a00-7fe748f35e79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23827221-e6f5-47a7-8a00-7fe748f35e79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23827221-e6f5-47a7-8a00-7fe748f35e79 img.shogun-image {
  /* Add background color handling */
  
}

#s-23827221-e6f5-47a7-8a00-7fe748f35e79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23827221-e6f5-47a7-8a00-7fe748f35e79 .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-23827221-e6f5-47a7-8a00-7fe748f35e79 .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23827221-e6f5-47a7-8a00-7fe748f35e79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23827221-e6f5-47a7-8a00-7fe748f35e79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23827221-e6f5-47a7-8a00-7fe748f35e79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-23827221-e6f5-47a7-8a00-7fe748f35e79.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-23827221-e6f5-47a7-8a00-7fe748f35e79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-23827221-e6f5-47a7-8a00-7fe748f35e79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23827221-e6f5-47a7-8a00-7fe748f35e79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23827221-e6f5-47a7-8a00-7fe748f35e79.shogun-image {
  box-sizing: border-box;
}



.s-23827221-e6f5-47a7-8a00-7fe748f35e79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-23827221-e6f5-47a7-8a00-7fe748f35e79 {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-23827221-e6f5-47a7-8a00-7fe748f35e79.shogun-image-container {
      position: relative;
    }

    .s-23827221-e6f5-47a7-8a00-7fe748f35e79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23827221-e6f5-47a7-8a00-7fe748f35e79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23827221-e6f5-47a7-8a00-7fe748f35e79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-6307fd41-9b0f-463c-856c-cb6e8d3d873c {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 800/542;
text-align: center;
}

#s-6307fd41-9b0f-463c-856c-cb6e8d3d873c {
  margin: 0 !important;
  overflow: visible;
}

#s-6307fd41-9b0f-463c-856c-cb6e8d3d873c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6307fd41-9b0f-463c-856c-cb6e8d3d873c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6307fd41-9b0f-463c-856c-cb6e8d3d873c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6307fd41-9b0f-463c-856c-cb6e8d3d873c img.shogun-image {
  /* Add background color handling */
  
}

#s-6307fd41-9b0f-463c-856c-cb6e8d3d873c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6307fd41-9b0f-463c-856c-cb6e8d3d873c .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-6307fd41-9b0f-463c-856c-cb6e8d3d873c .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6307fd41-9b0f-463c-856c-cb6e8d3d873c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6307fd41-9b0f-463c-856c-cb6e8d3d873c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-6307fd41-9b0f-463c-856c-cb6e8d3d873c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shogun-image {
  box-sizing: border-box;
}



.s-6307fd41-9b0f-463c-856c-cb6e8d3d873c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6307fd41-9b0f-463c-856c-cb6e8d3d873c {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shogun-image-container {
      position: relative;
    }

    .s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6307fd41-9b0f-463c-856c-cb6e8d3d873c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-6307fd41-9b0f-463c-856c-cb6e8d3d873c {
  margin: 0 !important;
  overflow: visible;
}

#s-6307fd41-9b0f-463c-856c-cb6e8d3d873c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6307fd41-9b0f-463c-856c-cb6e8d3d873c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6307fd41-9b0f-463c-856c-cb6e8d3d873c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6307fd41-9b0f-463c-856c-cb6e8d3d873c img.shogun-image {
  /* Add background color handling */
  
}

#s-6307fd41-9b0f-463c-856c-cb6e8d3d873c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6307fd41-9b0f-463c-856c-cb6e8d3d873c .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-6307fd41-9b0f-463c-856c-cb6e8d3d873c .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6307fd41-9b0f-463c-856c-cb6e8d3d873c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6307fd41-9b0f-463c-856c-cb6e8d3d873c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-6307fd41-9b0f-463c-856c-cb6e8d3d873c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shogun-image {
  box-sizing: border-box;
}



.s-6307fd41-9b0f-463c-856c-cb6e8d3d873c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6307fd41-9b0f-463c-856c-cb6e8d3d873c {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shogun-image-container {
      position: relative;
    }

    .s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6307fd41-9b0f-463c-856c-cb6e8d3d873c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6307fd41-9b0f-463c-856c-cb6e8d3d873c {
  margin: 0 !important;
  overflow: visible;
}

#s-6307fd41-9b0f-463c-856c-cb6e8d3d873c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6307fd41-9b0f-463c-856c-cb6e8d3d873c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6307fd41-9b0f-463c-856c-cb6e8d3d873c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6307fd41-9b0f-463c-856c-cb6e8d3d873c img.shogun-image {
  /* Add background color handling */
  
}

#s-6307fd41-9b0f-463c-856c-cb6e8d3d873c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6307fd41-9b0f-463c-856c-cb6e8d3d873c .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-6307fd41-9b0f-463c-856c-cb6e8d3d873c .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6307fd41-9b0f-463c-856c-cb6e8d3d873c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6307fd41-9b0f-463c-856c-cb6e8d3d873c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-6307fd41-9b0f-463c-856c-cb6e8d3d873c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shogun-image {
  box-sizing: border-box;
}



.s-6307fd41-9b0f-463c-856c-cb6e8d3d873c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6307fd41-9b0f-463c-856c-cb6e8d3d873c {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shogun-image-container {
      position: relative;
    }

    .s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6307fd41-9b0f-463c-856c-cb6e8d3d873c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6307fd41-9b0f-463c-856c-cb6e8d3d873c {
  margin: 0 !important;
  overflow: visible;
}

#s-6307fd41-9b0f-463c-856c-cb6e8d3d873c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6307fd41-9b0f-463c-856c-cb6e8d3d873c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6307fd41-9b0f-463c-856c-cb6e8d3d873c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6307fd41-9b0f-463c-856c-cb6e8d3d873c img.shogun-image {
  /* Add background color handling */
  
}

#s-6307fd41-9b0f-463c-856c-cb6e8d3d873c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6307fd41-9b0f-463c-856c-cb6e8d3d873c .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-6307fd41-9b0f-463c-856c-cb6e8d3d873c .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6307fd41-9b0f-463c-856c-cb6e8d3d873c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6307fd41-9b0f-463c-856c-cb6e8d3d873c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-6307fd41-9b0f-463c-856c-cb6e8d3d873c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shogun-image {
  box-sizing: border-box;
}



.s-6307fd41-9b0f-463c-856c-cb6e8d3d873c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6307fd41-9b0f-463c-856c-cb6e8d3d873c {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shogun-image-container {
      position: relative;
    }

    .s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6307fd41-9b0f-463c-856c-cb6e8d3d873c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-6307fd41-9b0f-463c-856c-cb6e8d3d873c {
  margin: 0 !important;
  overflow: visible;
}

#s-6307fd41-9b0f-463c-856c-cb6e8d3d873c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6307fd41-9b0f-463c-856c-cb6e8d3d873c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6307fd41-9b0f-463c-856c-cb6e8d3d873c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6307fd41-9b0f-463c-856c-cb6e8d3d873c img.shogun-image {
  /* Add background color handling */
  
}

#s-6307fd41-9b0f-463c-856c-cb6e8d3d873c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6307fd41-9b0f-463c-856c-cb6e8d3d873c .shg-image-content-wrapper {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }

    #s-6307fd41-9b0f-463c-856c-cb6e8d3d873c .shogun-image-link {
      aspect-ratio: 800/542;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6307fd41-9b0f-463c-856c-cb6e8d3d873c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6307fd41-9b0f-463c-856c-cb6e8d3d873c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-6307fd41-9b0f-463c-856c-cb6e8d3d873c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shogun-image {
  box-sizing: border-box;
}



.s-6307fd41-9b0f-463c-856c-cb6e8d3d873c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6307fd41-9b0f-463c-856c-cb6e8d3d873c {
      --shg-aspect-ratio: calc(800/542); 
    }

    .s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shogun-image-container {
      position: relative;
    }

    .s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6307fd41-9b0f-463c-856c-cb6e8d3d873c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6307fd41-9b0f-463c-856c-cb6e8d3d873c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

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

#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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}
