.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-0e81317b-00f4-41b0-bf7f-e4d14ff2dedf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-0e81317b-00f4-41b0-bf7f-e4d14ff2dedf {
  max-width: 1450px;
}
}







#s-0e81317b-00f4-41b0-bf7f-e4d14ff2dedf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0e81317b-00f4-41b0-bf7f-e4d14ff2dedf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

/* 
  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-69d6a2a4-4fe0-44e3-8d81-ec167625a340 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-69d6a2a4-4fe0-44e3-8d81-ec167625a340 {
  display: none;
}
#s-69d6a2a4-4fe0-44e3-8d81-ec167625a340, #wrap-s-69d6a2a4-4fe0-44e3-8d81-ec167625a340, #wrap-content-s-69d6a2a4-4fe0-44e3-8d81-ec167625a340 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69d6a2a4-4fe0-44e3-8d81-ec167625a340 {
  display: none;
}
#s-69d6a2a4-4fe0-44e3-8d81-ec167625a340, #wrap-s-69d6a2a4-4fe0-44e3-8d81-ec167625a340, #wrap-content-s-69d6a2a4-4fe0-44e3-8d81-ec167625a340 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-69d6a2a4-4fe0-44e3-8d81-ec167625a340 {
  display: none;
}
#s-69d6a2a4-4fe0-44e3-8d81-ec167625a340, #wrap-s-69d6a2a4-4fe0-44e3-8d81-ec167625a340, #wrap-content-s-69d6a2a4-4fe0-44e3-8d81-ec167625a340 { display: none !important; }}@media (max-width: 767px){#s-69d6a2a4-4fe0-44e3-8d81-ec167625a340 {
  margin-top: 15px;
margin-bottom: 0px;
padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-69d6a2a4-4fe0-44e3-8d81-ec167625a340"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69d6a2a4-4fe0-44e3-8d81-ec167625a340"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-69d6a2a4-4fe0-44e3-8d81-ec167625a340"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-69d6a2a4-4fe0-44e3-8d81-ec167625a340"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.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-19950abb-665f-4a35-a4b1-7007b5a602c3 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
}
@media (max-width: 767px){#s-19950abb-665f-4a35-a4b1-7007b5a602c3 {
  margin-top: 0px;
margin-bottom: 20px;
}
}
#s-19950abb-665f-4a35-a4b1-7007b5a602c3 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-19950abb-665f-4a35-a4b1-7007b5a602c3 .shg-sld-nav-button.shg-sld-left,
#s-19950abb-665f-4a35-a4b1-7007b5a602c3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

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

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.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-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-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* 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-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: ;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b54eaf3d-a897-40a6-bf7b-a4bf619699bb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
.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-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 {
  margin-left: auto;
margin-right: auto;
max-width: 1134px;
aspect-ratio: 1134/810;
text-align: center;
}

#s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 {
  margin: 0 !important;
  overflow: visible;
}

#s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66-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-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 img.shogun-image {
  /* Add background color handling */
  
}

#s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 .shg-image-content-wrapper {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }

    #s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 .shogun-image-link {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 .shogun-image-content {
  
    justify-content: center;
  
}

.s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shogun-image {
  box-sizing: border-box;
}



.s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 {
      --shg-aspect-ratio: calc(1134/810); 
    }

    .s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shogun-image-container {
      position: relative;
    }

    .s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

@media (min-width: 1200px){#s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 {
  margin: 0 !important;
  overflow: visible;
}

#s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66-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-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 img.shogun-image {
  /* Add background color handling */
  
}

#s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 .shg-image-content-wrapper {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }

    #s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 .shogun-image-link {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 .shogun-image-content {
  
    justify-content: center;
  
}

.s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shogun-image {
  box-sizing: border-box;
}



.s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 {
      --shg-aspect-ratio: calc(1134/810); 
    }

    .s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shogun-image-container {
      position: relative;
    }

    .s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 {
  margin: 0 !important;
  overflow: visible;
}

#s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66-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-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 img.shogun-image {
  /* Add background color handling */
  
}

#s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 .shg-image-content-wrapper {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }

    #s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 .shogun-image-link {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 .shogun-image-content {
  
    justify-content: center;
  
}

.s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shogun-image {
  box-sizing: border-box;
}



.s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 {
      --shg-aspect-ratio: calc(1134/810); 
    }

    .s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shogun-image-container {
      position: relative;
    }

    .s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 {
  margin: 0 !important;
  overflow: visible;
}

#s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66-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-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 img.shogun-image {
  /* Add background color handling */
  
}

#s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 .shg-image-content-wrapper {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }

    #s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 .shogun-image-link {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 .shogun-image-content {
  
    justify-content: center;
  
}

.s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shogun-image {
  box-sizing: border-box;
}



.s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 {
      --shg-aspect-ratio: calc(1134/810); 
    }

    .s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shogun-image-container {
      position: relative;
    }

    .s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}@media (max-width: 767px){#s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 {
  margin: 0 !important;
  overflow: visible;
}

#s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66-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-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 img.shogun-image {
  /* Add background color handling */
  
}

#s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 .shg-image-content-wrapper {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }

    #s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 .shogun-image-link {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 .shogun-image-content {
  
    justify-content: center;
  
}

.s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shogun-image {
  box-sizing: border-box;
}



.s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 {
      --shg-aspect-ratio: calc(1134/810); 
    }

    .s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shogun-image-container {
      position: relative;
    }

    .s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03bb3c58-f75c-4f9d-9319-c9a0bd2aac66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}
#s-d2f67cd7-934f-449d-b84e-1cfe07d786a8 {
  margin-left: auto;
margin-right: auto;
max-width: 1134px;
text-align: center;
}

#s-d2f67cd7-934f-449d-b84e-1cfe07d786a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2f67cd7-934f-449d-b84e-1cfe07d786a8-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-d2f67cd7-934f-449d-b84e-1cfe07d786a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2f67cd7-934f-449d-b84e-1cfe07d786a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2f67cd7-934f-449d-b84e-1cfe07d786a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2f67cd7-934f-449d-b84e-1cfe07d786a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d2f67cd7-934f-449d-b84e-1cfe07d786a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2f67cd7-934f-449d-b84e-1cfe07d786a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2f67cd7-934f-449d-b84e-1cfe07d786a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2f67cd7-934f-449d-b84e-1cfe07d786a8.shogun-image {
  box-sizing: border-box;
}



.s-d2f67cd7-934f-449d-b84e-1cfe07d786a8 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d2f67cd7-934f-449d-b84e-1cfe07d786a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2f67cd7-934f-449d-b84e-1cfe07d786a8-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-d2f67cd7-934f-449d-b84e-1cfe07d786a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2f67cd7-934f-449d-b84e-1cfe07d786a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2f67cd7-934f-449d-b84e-1cfe07d786a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2f67cd7-934f-449d-b84e-1cfe07d786a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d2f67cd7-934f-449d-b84e-1cfe07d786a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2f67cd7-934f-449d-b84e-1cfe07d786a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2f67cd7-934f-449d-b84e-1cfe07d786a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2f67cd7-934f-449d-b84e-1cfe07d786a8.shogun-image {
  box-sizing: border-box;
}



.s-d2f67cd7-934f-449d-b84e-1cfe07d786a8 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d2f67cd7-934f-449d-b84e-1cfe07d786a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2f67cd7-934f-449d-b84e-1cfe07d786a8-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-d2f67cd7-934f-449d-b84e-1cfe07d786a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2f67cd7-934f-449d-b84e-1cfe07d786a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2f67cd7-934f-449d-b84e-1cfe07d786a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2f67cd7-934f-449d-b84e-1cfe07d786a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d2f67cd7-934f-449d-b84e-1cfe07d786a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2f67cd7-934f-449d-b84e-1cfe07d786a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2f67cd7-934f-449d-b84e-1cfe07d786a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2f67cd7-934f-449d-b84e-1cfe07d786a8.shogun-image {
  box-sizing: border-box;
}



.s-d2f67cd7-934f-449d-b84e-1cfe07d786a8 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d2f67cd7-934f-449d-b84e-1cfe07d786a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2f67cd7-934f-449d-b84e-1cfe07d786a8-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-d2f67cd7-934f-449d-b84e-1cfe07d786a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2f67cd7-934f-449d-b84e-1cfe07d786a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2f67cd7-934f-449d-b84e-1cfe07d786a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2f67cd7-934f-449d-b84e-1cfe07d786a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d2f67cd7-934f-449d-b84e-1cfe07d786a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2f67cd7-934f-449d-b84e-1cfe07d786a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2f67cd7-934f-449d-b84e-1cfe07d786a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2f67cd7-934f-449d-b84e-1cfe07d786a8.shogun-image {
  box-sizing: border-box;
}



.s-d2f67cd7-934f-449d-b84e-1cfe07d786a8 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d2f67cd7-934f-449d-b84e-1cfe07d786a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2f67cd7-934f-449d-b84e-1cfe07d786a8-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-d2f67cd7-934f-449d-b84e-1cfe07d786a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2f67cd7-934f-449d-b84e-1cfe07d786a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2f67cd7-934f-449d-b84e-1cfe07d786a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2f67cd7-934f-449d-b84e-1cfe07d786a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d2f67cd7-934f-449d-b84e-1cfe07d786a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2f67cd7-934f-449d-b84e-1cfe07d786a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2f67cd7-934f-449d-b84e-1cfe07d786a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2f67cd7-934f-449d-b84e-1cfe07d786a8.shogun-image {
  box-sizing: border-box;
}



.s-d2f67cd7-934f-449d-b84e-1cfe07d786a8 img.shogun-image {
  
}


}
#s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 {
  margin-left: auto;
margin-right: auto;
max-width: 1134px;
aspect-ratio: 1134/733;
text-align: center;
}

#s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 {
  margin: 0 !important;
  overflow: visible;
}

#s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01-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-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 img.shogun-image {
  /* Add background color handling */
  
}

#s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 .shg-image-content-wrapper {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }

    #s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 .shogun-image-link {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shogun-image {
  box-sizing: border-box;
}



.s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 {
      --shg-aspect-ratio: calc(1134/733); 
    }

    .s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shogun-image-container {
      position: relative;
    }

    .s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

@media (min-width: 1200px){#s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 {
  margin: 0 !important;
  overflow: visible;
}

#s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01-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-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 img.shogun-image {
  /* Add background color handling */
  
}

#s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 .shg-image-content-wrapper {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }

    #s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 .shogun-image-link {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shogun-image {
  box-sizing: border-box;
}



.s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 {
      --shg-aspect-ratio: calc(1134/733); 
    }

    .s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shogun-image-container {
      position: relative;
    }

    .s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 {
  margin: 0 !important;
  overflow: visible;
}

#s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01-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-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 img.shogun-image {
  /* Add background color handling */
  
}

#s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 .shg-image-content-wrapper {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }

    #s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 .shogun-image-link {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shogun-image {
  box-sizing: border-box;
}



.s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 {
      --shg-aspect-ratio: calc(1134/733); 
    }

    .s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shogun-image-container {
      position: relative;
    }

    .s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 {
  margin: 0 !important;
  overflow: visible;
}

#s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01-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-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 img.shogun-image {
  /* Add background color handling */
  
}

#s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 .shg-image-content-wrapper {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }

    #s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 .shogun-image-link {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shogun-image {
  box-sizing: border-box;
}



.s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 {
      --shg-aspect-ratio: calc(1134/733); 
    }

    .s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shogun-image-container {
      position: relative;
    }

    .s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}@media (max-width: 767px){#s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 {
  margin: 0 !important;
  overflow: visible;
}

#s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01-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-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 img.shogun-image {
  /* Add background color handling */
  
}

#s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 .shg-image-content-wrapper {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }

    #s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 .shogun-image-link {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shogun-image {
  box-sizing: border-box;
}



.s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 {
      --shg-aspect-ratio: calc(1134/733); 
    }

    .s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shogun-image-container {
      position: relative;
    }

    .s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33cbc4f3-0e59-4638-9bd4-01b92ab4de01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}
#s-062b4af7-7420-4498-9dac-ef57d542287a {
  margin-left: auto;
margin-right: auto;
max-width: 1134px;
aspect-ratio: 1134/733;
text-align: center;
}

#s-062b4af7-7420-4498-9dac-ef57d542287a {
  margin: 0 !important;
  overflow: visible;
}

#s-062b4af7-7420-4498-9dac-ef57d542287a-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-062b4af7-7420-4498-9dac-ef57d542287a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-062b4af7-7420-4498-9dac-ef57d542287a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-062b4af7-7420-4498-9dac-ef57d542287a img.shogun-image {
  /* Add background color handling */
  
}

#s-062b4af7-7420-4498-9dac-ef57d542287a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-062b4af7-7420-4498-9dac-ef57d542287a .shg-image-content-wrapper {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }

    #s-062b4af7-7420-4498-9dac-ef57d542287a .shogun-image-link {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-062b4af7-7420-4498-9dac-ef57d542287a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-062b4af7-7420-4498-9dac-ef57d542287a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-062b4af7-7420-4498-9dac-ef57d542287a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-062b4af7-7420-4498-9dac-ef57d542287a.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-062b4af7-7420-4498-9dac-ef57d542287a .shogun-image-content {
  
    justify-content: center;
  
}

.s-062b4af7-7420-4498-9dac-ef57d542287a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-062b4af7-7420-4498-9dac-ef57d542287a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-062b4af7-7420-4498-9dac-ef57d542287a.shogun-image {
  box-sizing: border-box;
}



.s-062b4af7-7420-4498-9dac-ef57d542287a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-062b4af7-7420-4498-9dac-ef57d542287a {
      --shg-aspect-ratio: calc(1134/733); 
    }

    .s-062b4af7-7420-4498-9dac-ef57d542287a.shogun-image-container {
      position: relative;
    }

    .s-062b4af7-7420-4498-9dac-ef57d542287a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-062b4af7-7420-4498-9dac-ef57d542287a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-062b4af7-7420-4498-9dac-ef57d542287a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

@media (min-width: 1200px){#s-062b4af7-7420-4498-9dac-ef57d542287a {
  margin: 0 !important;
  overflow: visible;
}

#s-062b4af7-7420-4498-9dac-ef57d542287a-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-062b4af7-7420-4498-9dac-ef57d542287a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-062b4af7-7420-4498-9dac-ef57d542287a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-062b4af7-7420-4498-9dac-ef57d542287a img.shogun-image {
  /* Add background color handling */
  
}

#s-062b4af7-7420-4498-9dac-ef57d542287a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-062b4af7-7420-4498-9dac-ef57d542287a .shg-image-content-wrapper {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }

    #s-062b4af7-7420-4498-9dac-ef57d542287a .shogun-image-link {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-062b4af7-7420-4498-9dac-ef57d542287a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-062b4af7-7420-4498-9dac-ef57d542287a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-062b4af7-7420-4498-9dac-ef57d542287a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-062b4af7-7420-4498-9dac-ef57d542287a.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-062b4af7-7420-4498-9dac-ef57d542287a .shogun-image-content {
  
    justify-content: center;
  
}

.s-062b4af7-7420-4498-9dac-ef57d542287a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-062b4af7-7420-4498-9dac-ef57d542287a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-062b4af7-7420-4498-9dac-ef57d542287a.shogun-image {
  box-sizing: border-box;
}



.s-062b4af7-7420-4498-9dac-ef57d542287a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-062b4af7-7420-4498-9dac-ef57d542287a {
      --shg-aspect-ratio: calc(1134/733); 
    }

    .s-062b4af7-7420-4498-9dac-ef57d542287a.shogun-image-container {
      position: relative;
    }

    .s-062b4af7-7420-4498-9dac-ef57d542287a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-062b4af7-7420-4498-9dac-ef57d542287a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-062b4af7-7420-4498-9dac-ef57d542287a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-062b4af7-7420-4498-9dac-ef57d542287a {
  margin: 0 !important;
  overflow: visible;
}

#s-062b4af7-7420-4498-9dac-ef57d542287a-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-062b4af7-7420-4498-9dac-ef57d542287a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-062b4af7-7420-4498-9dac-ef57d542287a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-062b4af7-7420-4498-9dac-ef57d542287a img.shogun-image {
  /* Add background color handling */
  
}

#s-062b4af7-7420-4498-9dac-ef57d542287a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-062b4af7-7420-4498-9dac-ef57d542287a .shg-image-content-wrapper {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }

    #s-062b4af7-7420-4498-9dac-ef57d542287a .shogun-image-link {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-062b4af7-7420-4498-9dac-ef57d542287a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-062b4af7-7420-4498-9dac-ef57d542287a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-062b4af7-7420-4498-9dac-ef57d542287a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-062b4af7-7420-4498-9dac-ef57d542287a.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-062b4af7-7420-4498-9dac-ef57d542287a .shogun-image-content {
  
    justify-content: center;
  
}

.s-062b4af7-7420-4498-9dac-ef57d542287a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-062b4af7-7420-4498-9dac-ef57d542287a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-062b4af7-7420-4498-9dac-ef57d542287a.shogun-image {
  box-sizing: border-box;
}



.s-062b4af7-7420-4498-9dac-ef57d542287a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-062b4af7-7420-4498-9dac-ef57d542287a {
      --shg-aspect-ratio: calc(1134/733); 
    }

    .s-062b4af7-7420-4498-9dac-ef57d542287a.shogun-image-container {
      position: relative;
    }

    .s-062b4af7-7420-4498-9dac-ef57d542287a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-062b4af7-7420-4498-9dac-ef57d542287a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-062b4af7-7420-4498-9dac-ef57d542287a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-062b4af7-7420-4498-9dac-ef57d542287a {
  margin: 0 !important;
  overflow: visible;
}

#s-062b4af7-7420-4498-9dac-ef57d542287a-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-062b4af7-7420-4498-9dac-ef57d542287a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-062b4af7-7420-4498-9dac-ef57d542287a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-062b4af7-7420-4498-9dac-ef57d542287a img.shogun-image {
  /* Add background color handling */
  
}

#s-062b4af7-7420-4498-9dac-ef57d542287a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-062b4af7-7420-4498-9dac-ef57d542287a .shg-image-content-wrapper {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }

    #s-062b4af7-7420-4498-9dac-ef57d542287a .shogun-image-link {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-062b4af7-7420-4498-9dac-ef57d542287a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-062b4af7-7420-4498-9dac-ef57d542287a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-062b4af7-7420-4498-9dac-ef57d542287a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-062b4af7-7420-4498-9dac-ef57d542287a.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-062b4af7-7420-4498-9dac-ef57d542287a .shogun-image-content {
  
    justify-content: center;
  
}

.s-062b4af7-7420-4498-9dac-ef57d542287a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-062b4af7-7420-4498-9dac-ef57d542287a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-062b4af7-7420-4498-9dac-ef57d542287a.shogun-image {
  box-sizing: border-box;
}



.s-062b4af7-7420-4498-9dac-ef57d542287a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-062b4af7-7420-4498-9dac-ef57d542287a {
      --shg-aspect-ratio: calc(1134/733); 
    }

    .s-062b4af7-7420-4498-9dac-ef57d542287a.shogun-image-container {
      position: relative;
    }

    .s-062b4af7-7420-4498-9dac-ef57d542287a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-062b4af7-7420-4498-9dac-ef57d542287a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-062b4af7-7420-4498-9dac-ef57d542287a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}@media (max-width: 767px){#s-062b4af7-7420-4498-9dac-ef57d542287a {
  margin: 0 !important;
  overflow: visible;
}

#s-062b4af7-7420-4498-9dac-ef57d542287a-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-062b4af7-7420-4498-9dac-ef57d542287a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-062b4af7-7420-4498-9dac-ef57d542287a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-062b4af7-7420-4498-9dac-ef57d542287a img.shogun-image {
  /* Add background color handling */
  
}

#s-062b4af7-7420-4498-9dac-ef57d542287a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-062b4af7-7420-4498-9dac-ef57d542287a .shg-image-content-wrapper {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }

    #s-062b4af7-7420-4498-9dac-ef57d542287a .shogun-image-link {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-062b4af7-7420-4498-9dac-ef57d542287a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-062b4af7-7420-4498-9dac-ef57d542287a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-062b4af7-7420-4498-9dac-ef57d542287a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-062b4af7-7420-4498-9dac-ef57d542287a.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-062b4af7-7420-4498-9dac-ef57d542287a .shogun-image-content {
  
    justify-content: center;
  
}

.s-062b4af7-7420-4498-9dac-ef57d542287a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-062b4af7-7420-4498-9dac-ef57d542287a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-062b4af7-7420-4498-9dac-ef57d542287a.shogun-image {
  box-sizing: border-box;
}



.s-062b4af7-7420-4498-9dac-ef57d542287a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-062b4af7-7420-4498-9dac-ef57d542287a {
      --shg-aspect-ratio: calc(1134/733); 
    }

    .s-062b4af7-7420-4498-9dac-ef57d542287a.shogun-image-container {
      position: relative;
    }

    .s-062b4af7-7420-4498-9dac-ef57d542287a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-062b4af7-7420-4498-9dac-ef57d542287a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-062b4af7-7420-4498-9dac-ef57d542287a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}
#s-2f385a32-2a05-4792-9253-9fded3e283f2 {
  margin-left: auto;
margin-right: auto;
max-width: 1134px;
aspect-ratio: 1134/810;
text-align: center;
}

#s-2f385a32-2a05-4792-9253-9fded3e283f2 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f385a32-2a05-4792-9253-9fded3e283f2-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-2f385a32-2a05-4792-9253-9fded3e283f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f385a32-2a05-4792-9253-9fded3e283f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f385a32-2a05-4792-9253-9fded3e283f2 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f385a32-2a05-4792-9253-9fded3e283f2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f385a32-2a05-4792-9253-9fded3e283f2 .shg-image-content-wrapper {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }

    #s-2f385a32-2a05-4792-9253-9fded3e283f2 .shogun-image-link {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f385a32-2a05-4792-9253-9fded3e283f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f385a32-2a05-4792-9253-9fded3e283f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f385a32-2a05-4792-9253-9fded3e283f2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-2f385a32-2a05-4792-9253-9fded3e283f2.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-2f385a32-2a05-4792-9253-9fded3e283f2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f385a32-2a05-4792-9253-9fded3e283f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f385a32-2a05-4792-9253-9fded3e283f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f385a32-2a05-4792-9253-9fded3e283f2.shogun-image {
  box-sizing: border-box;
}



.s-2f385a32-2a05-4792-9253-9fded3e283f2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f385a32-2a05-4792-9253-9fded3e283f2 {
      --shg-aspect-ratio: calc(1134/810); 
    }

    .s-2f385a32-2a05-4792-9253-9fded3e283f2.shogun-image-container {
      position: relative;
    }

    .s-2f385a32-2a05-4792-9253-9fded3e283f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f385a32-2a05-4792-9253-9fded3e283f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f385a32-2a05-4792-9253-9fded3e283f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

@media (min-width: 1200px){#s-2f385a32-2a05-4792-9253-9fded3e283f2 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f385a32-2a05-4792-9253-9fded3e283f2-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-2f385a32-2a05-4792-9253-9fded3e283f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f385a32-2a05-4792-9253-9fded3e283f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f385a32-2a05-4792-9253-9fded3e283f2 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f385a32-2a05-4792-9253-9fded3e283f2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f385a32-2a05-4792-9253-9fded3e283f2 .shg-image-content-wrapper {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }

    #s-2f385a32-2a05-4792-9253-9fded3e283f2 .shogun-image-link {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f385a32-2a05-4792-9253-9fded3e283f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f385a32-2a05-4792-9253-9fded3e283f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f385a32-2a05-4792-9253-9fded3e283f2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-2f385a32-2a05-4792-9253-9fded3e283f2.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-2f385a32-2a05-4792-9253-9fded3e283f2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f385a32-2a05-4792-9253-9fded3e283f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f385a32-2a05-4792-9253-9fded3e283f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f385a32-2a05-4792-9253-9fded3e283f2.shogun-image {
  box-sizing: border-box;
}



.s-2f385a32-2a05-4792-9253-9fded3e283f2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f385a32-2a05-4792-9253-9fded3e283f2 {
      --shg-aspect-ratio: calc(1134/810); 
    }

    .s-2f385a32-2a05-4792-9253-9fded3e283f2.shogun-image-container {
      position: relative;
    }

    .s-2f385a32-2a05-4792-9253-9fded3e283f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f385a32-2a05-4792-9253-9fded3e283f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f385a32-2a05-4792-9253-9fded3e283f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2f385a32-2a05-4792-9253-9fded3e283f2 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f385a32-2a05-4792-9253-9fded3e283f2-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-2f385a32-2a05-4792-9253-9fded3e283f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f385a32-2a05-4792-9253-9fded3e283f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f385a32-2a05-4792-9253-9fded3e283f2 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f385a32-2a05-4792-9253-9fded3e283f2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f385a32-2a05-4792-9253-9fded3e283f2 .shg-image-content-wrapper {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }

    #s-2f385a32-2a05-4792-9253-9fded3e283f2 .shogun-image-link {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f385a32-2a05-4792-9253-9fded3e283f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f385a32-2a05-4792-9253-9fded3e283f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f385a32-2a05-4792-9253-9fded3e283f2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-2f385a32-2a05-4792-9253-9fded3e283f2.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-2f385a32-2a05-4792-9253-9fded3e283f2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f385a32-2a05-4792-9253-9fded3e283f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f385a32-2a05-4792-9253-9fded3e283f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f385a32-2a05-4792-9253-9fded3e283f2.shogun-image {
  box-sizing: border-box;
}



.s-2f385a32-2a05-4792-9253-9fded3e283f2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f385a32-2a05-4792-9253-9fded3e283f2 {
      --shg-aspect-ratio: calc(1134/810); 
    }

    .s-2f385a32-2a05-4792-9253-9fded3e283f2.shogun-image-container {
      position: relative;
    }

    .s-2f385a32-2a05-4792-9253-9fded3e283f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f385a32-2a05-4792-9253-9fded3e283f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f385a32-2a05-4792-9253-9fded3e283f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2f385a32-2a05-4792-9253-9fded3e283f2 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f385a32-2a05-4792-9253-9fded3e283f2-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-2f385a32-2a05-4792-9253-9fded3e283f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f385a32-2a05-4792-9253-9fded3e283f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f385a32-2a05-4792-9253-9fded3e283f2 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f385a32-2a05-4792-9253-9fded3e283f2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f385a32-2a05-4792-9253-9fded3e283f2 .shg-image-content-wrapper {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }

    #s-2f385a32-2a05-4792-9253-9fded3e283f2 .shogun-image-link {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f385a32-2a05-4792-9253-9fded3e283f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f385a32-2a05-4792-9253-9fded3e283f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f385a32-2a05-4792-9253-9fded3e283f2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-2f385a32-2a05-4792-9253-9fded3e283f2.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-2f385a32-2a05-4792-9253-9fded3e283f2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f385a32-2a05-4792-9253-9fded3e283f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f385a32-2a05-4792-9253-9fded3e283f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f385a32-2a05-4792-9253-9fded3e283f2.shogun-image {
  box-sizing: border-box;
}



.s-2f385a32-2a05-4792-9253-9fded3e283f2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f385a32-2a05-4792-9253-9fded3e283f2 {
      --shg-aspect-ratio: calc(1134/810); 
    }

    .s-2f385a32-2a05-4792-9253-9fded3e283f2.shogun-image-container {
      position: relative;
    }

    .s-2f385a32-2a05-4792-9253-9fded3e283f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f385a32-2a05-4792-9253-9fded3e283f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f385a32-2a05-4792-9253-9fded3e283f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}@media (max-width: 767px){#s-2f385a32-2a05-4792-9253-9fded3e283f2 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f385a32-2a05-4792-9253-9fded3e283f2-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-2f385a32-2a05-4792-9253-9fded3e283f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f385a32-2a05-4792-9253-9fded3e283f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f385a32-2a05-4792-9253-9fded3e283f2 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f385a32-2a05-4792-9253-9fded3e283f2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f385a32-2a05-4792-9253-9fded3e283f2 .shg-image-content-wrapper {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }

    #s-2f385a32-2a05-4792-9253-9fded3e283f2 .shogun-image-link {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f385a32-2a05-4792-9253-9fded3e283f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f385a32-2a05-4792-9253-9fded3e283f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f385a32-2a05-4792-9253-9fded3e283f2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-2f385a32-2a05-4792-9253-9fded3e283f2.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-2f385a32-2a05-4792-9253-9fded3e283f2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f385a32-2a05-4792-9253-9fded3e283f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f385a32-2a05-4792-9253-9fded3e283f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f385a32-2a05-4792-9253-9fded3e283f2.shogun-image {
  box-sizing: border-box;
}



.s-2f385a32-2a05-4792-9253-9fded3e283f2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f385a32-2a05-4792-9253-9fded3e283f2 {
      --shg-aspect-ratio: calc(1134/810); 
    }

    .s-2f385a32-2a05-4792-9253-9fded3e283f2.shogun-image-container {
      position: relative;
    }

    .s-2f385a32-2a05-4792-9253-9fded3e283f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f385a32-2a05-4792-9253-9fded3e283f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f385a32-2a05-4792-9253-9fded3e283f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}
#s-8f33c87e-1e4a-4945-bd32-d9165e7514f0 {
  margin-left: 20px;
margin-right: 0px;
}
@media (max-width: 767px){#s-8f33c87e-1e4a-4945-bd32-d9165e7514f0 {
  margin-top: 10px;
margin-left: 0px;
}
}
@media (min-width: 0px) {
[id="s-8f33c87e-1e4a-4945-bd32-d9165e7514f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f33c87e-1e4a-4945-bd32-d9165e7514f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8f33c87e-1e4a-4945-bd32-d9165e7514f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f33c87e-1e4a-4945-bd32-d9165e7514f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 479px;
aspect-ratio: 479/355;
text-align: center;
}
@media (max-width: 767px){#s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 {
  max-width: 100%;
}
}
#s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 {
  margin: 0 !important;
  overflow: visible;
}

#s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5-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-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 img.shogun-image {
  /* Add background color handling */
  
}

#s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 .shg-image-content-wrapper {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }

    #s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 .shogun-image-link {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 479px;
  }



  img.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shogun-image {
    
    
    
    max-height: 479px;
  }


.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shogun-image {
  box-sizing: border-box;
}


.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 {
      --shg-aspect-ratio: calc(479/355); 
    }

    .s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shogun-image-container {
      position: relative;
    }

    .s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 479px;
    }
  }

@media (min-width: 1200px){#s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 {
  margin: 0 !important;
  overflow: visible;
}

#s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5-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-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 img.shogun-image {
  /* Add background color handling */
  
}

#s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 .shg-image-content-wrapper {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }

    #s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 .shogun-image-link {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 479px;
  }



  img.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shogun-image {
    
    
    
    max-height: 479px;
  }


.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shogun-image {
  box-sizing: border-box;
}


.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 {
      --shg-aspect-ratio: calc(479/355); 
    }

    .s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shogun-image-container {
      position: relative;
    }

    .s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 479px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 {
  margin: 0 !important;
  overflow: visible;
}

#s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5-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-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 img.shogun-image {
  /* Add background color handling */
  
}

#s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 .shg-image-content-wrapper {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }

    #s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 .shogun-image-link {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 479px;
  }



  img.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shogun-image {
    
    
    
    max-height: 479px;
  }


.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shogun-image {
  box-sizing: border-box;
}


.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 {
      --shg-aspect-ratio: calc(479/355); 
    }

    .s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shogun-image-container {
      position: relative;
    }

    .s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 479px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 {
  margin: 0 !important;
  overflow: visible;
}

#s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5-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-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 img.shogun-image {
  /* Add background color handling */
  
}

#s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 .shg-image-content-wrapper {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }

    #s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 .shogun-image-link {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 479px;
  }



  img.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shogun-image {
    
    
    
    max-height: 479px;
  }


.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shogun-image {
  box-sizing: border-box;
}


.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 {
      --shg-aspect-ratio: calc(479/355); 
    }

    .s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shogun-image-container {
      position: relative;
    }

    .s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 479px;
    }
  }

}@media (max-width: 767px){#s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 {
  margin: 0 !important;
  overflow: visible;
}

#s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5-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-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 img.shogun-image {
  /* Add background color handling */
  
}

#s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 .shg-image-content-wrapper {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }

    #s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 .shogun-image-link {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 479px;
  }



  img.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shogun-image {
    
    
    
    max-height: 479px;
  }


.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shogun-image {
  box-sizing: border-box;
}


.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 {
      --shg-aspect-ratio: calc(479/355); 
    }

    .s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shogun-image-container {
      position: relative;
    }

    .s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85ae4a0e-cb80-46ba-9b96-f4dccbde2fb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 479px;
    }
  }

}
#s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 479/356;
text-align: center;
}
@media (max-width: 767px){#s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 {
  margin-top: 10px;
margin-bottom: 20px;
}
}
#s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5-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-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 .shg-image-content-wrapper {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }

    #s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 .shogun-image-link {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shogun-image {
    
    
    
    
  }


.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shogun-image {
  box-sizing: border-box;
}


.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 {
      --shg-aspect-ratio: calc(479/356); 
    }

    .s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shogun-image-container {
      position: relative;
    }

    .s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5-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-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 .shg-image-content-wrapper {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }

    #s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 .shogun-image-link {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shogun-image {
    
    
    
    
  }


.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shogun-image {
  box-sizing: border-box;
}


.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 {
      --shg-aspect-ratio: calc(479/356); 
    }

    .s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shogun-image-container {
      position: relative;
    }

    .s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5-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-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 .shg-image-content-wrapper {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }

    #s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 .shogun-image-link {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shogun-image {
    
    
    
    
  }


.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shogun-image {
  box-sizing: border-box;
}


.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 {
      --shg-aspect-ratio: calc(479/356); 
    }

    .s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shogun-image-container {
      position: relative;
    }

    .s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5-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-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 .shg-image-content-wrapper {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }

    #s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 .shogun-image-link {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shogun-image {
    
    
    
    
  }


.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shogun-image {
  box-sizing: border-box;
}


.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 {
      --shg-aspect-ratio: calc(479/356); 
    }

    .s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shogun-image-container {
      position: relative;
    }

    .s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5-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-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 .shg-image-content-wrapper {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }

    #s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 .shogun-image-link {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shogun-image {
    
    
    
    
  }


.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shogun-image {
  box-sizing: border-box;
}


.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 {
      --shg-aspect-ratio: calc(479/356); 
    }

    .s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shogun-image-container {
      position: relative;
    }

    .s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ea4e3b3-39cf-4fda-8e9f-160ffe31dbc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
aspect-ratio: 479/355;
text-align: center;
}
@media (max-width: 767px){#s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c {
  margin-bottom: 20px;
}
}
#s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c {
  margin: 0 !important;
  overflow: visible;
}

#s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c-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-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c img.shogun-image {
  /* Add background color handling */
  
}

#s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c .shg-image-content-wrapper {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }

    #s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c .shogun-image-link {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c .shogun-image-content {
  
    justify-content: center;
  
}

.s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c.shogun-image {
  box-sizing: border-box;
}


.s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c {
      --shg-aspect-ratio: calc(479/355); 
    }

    .s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c.shogun-image-container {
      position: relative;
    }

    .s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c {
  margin: 0 !important;
  overflow: visible;
}

#s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c-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-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c img.shogun-image {
  /* Add background color handling */
  
}

#s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c .shg-image-content-wrapper {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }

    #s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c .shogun-image-link {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c .shogun-image-content {
  
    justify-content: center;
  
}

.s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c.shogun-image {
  box-sizing: border-box;
}


.s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c {
      --shg-aspect-ratio: calc(479/355); 
    }

    .s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c.shogun-image-container {
      position: relative;
    }

    .s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c {
  margin: 0 !important;
  overflow: visible;
}

#s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c-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-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c img.shogun-image {
  /* Add background color handling */
  
}

#s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c .shg-image-content-wrapper {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }

    #s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c .shogun-image-link {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c .shogun-image-content {
  
    justify-content: center;
  
}

.s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c.shogun-image {
  box-sizing: border-box;
}


.s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c {
      --shg-aspect-ratio: calc(479/355); 
    }

    .s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c.shogun-image-container {
      position: relative;
    }

    .s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c {
  margin: 0 !important;
  overflow: visible;
}

#s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c-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-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c img.shogun-image {
  /* Add background color handling */
  
}

#s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c .shg-image-content-wrapper {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }

    #s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c .shogun-image-link {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c .shogun-image-content {
  
    justify-content: center;
  
}

.s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c.shogun-image {
  box-sizing: border-box;
}


.s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c {
      --shg-aspect-ratio: calc(479/355); 
    }

    .s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c.shogun-image-container {
      position: relative;
    }

    .s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c {
  margin: 0 !important;
  overflow: visible;
}

#s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c-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-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c img.shogun-image {
  /* Add background color handling */
  
}

#s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c .shg-image-content-wrapper {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }

    #s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c .shogun-image-link {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c .shogun-image-content {
  
    justify-content: center;
  
}

.s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c.shogun-image {
  box-sizing: border-box;
}


.s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c {
      --shg-aspect-ratio: calc(479/355); 
    }

    .s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c.shogun-image-container {
      position: relative;
    }

    .s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97e3f7ec-4b29-4aa0-8ac5-c2f2df183c2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 479/356;
text-align: center;
}

#s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f {
  margin: 0 !important;
  overflow: visible;
}

#s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f-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-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f img.shogun-image {
  /* Add background color handling */
  
}

#s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f .shg-image-content-wrapper {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }

    #s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f .shogun-image-link {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shogun-image {
    
    
    
    
  }


.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shogun-image {
  box-sizing: border-box;
}


.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f {
      --shg-aspect-ratio: calc(479/356); 
    }

    .s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shogun-image-container {
      position: relative;
    }

    .s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f {
  margin: 0 !important;
  overflow: visible;
}

#s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f-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-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f img.shogun-image {
  /* Add background color handling */
  
}

#s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f .shg-image-content-wrapper {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }

    #s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f .shogun-image-link {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shogun-image {
    
    
    
    
  }


.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shogun-image {
  box-sizing: border-box;
}


.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f {
      --shg-aspect-ratio: calc(479/356); 
    }

    .s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shogun-image-container {
      position: relative;
    }

    .s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f {
  margin: 0 !important;
  overflow: visible;
}

#s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f-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-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f img.shogun-image {
  /* Add background color handling */
  
}

#s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f .shg-image-content-wrapper {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }

    #s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f .shogun-image-link {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shogun-image {
    
    
    
    
  }


.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shogun-image {
  box-sizing: border-box;
}


.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f {
      --shg-aspect-ratio: calc(479/356); 
    }

    .s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shogun-image-container {
      position: relative;
    }

    .s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f {
  margin: 0 !important;
  overflow: visible;
}

#s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f-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-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f img.shogun-image {
  /* Add background color handling */
  
}

#s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f .shg-image-content-wrapper {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }

    #s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f .shogun-image-link {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shogun-image {
    
    
    
    
  }


.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shogun-image {
  box-sizing: border-box;
}


.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f {
      --shg-aspect-ratio: calc(479/356); 
    }

    .s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shogun-image-container {
      position: relative;
    }

    .s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f {
  margin: 0 !important;
  overflow: visible;
}

#s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f-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-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f img.shogun-image {
  /* Add background color handling */
  
}

#s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f .shg-image-content-wrapper {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }

    #s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f .shogun-image-link {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shogun-image {
    
    
    
    
  }


.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shogun-image {
  box-sizing: border-box;
}


.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f {
      --shg-aspect-ratio: calc(479/356); 
    }

    .s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shogun-image-container {
      position: relative;
    }

    .s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d8f8ceb6-c036-4823-9d2b-0e0af9e5c75f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-983dfc92-820f-4bed-b924-b40584a5da46 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
@media (max-width: 767px){#s-983dfc92-820f-4bed-b924-b40584a5da46 {
  margin-top: 15px;
margin-bottom: 0px;
display: none;
}
#s-983dfc92-820f-4bed-b924-b40584a5da46, #wrap-s-983dfc92-820f-4bed-b924-b40584a5da46, #wrap-content-s-983dfc92-820f-4bed-b924-b40584a5da46 { display: none !important; }}
@media (min-width: 0px) {
[id="s-983dfc92-820f-4bed-b924-b40584a5da46"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-983dfc92-820f-4bed-b924-b40584a5da46"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-983dfc92-820f-4bed-b924-b40584a5da46"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-983dfc92-820f-4bed-b924-b40584a5da46"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-98d2a8d4-ce39-4df2-a639-216dcd96b9ea {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
}
@media (max-width: 767px){#s-98d2a8d4-ce39-4df2-a639-216dcd96b9ea {
  margin-top: 0px;
margin-bottom: 20px;
}
}
#s-98d2a8d4-ce39-4df2-a639-216dcd96b9ea .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-98d2a8d4-ce39-4df2-a639-216dcd96b9ea .shg-sld-nav-button.shg-sld-left,
#s-98d2a8d4-ce39-4df2-a639-216dcd96b9ea .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-d9934140-4ded-4af7-b1ca-6a12f443824f {
  margin-left: auto;
margin-right: auto;
max-width: 1134px;
text-align: center;
}

#s-d9934140-4ded-4af7-b1ca-6a12f443824f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d9934140-4ded-4af7-b1ca-6a12f443824f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d9934140-4ded-4af7-b1ca-6a12f443824f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d9934140-4ded-4af7-b1ca-6a12f443824f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d9934140-4ded-4af7-b1ca-6a12f443824f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d9934140-4ded-4af7-b1ca-6a12f443824f img.shogun-image {
  width: 100%;
  
  
  max-width: 1134px;

      
    max-width: 1134px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d9934140-4ded-4af7-b1ca-6a12f443824f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d9934140-4ded-4af7-b1ca-6a12f443824f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9934140-4ded-4af7-b1ca-6a12f443824f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9934140-4ded-4af7-b1ca-6a12f443824f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d9934140-4ded-4af7-b1ca-6a12f443824f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d9934140-4ded-4af7-b1ca-6a12f443824f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d9934140-4ded-4af7-b1ca-6a12f443824f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d9934140-4ded-4af7-b1ca-6a12f443824f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d9934140-4ded-4af7-b1ca-6a12f443824f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d9934140-4ded-4af7-b1ca-6a12f443824f img.shogun-image {
  width: 100%;
  
  
  max-width: 1134px;

      
    max-width: 1134px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d9934140-4ded-4af7-b1ca-6a12f443824f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d9934140-4ded-4af7-b1ca-6a12f443824f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9934140-4ded-4af7-b1ca-6a12f443824f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9934140-4ded-4af7-b1ca-6a12f443824f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d9934140-4ded-4af7-b1ca-6a12f443824f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d9934140-4ded-4af7-b1ca-6a12f443824f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d9934140-4ded-4af7-b1ca-6a12f443824f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d9934140-4ded-4af7-b1ca-6a12f443824f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d9934140-4ded-4af7-b1ca-6a12f443824f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d9934140-4ded-4af7-b1ca-6a12f443824f img.shogun-image {
  width: 100%;
  
  
  max-width: 1134px;

      
    max-width: 1134px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d9934140-4ded-4af7-b1ca-6a12f443824f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d9934140-4ded-4af7-b1ca-6a12f443824f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9934140-4ded-4af7-b1ca-6a12f443824f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9934140-4ded-4af7-b1ca-6a12f443824f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d9934140-4ded-4af7-b1ca-6a12f443824f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d9934140-4ded-4af7-b1ca-6a12f443824f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d9934140-4ded-4af7-b1ca-6a12f443824f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d9934140-4ded-4af7-b1ca-6a12f443824f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d9934140-4ded-4af7-b1ca-6a12f443824f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d9934140-4ded-4af7-b1ca-6a12f443824f img.shogun-image {
  width: 100%;
  
  
  max-width: 1134px;

      
    max-width: 1134px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d9934140-4ded-4af7-b1ca-6a12f443824f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d9934140-4ded-4af7-b1ca-6a12f443824f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9934140-4ded-4af7-b1ca-6a12f443824f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9934140-4ded-4af7-b1ca-6a12f443824f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d9934140-4ded-4af7-b1ca-6a12f443824f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d9934140-4ded-4af7-b1ca-6a12f443824f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d9934140-4ded-4af7-b1ca-6a12f443824f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d9934140-4ded-4af7-b1ca-6a12f443824f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d9934140-4ded-4af7-b1ca-6a12f443824f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d9934140-4ded-4af7-b1ca-6a12f443824f img.shogun-image {
  width: 100%;
  
  
  max-width: 1134px;

      
    max-width: 1134px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d9934140-4ded-4af7-b1ca-6a12f443824f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d9934140-4ded-4af7-b1ca-6a12f443824f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9934140-4ded-4af7-b1ca-6a12f443824f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9934140-4ded-4af7-b1ca-6a12f443824f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-47927fb3-8970-4c54-9694-3ade958c25a2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-47927fb3-8970-4c54-9694-3ade958c25a2 {
  min-height: 100%;
text-align: left;
display: none;
}
#s-47927fb3-8970-4c54-9694-3ade958c25a2, #wrap-s-47927fb3-8970-4c54-9694-3ade958c25a2, #wrap-content-s-47927fb3-8970-4c54-9694-3ade958c25a2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-47927fb3-8970-4c54-9694-3ade958c25a2 {
  display: none;
}
#s-47927fb3-8970-4c54-9694-3ade958c25a2, #wrap-s-47927fb3-8970-4c54-9694-3ade958c25a2, #wrap-content-s-47927fb3-8970-4c54-9694-3ade958c25a2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-47927fb3-8970-4c54-9694-3ade958c25a2 {
  display: none;
}
#s-47927fb3-8970-4c54-9694-3ade958c25a2, #wrap-s-47927fb3-8970-4c54-9694-3ade958c25a2, #wrap-content-s-47927fb3-8970-4c54-9694-3ade958c25a2 { display: none !important; }}
#s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 {
  margin-left: auto;
margin-right: auto;
max-width: 1134px;
aspect-ratio: 1134/810;
text-align: center;
}

#s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0-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-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 .shg-image-content-wrapper {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }

    #s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 .shogun-image-link {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shogun-image {
  box-sizing: border-box;
}



.s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 {
      --shg-aspect-ratio: calc(1134/810); 
    }

    .s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shogun-image-container {
      position: relative;
    }

    .s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

@media (min-width: 1200px){#s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0-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-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 .shg-image-content-wrapper {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }

    #s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 .shogun-image-link {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shogun-image {
  box-sizing: border-box;
}



.s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 {
      --shg-aspect-ratio: calc(1134/810); 
    }

    .s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shogun-image-container {
      position: relative;
    }

    .s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0-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-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 .shg-image-content-wrapper {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }

    #s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 .shogun-image-link {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shogun-image {
  box-sizing: border-box;
}



.s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 {
      --shg-aspect-ratio: calc(1134/810); 
    }

    .s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shogun-image-container {
      position: relative;
    }

    .s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0-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-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 .shg-image-content-wrapper {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }

    #s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 .shogun-image-link {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shogun-image {
  box-sizing: border-box;
}



.s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 {
      --shg-aspect-ratio: calc(1134/810); 
    }

    .s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shogun-image-container {
      position: relative;
    }

    .s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}@media (max-width: 767px){#s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0-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-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 .shg-image-content-wrapper {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }

    #s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 .shogun-image-link {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shogun-image {
  box-sizing: border-box;
}



.s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 {
      --shg-aspect-ratio: calc(1134/810); 
    }

    .s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shogun-image-container {
      position: relative;
    }

    .s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f52de15-8f6b-4d36-9aed-8b1eea9227b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}
#s-521602ba-ab04-4c00-9d89-5922fde7e9bb {
  margin-left: auto;
margin-right: auto;
max-width: 1134px;
text-align: center;
}

#s-521602ba-ab04-4c00-9d89-5922fde7e9bb {
  margin: 0 !important;
  overflow: visible;
}

#s-521602ba-ab04-4c00-9d89-5922fde7e9bb-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-521602ba-ab04-4c00-9d89-5922fde7e9bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-521602ba-ab04-4c00-9d89-5922fde7e9bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-521602ba-ab04-4c00-9d89-5922fde7e9bb img.shogun-image {
  /* Add background color handling */
  
}

#s-521602ba-ab04-4c00-9d89-5922fde7e9bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-521602ba-ab04-4c00-9d89-5922fde7e9bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-521602ba-ab04-4c00-9d89-5922fde7e9bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-521602ba-ab04-4c00-9d89-5922fde7e9bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-521602ba-ab04-4c00-9d89-5922fde7e9bb.shogun-image {
  box-sizing: border-box;
}



.s-521602ba-ab04-4c00-9d89-5922fde7e9bb img.shogun-image {
  
}


@media (min-width: 1200px){#s-521602ba-ab04-4c00-9d89-5922fde7e9bb {
  margin: 0 !important;
  overflow: visible;
}

#s-521602ba-ab04-4c00-9d89-5922fde7e9bb-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-521602ba-ab04-4c00-9d89-5922fde7e9bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-521602ba-ab04-4c00-9d89-5922fde7e9bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-521602ba-ab04-4c00-9d89-5922fde7e9bb img.shogun-image {
  /* Add background color handling */
  
}

#s-521602ba-ab04-4c00-9d89-5922fde7e9bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-521602ba-ab04-4c00-9d89-5922fde7e9bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-521602ba-ab04-4c00-9d89-5922fde7e9bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-521602ba-ab04-4c00-9d89-5922fde7e9bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-521602ba-ab04-4c00-9d89-5922fde7e9bb.shogun-image {
  box-sizing: border-box;
}



.s-521602ba-ab04-4c00-9d89-5922fde7e9bb img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-521602ba-ab04-4c00-9d89-5922fde7e9bb {
  margin: 0 !important;
  overflow: visible;
}

#s-521602ba-ab04-4c00-9d89-5922fde7e9bb-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-521602ba-ab04-4c00-9d89-5922fde7e9bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-521602ba-ab04-4c00-9d89-5922fde7e9bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-521602ba-ab04-4c00-9d89-5922fde7e9bb img.shogun-image {
  /* Add background color handling */
  
}

#s-521602ba-ab04-4c00-9d89-5922fde7e9bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-521602ba-ab04-4c00-9d89-5922fde7e9bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-521602ba-ab04-4c00-9d89-5922fde7e9bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-521602ba-ab04-4c00-9d89-5922fde7e9bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-521602ba-ab04-4c00-9d89-5922fde7e9bb.shogun-image {
  box-sizing: border-box;
}



.s-521602ba-ab04-4c00-9d89-5922fde7e9bb img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-521602ba-ab04-4c00-9d89-5922fde7e9bb {
  margin: 0 !important;
  overflow: visible;
}

#s-521602ba-ab04-4c00-9d89-5922fde7e9bb-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-521602ba-ab04-4c00-9d89-5922fde7e9bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-521602ba-ab04-4c00-9d89-5922fde7e9bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-521602ba-ab04-4c00-9d89-5922fde7e9bb img.shogun-image {
  /* Add background color handling */
  
}

#s-521602ba-ab04-4c00-9d89-5922fde7e9bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-521602ba-ab04-4c00-9d89-5922fde7e9bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-521602ba-ab04-4c00-9d89-5922fde7e9bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-521602ba-ab04-4c00-9d89-5922fde7e9bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-521602ba-ab04-4c00-9d89-5922fde7e9bb.shogun-image {
  box-sizing: border-box;
}



.s-521602ba-ab04-4c00-9d89-5922fde7e9bb img.shogun-image {
  
}


}@media (max-width: 767px){#s-521602ba-ab04-4c00-9d89-5922fde7e9bb {
  margin: 0 !important;
  overflow: visible;
}

#s-521602ba-ab04-4c00-9d89-5922fde7e9bb-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-521602ba-ab04-4c00-9d89-5922fde7e9bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-521602ba-ab04-4c00-9d89-5922fde7e9bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-521602ba-ab04-4c00-9d89-5922fde7e9bb img.shogun-image {
  /* Add background color handling */
  
}

#s-521602ba-ab04-4c00-9d89-5922fde7e9bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-521602ba-ab04-4c00-9d89-5922fde7e9bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-521602ba-ab04-4c00-9d89-5922fde7e9bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-521602ba-ab04-4c00-9d89-5922fde7e9bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-521602ba-ab04-4c00-9d89-5922fde7e9bb.shogun-image {
  box-sizing: border-box;
}



.s-521602ba-ab04-4c00-9d89-5922fde7e9bb img.shogun-image {
  
}


}
#s-a621d84a-581b-4ca3-9bd9-45a82c2f188a {
  margin-left: auto;
margin-right: auto;
max-width: 1134px;
aspect-ratio: 1134/733;
text-align: center;
}

#s-a621d84a-581b-4ca3-9bd9-45a82c2f188a {
  margin: 0 !important;
  overflow: visible;
}

#s-a621d84a-581b-4ca3-9bd9-45a82c2f188a-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-a621d84a-581b-4ca3-9bd9-45a82c2f188a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a621d84a-581b-4ca3-9bd9-45a82c2f188a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a621d84a-581b-4ca3-9bd9-45a82c2f188a img.shogun-image {
  /* Add background color handling */
  
}

#s-a621d84a-581b-4ca3-9bd9-45a82c2f188a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a621d84a-581b-4ca3-9bd9-45a82c2f188a .shg-image-content-wrapper {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }

    #s-a621d84a-581b-4ca3-9bd9-45a82c2f188a .shogun-image-link {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a621d84a-581b-4ca3-9bd9-45a82c2f188a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a621d84a-581b-4ca3-9bd9-45a82c2f188a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-a621d84a-581b-4ca3-9bd9-45a82c2f188a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shogun-image {
  box-sizing: border-box;
}



.s-a621d84a-581b-4ca3-9bd9-45a82c2f188a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a621d84a-581b-4ca3-9bd9-45a82c2f188a {
      --shg-aspect-ratio: calc(1134/733); 
    }

    .s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shogun-image-container {
      position: relative;
    }

    .s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a621d84a-581b-4ca3-9bd9-45a82c2f188a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

@media (min-width: 1200px){#s-a621d84a-581b-4ca3-9bd9-45a82c2f188a {
  margin: 0 !important;
  overflow: visible;
}

#s-a621d84a-581b-4ca3-9bd9-45a82c2f188a-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-a621d84a-581b-4ca3-9bd9-45a82c2f188a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a621d84a-581b-4ca3-9bd9-45a82c2f188a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a621d84a-581b-4ca3-9bd9-45a82c2f188a img.shogun-image {
  /* Add background color handling */
  
}

#s-a621d84a-581b-4ca3-9bd9-45a82c2f188a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a621d84a-581b-4ca3-9bd9-45a82c2f188a .shg-image-content-wrapper {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }

    #s-a621d84a-581b-4ca3-9bd9-45a82c2f188a .shogun-image-link {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a621d84a-581b-4ca3-9bd9-45a82c2f188a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a621d84a-581b-4ca3-9bd9-45a82c2f188a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-a621d84a-581b-4ca3-9bd9-45a82c2f188a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shogun-image {
  box-sizing: border-box;
}



.s-a621d84a-581b-4ca3-9bd9-45a82c2f188a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a621d84a-581b-4ca3-9bd9-45a82c2f188a {
      --shg-aspect-ratio: calc(1134/733); 
    }

    .s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shogun-image-container {
      position: relative;
    }

    .s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a621d84a-581b-4ca3-9bd9-45a82c2f188a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a621d84a-581b-4ca3-9bd9-45a82c2f188a {
  margin: 0 !important;
  overflow: visible;
}

#s-a621d84a-581b-4ca3-9bd9-45a82c2f188a-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-a621d84a-581b-4ca3-9bd9-45a82c2f188a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a621d84a-581b-4ca3-9bd9-45a82c2f188a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a621d84a-581b-4ca3-9bd9-45a82c2f188a img.shogun-image {
  /* Add background color handling */
  
}

#s-a621d84a-581b-4ca3-9bd9-45a82c2f188a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a621d84a-581b-4ca3-9bd9-45a82c2f188a .shg-image-content-wrapper {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }

    #s-a621d84a-581b-4ca3-9bd9-45a82c2f188a .shogun-image-link {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a621d84a-581b-4ca3-9bd9-45a82c2f188a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a621d84a-581b-4ca3-9bd9-45a82c2f188a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-a621d84a-581b-4ca3-9bd9-45a82c2f188a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shogun-image {
  box-sizing: border-box;
}



.s-a621d84a-581b-4ca3-9bd9-45a82c2f188a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a621d84a-581b-4ca3-9bd9-45a82c2f188a {
      --shg-aspect-ratio: calc(1134/733); 
    }

    .s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shogun-image-container {
      position: relative;
    }

    .s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a621d84a-581b-4ca3-9bd9-45a82c2f188a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a621d84a-581b-4ca3-9bd9-45a82c2f188a {
  margin: 0 !important;
  overflow: visible;
}

#s-a621d84a-581b-4ca3-9bd9-45a82c2f188a-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-a621d84a-581b-4ca3-9bd9-45a82c2f188a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a621d84a-581b-4ca3-9bd9-45a82c2f188a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a621d84a-581b-4ca3-9bd9-45a82c2f188a img.shogun-image {
  /* Add background color handling */
  
}

#s-a621d84a-581b-4ca3-9bd9-45a82c2f188a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a621d84a-581b-4ca3-9bd9-45a82c2f188a .shg-image-content-wrapper {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }

    #s-a621d84a-581b-4ca3-9bd9-45a82c2f188a .shogun-image-link {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a621d84a-581b-4ca3-9bd9-45a82c2f188a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a621d84a-581b-4ca3-9bd9-45a82c2f188a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-a621d84a-581b-4ca3-9bd9-45a82c2f188a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shogun-image {
  box-sizing: border-box;
}



.s-a621d84a-581b-4ca3-9bd9-45a82c2f188a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a621d84a-581b-4ca3-9bd9-45a82c2f188a {
      --shg-aspect-ratio: calc(1134/733); 
    }

    .s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shogun-image-container {
      position: relative;
    }

    .s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a621d84a-581b-4ca3-9bd9-45a82c2f188a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}@media (max-width: 767px){#s-a621d84a-581b-4ca3-9bd9-45a82c2f188a {
  margin: 0 !important;
  overflow: visible;
}

#s-a621d84a-581b-4ca3-9bd9-45a82c2f188a-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-a621d84a-581b-4ca3-9bd9-45a82c2f188a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a621d84a-581b-4ca3-9bd9-45a82c2f188a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a621d84a-581b-4ca3-9bd9-45a82c2f188a img.shogun-image {
  /* Add background color handling */
  
}

#s-a621d84a-581b-4ca3-9bd9-45a82c2f188a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a621d84a-581b-4ca3-9bd9-45a82c2f188a .shg-image-content-wrapper {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }

    #s-a621d84a-581b-4ca3-9bd9-45a82c2f188a .shogun-image-link {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a621d84a-581b-4ca3-9bd9-45a82c2f188a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a621d84a-581b-4ca3-9bd9-45a82c2f188a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-a621d84a-581b-4ca3-9bd9-45a82c2f188a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shogun-image {
  box-sizing: border-box;
}



.s-a621d84a-581b-4ca3-9bd9-45a82c2f188a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a621d84a-581b-4ca3-9bd9-45a82c2f188a {
      --shg-aspect-ratio: calc(1134/733); 
    }

    .s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shogun-image-container {
      position: relative;
    }

    .s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a621d84a-581b-4ca3-9bd9-45a82c2f188a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a621d84a-581b-4ca3-9bd9-45a82c2f188a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}
#s-559cb524-8991-4125-833f-976ec8828355 {
  margin-left: auto;
margin-right: auto;
max-width: 1134px;
aspect-ratio: 1134/733;
text-align: center;
}

#s-559cb524-8991-4125-833f-976ec8828355 {
  margin: 0 !important;
  overflow: visible;
}

#s-559cb524-8991-4125-833f-976ec8828355-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-559cb524-8991-4125-833f-976ec8828355 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-559cb524-8991-4125-833f-976ec8828355 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-559cb524-8991-4125-833f-976ec8828355 img.shogun-image {
  /* Add background color handling */
  
}

#s-559cb524-8991-4125-833f-976ec8828355 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-559cb524-8991-4125-833f-976ec8828355 .shg-image-content-wrapper {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }

    #s-559cb524-8991-4125-833f-976ec8828355 .shogun-image-link {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-559cb524-8991-4125-833f-976ec8828355 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-559cb524-8991-4125-833f-976ec8828355.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-559cb524-8991-4125-833f-976ec8828355 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-559cb524-8991-4125-833f-976ec8828355.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-559cb524-8991-4125-833f-976ec8828355 .shogun-image-content {
  
    justify-content: center;
  
}

.s-559cb524-8991-4125-833f-976ec8828355.shg-align-container {
  display: flex;
  justify-content: center
}

.s-559cb524-8991-4125-833f-976ec8828355.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-559cb524-8991-4125-833f-976ec8828355.shogun-image {
  box-sizing: border-box;
}



.s-559cb524-8991-4125-833f-976ec8828355 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-559cb524-8991-4125-833f-976ec8828355 {
      --shg-aspect-ratio: calc(1134/733); 
    }

    .s-559cb524-8991-4125-833f-976ec8828355.shogun-image-container {
      position: relative;
    }

    .s-559cb524-8991-4125-833f-976ec8828355.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-559cb524-8991-4125-833f-976ec8828355.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-559cb524-8991-4125-833f-976ec8828355 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

@media (min-width: 1200px){#s-559cb524-8991-4125-833f-976ec8828355 {
  margin: 0 !important;
  overflow: visible;
}

#s-559cb524-8991-4125-833f-976ec8828355-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-559cb524-8991-4125-833f-976ec8828355 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-559cb524-8991-4125-833f-976ec8828355 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-559cb524-8991-4125-833f-976ec8828355 img.shogun-image {
  /* Add background color handling */
  
}

#s-559cb524-8991-4125-833f-976ec8828355 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-559cb524-8991-4125-833f-976ec8828355 .shg-image-content-wrapper {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }

    #s-559cb524-8991-4125-833f-976ec8828355 .shogun-image-link {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-559cb524-8991-4125-833f-976ec8828355 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-559cb524-8991-4125-833f-976ec8828355.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-559cb524-8991-4125-833f-976ec8828355 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-559cb524-8991-4125-833f-976ec8828355.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-559cb524-8991-4125-833f-976ec8828355 .shogun-image-content {
  
    justify-content: center;
  
}

.s-559cb524-8991-4125-833f-976ec8828355.shg-align-container {
  display: flex;
  justify-content: center
}

.s-559cb524-8991-4125-833f-976ec8828355.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-559cb524-8991-4125-833f-976ec8828355.shogun-image {
  box-sizing: border-box;
}



.s-559cb524-8991-4125-833f-976ec8828355 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-559cb524-8991-4125-833f-976ec8828355 {
      --shg-aspect-ratio: calc(1134/733); 
    }

    .s-559cb524-8991-4125-833f-976ec8828355.shogun-image-container {
      position: relative;
    }

    .s-559cb524-8991-4125-833f-976ec8828355.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-559cb524-8991-4125-833f-976ec8828355.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-559cb524-8991-4125-833f-976ec8828355 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-559cb524-8991-4125-833f-976ec8828355 {
  margin: 0 !important;
  overflow: visible;
}

#s-559cb524-8991-4125-833f-976ec8828355-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-559cb524-8991-4125-833f-976ec8828355 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-559cb524-8991-4125-833f-976ec8828355 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-559cb524-8991-4125-833f-976ec8828355 img.shogun-image {
  /* Add background color handling */
  
}

#s-559cb524-8991-4125-833f-976ec8828355 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-559cb524-8991-4125-833f-976ec8828355 .shg-image-content-wrapper {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }

    #s-559cb524-8991-4125-833f-976ec8828355 .shogun-image-link {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-559cb524-8991-4125-833f-976ec8828355 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-559cb524-8991-4125-833f-976ec8828355.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-559cb524-8991-4125-833f-976ec8828355 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-559cb524-8991-4125-833f-976ec8828355.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-559cb524-8991-4125-833f-976ec8828355 .shogun-image-content {
  
    justify-content: center;
  
}

.s-559cb524-8991-4125-833f-976ec8828355.shg-align-container {
  display: flex;
  justify-content: center
}

.s-559cb524-8991-4125-833f-976ec8828355.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-559cb524-8991-4125-833f-976ec8828355.shogun-image {
  box-sizing: border-box;
}



.s-559cb524-8991-4125-833f-976ec8828355 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-559cb524-8991-4125-833f-976ec8828355 {
      --shg-aspect-ratio: calc(1134/733); 
    }

    .s-559cb524-8991-4125-833f-976ec8828355.shogun-image-container {
      position: relative;
    }

    .s-559cb524-8991-4125-833f-976ec8828355.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-559cb524-8991-4125-833f-976ec8828355.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-559cb524-8991-4125-833f-976ec8828355 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-559cb524-8991-4125-833f-976ec8828355 {
  margin: 0 !important;
  overflow: visible;
}

#s-559cb524-8991-4125-833f-976ec8828355-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-559cb524-8991-4125-833f-976ec8828355 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-559cb524-8991-4125-833f-976ec8828355 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-559cb524-8991-4125-833f-976ec8828355 img.shogun-image {
  /* Add background color handling */
  
}

#s-559cb524-8991-4125-833f-976ec8828355 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-559cb524-8991-4125-833f-976ec8828355 .shg-image-content-wrapper {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }

    #s-559cb524-8991-4125-833f-976ec8828355 .shogun-image-link {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-559cb524-8991-4125-833f-976ec8828355 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-559cb524-8991-4125-833f-976ec8828355.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-559cb524-8991-4125-833f-976ec8828355 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-559cb524-8991-4125-833f-976ec8828355.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-559cb524-8991-4125-833f-976ec8828355 .shogun-image-content {
  
    justify-content: center;
  
}

.s-559cb524-8991-4125-833f-976ec8828355.shg-align-container {
  display: flex;
  justify-content: center
}

.s-559cb524-8991-4125-833f-976ec8828355.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-559cb524-8991-4125-833f-976ec8828355.shogun-image {
  box-sizing: border-box;
}



.s-559cb524-8991-4125-833f-976ec8828355 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-559cb524-8991-4125-833f-976ec8828355 {
      --shg-aspect-ratio: calc(1134/733); 
    }

    .s-559cb524-8991-4125-833f-976ec8828355.shogun-image-container {
      position: relative;
    }

    .s-559cb524-8991-4125-833f-976ec8828355.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-559cb524-8991-4125-833f-976ec8828355.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-559cb524-8991-4125-833f-976ec8828355 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}@media (max-width: 767px){#s-559cb524-8991-4125-833f-976ec8828355 {
  margin: 0 !important;
  overflow: visible;
}

#s-559cb524-8991-4125-833f-976ec8828355-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-559cb524-8991-4125-833f-976ec8828355 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-559cb524-8991-4125-833f-976ec8828355 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-559cb524-8991-4125-833f-976ec8828355 img.shogun-image {
  /* Add background color handling */
  
}

#s-559cb524-8991-4125-833f-976ec8828355 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-559cb524-8991-4125-833f-976ec8828355 .shg-image-content-wrapper {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }

    #s-559cb524-8991-4125-833f-976ec8828355 .shogun-image-link {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-559cb524-8991-4125-833f-976ec8828355 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-559cb524-8991-4125-833f-976ec8828355.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-559cb524-8991-4125-833f-976ec8828355 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-559cb524-8991-4125-833f-976ec8828355.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-559cb524-8991-4125-833f-976ec8828355 .shogun-image-content {
  
    justify-content: center;
  
}

.s-559cb524-8991-4125-833f-976ec8828355.shg-align-container {
  display: flex;
  justify-content: center
}

.s-559cb524-8991-4125-833f-976ec8828355.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-559cb524-8991-4125-833f-976ec8828355.shogun-image {
  box-sizing: border-box;
}



.s-559cb524-8991-4125-833f-976ec8828355 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-559cb524-8991-4125-833f-976ec8828355 {
      --shg-aspect-ratio: calc(1134/733); 
    }

    .s-559cb524-8991-4125-833f-976ec8828355.shogun-image-container {
      position: relative;
    }

    .s-559cb524-8991-4125-833f-976ec8828355.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-559cb524-8991-4125-833f-976ec8828355.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-559cb524-8991-4125-833f-976ec8828355 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}
#s-f3e61b93-ef62-47cc-88d0-3f530939a887 {
  margin-left: auto;
margin-right: auto;
max-width: 1134px;
aspect-ratio: 1134/810;
text-align: center;
}

#s-f3e61b93-ef62-47cc-88d0-3f530939a887 {
  margin: 0 !important;
  overflow: visible;
}

#s-f3e61b93-ef62-47cc-88d0-3f530939a887-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-f3e61b93-ef62-47cc-88d0-3f530939a887 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3e61b93-ef62-47cc-88d0-3f530939a887 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3e61b93-ef62-47cc-88d0-3f530939a887 img.shogun-image {
  /* Add background color handling */
  
}

#s-f3e61b93-ef62-47cc-88d0-3f530939a887 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f3e61b93-ef62-47cc-88d0-3f530939a887 .shg-image-content-wrapper {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }

    #s-f3e61b93-ef62-47cc-88d0-3f530939a887 .shogun-image-link {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f3e61b93-ef62-47cc-88d0-3f530939a887 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f3e61b93-ef62-47cc-88d0-3f530939a887.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f3e61b93-ef62-47cc-88d0-3f530939a887 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-f3e61b93-ef62-47cc-88d0-3f530939a887.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-f3e61b93-ef62-47cc-88d0-3f530939a887 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3e61b93-ef62-47cc-88d0-3f530939a887.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3e61b93-ef62-47cc-88d0-3f530939a887.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3e61b93-ef62-47cc-88d0-3f530939a887.shogun-image {
  box-sizing: border-box;
}



.s-f3e61b93-ef62-47cc-88d0-3f530939a887 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f3e61b93-ef62-47cc-88d0-3f530939a887 {
      --shg-aspect-ratio: calc(1134/810); 
    }

    .s-f3e61b93-ef62-47cc-88d0-3f530939a887.shogun-image-container {
      position: relative;
    }

    .s-f3e61b93-ef62-47cc-88d0-3f530939a887.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3e61b93-ef62-47cc-88d0-3f530939a887.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3e61b93-ef62-47cc-88d0-3f530939a887 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

@media (min-width: 1200px){#s-f3e61b93-ef62-47cc-88d0-3f530939a887 {
  margin: 0 !important;
  overflow: visible;
}

#s-f3e61b93-ef62-47cc-88d0-3f530939a887-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-f3e61b93-ef62-47cc-88d0-3f530939a887 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3e61b93-ef62-47cc-88d0-3f530939a887 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3e61b93-ef62-47cc-88d0-3f530939a887 img.shogun-image {
  /* Add background color handling */
  
}

#s-f3e61b93-ef62-47cc-88d0-3f530939a887 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f3e61b93-ef62-47cc-88d0-3f530939a887 .shg-image-content-wrapper {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }

    #s-f3e61b93-ef62-47cc-88d0-3f530939a887 .shogun-image-link {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f3e61b93-ef62-47cc-88d0-3f530939a887 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f3e61b93-ef62-47cc-88d0-3f530939a887.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f3e61b93-ef62-47cc-88d0-3f530939a887 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-f3e61b93-ef62-47cc-88d0-3f530939a887.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-f3e61b93-ef62-47cc-88d0-3f530939a887 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3e61b93-ef62-47cc-88d0-3f530939a887.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3e61b93-ef62-47cc-88d0-3f530939a887.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3e61b93-ef62-47cc-88d0-3f530939a887.shogun-image {
  box-sizing: border-box;
}



.s-f3e61b93-ef62-47cc-88d0-3f530939a887 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f3e61b93-ef62-47cc-88d0-3f530939a887 {
      --shg-aspect-ratio: calc(1134/810); 
    }

    .s-f3e61b93-ef62-47cc-88d0-3f530939a887.shogun-image-container {
      position: relative;
    }

    .s-f3e61b93-ef62-47cc-88d0-3f530939a887.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3e61b93-ef62-47cc-88d0-3f530939a887.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3e61b93-ef62-47cc-88d0-3f530939a887 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f3e61b93-ef62-47cc-88d0-3f530939a887 {
  margin: 0 !important;
  overflow: visible;
}

#s-f3e61b93-ef62-47cc-88d0-3f530939a887-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-f3e61b93-ef62-47cc-88d0-3f530939a887 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3e61b93-ef62-47cc-88d0-3f530939a887 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3e61b93-ef62-47cc-88d0-3f530939a887 img.shogun-image {
  /* Add background color handling */
  
}

#s-f3e61b93-ef62-47cc-88d0-3f530939a887 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f3e61b93-ef62-47cc-88d0-3f530939a887 .shg-image-content-wrapper {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }

    #s-f3e61b93-ef62-47cc-88d0-3f530939a887 .shogun-image-link {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f3e61b93-ef62-47cc-88d0-3f530939a887 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f3e61b93-ef62-47cc-88d0-3f530939a887.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f3e61b93-ef62-47cc-88d0-3f530939a887 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-f3e61b93-ef62-47cc-88d0-3f530939a887.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-f3e61b93-ef62-47cc-88d0-3f530939a887 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3e61b93-ef62-47cc-88d0-3f530939a887.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3e61b93-ef62-47cc-88d0-3f530939a887.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3e61b93-ef62-47cc-88d0-3f530939a887.shogun-image {
  box-sizing: border-box;
}



.s-f3e61b93-ef62-47cc-88d0-3f530939a887 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f3e61b93-ef62-47cc-88d0-3f530939a887 {
      --shg-aspect-ratio: calc(1134/810); 
    }

    .s-f3e61b93-ef62-47cc-88d0-3f530939a887.shogun-image-container {
      position: relative;
    }

    .s-f3e61b93-ef62-47cc-88d0-3f530939a887.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3e61b93-ef62-47cc-88d0-3f530939a887.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3e61b93-ef62-47cc-88d0-3f530939a887 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f3e61b93-ef62-47cc-88d0-3f530939a887 {
  margin: 0 !important;
  overflow: visible;
}

#s-f3e61b93-ef62-47cc-88d0-3f530939a887-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-f3e61b93-ef62-47cc-88d0-3f530939a887 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3e61b93-ef62-47cc-88d0-3f530939a887 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3e61b93-ef62-47cc-88d0-3f530939a887 img.shogun-image {
  /* Add background color handling */
  
}

#s-f3e61b93-ef62-47cc-88d0-3f530939a887 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f3e61b93-ef62-47cc-88d0-3f530939a887 .shg-image-content-wrapper {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }

    #s-f3e61b93-ef62-47cc-88d0-3f530939a887 .shogun-image-link {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f3e61b93-ef62-47cc-88d0-3f530939a887 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f3e61b93-ef62-47cc-88d0-3f530939a887.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f3e61b93-ef62-47cc-88d0-3f530939a887 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-f3e61b93-ef62-47cc-88d0-3f530939a887.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-f3e61b93-ef62-47cc-88d0-3f530939a887 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3e61b93-ef62-47cc-88d0-3f530939a887.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3e61b93-ef62-47cc-88d0-3f530939a887.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3e61b93-ef62-47cc-88d0-3f530939a887.shogun-image {
  box-sizing: border-box;
}



.s-f3e61b93-ef62-47cc-88d0-3f530939a887 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f3e61b93-ef62-47cc-88d0-3f530939a887 {
      --shg-aspect-ratio: calc(1134/810); 
    }

    .s-f3e61b93-ef62-47cc-88d0-3f530939a887.shogun-image-container {
      position: relative;
    }

    .s-f3e61b93-ef62-47cc-88d0-3f530939a887.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3e61b93-ef62-47cc-88d0-3f530939a887.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3e61b93-ef62-47cc-88d0-3f530939a887 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}@media (max-width: 767px){#s-f3e61b93-ef62-47cc-88d0-3f530939a887 {
  margin: 0 !important;
  overflow: visible;
}

#s-f3e61b93-ef62-47cc-88d0-3f530939a887-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-f3e61b93-ef62-47cc-88d0-3f530939a887 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3e61b93-ef62-47cc-88d0-3f530939a887 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3e61b93-ef62-47cc-88d0-3f530939a887 img.shogun-image {
  /* Add background color handling */
  
}

#s-f3e61b93-ef62-47cc-88d0-3f530939a887 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f3e61b93-ef62-47cc-88d0-3f530939a887 .shg-image-content-wrapper {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }

    #s-f3e61b93-ef62-47cc-88d0-3f530939a887 .shogun-image-link {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f3e61b93-ef62-47cc-88d0-3f530939a887 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f3e61b93-ef62-47cc-88d0-3f530939a887.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f3e61b93-ef62-47cc-88d0-3f530939a887 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-f3e61b93-ef62-47cc-88d0-3f530939a887.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-f3e61b93-ef62-47cc-88d0-3f530939a887 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3e61b93-ef62-47cc-88d0-3f530939a887.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3e61b93-ef62-47cc-88d0-3f530939a887.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3e61b93-ef62-47cc-88d0-3f530939a887.shogun-image {
  box-sizing: border-box;
}



.s-f3e61b93-ef62-47cc-88d0-3f530939a887 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f3e61b93-ef62-47cc-88d0-3f530939a887 {
      --shg-aspect-ratio: calc(1134/810); 
    }

    .s-f3e61b93-ef62-47cc-88d0-3f530939a887.shogun-image-container {
      position: relative;
    }

    .s-f3e61b93-ef62-47cc-88d0-3f530939a887.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3e61b93-ef62-47cc-88d0-3f530939a887.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3e61b93-ef62-47cc-88d0-3f530939a887 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}
#s-4ff4a2de-a916-44d7-9b1d-02a3014d12b0 {
  margin-left: 20px;
margin-right: 0px;
}
@media (max-width: 767px){#s-4ff4a2de-a916-44d7-9b1d-02a3014d12b0 {
  margin-top: 10px;
margin-left: 0px;
}
}
@media (min-width: 0px) {
[id="s-4ff4a2de-a916-44d7-9b1d-02a3014d12b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ff4a2de-a916-44d7-9b1d-02a3014d12b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4ff4a2de-a916-44d7-9b1d-02a3014d12b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ff4a2de-a916-44d7-9b1d-02a3014d12b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-330348a1-eceb-46de-a9bb-397992c790d1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 479px;
aspect-ratio: 479/355;
text-align: center;
}
@media (max-width: 767px){#s-330348a1-eceb-46de-a9bb-397992c790d1 {
  max-width: 100%;
}
}
#s-330348a1-eceb-46de-a9bb-397992c790d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-330348a1-eceb-46de-a9bb-397992c790d1-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-330348a1-eceb-46de-a9bb-397992c790d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-330348a1-eceb-46de-a9bb-397992c790d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-330348a1-eceb-46de-a9bb-397992c790d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-330348a1-eceb-46de-a9bb-397992c790d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-330348a1-eceb-46de-a9bb-397992c790d1 .shg-image-content-wrapper {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }

    #s-330348a1-eceb-46de-a9bb-397992c790d1 .shogun-image-link {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-330348a1-eceb-46de-a9bb-397992c790d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-330348a1-eceb-46de-a9bb-397992c790d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-330348a1-eceb-46de-a9bb-397992c790d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 479px;
  }



  img.s-330348a1-eceb-46de-a9bb-397992c790d1.shogun-image {
    
    
    
    max-height: 479px;
  }


.s-330348a1-eceb-46de-a9bb-397992c790d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-330348a1-eceb-46de-a9bb-397992c790d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-330348a1-eceb-46de-a9bb-397992c790d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-330348a1-eceb-46de-a9bb-397992c790d1.shogun-image {
  box-sizing: border-box;
}


.s-330348a1-eceb-46de-a9bb-397992c790d1 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-330348a1-eceb-46de-a9bb-397992c790d1 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-330348a1-eceb-46de-a9bb-397992c790d1 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-330348a1-eceb-46de-a9bb-397992c790d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-330348a1-eceb-46de-a9bb-397992c790d1 {
      --shg-aspect-ratio: calc(479/355); 
    }

    .s-330348a1-eceb-46de-a9bb-397992c790d1.shogun-image-container {
      position: relative;
    }

    .s-330348a1-eceb-46de-a9bb-397992c790d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-330348a1-eceb-46de-a9bb-397992c790d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-330348a1-eceb-46de-a9bb-397992c790d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 479px;
    }
  }

@media (min-width: 1200px){#s-330348a1-eceb-46de-a9bb-397992c790d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-330348a1-eceb-46de-a9bb-397992c790d1-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-330348a1-eceb-46de-a9bb-397992c790d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-330348a1-eceb-46de-a9bb-397992c790d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-330348a1-eceb-46de-a9bb-397992c790d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-330348a1-eceb-46de-a9bb-397992c790d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-330348a1-eceb-46de-a9bb-397992c790d1 .shg-image-content-wrapper {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }

    #s-330348a1-eceb-46de-a9bb-397992c790d1 .shogun-image-link {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-330348a1-eceb-46de-a9bb-397992c790d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-330348a1-eceb-46de-a9bb-397992c790d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-330348a1-eceb-46de-a9bb-397992c790d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 479px;
  }



  img.s-330348a1-eceb-46de-a9bb-397992c790d1.shogun-image {
    
    
    
    max-height: 479px;
  }


.s-330348a1-eceb-46de-a9bb-397992c790d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-330348a1-eceb-46de-a9bb-397992c790d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-330348a1-eceb-46de-a9bb-397992c790d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-330348a1-eceb-46de-a9bb-397992c790d1.shogun-image {
  box-sizing: border-box;
}


.s-330348a1-eceb-46de-a9bb-397992c790d1 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-330348a1-eceb-46de-a9bb-397992c790d1 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-330348a1-eceb-46de-a9bb-397992c790d1 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-330348a1-eceb-46de-a9bb-397992c790d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-330348a1-eceb-46de-a9bb-397992c790d1 {
      --shg-aspect-ratio: calc(479/355); 
    }

    .s-330348a1-eceb-46de-a9bb-397992c790d1.shogun-image-container {
      position: relative;
    }

    .s-330348a1-eceb-46de-a9bb-397992c790d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-330348a1-eceb-46de-a9bb-397992c790d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-330348a1-eceb-46de-a9bb-397992c790d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 479px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-330348a1-eceb-46de-a9bb-397992c790d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-330348a1-eceb-46de-a9bb-397992c790d1-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-330348a1-eceb-46de-a9bb-397992c790d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-330348a1-eceb-46de-a9bb-397992c790d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-330348a1-eceb-46de-a9bb-397992c790d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-330348a1-eceb-46de-a9bb-397992c790d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-330348a1-eceb-46de-a9bb-397992c790d1 .shg-image-content-wrapper {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }

    #s-330348a1-eceb-46de-a9bb-397992c790d1 .shogun-image-link {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-330348a1-eceb-46de-a9bb-397992c790d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-330348a1-eceb-46de-a9bb-397992c790d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-330348a1-eceb-46de-a9bb-397992c790d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 479px;
  }



  img.s-330348a1-eceb-46de-a9bb-397992c790d1.shogun-image {
    
    
    
    max-height: 479px;
  }


.s-330348a1-eceb-46de-a9bb-397992c790d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-330348a1-eceb-46de-a9bb-397992c790d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-330348a1-eceb-46de-a9bb-397992c790d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-330348a1-eceb-46de-a9bb-397992c790d1.shogun-image {
  box-sizing: border-box;
}


.s-330348a1-eceb-46de-a9bb-397992c790d1 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-330348a1-eceb-46de-a9bb-397992c790d1 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-330348a1-eceb-46de-a9bb-397992c790d1 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-330348a1-eceb-46de-a9bb-397992c790d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-330348a1-eceb-46de-a9bb-397992c790d1 {
      --shg-aspect-ratio: calc(479/355); 
    }

    .s-330348a1-eceb-46de-a9bb-397992c790d1.shogun-image-container {
      position: relative;
    }

    .s-330348a1-eceb-46de-a9bb-397992c790d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-330348a1-eceb-46de-a9bb-397992c790d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-330348a1-eceb-46de-a9bb-397992c790d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 479px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-330348a1-eceb-46de-a9bb-397992c790d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-330348a1-eceb-46de-a9bb-397992c790d1-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-330348a1-eceb-46de-a9bb-397992c790d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-330348a1-eceb-46de-a9bb-397992c790d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-330348a1-eceb-46de-a9bb-397992c790d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-330348a1-eceb-46de-a9bb-397992c790d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-330348a1-eceb-46de-a9bb-397992c790d1 .shg-image-content-wrapper {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }

    #s-330348a1-eceb-46de-a9bb-397992c790d1 .shogun-image-link {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-330348a1-eceb-46de-a9bb-397992c790d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-330348a1-eceb-46de-a9bb-397992c790d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-330348a1-eceb-46de-a9bb-397992c790d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 479px;
  }



  img.s-330348a1-eceb-46de-a9bb-397992c790d1.shogun-image {
    
    
    
    max-height: 479px;
  }


.s-330348a1-eceb-46de-a9bb-397992c790d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-330348a1-eceb-46de-a9bb-397992c790d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-330348a1-eceb-46de-a9bb-397992c790d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-330348a1-eceb-46de-a9bb-397992c790d1.shogun-image {
  box-sizing: border-box;
}


.s-330348a1-eceb-46de-a9bb-397992c790d1 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-330348a1-eceb-46de-a9bb-397992c790d1 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-330348a1-eceb-46de-a9bb-397992c790d1 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-330348a1-eceb-46de-a9bb-397992c790d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-330348a1-eceb-46de-a9bb-397992c790d1 {
      --shg-aspect-ratio: calc(479/355); 
    }

    .s-330348a1-eceb-46de-a9bb-397992c790d1.shogun-image-container {
      position: relative;
    }

    .s-330348a1-eceb-46de-a9bb-397992c790d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-330348a1-eceb-46de-a9bb-397992c790d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-330348a1-eceb-46de-a9bb-397992c790d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 479px;
    }
  }

}@media (max-width: 767px){#s-330348a1-eceb-46de-a9bb-397992c790d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-330348a1-eceb-46de-a9bb-397992c790d1-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-330348a1-eceb-46de-a9bb-397992c790d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-330348a1-eceb-46de-a9bb-397992c790d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-330348a1-eceb-46de-a9bb-397992c790d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-330348a1-eceb-46de-a9bb-397992c790d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-330348a1-eceb-46de-a9bb-397992c790d1 .shg-image-content-wrapper {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }

    #s-330348a1-eceb-46de-a9bb-397992c790d1 .shogun-image-link {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-330348a1-eceb-46de-a9bb-397992c790d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-330348a1-eceb-46de-a9bb-397992c790d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-330348a1-eceb-46de-a9bb-397992c790d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 479px;
  }



  img.s-330348a1-eceb-46de-a9bb-397992c790d1.shogun-image {
    
    
    
    max-height: 479px;
  }


.s-330348a1-eceb-46de-a9bb-397992c790d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-330348a1-eceb-46de-a9bb-397992c790d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-330348a1-eceb-46de-a9bb-397992c790d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-330348a1-eceb-46de-a9bb-397992c790d1.shogun-image {
  box-sizing: border-box;
}


.s-330348a1-eceb-46de-a9bb-397992c790d1 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-330348a1-eceb-46de-a9bb-397992c790d1 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-330348a1-eceb-46de-a9bb-397992c790d1 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-330348a1-eceb-46de-a9bb-397992c790d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-330348a1-eceb-46de-a9bb-397992c790d1 {
      --shg-aspect-ratio: calc(479/355); 
    }

    .s-330348a1-eceb-46de-a9bb-397992c790d1.shogun-image-container {
      position: relative;
    }

    .s-330348a1-eceb-46de-a9bb-397992c790d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-330348a1-eceb-46de-a9bb-397992c790d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-330348a1-eceb-46de-a9bb-397992c790d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 479px;
    }
  }

}
#s-c3db9077-34f4-44d6-a67a-420f4469682d {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 479/356;
text-align: center;
}
@media (max-width: 767px){#s-c3db9077-34f4-44d6-a67a-420f4469682d {
  margin-top: 10px;
margin-bottom: 20px;
}
}
#s-c3db9077-34f4-44d6-a67a-420f4469682d {
  margin: 0 !important;
  overflow: visible;
}

#s-c3db9077-34f4-44d6-a67a-420f4469682d-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-c3db9077-34f4-44d6-a67a-420f4469682d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c3db9077-34f4-44d6-a67a-420f4469682d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c3db9077-34f4-44d6-a67a-420f4469682d img.shogun-image {
  /* Add background color handling */
  
}

#s-c3db9077-34f4-44d6-a67a-420f4469682d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3db9077-34f4-44d6-a67a-420f4469682d .shg-image-content-wrapper {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }

    #s-c3db9077-34f4-44d6-a67a-420f4469682d .shogun-image-link {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3db9077-34f4-44d6-a67a-420f4469682d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3db9077-34f4-44d6-a67a-420f4469682d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3db9077-34f4-44d6-a67a-420f4469682d img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-c3db9077-34f4-44d6-a67a-420f4469682d.shogun-image {
    
    
    
    
  }


.s-c3db9077-34f4-44d6-a67a-420f4469682d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3db9077-34f4-44d6-a67a-420f4469682d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3db9077-34f4-44d6-a67a-420f4469682d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3db9077-34f4-44d6-a67a-420f4469682d.shogun-image {
  box-sizing: border-box;
}


.s-c3db9077-34f4-44d6-a67a-420f4469682d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c3db9077-34f4-44d6-a67a-420f4469682d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c3db9077-34f4-44d6-a67a-420f4469682d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c3db9077-34f4-44d6-a67a-420f4469682d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c3db9077-34f4-44d6-a67a-420f4469682d {
      --shg-aspect-ratio: calc(479/356); 
    }

    .s-c3db9077-34f4-44d6-a67a-420f4469682d.shogun-image-container {
      position: relative;
    }

    .s-c3db9077-34f4-44d6-a67a-420f4469682d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3db9077-34f4-44d6-a67a-420f4469682d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3db9077-34f4-44d6-a67a-420f4469682d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-c3db9077-34f4-44d6-a67a-420f4469682d {
  margin: 0 !important;
  overflow: visible;
}

#s-c3db9077-34f4-44d6-a67a-420f4469682d-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-c3db9077-34f4-44d6-a67a-420f4469682d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c3db9077-34f4-44d6-a67a-420f4469682d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c3db9077-34f4-44d6-a67a-420f4469682d img.shogun-image {
  /* Add background color handling */
  
}

#s-c3db9077-34f4-44d6-a67a-420f4469682d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3db9077-34f4-44d6-a67a-420f4469682d .shg-image-content-wrapper {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }

    #s-c3db9077-34f4-44d6-a67a-420f4469682d .shogun-image-link {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3db9077-34f4-44d6-a67a-420f4469682d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3db9077-34f4-44d6-a67a-420f4469682d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3db9077-34f4-44d6-a67a-420f4469682d img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-c3db9077-34f4-44d6-a67a-420f4469682d.shogun-image {
    
    
    
    
  }


.s-c3db9077-34f4-44d6-a67a-420f4469682d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3db9077-34f4-44d6-a67a-420f4469682d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3db9077-34f4-44d6-a67a-420f4469682d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3db9077-34f4-44d6-a67a-420f4469682d.shogun-image {
  box-sizing: border-box;
}


.s-c3db9077-34f4-44d6-a67a-420f4469682d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c3db9077-34f4-44d6-a67a-420f4469682d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c3db9077-34f4-44d6-a67a-420f4469682d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c3db9077-34f4-44d6-a67a-420f4469682d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c3db9077-34f4-44d6-a67a-420f4469682d {
      --shg-aspect-ratio: calc(479/356); 
    }

    .s-c3db9077-34f4-44d6-a67a-420f4469682d.shogun-image-container {
      position: relative;
    }

    .s-c3db9077-34f4-44d6-a67a-420f4469682d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3db9077-34f4-44d6-a67a-420f4469682d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3db9077-34f4-44d6-a67a-420f4469682d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c3db9077-34f4-44d6-a67a-420f4469682d {
  margin: 0 !important;
  overflow: visible;
}

#s-c3db9077-34f4-44d6-a67a-420f4469682d-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-c3db9077-34f4-44d6-a67a-420f4469682d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c3db9077-34f4-44d6-a67a-420f4469682d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c3db9077-34f4-44d6-a67a-420f4469682d img.shogun-image {
  /* Add background color handling */
  
}

#s-c3db9077-34f4-44d6-a67a-420f4469682d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3db9077-34f4-44d6-a67a-420f4469682d .shg-image-content-wrapper {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }

    #s-c3db9077-34f4-44d6-a67a-420f4469682d .shogun-image-link {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3db9077-34f4-44d6-a67a-420f4469682d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3db9077-34f4-44d6-a67a-420f4469682d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3db9077-34f4-44d6-a67a-420f4469682d img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-c3db9077-34f4-44d6-a67a-420f4469682d.shogun-image {
    
    
    
    
  }


.s-c3db9077-34f4-44d6-a67a-420f4469682d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3db9077-34f4-44d6-a67a-420f4469682d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3db9077-34f4-44d6-a67a-420f4469682d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3db9077-34f4-44d6-a67a-420f4469682d.shogun-image {
  box-sizing: border-box;
}


.s-c3db9077-34f4-44d6-a67a-420f4469682d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c3db9077-34f4-44d6-a67a-420f4469682d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c3db9077-34f4-44d6-a67a-420f4469682d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c3db9077-34f4-44d6-a67a-420f4469682d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c3db9077-34f4-44d6-a67a-420f4469682d {
      --shg-aspect-ratio: calc(479/356); 
    }

    .s-c3db9077-34f4-44d6-a67a-420f4469682d.shogun-image-container {
      position: relative;
    }

    .s-c3db9077-34f4-44d6-a67a-420f4469682d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3db9077-34f4-44d6-a67a-420f4469682d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3db9077-34f4-44d6-a67a-420f4469682d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c3db9077-34f4-44d6-a67a-420f4469682d {
  margin: 0 !important;
  overflow: visible;
}

#s-c3db9077-34f4-44d6-a67a-420f4469682d-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-c3db9077-34f4-44d6-a67a-420f4469682d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c3db9077-34f4-44d6-a67a-420f4469682d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c3db9077-34f4-44d6-a67a-420f4469682d img.shogun-image {
  /* Add background color handling */
  
}

#s-c3db9077-34f4-44d6-a67a-420f4469682d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3db9077-34f4-44d6-a67a-420f4469682d .shg-image-content-wrapper {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }

    #s-c3db9077-34f4-44d6-a67a-420f4469682d .shogun-image-link {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3db9077-34f4-44d6-a67a-420f4469682d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3db9077-34f4-44d6-a67a-420f4469682d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3db9077-34f4-44d6-a67a-420f4469682d img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-c3db9077-34f4-44d6-a67a-420f4469682d.shogun-image {
    
    
    
    
  }


.s-c3db9077-34f4-44d6-a67a-420f4469682d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3db9077-34f4-44d6-a67a-420f4469682d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3db9077-34f4-44d6-a67a-420f4469682d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3db9077-34f4-44d6-a67a-420f4469682d.shogun-image {
  box-sizing: border-box;
}


.s-c3db9077-34f4-44d6-a67a-420f4469682d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c3db9077-34f4-44d6-a67a-420f4469682d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c3db9077-34f4-44d6-a67a-420f4469682d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c3db9077-34f4-44d6-a67a-420f4469682d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c3db9077-34f4-44d6-a67a-420f4469682d {
      --shg-aspect-ratio: calc(479/356); 
    }

    .s-c3db9077-34f4-44d6-a67a-420f4469682d.shogun-image-container {
      position: relative;
    }

    .s-c3db9077-34f4-44d6-a67a-420f4469682d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3db9077-34f4-44d6-a67a-420f4469682d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3db9077-34f4-44d6-a67a-420f4469682d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-c3db9077-34f4-44d6-a67a-420f4469682d {
  margin: 0 !important;
  overflow: visible;
}

#s-c3db9077-34f4-44d6-a67a-420f4469682d-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-c3db9077-34f4-44d6-a67a-420f4469682d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-c3db9077-34f4-44d6-a67a-420f4469682d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c3db9077-34f4-44d6-a67a-420f4469682d img.shogun-image {
  /* Add background color handling */
  
}

#s-c3db9077-34f4-44d6-a67a-420f4469682d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3db9077-34f4-44d6-a67a-420f4469682d .shg-image-content-wrapper {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }

    #s-c3db9077-34f4-44d6-a67a-420f4469682d .shogun-image-link {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3db9077-34f4-44d6-a67a-420f4469682d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3db9077-34f4-44d6-a67a-420f4469682d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3db9077-34f4-44d6-a67a-420f4469682d img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-c3db9077-34f4-44d6-a67a-420f4469682d.shogun-image {
    
    
    
    
  }


.s-c3db9077-34f4-44d6-a67a-420f4469682d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3db9077-34f4-44d6-a67a-420f4469682d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3db9077-34f4-44d6-a67a-420f4469682d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3db9077-34f4-44d6-a67a-420f4469682d.shogun-image {
  box-sizing: border-box;
}


.s-c3db9077-34f4-44d6-a67a-420f4469682d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c3db9077-34f4-44d6-a67a-420f4469682d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c3db9077-34f4-44d6-a67a-420f4469682d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c3db9077-34f4-44d6-a67a-420f4469682d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c3db9077-34f4-44d6-a67a-420f4469682d {
      --shg-aspect-ratio: calc(479/356); 
    }

    .s-c3db9077-34f4-44d6-a67a-420f4469682d.shogun-image-container {
      position: relative;
    }

    .s-c3db9077-34f4-44d6-a67a-420f4469682d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3db9077-34f4-44d6-a67a-420f4469682d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3db9077-34f4-44d6-a67a-420f4469682d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
aspect-ratio: 479/355;
text-align: center;
}
@media (max-width: 767px){#s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 {
  margin-bottom: 20px;
}
}
#s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-86ec0301-c0d5-4964-be17-8264eb6bf0b6-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-86ec0301-c0d5-4964-be17-8264eb6bf0b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 .shg-image-content-wrapper {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }

    #s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 .shogun-image-link {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86ec0301-c0d5-4964-be17-8264eb6bf0b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-86ec0301-c0d5-4964-be17-8264eb6bf0b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86ec0301-c0d5-4964-be17-8264eb6bf0b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86ec0301-c0d5-4964-be17-8264eb6bf0b6.shogun-image {
  box-sizing: border-box;
}


.s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 {
      --shg-aspect-ratio: calc(479/355); 
    }

    .s-86ec0301-c0d5-4964-be17-8264eb6bf0b6.shogun-image-container {
      position: relative;
    }

    .s-86ec0301-c0d5-4964-be17-8264eb6bf0b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86ec0301-c0d5-4964-be17-8264eb6bf0b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-86ec0301-c0d5-4964-be17-8264eb6bf0b6-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-86ec0301-c0d5-4964-be17-8264eb6bf0b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 .shg-image-content-wrapper {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }

    #s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 .shogun-image-link {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86ec0301-c0d5-4964-be17-8264eb6bf0b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-86ec0301-c0d5-4964-be17-8264eb6bf0b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86ec0301-c0d5-4964-be17-8264eb6bf0b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86ec0301-c0d5-4964-be17-8264eb6bf0b6.shogun-image {
  box-sizing: border-box;
}


.s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 {
      --shg-aspect-ratio: calc(479/355); 
    }

    .s-86ec0301-c0d5-4964-be17-8264eb6bf0b6.shogun-image-container {
      position: relative;
    }

    .s-86ec0301-c0d5-4964-be17-8264eb6bf0b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86ec0301-c0d5-4964-be17-8264eb6bf0b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-86ec0301-c0d5-4964-be17-8264eb6bf0b6-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-86ec0301-c0d5-4964-be17-8264eb6bf0b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 .shg-image-content-wrapper {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }

    #s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 .shogun-image-link {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86ec0301-c0d5-4964-be17-8264eb6bf0b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-86ec0301-c0d5-4964-be17-8264eb6bf0b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86ec0301-c0d5-4964-be17-8264eb6bf0b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86ec0301-c0d5-4964-be17-8264eb6bf0b6.shogun-image {
  box-sizing: border-box;
}


.s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 {
      --shg-aspect-ratio: calc(479/355); 
    }

    .s-86ec0301-c0d5-4964-be17-8264eb6bf0b6.shogun-image-container {
      position: relative;
    }

    .s-86ec0301-c0d5-4964-be17-8264eb6bf0b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86ec0301-c0d5-4964-be17-8264eb6bf0b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-86ec0301-c0d5-4964-be17-8264eb6bf0b6-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-86ec0301-c0d5-4964-be17-8264eb6bf0b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 .shg-image-content-wrapper {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }

    #s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 .shogun-image-link {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86ec0301-c0d5-4964-be17-8264eb6bf0b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-86ec0301-c0d5-4964-be17-8264eb6bf0b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86ec0301-c0d5-4964-be17-8264eb6bf0b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86ec0301-c0d5-4964-be17-8264eb6bf0b6.shogun-image {
  box-sizing: border-box;
}


.s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 {
      --shg-aspect-ratio: calc(479/355); 
    }

    .s-86ec0301-c0d5-4964-be17-8264eb6bf0b6.shogun-image-container {
      position: relative;
    }

    .s-86ec0301-c0d5-4964-be17-8264eb6bf0b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86ec0301-c0d5-4964-be17-8264eb6bf0b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-86ec0301-c0d5-4964-be17-8264eb6bf0b6-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-86ec0301-c0d5-4964-be17-8264eb6bf0b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 .shg-image-content-wrapper {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }

    #s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 .shogun-image-link {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86ec0301-c0d5-4964-be17-8264eb6bf0b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-86ec0301-c0d5-4964-be17-8264eb6bf0b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86ec0301-c0d5-4964-be17-8264eb6bf0b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86ec0301-c0d5-4964-be17-8264eb6bf0b6.shogun-image {
  box-sizing: border-box;
}


.s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 {
      --shg-aspect-ratio: calc(479/355); 
    }

    .s-86ec0301-c0d5-4964-be17-8264eb6bf0b6.shogun-image-container {
      position: relative;
    }

    .s-86ec0301-c0d5-4964-be17-8264eb6bf0b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86ec0301-c0d5-4964-be17-8264eb6bf0b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86ec0301-c0d5-4964-be17-8264eb6bf0b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-dd740218-2157-4705-9f60-428af8b7d519 {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 479/356;
text-align: center;
}

#s-dd740218-2157-4705-9f60-428af8b7d519 {
  margin: 0 !important;
  overflow: visible;
}

#s-dd740218-2157-4705-9f60-428af8b7d519-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-dd740218-2157-4705-9f60-428af8b7d519 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dd740218-2157-4705-9f60-428af8b7d519 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dd740218-2157-4705-9f60-428af8b7d519 img.shogun-image {
  /* Add background color handling */
  
}

#s-dd740218-2157-4705-9f60-428af8b7d519 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd740218-2157-4705-9f60-428af8b7d519 .shg-image-content-wrapper {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }

    #s-dd740218-2157-4705-9f60-428af8b7d519 .shogun-image-link {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd740218-2157-4705-9f60-428af8b7d519 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd740218-2157-4705-9f60-428af8b7d519.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd740218-2157-4705-9f60-428af8b7d519 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-dd740218-2157-4705-9f60-428af8b7d519.shogun-image {
    
    
    
    
  }


.s-dd740218-2157-4705-9f60-428af8b7d519 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd740218-2157-4705-9f60-428af8b7d519.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd740218-2157-4705-9f60-428af8b7d519.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd740218-2157-4705-9f60-428af8b7d519.shogun-image {
  box-sizing: border-box;
}


.s-dd740218-2157-4705-9f60-428af8b7d519 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-dd740218-2157-4705-9f60-428af8b7d519 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-dd740218-2157-4705-9f60-428af8b7d519 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-dd740218-2157-4705-9f60-428af8b7d519 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dd740218-2157-4705-9f60-428af8b7d519 {
      --shg-aspect-ratio: calc(479/356); 
    }

    .s-dd740218-2157-4705-9f60-428af8b7d519.shogun-image-container {
      position: relative;
    }

    .s-dd740218-2157-4705-9f60-428af8b7d519.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd740218-2157-4705-9f60-428af8b7d519.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd740218-2157-4705-9f60-428af8b7d519 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-dd740218-2157-4705-9f60-428af8b7d519 {
  margin: 0 !important;
  overflow: visible;
}

#s-dd740218-2157-4705-9f60-428af8b7d519-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-dd740218-2157-4705-9f60-428af8b7d519 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dd740218-2157-4705-9f60-428af8b7d519 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dd740218-2157-4705-9f60-428af8b7d519 img.shogun-image {
  /* Add background color handling */
  
}

#s-dd740218-2157-4705-9f60-428af8b7d519 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd740218-2157-4705-9f60-428af8b7d519 .shg-image-content-wrapper {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }

    #s-dd740218-2157-4705-9f60-428af8b7d519 .shogun-image-link {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd740218-2157-4705-9f60-428af8b7d519 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd740218-2157-4705-9f60-428af8b7d519.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd740218-2157-4705-9f60-428af8b7d519 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-dd740218-2157-4705-9f60-428af8b7d519.shogun-image {
    
    
    
    
  }


.s-dd740218-2157-4705-9f60-428af8b7d519 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd740218-2157-4705-9f60-428af8b7d519.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd740218-2157-4705-9f60-428af8b7d519.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd740218-2157-4705-9f60-428af8b7d519.shogun-image {
  box-sizing: border-box;
}


.s-dd740218-2157-4705-9f60-428af8b7d519 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-dd740218-2157-4705-9f60-428af8b7d519 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-dd740218-2157-4705-9f60-428af8b7d519 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-dd740218-2157-4705-9f60-428af8b7d519 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dd740218-2157-4705-9f60-428af8b7d519 {
      --shg-aspect-ratio: calc(479/356); 
    }

    .s-dd740218-2157-4705-9f60-428af8b7d519.shogun-image-container {
      position: relative;
    }

    .s-dd740218-2157-4705-9f60-428af8b7d519.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd740218-2157-4705-9f60-428af8b7d519.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd740218-2157-4705-9f60-428af8b7d519 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-dd740218-2157-4705-9f60-428af8b7d519 {
  margin: 0 !important;
  overflow: visible;
}

#s-dd740218-2157-4705-9f60-428af8b7d519-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-dd740218-2157-4705-9f60-428af8b7d519 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dd740218-2157-4705-9f60-428af8b7d519 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dd740218-2157-4705-9f60-428af8b7d519 img.shogun-image {
  /* Add background color handling */
  
}

#s-dd740218-2157-4705-9f60-428af8b7d519 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd740218-2157-4705-9f60-428af8b7d519 .shg-image-content-wrapper {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }

    #s-dd740218-2157-4705-9f60-428af8b7d519 .shogun-image-link {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd740218-2157-4705-9f60-428af8b7d519 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd740218-2157-4705-9f60-428af8b7d519.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd740218-2157-4705-9f60-428af8b7d519 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-dd740218-2157-4705-9f60-428af8b7d519.shogun-image {
    
    
    
    
  }


.s-dd740218-2157-4705-9f60-428af8b7d519 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd740218-2157-4705-9f60-428af8b7d519.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd740218-2157-4705-9f60-428af8b7d519.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd740218-2157-4705-9f60-428af8b7d519.shogun-image {
  box-sizing: border-box;
}


.s-dd740218-2157-4705-9f60-428af8b7d519 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-dd740218-2157-4705-9f60-428af8b7d519 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-dd740218-2157-4705-9f60-428af8b7d519 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-dd740218-2157-4705-9f60-428af8b7d519 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dd740218-2157-4705-9f60-428af8b7d519 {
      --shg-aspect-ratio: calc(479/356); 
    }

    .s-dd740218-2157-4705-9f60-428af8b7d519.shogun-image-container {
      position: relative;
    }

    .s-dd740218-2157-4705-9f60-428af8b7d519.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd740218-2157-4705-9f60-428af8b7d519.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd740218-2157-4705-9f60-428af8b7d519 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-dd740218-2157-4705-9f60-428af8b7d519 {
  margin: 0 !important;
  overflow: visible;
}

#s-dd740218-2157-4705-9f60-428af8b7d519-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-dd740218-2157-4705-9f60-428af8b7d519 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dd740218-2157-4705-9f60-428af8b7d519 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dd740218-2157-4705-9f60-428af8b7d519 img.shogun-image {
  /* Add background color handling */
  
}

#s-dd740218-2157-4705-9f60-428af8b7d519 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd740218-2157-4705-9f60-428af8b7d519 .shg-image-content-wrapper {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }

    #s-dd740218-2157-4705-9f60-428af8b7d519 .shogun-image-link {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd740218-2157-4705-9f60-428af8b7d519 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd740218-2157-4705-9f60-428af8b7d519.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd740218-2157-4705-9f60-428af8b7d519 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-dd740218-2157-4705-9f60-428af8b7d519.shogun-image {
    
    
    
    
  }


.s-dd740218-2157-4705-9f60-428af8b7d519 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd740218-2157-4705-9f60-428af8b7d519.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd740218-2157-4705-9f60-428af8b7d519.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd740218-2157-4705-9f60-428af8b7d519.shogun-image {
  box-sizing: border-box;
}


.s-dd740218-2157-4705-9f60-428af8b7d519 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-dd740218-2157-4705-9f60-428af8b7d519 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-dd740218-2157-4705-9f60-428af8b7d519 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-dd740218-2157-4705-9f60-428af8b7d519 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dd740218-2157-4705-9f60-428af8b7d519 {
      --shg-aspect-ratio: calc(479/356); 
    }

    .s-dd740218-2157-4705-9f60-428af8b7d519.shogun-image-container {
      position: relative;
    }

    .s-dd740218-2157-4705-9f60-428af8b7d519.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd740218-2157-4705-9f60-428af8b7d519.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd740218-2157-4705-9f60-428af8b7d519 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-dd740218-2157-4705-9f60-428af8b7d519 {
  margin: 0 !important;
  overflow: visible;
}

#s-dd740218-2157-4705-9f60-428af8b7d519-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-dd740218-2157-4705-9f60-428af8b7d519 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dd740218-2157-4705-9f60-428af8b7d519 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dd740218-2157-4705-9f60-428af8b7d519 img.shogun-image {
  /* Add background color handling */
  
}

#s-dd740218-2157-4705-9f60-428af8b7d519 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd740218-2157-4705-9f60-428af8b7d519 .shg-image-content-wrapper {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }

    #s-dd740218-2157-4705-9f60-428af8b7d519 .shogun-image-link {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd740218-2157-4705-9f60-428af8b7d519 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd740218-2157-4705-9f60-428af8b7d519.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd740218-2157-4705-9f60-428af8b7d519 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-dd740218-2157-4705-9f60-428af8b7d519.shogun-image {
    
    
    
    
  }


.s-dd740218-2157-4705-9f60-428af8b7d519 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd740218-2157-4705-9f60-428af8b7d519.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd740218-2157-4705-9f60-428af8b7d519.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd740218-2157-4705-9f60-428af8b7d519.shogun-image {
  box-sizing: border-box;
}


.s-dd740218-2157-4705-9f60-428af8b7d519 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-dd740218-2157-4705-9f60-428af8b7d519 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-dd740218-2157-4705-9f60-428af8b7d519 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-dd740218-2157-4705-9f60-428af8b7d519 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dd740218-2157-4705-9f60-428af8b7d519 {
      --shg-aspect-ratio: calc(479/356); 
    }

    .s-dd740218-2157-4705-9f60-428af8b7d519.shogun-image-container {
      position: relative;
    }

    .s-dd740218-2157-4705-9f60-428af8b7d519.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd740218-2157-4705-9f60-428af8b7d519.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd740218-2157-4705-9f60-428af8b7d519 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-527a7ad1-34bd-4b25-b860-e1c28ff633d1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1450px;
}
@media (max-width: 767px){#s-527a7ad1-34bd-4b25-b860-e1c28ff633d1 {
  padding-left: 10px;
padding-right: 10px;
min-height: 0px;
}
}







#s-527a7ad1-34bd-4b25-b860-e1c28ff633d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-527a7ad1-34bd-4b25-b860-e1c28ff633d1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e0996191-cd35-4cab-baaf-42e7635d1fed {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-e0996191-cd35-4cab-baaf-42e7635d1fed {
  display: none;
}
#s-e0996191-cd35-4cab-baaf-42e7635d1fed, #wrap-s-e0996191-cd35-4cab-baaf-42e7635d1fed, #wrap-content-s-e0996191-cd35-4cab-baaf-42e7635d1fed { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0996191-cd35-4cab-baaf-42e7635d1fed {
  display: none;
}
#s-e0996191-cd35-4cab-baaf-42e7635d1fed, #wrap-s-e0996191-cd35-4cab-baaf-42e7635d1fed, #wrap-content-s-e0996191-cd35-4cab-baaf-42e7635d1fed { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e0996191-cd35-4cab-baaf-42e7635d1fed {
  display: none;
}
#s-e0996191-cd35-4cab-baaf-42e7635d1fed, #wrap-s-e0996191-cd35-4cab-baaf-42e7635d1fed, #wrap-content-s-e0996191-cd35-4cab-baaf-42e7635d1fed { display: none !important; }}@media (max-width: 767px){#s-e0996191-cd35-4cab-baaf-42e7635d1fed {
  margin-top: 15px;
margin-bottom: 0px;
display: none;
}
#s-e0996191-cd35-4cab-baaf-42e7635d1fed, #wrap-s-e0996191-cd35-4cab-baaf-42e7635d1fed, #wrap-content-s-e0996191-cd35-4cab-baaf-42e7635d1fed { display: none !important; }}
@media (min-width: 0px) {
[id="s-e0996191-cd35-4cab-baaf-42e7635d1fed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0996191-cd35-4cab-baaf-42e7635d1fed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e0996191-cd35-4cab-baaf-42e7635d1fed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0996191-cd35-4cab-baaf-42e7635d1fed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5dcddd05-633c-48da-9aee-f6664d8fff06 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
}
@media (max-width: 767px){#s-5dcddd05-633c-48da-9aee-f6664d8fff06 {
  margin-top: 0px;
margin-bottom: 20px;
}
}
#s-5dcddd05-633c-48da-9aee-f6664d8fff06 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-5dcddd05-633c-48da-9aee-f6664d8fff06 .shg-sld-nav-button.shg-sld-left,
#s-5dcddd05-633c-48da-9aee-f6664d8fff06 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 {
  margin-left: auto;
margin-right: auto;
max-width: 1134px;
aspect-ratio: 1134/810;
text-align: center;
}

#s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8-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-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 .shg-image-content-wrapper {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }

    #s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 .shogun-image-link {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shogun-image {
  box-sizing: border-box;
}



.s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 {
      --shg-aspect-ratio: calc(1134/810); 
    }

    .s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shogun-image-container {
      position: relative;
    }

    .s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

@media (min-width: 1200px){#s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8-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-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 .shg-image-content-wrapper {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }

    #s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 .shogun-image-link {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shogun-image {
  box-sizing: border-box;
}



.s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 {
      --shg-aspect-ratio: calc(1134/810); 
    }

    .s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shogun-image-container {
      position: relative;
    }

    .s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8-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-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 .shg-image-content-wrapper {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }

    #s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 .shogun-image-link {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shogun-image {
  box-sizing: border-box;
}



.s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 {
      --shg-aspect-ratio: calc(1134/810); 
    }

    .s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shogun-image-container {
      position: relative;
    }

    .s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8-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-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 .shg-image-content-wrapper {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }

    #s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 .shogun-image-link {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shogun-image {
  box-sizing: border-box;
}



.s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 {
      --shg-aspect-ratio: calc(1134/810); 
    }

    .s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shogun-image-container {
      position: relative;
    }

    .s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}@media (max-width: 767px){#s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8-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-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 .shg-image-content-wrapper {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }

    #s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 .shogun-image-link {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shogun-image {
  box-sizing: border-box;
}



.s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 {
      --shg-aspect-ratio: calc(1134/810); 
    }

    .s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shogun-image-container {
      position: relative;
    }

    .s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d3933a3-8dd8-4c22-828d-14a7bf9d95f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}
#s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d {
  margin-left: auto;
margin-right: auto;
max-width: 1134px;
text-align: center;
}

#s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d {
  margin: 0 !important;
  overflow: visible;
}

#s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d-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-a739f3bd-2bc3-44d0-bff5-e13e1c26182d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d img.shogun-image {
  /* Add background color handling */
  
}

#s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d.shogun-image {
  box-sizing: border-box;
}



.s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d img.shogun-image {
  
}


@media (min-width: 1200px){#s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d {
  margin: 0 !important;
  overflow: visible;
}

#s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d-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-a739f3bd-2bc3-44d0-bff5-e13e1c26182d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d img.shogun-image {
  /* Add background color handling */
  
}

#s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d.shogun-image {
  box-sizing: border-box;
}



.s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d {
  margin: 0 !important;
  overflow: visible;
}

#s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d-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-a739f3bd-2bc3-44d0-bff5-e13e1c26182d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d img.shogun-image {
  /* Add background color handling */
  
}

#s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d.shogun-image {
  box-sizing: border-box;
}



.s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d {
  margin: 0 !important;
  overflow: visible;
}

#s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d-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-a739f3bd-2bc3-44d0-bff5-e13e1c26182d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d img.shogun-image {
  /* Add background color handling */
  
}

#s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d.shogun-image {
  box-sizing: border-box;
}



.s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d img.shogun-image {
  
}


}@media (max-width: 767px){#s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d {
  margin: 0 !important;
  overflow: visible;
}

#s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d-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-a739f3bd-2bc3-44d0-bff5-e13e1c26182d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d img.shogun-image {
  /* Add background color handling */
  
}

#s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d.shogun-image {
  box-sizing: border-box;
}



.s-a739f3bd-2bc3-44d0-bff5-e13e1c26182d img.shogun-image {
  
}


}
#s-e3440816-2598-4253-924e-42e1dfda63ef {
  margin-left: auto;
margin-right: auto;
max-width: 1134px;
aspect-ratio: 1134/733;
text-align: center;
}

#s-e3440816-2598-4253-924e-42e1dfda63ef {
  margin: 0 !important;
  overflow: visible;
}

#s-e3440816-2598-4253-924e-42e1dfda63ef-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-e3440816-2598-4253-924e-42e1dfda63ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3440816-2598-4253-924e-42e1dfda63ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3440816-2598-4253-924e-42e1dfda63ef img.shogun-image {
  /* Add background color handling */
  
}

#s-e3440816-2598-4253-924e-42e1dfda63ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3440816-2598-4253-924e-42e1dfda63ef .shg-image-content-wrapper {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }

    #s-e3440816-2598-4253-924e-42e1dfda63ef .shogun-image-link {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3440816-2598-4253-924e-42e1dfda63ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3440816-2598-4253-924e-42e1dfda63ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3440816-2598-4253-924e-42e1dfda63ef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-e3440816-2598-4253-924e-42e1dfda63ef.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-e3440816-2598-4253-924e-42e1dfda63ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3440816-2598-4253-924e-42e1dfda63ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3440816-2598-4253-924e-42e1dfda63ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3440816-2598-4253-924e-42e1dfda63ef.shogun-image {
  box-sizing: border-box;
}



.s-e3440816-2598-4253-924e-42e1dfda63ef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e3440816-2598-4253-924e-42e1dfda63ef {
      --shg-aspect-ratio: calc(1134/733); 
    }

    .s-e3440816-2598-4253-924e-42e1dfda63ef.shogun-image-container {
      position: relative;
    }

    .s-e3440816-2598-4253-924e-42e1dfda63ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3440816-2598-4253-924e-42e1dfda63ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3440816-2598-4253-924e-42e1dfda63ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

@media (min-width: 1200px){#s-e3440816-2598-4253-924e-42e1dfda63ef {
  margin: 0 !important;
  overflow: visible;
}

#s-e3440816-2598-4253-924e-42e1dfda63ef-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-e3440816-2598-4253-924e-42e1dfda63ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3440816-2598-4253-924e-42e1dfda63ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3440816-2598-4253-924e-42e1dfda63ef img.shogun-image {
  /* Add background color handling */
  
}

#s-e3440816-2598-4253-924e-42e1dfda63ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3440816-2598-4253-924e-42e1dfda63ef .shg-image-content-wrapper {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }

    #s-e3440816-2598-4253-924e-42e1dfda63ef .shogun-image-link {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3440816-2598-4253-924e-42e1dfda63ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3440816-2598-4253-924e-42e1dfda63ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3440816-2598-4253-924e-42e1dfda63ef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-e3440816-2598-4253-924e-42e1dfda63ef.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-e3440816-2598-4253-924e-42e1dfda63ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3440816-2598-4253-924e-42e1dfda63ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3440816-2598-4253-924e-42e1dfda63ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3440816-2598-4253-924e-42e1dfda63ef.shogun-image {
  box-sizing: border-box;
}



.s-e3440816-2598-4253-924e-42e1dfda63ef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e3440816-2598-4253-924e-42e1dfda63ef {
      --shg-aspect-ratio: calc(1134/733); 
    }

    .s-e3440816-2598-4253-924e-42e1dfda63ef.shogun-image-container {
      position: relative;
    }

    .s-e3440816-2598-4253-924e-42e1dfda63ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3440816-2598-4253-924e-42e1dfda63ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3440816-2598-4253-924e-42e1dfda63ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e3440816-2598-4253-924e-42e1dfda63ef {
  margin: 0 !important;
  overflow: visible;
}

#s-e3440816-2598-4253-924e-42e1dfda63ef-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-e3440816-2598-4253-924e-42e1dfda63ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3440816-2598-4253-924e-42e1dfda63ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3440816-2598-4253-924e-42e1dfda63ef img.shogun-image {
  /* Add background color handling */
  
}

#s-e3440816-2598-4253-924e-42e1dfda63ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3440816-2598-4253-924e-42e1dfda63ef .shg-image-content-wrapper {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }

    #s-e3440816-2598-4253-924e-42e1dfda63ef .shogun-image-link {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3440816-2598-4253-924e-42e1dfda63ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3440816-2598-4253-924e-42e1dfda63ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3440816-2598-4253-924e-42e1dfda63ef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-e3440816-2598-4253-924e-42e1dfda63ef.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-e3440816-2598-4253-924e-42e1dfda63ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3440816-2598-4253-924e-42e1dfda63ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3440816-2598-4253-924e-42e1dfda63ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3440816-2598-4253-924e-42e1dfda63ef.shogun-image {
  box-sizing: border-box;
}



.s-e3440816-2598-4253-924e-42e1dfda63ef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e3440816-2598-4253-924e-42e1dfda63ef {
      --shg-aspect-ratio: calc(1134/733); 
    }

    .s-e3440816-2598-4253-924e-42e1dfda63ef.shogun-image-container {
      position: relative;
    }

    .s-e3440816-2598-4253-924e-42e1dfda63ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3440816-2598-4253-924e-42e1dfda63ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3440816-2598-4253-924e-42e1dfda63ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e3440816-2598-4253-924e-42e1dfda63ef {
  margin: 0 !important;
  overflow: visible;
}

#s-e3440816-2598-4253-924e-42e1dfda63ef-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-e3440816-2598-4253-924e-42e1dfda63ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3440816-2598-4253-924e-42e1dfda63ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3440816-2598-4253-924e-42e1dfda63ef img.shogun-image {
  /* Add background color handling */
  
}

#s-e3440816-2598-4253-924e-42e1dfda63ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3440816-2598-4253-924e-42e1dfda63ef .shg-image-content-wrapper {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }

    #s-e3440816-2598-4253-924e-42e1dfda63ef .shogun-image-link {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3440816-2598-4253-924e-42e1dfda63ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3440816-2598-4253-924e-42e1dfda63ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3440816-2598-4253-924e-42e1dfda63ef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-e3440816-2598-4253-924e-42e1dfda63ef.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-e3440816-2598-4253-924e-42e1dfda63ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3440816-2598-4253-924e-42e1dfda63ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3440816-2598-4253-924e-42e1dfda63ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3440816-2598-4253-924e-42e1dfda63ef.shogun-image {
  box-sizing: border-box;
}



.s-e3440816-2598-4253-924e-42e1dfda63ef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e3440816-2598-4253-924e-42e1dfda63ef {
      --shg-aspect-ratio: calc(1134/733); 
    }

    .s-e3440816-2598-4253-924e-42e1dfda63ef.shogun-image-container {
      position: relative;
    }

    .s-e3440816-2598-4253-924e-42e1dfda63ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3440816-2598-4253-924e-42e1dfda63ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3440816-2598-4253-924e-42e1dfda63ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}@media (max-width: 767px){#s-e3440816-2598-4253-924e-42e1dfda63ef {
  margin: 0 !important;
  overflow: visible;
}

#s-e3440816-2598-4253-924e-42e1dfda63ef-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-e3440816-2598-4253-924e-42e1dfda63ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3440816-2598-4253-924e-42e1dfda63ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3440816-2598-4253-924e-42e1dfda63ef img.shogun-image {
  /* Add background color handling */
  
}

#s-e3440816-2598-4253-924e-42e1dfda63ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3440816-2598-4253-924e-42e1dfda63ef .shg-image-content-wrapper {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }

    #s-e3440816-2598-4253-924e-42e1dfda63ef .shogun-image-link {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3440816-2598-4253-924e-42e1dfda63ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3440816-2598-4253-924e-42e1dfda63ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3440816-2598-4253-924e-42e1dfda63ef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-e3440816-2598-4253-924e-42e1dfda63ef.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-e3440816-2598-4253-924e-42e1dfda63ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3440816-2598-4253-924e-42e1dfda63ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3440816-2598-4253-924e-42e1dfda63ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3440816-2598-4253-924e-42e1dfda63ef.shogun-image {
  box-sizing: border-box;
}



.s-e3440816-2598-4253-924e-42e1dfda63ef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e3440816-2598-4253-924e-42e1dfda63ef {
      --shg-aspect-ratio: calc(1134/733); 
    }

    .s-e3440816-2598-4253-924e-42e1dfda63ef.shogun-image-container {
      position: relative;
    }

    .s-e3440816-2598-4253-924e-42e1dfda63ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3440816-2598-4253-924e-42e1dfda63ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3440816-2598-4253-924e-42e1dfda63ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}
#s-3ba756bb-8849-424c-a6bb-1650b9bf6265 {
  margin-left: auto;
margin-right: auto;
max-width: 1134px;
aspect-ratio: 1134/733;
text-align: center;
}

#s-3ba756bb-8849-424c-a6bb-1650b9bf6265 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ba756bb-8849-424c-a6bb-1650b9bf6265-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-3ba756bb-8849-424c-a6bb-1650b9bf6265 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ba756bb-8849-424c-a6bb-1650b9bf6265 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ba756bb-8849-424c-a6bb-1650b9bf6265 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ba756bb-8849-424c-a6bb-1650b9bf6265 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ba756bb-8849-424c-a6bb-1650b9bf6265 .shg-image-content-wrapper {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }

    #s-3ba756bb-8849-424c-a6bb-1650b9bf6265 .shogun-image-link {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ba756bb-8849-424c-a6bb-1650b9bf6265 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ba756bb-8849-424c-a6bb-1650b9bf6265 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-3ba756bb-8849-424c-a6bb-1650b9bf6265 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shogun-image {
  box-sizing: border-box;
}



.s-3ba756bb-8849-424c-a6bb-1650b9bf6265 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ba756bb-8849-424c-a6bb-1650b9bf6265 {
      --shg-aspect-ratio: calc(1134/733); 
    }

    .s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shogun-image-container {
      position: relative;
    }

    .s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ba756bb-8849-424c-a6bb-1650b9bf6265 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

@media (min-width: 1200px){#s-3ba756bb-8849-424c-a6bb-1650b9bf6265 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ba756bb-8849-424c-a6bb-1650b9bf6265-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-3ba756bb-8849-424c-a6bb-1650b9bf6265 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ba756bb-8849-424c-a6bb-1650b9bf6265 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ba756bb-8849-424c-a6bb-1650b9bf6265 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ba756bb-8849-424c-a6bb-1650b9bf6265 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ba756bb-8849-424c-a6bb-1650b9bf6265 .shg-image-content-wrapper {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }

    #s-3ba756bb-8849-424c-a6bb-1650b9bf6265 .shogun-image-link {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ba756bb-8849-424c-a6bb-1650b9bf6265 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ba756bb-8849-424c-a6bb-1650b9bf6265 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-3ba756bb-8849-424c-a6bb-1650b9bf6265 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shogun-image {
  box-sizing: border-box;
}



.s-3ba756bb-8849-424c-a6bb-1650b9bf6265 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ba756bb-8849-424c-a6bb-1650b9bf6265 {
      --shg-aspect-ratio: calc(1134/733); 
    }

    .s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shogun-image-container {
      position: relative;
    }

    .s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ba756bb-8849-424c-a6bb-1650b9bf6265 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3ba756bb-8849-424c-a6bb-1650b9bf6265 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ba756bb-8849-424c-a6bb-1650b9bf6265-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-3ba756bb-8849-424c-a6bb-1650b9bf6265 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ba756bb-8849-424c-a6bb-1650b9bf6265 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ba756bb-8849-424c-a6bb-1650b9bf6265 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ba756bb-8849-424c-a6bb-1650b9bf6265 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ba756bb-8849-424c-a6bb-1650b9bf6265 .shg-image-content-wrapper {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }

    #s-3ba756bb-8849-424c-a6bb-1650b9bf6265 .shogun-image-link {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ba756bb-8849-424c-a6bb-1650b9bf6265 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ba756bb-8849-424c-a6bb-1650b9bf6265 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-3ba756bb-8849-424c-a6bb-1650b9bf6265 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shogun-image {
  box-sizing: border-box;
}



.s-3ba756bb-8849-424c-a6bb-1650b9bf6265 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ba756bb-8849-424c-a6bb-1650b9bf6265 {
      --shg-aspect-ratio: calc(1134/733); 
    }

    .s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shogun-image-container {
      position: relative;
    }

    .s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ba756bb-8849-424c-a6bb-1650b9bf6265 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3ba756bb-8849-424c-a6bb-1650b9bf6265 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ba756bb-8849-424c-a6bb-1650b9bf6265-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-3ba756bb-8849-424c-a6bb-1650b9bf6265 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ba756bb-8849-424c-a6bb-1650b9bf6265 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ba756bb-8849-424c-a6bb-1650b9bf6265 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ba756bb-8849-424c-a6bb-1650b9bf6265 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ba756bb-8849-424c-a6bb-1650b9bf6265 .shg-image-content-wrapper {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }

    #s-3ba756bb-8849-424c-a6bb-1650b9bf6265 .shogun-image-link {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ba756bb-8849-424c-a6bb-1650b9bf6265 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ba756bb-8849-424c-a6bb-1650b9bf6265 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-3ba756bb-8849-424c-a6bb-1650b9bf6265 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shogun-image {
  box-sizing: border-box;
}



.s-3ba756bb-8849-424c-a6bb-1650b9bf6265 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ba756bb-8849-424c-a6bb-1650b9bf6265 {
      --shg-aspect-ratio: calc(1134/733); 
    }

    .s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shogun-image-container {
      position: relative;
    }

    .s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ba756bb-8849-424c-a6bb-1650b9bf6265 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}@media (max-width: 767px){#s-3ba756bb-8849-424c-a6bb-1650b9bf6265 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ba756bb-8849-424c-a6bb-1650b9bf6265-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-3ba756bb-8849-424c-a6bb-1650b9bf6265 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ba756bb-8849-424c-a6bb-1650b9bf6265 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ba756bb-8849-424c-a6bb-1650b9bf6265 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ba756bb-8849-424c-a6bb-1650b9bf6265 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ba756bb-8849-424c-a6bb-1650b9bf6265 .shg-image-content-wrapper {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }

    #s-3ba756bb-8849-424c-a6bb-1650b9bf6265 .shogun-image-link {
      aspect-ratio: 1134/733;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ba756bb-8849-424c-a6bb-1650b9bf6265 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ba756bb-8849-424c-a6bb-1650b9bf6265 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-3ba756bb-8849-424c-a6bb-1650b9bf6265 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shogun-image {
  box-sizing: border-box;
}



.s-3ba756bb-8849-424c-a6bb-1650b9bf6265 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ba756bb-8849-424c-a6bb-1650b9bf6265 {
      --shg-aspect-ratio: calc(1134/733); 
    }

    .s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shogun-image-container {
      position: relative;
    }

    .s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ba756bb-8849-424c-a6bb-1650b9bf6265.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ba756bb-8849-424c-a6bb-1650b9bf6265 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}
#s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 {
  margin-left: auto;
margin-right: auto;
max-width: 1134px;
aspect-ratio: 1134/810;
text-align: center;
}

#s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 {
  margin: 0 !important;
  overflow: visible;
}

#s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982-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-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 img.shogun-image {
  /* Add background color handling */
  
}

#s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 .shg-image-content-wrapper {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }

    #s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 .shogun-image-link {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 .shogun-image-content {
  
    justify-content: center;
  
}

.s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shogun-image {
  box-sizing: border-box;
}



.s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 {
      --shg-aspect-ratio: calc(1134/810); 
    }

    .s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shogun-image-container {
      position: relative;
    }

    .s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

@media (min-width: 1200px){#s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 {
  margin: 0 !important;
  overflow: visible;
}

#s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982-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-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 img.shogun-image {
  /* Add background color handling */
  
}

#s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 .shg-image-content-wrapper {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }

    #s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 .shogun-image-link {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 .shogun-image-content {
  
    justify-content: center;
  
}

.s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shogun-image {
  box-sizing: border-box;
}



.s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 {
      --shg-aspect-ratio: calc(1134/810); 
    }

    .s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shogun-image-container {
      position: relative;
    }

    .s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 {
  margin: 0 !important;
  overflow: visible;
}

#s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982-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-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 img.shogun-image {
  /* Add background color handling */
  
}

#s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 .shg-image-content-wrapper {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }

    #s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 .shogun-image-link {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 .shogun-image-content {
  
    justify-content: center;
  
}

.s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shogun-image {
  box-sizing: border-box;
}



.s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 {
      --shg-aspect-ratio: calc(1134/810); 
    }

    .s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shogun-image-container {
      position: relative;
    }

    .s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 {
  margin: 0 !important;
  overflow: visible;
}

#s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982-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-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 img.shogun-image {
  /* Add background color handling */
  
}

#s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 .shg-image-content-wrapper {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }

    #s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 .shogun-image-link {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 .shogun-image-content {
  
    justify-content: center;
  
}

.s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shogun-image {
  box-sizing: border-box;
}



.s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 {
      --shg-aspect-ratio: calc(1134/810); 
    }

    .s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shogun-image-container {
      position: relative;
    }

    .s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}@media (max-width: 767px){#s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 {
  margin: 0 !important;
  overflow: visible;
}

#s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982-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-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 img.shogun-image {
  /* Add background color handling */
  
}

#s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 .shg-image-content-wrapper {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }

    #s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 .shogun-image-link {
      aspect-ratio: 1134/810;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1134px;
  }



  img.s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shogun-image {
    
    
    
    max-height: 1134px;
  }


.s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 .shogun-image-content {
  
    justify-content: center;
  
}

.s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shogun-image {
  box-sizing: border-box;
}



.s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 {
      --shg-aspect-ratio: calc(1134/810); 
    }

    .s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shogun-image-container {
      position: relative;
    }

    .s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70f6c0e5-31b4-4bde-a2fe-b83c6065f982 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1134px;
    }
  }

}
#s-042153e6-16c0-4de6-be44-9d9d7be1f2ab {
  margin-left: 20px;
margin-right: 0px;
}
@media (max-width: 767px){#s-042153e6-16c0-4de6-be44-9d9d7be1f2ab {
  margin-left: 0px;
}
}
@media (min-width: 0px) {
[id="s-042153e6-16c0-4de6-be44-9d9d7be1f2ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-042153e6-16c0-4de6-be44-9d9d7be1f2ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-042153e6-16c0-4de6-be44-9d9d7be1f2ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-042153e6-16c0-4de6-be44-9d9d7be1f2ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 479px;
aspect-ratio: 479/355;
text-align: center;
}
@media (max-width: 767px){#s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb {
  max-width: 100%;
}
}
#s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb {
  margin: 0 !important;
  overflow: visible;
}

#s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb-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-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb img.shogun-image {
  /* Add background color handling */
  
}

#s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb .shg-image-content-wrapper {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }

    #s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb .shogun-image-link {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 479px;
  }



  img.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shogun-image {
    
    
    
    max-height: 479px;
  }


.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shogun-image {
  box-sizing: border-box;
}


.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb {
      --shg-aspect-ratio: calc(479/355); 
    }

    .s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shogun-image-container {
      position: relative;
    }

    .s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 479px;
    }
  }

@media (min-width: 1200px){#s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb {
  margin: 0 !important;
  overflow: visible;
}

#s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb-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-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb img.shogun-image {
  /* Add background color handling */
  
}

#s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb .shg-image-content-wrapper {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }

    #s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb .shogun-image-link {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 479px;
  }



  img.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shogun-image {
    
    
    
    max-height: 479px;
  }


.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shogun-image {
  box-sizing: border-box;
}


.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb {
      --shg-aspect-ratio: calc(479/355); 
    }

    .s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shogun-image-container {
      position: relative;
    }

    .s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 479px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb {
  margin: 0 !important;
  overflow: visible;
}

#s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb-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-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb img.shogun-image {
  /* Add background color handling */
  
}

#s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb .shg-image-content-wrapper {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }

    #s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb .shogun-image-link {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 479px;
  }



  img.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shogun-image {
    
    
    
    max-height: 479px;
  }


.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shogun-image {
  box-sizing: border-box;
}


.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb {
      --shg-aspect-ratio: calc(479/355); 
    }

    .s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shogun-image-container {
      position: relative;
    }

    .s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 479px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb {
  margin: 0 !important;
  overflow: visible;
}

#s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb-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-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb img.shogun-image {
  /* Add background color handling */
  
}

#s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb .shg-image-content-wrapper {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }

    #s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb .shogun-image-link {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 479px;
  }



  img.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shogun-image {
    
    
    
    max-height: 479px;
  }


.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shogun-image {
  box-sizing: border-box;
}


.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb {
      --shg-aspect-ratio: calc(479/355); 
    }

    .s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shogun-image-container {
      position: relative;
    }

    .s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 479px;
    }
  }

}@media (max-width: 767px){#s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb {
  margin: 0 !important;
  overflow: visible;
}

#s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb-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-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb img.shogun-image {
  /* Add background color handling */
  
}

#s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb .shg-image-content-wrapper {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }

    #s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb .shogun-image-link {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 479px;
  }



  img.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shogun-image {
    
    
    
    max-height: 479px;
  }


.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shogun-image {
  box-sizing: border-box;
}


.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb {
      --shg-aspect-ratio: calc(479/355); 
    }

    .s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shogun-image-container {
      position: relative;
    }

    .s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f08c41e-2dc1-4c1a-80a5-1442aae54fdb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 479px;
    }
  }

}
#s-82464198-5e83-4e1b-9957-0e9cc4772f1e {
  margin-left: auto;
margin-right: auto;
max-width: 479px;
aspect-ratio: 479/356;
text-align: center;
}
@media (max-width: 767px){#s-82464198-5e83-4e1b-9957-0e9cc4772f1e {
  margin-top: 10px;
margin-bottom: 20px;
}
}
#s-82464198-5e83-4e1b-9957-0e9cc4772f1e {
  margin: 0 !important;
  overflow: visible;
}

#s-82464198-5e83-4e1b-9957-0e9cc4772f1e-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-82464198-5e83-4e1b-9957-0e9cc4772f1e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-82464198-5e83-4e1b-9957-0e9cc4772f1e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-82464198-5e83-4e1b-9957-0e9cc4772f1e img.shogun-image {
  /* Add background color handling */
  
}

#s-82464198-5e83-4e1b-9957-0e9cc4772f1e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82464198-5e83-4e1b-9957-0e9cc4772f1e .shg-image-content-wrapper {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }

    #s-82464198-5e83-4e1b-9957-0e9cc4772f1e .shogun-image-link {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82464198-5e83-4e1b-9957-0e9cc4772f1e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82464198-5e83-4e1b-9957-0e9cc4772f1e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 479px;
  }



  img.s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shogun-image {
    
    
    
    max-height: 479px;
  }


.s-82464198-5e83-4e1b-9957-0e9cc4772f1e .shogun-image-content {
  
    justify-content: center;
  
}

.s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shogun-image {
  box-sizing: border-box;
}


.s-82464198-5e83-4e1b-9957-0e9cc4772f1e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-82464198-5e83-4e1b-9957-0e9cc4772f1e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-82464198-5e83-4e1b-9957-0e9cc4772f1e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-82464198-5e83-4e1b-9957-0e9cc4772f1e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-82464198-5e83-4e1b-9957-0e9cc4772f1e {
      --shg-aspect-ratio: calc(479/356); 
    }

    .s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shogun-image-container {
      position: relative;
    }

    .s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82464198-5e83-4e1b-9957-0e9cc4772f1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 479px;
    }
  }

@media (min-width: 1200px){#s-82464198-5e83-4e1b-9957-0e9cc4772f1e {
  margin: 0 !important;
  overflow: visible;
}

#s-82464198-5e83-4e1b-9957-0e9cc4772f1e-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-82464198-5e83-4e1b-9957-0e9cc4772f1e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-82464198-5e83-4e1b-9957-0e9cc4772f1e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-82464198-5e83-4e1b-9957-0e9cc4772f1e img.shogun-image {
  /* Add background color handling */
  
}

#s-82464198-5e83-4e1b-9957-0e9cc4772f1e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82464198-5e83-4e1b-9957-0e9cc4772f1e .shg-image-content-wrapper {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }

    #s-82464198-5e83-4e1b-9957-0e9cc4772f1e .shogun-image-link {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82464198-5e83-4e1b-9957-0e9cc4772f1e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82464198-5e83-4e1b-9957-0e9cc4772f1e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 479px;
  }



  img.s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shogun-image {
    
    
    
    max-height: 479px;
  }


.s-82464198-5e83-4e1b-9957-0e9cc4772f1e .shogun-image-content {
  
    justify-content: center;
  
}

.s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shogun-image {
  box-sizing: border-box;
}


.s-82464198-5e83-4e1b-9957-0e9cc4772f1e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-82464198-5e83-4e1b-9957-0e9cc4772f1e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-82464198-5e83-4e1b-9957-0e9cc4772f1e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-82464198-5e83-4e1b-9957-0e9cc4772f1e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-82464198-5e83-4e1b-9957-0e9cc4772f1e {
      --shg-aspect-ratio: calc(479/356); 
    }

    .s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shogun-image-container {
      position: relative;
    }

    .s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82464198-5e83-4e1b-9957-0e9cc4772f1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 479px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-82464198-5e83-4e1b-9957-0e9cc4772f1e {
  margin: 0 !important;
  overflow: visible;
}

#s-82464198-5e83-4e1b-9957-0e9cc4772f1e-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-82464198-5e83-4e1b-9957-0e9cc4772f1e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-82464198-5e83-4e1b-9957-0e9cc4772f1e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-82464198-5e83-4e1b-9957-0e9cc4772f1e img.shogun-image {
  /* Add background color handling */
  
}

#s-82464198-5e83-4e1b-9957-0e9cc4772f1e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82464198-5e83-4e1b-9957-0e9cc4772f1e .shg-image-content-wrapper {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }

    #s-82464198-5e83-4e1b-9957-0e9cc4772f1e .shogun-image-link {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82464198-5e83-4e1b-9957-0e9cc4772f1e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82464198-5e83-4e1b-9957-0e9cc4772f1e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 479px;
  }



  img.s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shogun-image {
    
    
    
    max-height: 479px;
  }


.s-82464198-5e83-4e1b-9957-0e9cc4772f1e .shogun-image-content {
  
    justify-content: center;
  
}

.s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shogun-image {
  box-sizing: border-box;
}


.s-82464198-5e83-4e1b-9957-0e9cc4772f1e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-82464198-5e83-4e1b-9957-0e9cc4772f1e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-82464198-5e83-4e1b-9957-0e9cc4772f1e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-82464198-5e83-4e1b-9957-0e9cc4772f1e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-82464198-5e83-4e1b-9957-0e9cc4772f1e {
      --shg-aspect-ratio: calc(479/356); 
    }

    .s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shogun-image-container {
      position: relative;
    }

    .s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82464198-5e83-4e1b-9957-0e9cc4772f1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 479px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-82464198-5e83-4e1b-9957-0e9cc4772f1e {
  margin: 0 !important;
  overflow: visible;
}

#s-82464198-5e83-4e1b-9957-0e9cc4772f1e-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-82464198-5e83-4e1b-9957-0e9cc4772f1e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-82464198-5e83-4e1b-9957-0e9cc4772f1e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-82464198-5e83-4e1b-9957-0e9cc4772f1e img.shogun-image {
  /* Add background color handling */
  
}

#s-82464198-5e83-4e1b-9957-0e9cc4772f1e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82464198-5e83-4e1b-9957-0e9cc4772f1e .shg-image-content-wrapper {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }

    #s-82464198-5e83-4e1b-9957-0e9cc4772f1e .shogun-image-link {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82464198-5e83-4e1b-9957-0e9cc4772f1e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82464198-5e83-4e1b-9957-0e9cc4772f1e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 479px;
  }



  img.s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shogun-image {
    
    
    
    max-height: 479px;
  }


.s-82464198-5e83-4e1b-9957-0e9cc4772f1e .shogun-image-content {
  
    justify-content: center;
  
}

.s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shogun-image {
  box-sizing: border-box;
}


.s-82464198-5e83-4e1b-9957-0e9cc4772f1e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-82464198-5e83-4e1b-9957-0e9cc4772f1e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-82464198-5e83-4e1b-9957-0e9cc4772f1e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-82464198-5e83-4e1b-9957-0e9cc4772f1e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-82464198-5e83-4e1b-9957-0e9cc4772f1e {
      --shg-aspect-ratio: calc(479/356); 
    }

    .s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shogun-image-container {
      position: relative;
    }

    .s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82464198-5e83-4e1b-9957-0e9cc4772f1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 479px;
    }
  }

}@media (max-width: 767px){#s-82464198-5e83-4e1b-9957-0e9cc4772f1e {
  margin: 0 !important;
  overflow: visible;
}

#s-82464198-5e83-4e1b-9957-0e9cc4772f1e-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-82464198-5e83-4e1b-9957-0e9cc4772f1e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-82464198-5e83-4e1b-9957-0e9cc4772f1e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-82464198-5e83-4e1b-9957-0e9cc4772f1e img.shogun-image {
  /* Add background color handling */
  
}

#s-82464198-5e83-4e1b-9957-0e9cc4772f1e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82464198-5e83-4e1b-9957-0e9cc4772f1e .shg-image-content-wrapper {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }

    #s-82464198-5e83-4e1b-9957-0e9cc4772f1e .shogun-image-link {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82464198-5e83-4e1b-9957-0e9cc4772f1e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82464198-5e83-4e1b-9957-0e9cc4772f1e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 479px;
  }



  img.s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shogun-image {
    
    
    
    max-height: 479px;
  }


.s-82464198-5e83-4e1b-9957-0e9cc4772f1e .shogun-image-content {
  
    justify-content: center;
  
}

.s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shogun-image {
  box-sizing: border-box;
}


.s-82464198-5e83-4e1b-9957-0e9cc4772f1e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-82464198-5e83-4e1b-9957-0e9cc4772f1e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-82464198-5e83-4e1b-9957-0e9cc4772f1e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-82464198-5e83-4e1b-9957-0e9cc4772f1e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-82464198-5e83-4e1b-9957-0e9cc4772f1e {
      --shg-aspect-ratio: calc(479/356); 
    }

    .s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shogun-image-container {
      position: relative;
    }

    .s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82464198-5e83-4e1b-9957-0e9cc4772f1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82464198-5e83-4e1b-9957-0e9cc4772f1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 479px;
    }
  }

}
#s-63922e17-1dac-4c5f-8e90-040f631c76bc {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 479px;
aspect-ratio: 479/355;
text-align: center;
}
@media (max-width: 767px){#s-63922e17-1dac-4c5f-8e90-040f631c76bc {
  margin-bottom: 20px;
}
}
#s-63922e17-1dac-4c5f-8e90-040f631c76bc {
  margin: 0 !important;
  overflow: visible;
}

#s-63922e17-1dac-4c5f-8e90-040f631c76bc-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-63922e17-1dac-4c5f-8e90-040f631c76bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-63922e17-1dac-4c5f-8e90-040f631c76bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63922e17-1dac-4c5f-8e90-040f631c76bc img.shogun-image {
  /* Add background color handling */
  
}

#s-63922e17-1dac-4c5f-8e90-040f631c76bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63922e17-1dac-4c5f-8e90-040f631c76bc .shg-image-content-wrapper {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }

    #s-63922e17-1dac-4c5f-8e90-040f631c76bc .shogun-image-link {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63922e17-1dac-4c5f-8e90-040f631c76bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63922e17-1dac-4c5f-8e90-040f631c76bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63922e17-1dac-4c5f-8e90-040f631c76bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 479px;
  }




.s-63922e17-1dac-4c5f-8e90-040f631c76bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-63922e17-1dac-4c5f-8e90-040f631c76bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63922e17-1dac-4c5f-8e90-040f631c76bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63922e17-1dac-4c5f-8e90-040f631c76bc.shogun-image {
  box-sizing: border-box;
}


.s-63922e17-1dac-4c5f-8e90-040f631c76bc .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-63922e17-1dac-4c5f-8e90-040f631c76bc .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-63922e17-1dac-4c5f-8e90-040f631c76bc .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-63922e17-1dac-4c5f-8e90-040f631c76bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63922e17-1dac-4c5f-8e90-040f631c76bc {
      --shg-aspect-ratio: calc(479/355); 
    }

    .s-63922e17-1dac-4c5f-8e90-040f631c76bc.shogun-image-container {
      position: relative;
    }

    .s-63922e17-1dac-4c5f-8e90-040f631c76bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63922e17-1dac-4c5f-8e90-040f631c76bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63922e17-1dac-4c5f-8e90-040f631c76bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 479px;
    }
  }

@media (min-width: 1200px){#s-63922e17-1dac-4c5f-8e90-040f631c76bc {
  margin: 0 !important;
  overflow: visible;
}

#s-63922e17-1dac-4c5f-8e90-040f631c76bc-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-63922e17-1dac-4c5f-8e90-040f631c76bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63922e17-1dac-4c5f-8e90-040f631c76bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63922e17-1dac-4c5f-8e90-040f631c76bc img.shogun-image {
  /* Add background color handling */
  
}

#s-63922e17-1dac-4c5f-8e90-040f631c76bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63922e17-1dac-4c5f-8e90-040f631c76bc .shg-image-content-wrapper {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }

    #s-63922e17-1dac-4c5f-8e90-040f631c76bc .shogun-image-link {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63922e17-1dac-4c5f-8e90-040f631c76bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63922e17-1dac-4c5f-8e90-040f631c76bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63922e17-1dac-4c5f-8e90-040f631c76bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 479px;
  }




.s-63922e17-1dac-4c5f-8e90-040f631c76bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-63922e17-1dac-4c5f-8e90-040f631c76bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63922e17-1dac-4c5f-8e90-040f631c76bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63922e17-1dac-4c5f-8e90-040f631c76bc.shogun-image {
  box-sizing: border-box;
}


.s-63922e17-1dac-4c5f-8e90-040f631c76bc .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-63922e17-1dac-4c5f-8e90-040f631c76bc .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-63922e17-1dac-4c5f-8e90-040f631c76bc .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-63922e17-1dac-4c5f-8e90-040f631c76bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63922e17-1dac-4c5f-8e90-040f631c76bc {
      --shg-aspect-ratio: calc(479/355); 
    }

    .s-63922e17-1dac-4c5f-8e90-040f631c76bc.shogun-image-container {
      position: relative;
    }

    .s-63922e17-1dac-4c5f-8e90-040f631c76bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63922e17-1dac-4c5f-8e90-040f631c76bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63922e17-1dac-4c5f-8e90-040f631c76bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 479px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-63922e17-1dac-4c5f-8e90-040f631c76bc {
  margin: 0 !important;
  overflow: visible;
}

#s-63922e17-1dac-4c5f-8e90-040f631c76bc-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-63922e17-1dac-4c5f-8e90-040f631c76bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63922e17-1dac-4c5f-8e90-040f631c76bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63922e17-1dac-4c5f-8e90-040f631c76bc img.shogun-image {
  /* Add background color handling */
  
}

#s-63922e17-1dac-4c5f-8e90-040f631c76bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63922e17-1dac-4c5f-8e90-040f631c76bc .shg-image-content-wrapper {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }

    #s-63922e17-1dac-4c5f-8e90-040f631c76bc .shogun-image-link {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63922e17-1dac-4c5f-8e90-040f631c76bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63922e17-1dac-4c5f-8e90-040f631c76bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63922e17-1dac-4c5f-8e90-040f631c76bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 479px;
  }




.s-63922e17-1dac-4c5f-8e90-040f631c76bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-63922e17-1dac-4c5f-8e90-040f631c76bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63922e17-1dac-4c5f-8e90-040f631c76bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63922e17-1dac-4c5f-8e90-040f631c76bc.shogun-image {
  box-sizing: border-box;
}


.s-63922e17-1dac-4c5f-8e90-040f631c76bc .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-63922e17-1dac-4c5f-8e90-040f631c76bc .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-63922e17-1dac-4c5f-8e90-040f631c76bc .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-63922e17-1dac-4c5f-8e90-040f631c76bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63922e17-1dac-4c5f-8e90-040f631c76bc {
      --shg-aspect-ratio: calc(479/355); 
    }

    .s-63922e17-1dac-4c5f-8e90-040f631c76bc.shogun-image-container {
      position: relative;
    }

    .s-63922e17-1dac-4c5f-8e90-040f631c76bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63922e17-1dac-4c5f-8e90-040f631c76bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63922e17-1dac-4c5f-8e90-040f631c76bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 479px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-63922e17-1dac-4c5f-8e90-040f631c76bc {
  margin: 0 !important;
  overflow: visible;
}

#s-63922e17-1dac-4c5f-8e90-040f631c76bc-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-63922e17-1dac-4c5f-8e90-040f631c76bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63922e17-1dac-4c5f-8e90-040f631c76bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63922e17-1dac-4c5f-8e90-040f631c76bc img.shogun-image {
  /* Add background color handling */
  
}

#s-63922e17-1dac-4c5f-8e90-040f631c76bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63922e17-1dac-4c5f-8e90-040f631c76bc .shg-image-content-wrapper {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }

    #s-63922e17-1dac-4c5f-8e90-040f631c76bc .shogun-image-link {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63922e17-1dac-4c5f-8e90-040f631c76bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63922e17-1dac-4c5f-8e90-040f631c76bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63922e17-1dac-4c5f-8e90-040f631c76bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 479px;
  }




.s-63922e17-1dac-4c5f-8e90-040f631c76bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-63922e17-1dac-4c5f-8e90-040f631c76bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63922e17-1dac-4c5f-8e90-040f631c76bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63922e17-1dac-4c5f-8e90-040f631c76bc.shogun-image {
  box-sizing: border-box;
}


.s-63922e17-1dac-4c5f-8e90-040f631c76bc .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-63922e17-1dac-4c5f-8e90-040f631c76bc .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-63922e17-1dac-4c5f-8e90-040f631c76bc .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-63922e17-1dac-4c5f-8e90-040f631c76bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63922e17-1dac-4c5f-8e90-040f631c76bc {
      --shg-aspect-ratio: calc(479/355); 
    }

    .s-63922e17-1dac-4c5f-8e90-040f631c76bc.shogun-image-container {
      position: relative;
    }

    .s-63922e17-1dac-4c5f-8e90-040f631c76bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63922e17-1dac-4c5f-8e90-040f631c76bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63922e17-1dac-4c5f-8e90-040f631c76bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 479px;
    }
  }

}@media (max-width: 767px){#s-63922e17-1dac-4c5f-8e90-040f631c76bc {
  margin: 0 !important;
  overflow: visible;
}

#s-63922e17-1dac-4c5f-8e90-040f631c76bc-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-63922e17-1dac-4c5f-8e90-040f631c76bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-63922e17-1dac-4c5f-8e90-040f631c76bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63922e17-1dac-4c5f-8e90-040f631c76bc img.shogun-image {
  /* Add background color handling */
  
}

#s-63922e17-1dac-4c5f-8e90-040f631c76bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63922e17-1dac-4c5f-8e90-040f631c76bc .shg-image-content-wrapper {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }

    #s-63922e17-1dac-4c5f-8e90-040f631c76bc .shogun-image-link {
      aspect-ratio: 479/355;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63922e17-1dac-4c5f-8e90-040f631c76bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63922e17-1dac-4c5f-8e90-040f631c76bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63922e17-1dac-4c5f-8e90-040f631c76bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 479px;
  }




.s-63922e17-1dac-4c5f-8e90-040f631c76bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-63922e17-1dac-4c5f-8e90-040f631c76bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63922e17-1dac-4c5f-8e90-040f631c76bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63922e17-1dac-4c5f-8e90-040f631c76bc.shogun-image {
  box-sizing: border-box;
}


.s-63922e17-1dac-4c5f-8e90-040f631c76bc .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-63922e17-1dac-4c5f-8e90-040f631c76bc .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-63922e17-1dac-4c5f-8e90-040f631c76bc .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-63922e17-1dac-4c5f-8e90-040f631c76bc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63922e17-1dac-4c5f-8e90-040f631c76bc {
      --shg-aspect-ratio: calc(479/355); 
    }

    .s-63922e17-1dac-4c5f-8e90-040f631c76bc.shogun-image-container {
      position: relative;
    }

    .s-63922e17-1dac-4c5f-8e90-040f631c76bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63922e17-1dac-4c5f-8e90-040f631c76bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63922e17-1dac-4c5f-8e90-040f631c76bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 479px;
    }
  }

}
#s-947af111-00df-4f3e-a9c7-8938abd4c5cd {
  margin-left: auto;
margin-right: auto;
max-width: 479px;
aspect-ratio: 479/356;
text-align: center;
}

#s-947af111-00df-4f3e-a9c7-8938abd4c5cd {
  margin: 0 !important;
  overflow: visible;
}

#s-947af111-00df-4f3e-a9c7-8938abd4c5cd-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-947af111-00df-4f3e-a9c7-8938abd4c5cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-947af111-00df-4f3e-a9c7-8938abd4c5cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-947af111-00df-4f3e-a9c7-8938abd4c5cd img.shogun-image {
  /* Add background color handling */
  
}

#s-947af111-00df-4f3e-a9c7-8938abd4c5cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-947af111-00df-4f3e-a9c7-8938abd4c5cd .shg-image-content-wrapper {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }

    #s-947af111-00df-4f3e-a9c7-8938abd4c5cd .shogun-image-link {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-947af111-00df-4f3e-a9c7-8938abd4c5cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-947af111-00df-4f3e-a9c7-8938abd4c5cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 479px;
  }



  img.s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shogun-image {
    
    
    
    max-height: 479px;
  }


.s-947af111-00df-4f3e-a9c7-8938abd4c5cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shogun-image {
  box-sizing: border-box;
}


.s-947af111-00df-4f3e-a9c7-8938abd4c5cd .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-947af111-00df-4f3e-a9c7-8938abd4c5cd .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-947af111-00df-4f3e-a9c7-8938abd4c5cd .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-947af111-00df-4f3e-a9c7-8938abd4c5cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-947af111-00df-4f3e-a9c7-8938abd4c5cd {
      --shg-aspect-ratio: calc(479/356); 
    }

    .s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shogun-image-container {
      position: relative;
    }

    .s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-947af111-00df-4f3e-a9c7-8938abd4c5cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 479px;
    }
  }

@media (min-width: 1200px){#s-947af111-00df-4f3e-a9c7-8938abd4c5cd {
  margin: 0 !important;
  overflow: visible;
}

#s-947af111-00df-4f3e-a9c7-8938abd4c5cd-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-947af111-00df-4f3e-a9c7-8938abd4c5cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-947af111-00df-4f3e-a9c7-8938abd4c5cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-947af111-00df-4f3e-a9c7-8938abd4c5cd img.shogun-image {
  /* Add background color handling */
  
}

#s-947af111-00df-4f3e-a9c7-8938abd4c5cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-947af111-00df-4f3e-a9c7-8938abd4c5cd .shg-image-content-wrapper {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }

    #s-947af111-00df-4f3e-a9c7-8938abd4c5cd .shogun-image-link {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-947af111-00df-4f3e-a9c7-8938abd4c5cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-947af111-00df-4f3e-a9c7-8938abd4c5cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 479px;
  }



  img.s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shogun-image {
    
    
    
    max-height: 479px;
  }


.s-947af111-00df-4f3e-a9c7-8938abd4c5cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shogun-image {
  box-sizing: border-box;
}


.s-947af111-00df-4f3e-a9c7-8938abd4c5cd .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-947af111-00df-4f3e-a9c7-8938abd4c5cd .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-947af111-00df-4f3e-a9c7-8938abd4c5cd .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-947af111-00df-4f3e-a9c7-8938abd4c5cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-947af111-00df-4f3e-a9c7-8938abd4c5cd {
      --shg-aspect-ratio: calc(479/356); 
    }

    .s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shogun-image-container {
      position: relative;
    }

    .s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-947af111-00df-4f3e-a9c7-8938abd4c5cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 479px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-947af111-00df-4f3e-a9c7-8938abd4c5cd {
  margin: 0 !important;
  overflow: visible;
}

#s-947af111-00df-4f3e-a9c7-8938abd4c5cd-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-947af111-00df-4f3e-a9c7-8938abd4c5cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-947af111-00df-4f3e-a9c7-8938abd4c5cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-947af111-00df-4f3e-a9c7-8938abd4c5cd img.shogun-image {
  /* Add background color handling */
  
}

#s-947af111-00df-4f3e-a9c7-8938abd4c5cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-947af111-00df-4f3e-a9c7-8938abd4c5cd .shg-image-content-wrapper {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }

    #s-947af111-00df-4f3e-a9c7-8938abd4c5cd .shogun-image-link {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-947af111-00df-4f3e-a9c7-8938abd4c5cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-947af111-00df-4f3e-a9c7-8938abd4c5cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 479px;
  }



  img.s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shogun-image {
    
    
    
    max-height: 479px;
  }


.s-947af111-00df-4f3e-a9c7-8938abd4c5cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shogun-image {
  box-sizing: border-box;
}


.s-947af111-00df-4f3e-a9c7-8938abd4c5cd .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-947af111-00df-4f3e-a9c7-8938abd4c5cd .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-947af111-00df-4f3e-a9c7-8938abd4c5cd .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-947af111-00df-4f3e-a9c7-8938abd4c5cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-947af111-00df-4f3e-a9c7-8938abd4c5cd {
      --shg-aspect-ratio: calc(479/356); 
    }

    .s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shogun-image-container {
      position: relative;
    }

    .s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-947af111-00df-4f3e-a9c7-8938abd4c5cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 479px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-947af111-00df-4f3e-a9c7-8938abd4c5cd {
  margin: 0 !important;
  overflow: visible;
}

#s-947af111-00df-4f3e-a9c7-8938abd4c5cd-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-947af111-00df-4f3e-a9c7-8938abd4c5cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-947af111-00df-4f3e-a9c7-8938abd4c5cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-947af111-00df-4f3e-a9c7-8938abd4c5cd img.shogun-image {
  /* Add background color handling */
  
}

#s-947af111-00df-4f3e-a9c7-8938abd4c5cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-947af111-00df-4f3e-a9c7-8938abd4c5cd .shg-image-content-wrapper {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }

    #s-947af111-00df-4f3e-a9c7-8938abd4c5cd .shogun-image-link {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-947af111-00df-4f3e-a9c7-8938abd4c5cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-947af111-00df-4f3e-a9c7-8938abd4c5cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 479px;
  }



  img.s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shogun-image {
    
    
    
    max-height: 479px;
  }


.s-947af111-00df-4f3e-a9c7-8938abd4c5cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shogun-image {
  box-sizing: border-box;
}


.s-947af111-00df-4f3e-a9c7-8938abd4c5cd .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-947af111-00df-4f3e-a9c7-8938abd4c5cd .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-947af111-00df-4f3e-a9c7-8938abd4c5cd .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-947af111-00df-4f3e-a9c7-8938abd4c5cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-947af111-00df-4f3e-a9c7-8938abd4c5cd {
      --shg-aspect-ratio: calc(479/356); 
    }

    .s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shogun-image-container {
      position: relative;
    }

    .s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-947af111-00df-4f3e-a9c7-8938abd4c5cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 479px;
    }
  }

}@media (max-width: 767px){#s-947af111-00df-4f3e-a9c7-8938abd4c5cd {
  margin: 0 !important;
  overflow: visible;
}

#s-947af111-00df-4f3e-a9c7-8938abd4c5cd-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-947af111-00df-4f3e-a9c7-8938abd4c5cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-947af111-00df-4f3e-a9c7-8938abd4c5cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-947af111-00df-4f3e-a9c7-8938abd4c5cd img.shogun-image {
  /* Add background color handling */
  
}

#s-947af111-00df-4f3e-a9c7-8938abd4c5cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-947af111-00df-4f3e-a9c7-8938abd4c5cd .shg-image-content-wrapper {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }

    #s-947af111-00df-4f3e-a9c7-8938abd4c5cd .shogun-image-link {
      aspect-ratio: 479/356;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-947af111-00df-4f3e-a9c7-8938abd4c5cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-947af111-00df-4f3e-a9c7-8938abd4c5cd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 479px;
  }



  img.s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shogun-image {
    
    
    
    max-height: 479px;
  }


.s-947af111-00df-4f3e-a9c7-8938abd4c5cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shogun-image {
  box-sizing: border-box;
}


.s-947af111-00df-4f3e-a9c7-8938abd4c5cd .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-947af111-00df-4f3e-a9c7-8938abd4c5cd .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-947af111-00df-4f3e-a9c7-8938abd4c5cd .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-947af111-00df-4f3e-a9c7-8938abd4c5cd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-947af111-00df-4f3e-a9c7-8938abd4c5cd {
      --shg-aspect-ratio: calc(479/356); 
    }

    .s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shogun-image-container {
      position: relative;
    }

    .s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-947af111-00df-4f3e-a9c7-8938abd4c5cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-947af111-00df-4f3e-a9c7-8938abd4c5cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 479px;
    }
  }

}
#s-0c28daa1-8630-4141-8a5c-2106be014f50 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
}

@media (min-width: 0px) {
[id="s-0c28daa1-8630-4141-8a5c-2106be014f50"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c28daa1-8630-4141-8a5c-2106be014f50"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0c28daa1-8630-4141-8a5c-2106be014f50"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c28daa1-8630-4141-8a5c-2106be014f50"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d7fc7b76-9326-417a-996d-a8f25254ea1f {
  margin-left: auto;
margin-right: auto;
max-width: 704px;
text-align: center;
}
@media (max-width: 767px){#s-d7fc7b76-9326-417a-996d-a8f25254ea1f {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-d7fc7b76-9326-417a-996d-a8f25254ea1f {
  margin: 0 !important;
  overflow: visible;
}

#s-d7fc7b76-9326-417a-996d-a8f25254ea1f-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-d7fc7b76-9326-417a-996d-a8f25254ea1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7fc7b76-9326-417a-996d-a8f25254ea1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7fc7b76-9326-417a-996d-a8f25254ea1f img.shogun-image {
  /* Add background color handling */
  
}

#s-d7fc7b76-9326-417a-996d-a8f25254ea1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 25px;

}






.s-d7fc7b76-9326-417a-996d-a8f25254ea1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7fc7b76-9326-417a-996d-a8f25254ea1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7fc7b76-9326-417a-996d-a8f25254ea1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7fc7b76-9326-417a-996d-a8f25254ea1f.shogun-image {
  box-sizing: border-box;
}



.s-d7fc7b76-9326-417a-996d-a8f25254ea1f img.shogun-image {
  
}


@media (min-width: 1200px){#s-d7fc7b76-9326-417a-996d-a8f25254ea1f {
  margin: 0 !important;
  overflow: visible;
}

#s-d7fc7b76-9326-417a-996d-a8f25254ea1f-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-d7fc7b76-9326-417a-996d-a8f25254ea1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7fc7b76-9326-417a-996d-a8f25254ea1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7fc7b76-9326-417a-996d-a8f25254ea1f img.shogun-image {
  /* Add background color handling */
  
}

#s-d7fc7b76-9326-417a-996d-a8f25254ea1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d7fc7b76-9326-417a-996d-a8f25254ea1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7fc7b76-9326-417a-996d-a8f25254ea1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7fc7b76-9326-417a-996d-a8f25254ea1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7fc7b76-9326-417a-996d-a8f25254ea1f.shogun-image {
  box-sizing: border-box;
}



.s-d7fc7b76-9326-417a-996d-a8f25254ea1f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d7fc7b76-9326-417a-996d-a8f25254ea1f {
  margin: 0 !important;
  overflow: visible;
}

#s-d7fc7b76-9326-417a-996d-a8f25254ea1f-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-d7fc7b76-9326-417a-996d-a8f25254ea1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7fc7b76-9326-417a-996d-a8f25254ea1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7fc7b76-9326-417a-996d-a8f25254ea1f img.shogun-image {
  /* Add background color handling */
  
}

#s-d7fc7b76-9326-417a-996d-a8f25254ea1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d7fc7b76-9326-417a-996d-a8f25254ea1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7fc7b76-9326-417a-996d-a8f25254ea1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7fc7b76-9326-417a-996d-a8f25254ea1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7fc7b76-9326-417a-996d-a8f25254ea1f.shogun-image {
  box-sizing: border-box;
}



.s-d7fc7b76-9326-417a-996d-a8f25254ea1f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d7fc7b76-9326-417a-996d-a8f25254ea1f {
  margin: 0 !important;
  overflow: visible;
}

#s-d7fc7b76-9326-417a-996d-a8f25254ea1f-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-d7fc7b76-9326-417a-996d-a8f25254ea1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7fc7b76-9326-417a-996d-a8f25254ea1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7fc7b76-9326-417a-996d-a8f25254ea1f img.shogun-image {
  /* Add background color handling */
  
}

#s-d7fc7b76-9326-417a-996d-a8f25254ea1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d7fc7b76-9326-417a-996d-a8f25254ea1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7fc7b76-9326-417a-996d-a8f25254ea1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7fc7b76-9326-417a-996d-a8f25254ea1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7fc7b76-9326-417a-996d-a8f25254ea1f.shogun-image {
  box-sizing: border-box;
}



.s-d7fc7b76-9326-417a-996d-a8f25254ea1f img.shogun-image {
  
}


}@media (max-width: 767px){#s-d7fc7b76-9326-417a-996d-a8f25254ea1f {
  margin: 0 !important;
  overflow: visible;
}

#s-d7fc7b76-9326-417a-996d-a8f25254ea1f-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-d7fc7b76-9326-417a-996d-a8f25254ea1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-d7fc7b76-9326-417a-996d-a8f25254ea1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7fc7b76-9326-417a-996d-a8f25254ea1f img.shogun-image {
  /* Add background color handling */
  
}

#s-d7fc7b76-9326-417a-996d-a8f25254ea1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d7fc7b76-9326-417a-996d-a8f25254ea1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7fc7b76-9326-417a-996d-a8f25254ea1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7fc7b76-9326-417a-996d-a8f25254ea1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7fc7b76-9326-417a-996d-a8f25254ea1f.shogun-image {
  box-sizing: border-box;
}



.s-d7fc7b76-9326-417a-996d-a8f25254ea1f img.shogun-image {
  
}


}
#s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e {
  margin-left: auto;
margin-right: auto;
max-width: 704px;
text-align: center;
}

#s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e {
  margin: 0 !important;
  overflow: visible;
}

#s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e-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-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e img.shogun-image {
  /* Add background color handling */
  
}

#s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e .shogun-image-content {
  
    justify-content: center;
  
}

.s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e.shogun-image {
  box-sizing: border-box;
}



.s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e img.shogun-image {
  
}


@media (min-width: 1200px){#s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e {
  margin: 0 !important;
  overflow: visible;
}

#s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e-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-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e img.shogun-image {
  /* Add background color handling */
  
}

#s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e .shogun-image-content {
  
    justify-content: center;
  
}

.s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e.shogun-image {
  box-sizing: border-box;
}



.s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e {
  margin: 0 !important;
  overflow: visible;
}

#s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e-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-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e img.shogun-image {
  /* Add background color handling */
  
}

#s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e .shogun-image-content {
  
    justify-content: center;
  
}

.s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e.shogun-image {
  box-sizing: border-box;
}



.s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e {
  margin: 0 !important;
  overflow: visible;
}

#s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e-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-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e img.shogun-image {
  /* Add background color handling */
  
}

#s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e .shogun-image-content {
  
    justify-content: center;
  
}

.s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e.shogun-image {
  box-sizing: border-box;
}



.s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e img.shogun-image {
  
}


}@media (max-width: 767px){#s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e {
  margin: 0 !important;
  overflow: visible;
}

#s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e-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-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e img.shogun-image {
  /* Add background color handling */
  
}

#s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e .shogun-image-content {
  
    justify-content: center;
  
}

.s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e.shogun-image {
  box-sizing: border-box;
}



.s-2502f2fc-cb7f-45dc-a488-edb97bbe3a9e img.shogun-image {
  
}


}
#s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c {
  margin-left: auto;
margin-right: auto;
max-width: 705px;
aspect-ratio: 704/468;
text-align: center;
}
#s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;}@media (max-width: 767px){#s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c {
  margin: 0 !important;
  overflow: visible;
}

#s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c-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-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c img.shogun-image {
  /* Add background color handling */
  background: rgba(0, 0, 0, 0);
}

#s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  border-color: rgba(255, 255, 255, 0);
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c .shg-image-content-wrapper {
      aspect-ratio: 704/468;
      min-width: 100%;
      height: auto;
    }

    #s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c .shogun-image-link {
      aspect-ratio: 704/468;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 705px;
  }



  img.s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shogun-image {
    
    
    
    max-height: 705px;
  }


.s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c .shogun-image-content {
  
    justify-content: center;
  
}

.s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shogun-image {
  box-sizing: border-box;
}



.s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c {
      --shg-aspect-ratio: calc(704/468); 
    }

    .s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shogun-image-container {
      position: relative;
    }

    .s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 705px;
    }
  }

@media (min-width: 1200px){#s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c {
  margin: 0 !important;
  overflow: visible;
}

#s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c-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-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c img.shogun-image {
  /* Add background color handling */
  
}

#s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c .shg-image-content-wrapper {
      aspect-ratio: 704/468;
      min-width: 100%;
      height: auto;
    }

    #s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c .shogun-image-link {
      aspect-ratio: 704/468;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 705px;
  }



  img.s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shogun-image {
    
    
    
    max-height: 705px;
  }


.s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c .shogun-image-content {
  
    justify-content: center;
  
}

.s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shogun-image {
  box-sizing: border-box;
}



.s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c {
      --shg-aspect-ratio: calc(704/468); 
    }

    .s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shogun-image-container {
      position: relative;
    }

    .s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 705px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c {
  margin: 0 !important;
  overflow: visible;
}

#s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c-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-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c img.shogun-image {
  /* Add background color handling */
  
}

#s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c .shg-image-content-wrapper {
      aspect-ratio: 704/468;
      min-width: 100%;
      height: auto;
    }

    #s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c .shogun-image-link {
      aspect-ratio: 704/468;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 705px;
  }



  img.s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shogun-image {
    
    
    
    max-height: 705px;
  }


.s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c .shogun-image-content {
  
    justify-content: center;
  
}

.s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shogun-image {
  box-sizing: border-box;
}



.s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c {
      --shg-aspect-ratio: calc(704/468); 
    }

    .s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shogun-image-container {
      position: relative;
    }

    .s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 705px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c {
  margin: 0 !important;
  overflow: visible;
}

#s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c-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-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c img.shogun-image {
  /* Add background color handling */
  
}

#s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c .shg-image-content-wrapper {
      aspect-ratio: 704/468;
      min-width: 100%;
      height: auto;
    }

    #s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c .shogun-image-link {
      aspect-ratio: 704/468;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 705px;
  }



  img.s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shogun-image {
    
    
    
    max-height: 705px;
  }


.s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c .shogun-image-content {
  
    justify-content: center;
  
}

.s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shogun-image {
  box-sizing: border-box;
}



.s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c {
      --shg-aspect-ratio: calc(704/468); 
    }

    .s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shogun-image-container {
      position: relative;
    }

    .s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 705px;
    }
  }

}@media (max-width: 767px){#s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c {
  margin: 0 !important;
  overflow: visible;
}

#s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c-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-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c img.shogun-image {
  /* Add background color handling */
  
}

#s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c .shg-image-content-wrapper {
      aspect-ratio: 704/468;
      min-width: 100%;
      height: auto;
    }

    #s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c .shogun-image-link {
      aspect-ratio: 704/468;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 705px;
  }



  img.s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shogun-image {
    
    
    
    max-height: 705px;
  }


.s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c .shogun-image-content {
  
    justify-content: center;
  
}

.s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shogun-image {
  box-sizing: border-box;
}



.s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c {
      --shg-aspect-ratio: calc(704/468); 
    }

    .s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shogun-image-container {
      position: relative;
    }

    .s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eaa1fb49-672c-4225-b1c2-3c77bea1bf6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 705px;
    }
  }

}
#s-18338b28-43a9-48f5-b846-140c0844d5b8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-18338b28-43a9-48f5-b846-140c0844d5b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18338b28-43a9-48f5-b846-140c0844d5b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-e67f47b3-901f-4fc9-bbdc-082bcf8ddb98 {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
}

#s-231ecb6a-8767-42c4-9fc3-911cf09533cd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (max-width: 767px){#s-231ecb6a-8767-42c4-9fc3-911cf09533cd {
  max-width: 100%;
display: none;
}
#s-231ecb6a-8767-42c4-9fc3-911cf09533cd, #wrap-s-231ecb6a-8767-42c4-9fc3-911cf09533cd, #wrap-content-s-231ecb6a-8767-42c4-9fc3-911cf09533cd { display: none !important; }}
@media (min-width: 0px) {
[id="s-231ecb6a-8767-42c4-9fc3-911cf09533cd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-231ecb6a-8767-42c4-9fc3-911cf09533cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-231ecb6a-8767-42c4-9fc3-911cf09533cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-231ecb6a-8767-42c4-9fc3-911cf09533cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c9050e03-7657-4e76-b06e-7201875ac38d {
  margin-left: auto;
margin-right: auto;
max-width: 519px;
aspect-ratio: 519/344;
text-align: center;
}
@media (max-width: 767px){#s-c9050e03-7657-4e76-b06e-7201875ac38d {
  max-width: 100%;
}
}
#s-c9050e03-7657-4e76-b06e-7201875ac38d {
  margin: 0 !important;
  overflow: visible;
}

#s-c9050e03-7657-4e76-b06e-7201875ac38d-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-c9050e03-7657-4e76-b06e-7201875ac38d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9050e03-7657-4e76-b06e-7201875ac38d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9050e03-7657-4e76-b06e-7201875ac38d img.shogun-image {
  /* Add background color handling */
  
}

#s-c9050e03-7657-4e76-b06e-7201875ac38d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9050e03-7657-4e76-b06e-7201875ac38d .shg-image-content-wrapper {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }

    #s-c9050e03-7657-4e76-b06e-7201875ac38d .shogun-image-link {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9050e03-7657-4e76-b06e-7201875ac38d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9050e03-7657-4e76-b06e-7201875ac38d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9050e03-7657-4e76-b06e-7201875ac38d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 519px;
  }



  img.s-c9050e03-7657-4e76-b06e-7201875ac38d.shogun-image {
    
    
    
    max-height: 519px;
  }


.s-c9050e03-7657-4e76-b06e-7201875ac38d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9050e03-7657-4e76-b06e-7201875ac38d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9050e03-7657-4e76-b06e-7201875ac38d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9050e03-7657-4e76-b06e-7201875ac38d.shogun-image {
  box-sizing: border-box;
}


.s-c9050e03-7657-4e76-b06e-7201875ac38d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c9050e03-7657-4e76-b06e-7201875ac38d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c9050e03-7657-4e76-b06e-7201875ac38d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c9050e03-7657-4e76-b06e-7201875ac38d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9050e03-7657-4e76-b06e-7201875ac38d {
      --shg-aspect-ratio: calc(519/344); 
    }

    .s-c9050e03-7657-4e76-b06e-7201875ac38d.shogun-image-container {
      position: relative;
    }

    .s-c9050e03-7657-4e76-b06e-7201875ac38d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9050e03-7657-4e76-b06e-7201875ac38d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9050e03-7657-4e76-b06e-7201875ac38d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 519px;
    }
  }

@media (min-width: 1200px){#s-c9050e03-7657-4e76-b06e-7201875ac38d {
  margin: 0 !important;
  overflow: visible;
}

#s-c9050e03-7657-4e76-b06e-7201875ac38d-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-c9050e03-7657-4e76-b06e-7201875ac38d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9050e03-7657-4e76-b06e-7201875ac38d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9050e03-7657-4e76-b06e-7201875ac38d img.shogun-image {
  /* Add background color handling */
  
}

#s-c9050e03-7657-4e76-b06e-7201875ac38d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9050e03-7657-4e76-b06e-7201875ac38d .shg-image-content-wrapper {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }

    #s-c9050e03-7657-4e76-b06e-7201875ac38d .shogun-image-link {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9050e03-7657-4e76-b06e-7201875ac38d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9050e03-7657-4e76-b06e-7201875ac38d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9050e03-7657-4e76-b06e-7201875ac38d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 519px;
  }



  img.s-c9050e03-7657-4e76-b06e-7201875ac38d.shogun-image {
    
    
    
    max-height: 519px;
  }


.s-c9050e03-7657-4e76-b06e-7201875ac38d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9050e03-7657-4e76-b06e-7201875ac38d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9050e03-7657-4e76-b06e-7201875ac38d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9050e03-7657-4e76-b06e-7201875ac38d.shogun-image {
  box-sizing: border-box;
}


.s-c9050e03-7657-4e76-b06e-7201875ac38d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c9050e03-7657-4e76-b06e-7201875ac38d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c9050e03-7657-4e76-b06e-7201875ac38d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c9050e03-7657-4e76-b06e-7201875ac38d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9050e03-7657-4e76-b06e-7201875ac38d {
      --shg-aspect-ratio: calc(519/344); 
    }

    .s-c9050e03-7657-4e76-b06e-7201875ac38d.shogun-image-container {
      position: relative;
    }

    .s-c9050e03-7657-4e76-b06e-7201875ac38d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9050e03-7657-4e76-b06e-7201875ac38d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9050e03-7657-4e76-b06e-7201875ac38d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 519px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c9050e03-7657-4e76-b06e-7201875ac38d {
  margin: 0 !important;
  overflow: visible;
}

#s-c9050e03-7657-4e76-b06e-7201875ac38d-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-c9050e03-7657-4e76-b06e-7201875ac38d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9050e03-7657-4e76-b06e-7201875ac38d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9050e03-7657-4e76-b06e-7201875ac38d img.shogun-image {
  /* Add background color handling */
  
}

#s-c9050e03-7657-4e76-b06e-7201875ac38d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9050e03-7657-4e76-b06e-7201875ac38d .shg-image-content-wrapper {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }

    #s-c9050e03-7657-4e76-b06e-7201875ac38d .shogun-image-link {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9050e03-7657-4e76-b06e-7201875ac38d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9050e03-7657-4e76-b06e-7201875ac38d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9050e03-7657-4e76-b06e-7201875ac38d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 519px;
  }



  img.s-c9050e03-7657-4e76-b06e-7201875ac38d.shogun-image {
    
    
    
    max-height: 519px;
  }


.s-c9050e03-7657-4e76-b06e-7201875ac38d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9050e03-7657-4e76-b06e-7201875ac38d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9050e03-7657-4e76-b06e-7201875ac38d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9050e03-7657-4e76-b06e-7201875ac38d.shogun-image {
  box-sizing: border-box;
}


.s-c9050e03-7657-4e76-b06e-7201875ac38d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c9050e03-7657-4e76-b06e-7201875ac38d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c9050e03-7657-4e76-b06e-7201875ac38d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c9050e03-7657-4e76-b06e-7201875ac38d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9050e03-7657-4e76-b06e-7201875ac38d {
      --shg-aspect-ratio: calc(519/344); 
    }

    .s-c9050e03-7657-4e76-b06e-7201875ac38d.shogun-image-container {
      position: relative;
    }

    .s-c9050e03-7657-4e76-b06e-7201875ac38d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9050e03-7657-4e76-b06e-7201875ac38d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9050e03-7657-4e76-b06e-7201875ac38d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 519px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c9050e03-7657-4e76-b06e-7201875ac38d {
  margin: 0 !important;
  overflow: visible;
}

#s-c9050e03-7657-4e76-b06e-7201875ac38d-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-c9050e03-7657-4e76-b06e-7201875ac38d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9050e03-7657-4e76-b06e-7201875ac38d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9050e03-7657-4e76-b06e-7201875ac38d img.shogun-image {
  /* Add background color handling */
  
}

#s-c9050e03-7657-4e76-b06e-7201875ac38d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9050e03-7657-4e76-b06e-7201875ac38d .shg-image-content-wrapper {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }

    #s-c9050e03-7657-4e76-b06e-7201875ac38d .shogun-image-link {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9050e03-7657-4e76-b06e-7201875ac38d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9050e03-7657-4e76-b06e-7201875ac38d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9050e03-7657-4e76-b06e-7201875ac38d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 519px;
  }



  img.s-c9050e03-7657-4e76-b06e-7201875ac38d.shogun-image {
    
    
    
    max-height: 519px;
  }


.s-c9050e03-7657-4e76-b06e-7201875ac38d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9050e03-7657-4e76-b06e-7201875ac38d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9050e03-7657-4e76-b06e-7201875ac38d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9050e03-7657-4e76-b06e-7201875ac38d.shogun-image {
  box-sizing: border-box;
}


.s-c9050e03-7657-4e76-b06e-7201875ac38d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c9050e03-7657-4e76-b06e-7201875ac38d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c9050e03-7657-4e76-b06e-7201875ac38d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c9050e03-7657-4e76-b06e-7201875ac38d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9050e03-7657-4e76-b06e-7201875ac38d {
      --shg-aspect-ratio: calc(519/344); 
    }

    .s-c9050e03-7657-4e76-b06e-7201875ac38d.shogun-image-container {
      position: relative;
    }

    .s-c9050e03-7657-4e76-b06e-7201875ac38d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9050e03-7657-4e76-b06e-7201875ac38d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9050e03-7657-4e76-b06e-7201875ac38d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 519px;
    }
  }

}@media (max-width: 767px){#s-c9050e03-7657-4e76-b06e-7201875ac38d {
  margin: 0 !important;
  overflow: visible;
}

#s-c9050e03-7657-4e76-b06e-7201875ac38d-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-c9050e03-7657-4e76-b06e-7201875ac38d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9050e03-7657-4e76-b06e-7201875ac38d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9050e03-7657-4e76-b06e-7201875ac38d img.shogun-image {
  /* Add background color handling */
  
}

#s-c9050e03-7657-4e76-b06e-7201875ac38d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9050e03-7657-4e76-b06e-7201875ac38d .shg-image-content-wrapper {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }

    #s-c9050e03-7657-4e76-b06e-7201875ac38d .shogun-image-link {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9050e03-7657-4e76-b06e-7201875ac38d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9050e03-7657-4e76-b06e-7201875ac38d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9050e03-7657-4e76-b06e-7201875ac38d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 519px;
  }



  img.s-c9050e03-7657-4e76-b06e-7201875ac38d.shogun-image {
    
    
    
    max-height: 519px;
  }


.s-c9050e03-7657-4e76-b06e-7201875ac38d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9050e03-7657-4e76-b06e-7201875ac38d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9050e03-7657-4e76-b06e-7201875ac38d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9050e03-7657-4e76-b06e-7201875ac38d.shogun-image {
  box-sizing: border-box;
}


.s-c9050e03-7657-4e76-b06e-7201875ac38d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c9050e03-7657-4e76-b06e-7201875ac38d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c9050e03-7657-4e76-b06e-7201875ac38d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c9050e03-7657-4e76-b06e-7201875ac38d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9050e03-7657-4e76-b06e-7201875ac38d {
      --shg-aspect-ratio: calc(519/344); 
    }

    .s-c9050e03-7657-4e76-b06e-7201875ac38d.shogun-image-container {
      position: relative;
    }

    .s-c9050e03-7657-4e76-b06e-7201875ac38d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9050e03-7657-4e76-b06e-7201875ac38d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9050e03-7657-4e76-b06e-7201875ac38d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 519px;
    }
  }

}
#s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 {
  margin-left: auto;
margin-right: auto;
max-width: 519px;
aspect-ratio: 519/344;
text-align: center;
}

#s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 {
  margin: 0 !important;
  overflow: visible;
}

#s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3-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-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 img.shogun-image {
  /* Add background color handling */
  
}

#s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 .shg-image-content-wrapper {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }

    #s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 .shogun-image-link {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 519px;
  }



  img.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shogun-image {
    
    
    
    max-height: 519px;
  }


.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shogun-image {
  box-sizing: border-box;
}


.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 {
      --shg-aspect-ratio: calc(519/344); 
    }

    .s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shogun-image-container {
      position: relative;
    }

    .s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 519px;
    }
  }

@media (min-width: 1200px){#s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 {
  margin: 0 !important;
  overflow: visible;
}

#s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3-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-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 img.shogun-image {
  /* Add background color handling */
  
}

#s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 .shg-image-content-wrapper {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }

    #s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 .shogun-image-link {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 519px;
  }



  img.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shogun-image {
    
    
    
    max-height: 519px;
  }


.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shogun-image {
  box-sizing: border-box;
}


.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 {
      --shg-aspect-ratio: calc(519/344); 
    }

    .s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shogun-image-container {
      position: relative;
    }

    .s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 519px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 {
  margin: 0 !important;
  overflow: visible;
}

#s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3-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-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 img.shogun-image {
  /* Add background color handling */
  
}

#s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 .shg-image-content-wrapper {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }

    #s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 .shogun-image-link {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 519px;
  }



  img.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shogun-image {
    
    
    
    max-height: 519px;
  }


.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shogun-image {
  box-sizing: border-box;
}


.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 {
      --shg-aspect-ratio: calc(519/344); 
    }

    .s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shogun-image-container {
      position: relative;
    }

    .s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 519px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 {
  margin: 0 !important;
  overflow: visible;
}

#s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3-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-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 img.shogun-image {
  /* Add background color handling */
  
}

#s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 .shg-image-content-wrapper {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }

    #s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 .shogun-image-link {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 519px;
  }



  img.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shogun-image {
    
    
    
    max-height: 519px;
  }


.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shogun-image {
  box-sizing: border-box;
}


.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 {
      --shg-aspect-ratio: calc(519/344); 
    }

    .s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shogun-image-container {
      position: relative;
    }

    .s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 519px;
    }
  }

}@media (max-width: 767px){#s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 {
  margin: 0 !important;
  overflow: visible;
}

#s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3-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-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 img.shogun-image {
  /* Add background color handling */
  
}

#s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 .shg-image-content-wrapper {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }

    #s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 .shogun-image-link {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 519px;
  }



  img.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shogun-image {
    
    
    
    max-height: 519px;
  }


.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shogun-image {
  box-sizing: border-box;
}


.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 {
      --shg-aspect-ratio: calc(519/344); 
    }

    .s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shogun-image-container {
      position: relative;
    }

    .s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6ac0a1b-0a7e-4711-8940-6cd3b896eef3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 519px;
    }
  }

}
#s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 {
  margin-left: auto;
margin-right: auto;
max-width: 516px;
aspect-ratio: 516/344;
text-align: center;
}

#s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec57f022-77e5-4c1e-b377-f6dd09125fd9-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-ec57f022-77e5-4c1e-b377-f6dd09125fd9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 .shg-image-content-wrapper {
      aspect-ratio: 516/344;
      min-width: 100%;
      height: auto;
    }

    #s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 .shogun-image-link {
      aspect-ratio: 516/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 516px;
  }



  img.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shogun-image {
    
    
    
    max-height: 516px;
  }


.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shogun-image {
  box-sizing: border-box;
}


.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 {
      --shg-aspect-ratio: calc(516/344); 
    }

    .s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shogun-image-container {
      position: relative;
    }

    .s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 516px;
    }
  }

@media (min-width: 1200px){#s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec57f022-77e5-4c1e-b377-f6dd09125fd9-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-ec57f022-77e5-4c1e-b377-f6dd09125fd9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 .shg-image-content-wrapper {
      aspect-ratio: 516/344;
      min-width: 100%;
      height: auto;
    }

    #s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 .shogun-image-link {
      aspect-ratio: 516/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 516px;
  }



  img.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shogun-image {
    
    
    
    max-height: 516px;
  }


.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shogun-image {
  box-sizing: border-box;
}


.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 {
      --shg-aspect-ratio: calc(516/344); 
    }

    .s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shogun-image-container {
      position: relative;
    }

    .s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 516px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec57f022-77e5-4c1e-b377-f6dd09125fd9-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-ec57f022-77e5-4c1e-b377-f6dd09125fd9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 .shg-image-content-wrapper {
      aspect-ratio: 516/344;
      min-width: 100%;
      height: auto;
    }

    #s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 .shogun-image-link {
      aspect-ratio: 516/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 516px;
  }



  img.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shogun-image {
    
    
    
    max-height: 516px;
  }


.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shogun-image {
  box-sizing: border-box;
}


.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 {
      --shg-aspect-ratio: calc(516/344); 
    }

    .s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shogun-image-container {
      position: relative;
    }

    .s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 516px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec57f022-77e5-4c1e-b377-f6dd09125fd9-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-ec57f022-77e5-4c1e-b377-f6dd09125fd9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 .shg-image-content-wrapper {
      aspect-ratio: 516/344;
      min-width: 100%;
      height: auto;
    }

    #s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 .shogun-image-link {
      aspect-ratio: 516/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 516px;
  }



  img.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shogun-image {
    
    
    
    max-height: 516px;
  }


.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shogun-image {
  box-sizing: border-box;
}


.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 {
      --shg-aspect-ratio: calc(516/344); 
    }

    .s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shogun-image-container {
      position: relative;
    }

    .s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 516px;
    }
  }

}@media (max-width: 767px){#s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec57f022-77e5-4c1e-b377-f6dd09125fd9-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-ec57f022-77e5-4c1e-b377-f6dd09125fd9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 .shg-image-content-wrapper {
      aspect-ratio: 516/344;
      min-width: 100%;
      height: auto;
    }

    #s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 .shogun-image-link {
      aspect-ratio: 516/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 516px;
  }



  img.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shogun-image {
    
    
    
    max-height: 516px;
  }


.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shogun-image {
  box-sizing: border-box;
}


.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 {
      --shg-aspect-ratio: calc(516/344); 
    }

    .s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shogun-image-container {
      position: relative;
    }

    .s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec57f022-77e5-4c1e-b377-f6dd09125fd9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec57f022-77e5-4c1e-b377-f6dd09125fd9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 516px;
    }
  }

}
#s-a12064cc-7217-4e28-9fbf-df86e0d7145c {
  margin-left: auto;
margin-right: auto;
max-width: 519px;
aspect-ratio: 519/344;
text-align: center;
}

#s-a12064cc-7217-4e28-9fbf-df86e0d7145c {
  margin: 0 !important;
  overflow: visible;
}

#s-a12064cc-7217-4e28-9fbf-df86e0d7145c-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-a12064cc-7217-4e28-9fbf-df86e0d7145c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a12064cc-7217-4e28-9fbf-df86e0d7145c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a12064cc-7217-4e28-9fbf-df86e0d7145c img.shogun-image {
  /* Add background color handling */
  
}

#s-a12064cc-7217-4e28-9fbf-df86e0d7145c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a12064cc-7217-4e28-9fbf-df86e0d7145c .shg-image-content-wrapper {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }

    #s-a12064cc-7217-4e28-9fbf-df86e0d7145c .shogun-image-link {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a12064cc-7217-4e28-9fbf-df86e0d7145c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a12064cc-7217-4e28-9fbf-df86e0d7145c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 519px;
  }



  img.s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shogun-image {
    
    
    
    max-height: 519px;
  }


.s-a12064cc-7217-4e28-9fbf-df86e0d7145c .shogun-image-content {
  
    justify-content: center;
  
}

.s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shogun-image {
  box-sizing: border-box;
}


.s-a12064cc-7217-4e28-9fbf-df86e0d7145c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-a12064cc-7217-4e28-9fbf-df86e0d7145c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a12064cc-7217-4e28-9fbf-df86e0d7145c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-a12064cc-7217-4e28-9fbf-df86e0d7145c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a12064cc-7217-4e28-9fbf-df86e0d7145c {
      --shg-aspect-ratio: calc(519/344); 
    }

    .s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shogun-image-container {
      position: relative;
    }

    .s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a12064cc-7217-4e28-9fbf-df86e0d7145c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 519px;
    }
  }

@media (min-width: 1200px){#s-a12064cc-7217-4e28-9fbf-df86e0d7145c {
  margin: 0 !important;
  overflow: visible;
}

#s-a12064cc-7217-4e28-9fbf-df86e0d7145c-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-a12064cc-7217-4e28-9fbf-df86e0d7145c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a12064cc-7217-4e28-9fbf-df86e0d7145c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a12064cc-7217-4e28-9fbf-df86e0d7145c img.shogun-image {
  /* Add background color handling */
  
}

#s-a12064cc-7217-4e28-9fbf-df86e0d7145c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a12064cc-7217-4e28-9fbf-df86e0d7145c .shg-image-content-wrapper {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }

    #s-a12064cc-7217-4e28-9fbf-df86e0d7145c .shogun-image-link {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a12064cc-7217-4e28-9fbf-df86e0d7145c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a12064cc-7217-4e28-9fbf-df86e0d7145c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 519px;
  }



  img.s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shogun-image {
    
    
    
    max-height: 519px;
  }


.s-a12064cc-7217-4e28-9fbf-df86e0d7145c .shogun-image-content {
  
    justify-content: center;
  
}

.s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shogun-image {
  box-sizing: border-box;
}


.s-a12064cc-7217-4e28-9fbf-df86e0d7145c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-a12064cc-7217-4e28-9fbf-df86e0d7145c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a12064cc-7217-4e28-9fbf-df86e0d7145c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-a12064cc-7217-4e28-9fbf-df86e0d7145c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a12064cc-7217-4e28-9fbf-df86e0d7145c {
      --shg-aspect-ratio: calc(519/344); 
    }

    .s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shogun-image-container {
      position: relative;
    }

    .s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a12064cc-7217-4e28-9fbf-df86e0d7145c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 519px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a12064cc-7217-4e28-9fbf-df86e0d7145c {
  margin: 0 !important;
  overflow: visible;
}

#s-a12064cc-7217-4e28-9fbf-df86e0d7145c-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-a12064cc-7217-4e28-9fbf-df86e0d7145c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a12064cc-7217-4e28-9fbf-df86e0d7145c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a12064cc-7217-4e28-9fbf-df86e0d7145c img.shogun-image {
  /* Add background color handling */
  
}

#s-a12064cc-7217-4e28-9fbf-df86e0d7145c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a12064cc-7217-4e28-9fbf-df86e0d7145c .shg-image-content-wrapper {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }

    #s-a12064cc-7217-4e28-9fbf-df86e0d7145c .shogun-image-link {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a12064cc-7217-4e28-9fbf-df86e0d7145c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a12064cc-7217-4e28-9fbf-df86e0d7145c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 519px;
  }



  img.s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shogun-image {
    
    
    
    max-height: 519px;
  }


.s-a12064cc-7217-4e28-9fbf-df86e0d7145c .shogun-image-content {
  
    justify-content: center;
  
}

.s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shogun-image {
  box-sizing: border-box;
}


.s-a12064cc-7217-4e28-9fbf-df86e0d7145c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-a12064cc-7217-4e28-9fbf-df86e0d7145c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a12064cc-7217-4e28-9fbf-df86e0d7145c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-a12064cc-7217-4e28-9fbf-df86e0d7145c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a12064cc-7217-4e28-9fbf-df86e0d7145c {
      --shg-aspect-ratio: calc(519/344); 
    }

    .s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shogun-image-container {
      position: relative;
    }

    .s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a12064cc-7217-4e28-9fbf-df86e0d7145c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 519px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a12064cc-7217-4e28-9fbf-df86e0d7145c {
  margin: 0 !important;
  overflow: visible;
}

#s-a12064cc-7217-4e28-9fbf-df86e0d7145c-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-a12064cc-7217-4e28-9fbf-df86e0d7145c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a12064cc-7217-4e28-9fbf-df86e0d7145c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a12064cc-7217-4e28-9fbf-df86e0d7145c img.shogun-image {
  /* Add background color handling */
  
}

#s-a12064cc-7217-4e28-9fbf-df86e0d7145c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a12064cc-7217-4e28-9fbf-df86e0d7145c .shg-image-content-wrapper {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }

    #s-a12064cc-7217-4e28-9fbf-df86e0d7145c .shogun-image-link {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a12064cc-7217-4e28-9fbf-df86e0d7145c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a12064cc-7217-4e28-9fbf-df86e0d7145c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 519px;
  }



  img.s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shogun-image {
    
    
    
    max-height: 519px;
  }


.s-a12064cc-7217-4e28-9fbf-df86e0d7145c .shogun-image-content {
  
    justify-content: center;
  
}

.s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shogun-image {
  box-sizing: border-box;
}


.s-a12064cc-7217-4e28-9fbf-df86e0d7145c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-a12064cc-7217-4e28-9fbf-df86e0d7145c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a12064cc-7217-4e28-9fbf-df86e0d7145c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-a12064cc-7217-4e28-9fbf-df86e0d7145c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a12064cc-7217-4e28-9fbf-df86e0d7145c {
      --shg-aspect-ratio: calc(519/344); 
    }

    .s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shogun-image-container {
      position: relative;
    }

    .s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a12064cc-7217-4e28-9fbf-df86e0d7145c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 519px;
    }
  }

}@media (max-width: 767px){#s-a12064cc-7217-4e28-9fbf-df86e0d7145c {
  margin: 0 !important;
  overflow: visible;
}

#s-a12064cc-7217-4e28-9fbf-df86e0d7145c-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-a12064cc-7217-4e28-9fbf-df86e0d7145c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a12064cc-7217-4e28-9fbf-df86e0d7145c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a12064cc-7217-4e28-9fbf-df86e0d7145c img.shogun-image {
  /* Add background color handling */
  
}

#s-a12064cc-7217-4e28-9fbf-df86e0d7145c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a12064cc-7217-4e28-9fbf-df86e0d7145c .shg-image-content-wrapper {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }

    #s-a12064cc-7217-4e28-9fbf-df86e0d7145c .shogun-image-link {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a12064cc-7217-4e28-9fbf-df86e0d7145c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a12064cc-7217-4e28-9fbf-df86e0d7145c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 519px;
  }



  img.s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shogun-image {
    
    
    
    max-height: 519px;
  }


.s-a12064cc-7217-4e28-9fbf-df86e0d7145c .shogun-image-content {
  
    justify-content: center;
  
}

.s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shogun-image {
  box-sizing: border-box;
}


.s-a12064cc-7217-4e28-9fbf-df86e0d7145c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-a12064cc-7217-4e28-9fbf-df86e0d7145c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a12064cc-7217-4e28-9fbf-df86e0d7145c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-a12064cc-7217-4e28-9fbf-df86e0d7145c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a12064cc-7217-4e28-9fbf-df86e0d7145c {
      --shg-aspect-ratio: calc(519/344); 
    }

    .s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shogun-image-container {
      position: relative;
    }

    .s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a12064cc-7217-4e28-9fbf-df86e0d7145c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a12064cc-7217-4e28-9fbf-df86e0d7145c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 519px;
    }
  }

}
#s-81bef1e4-0367-4aec-bf20-677947a3c3d6 {
  margin-left: auto;
margin-right: auto;
max-width: 519px;
aspect-ratio: 519/344;
text-align: center;
}
@media (min-width: 1200px){#s-81bef1e4-0367-4aec-bf20-677947a3c3d6 {
  display: none;
}
#s-81bef1e4-0367-4aec-bf20-677947a3c3d6, #wrap-s-81bef1e4-0367-4aec-bf20-677947a3c3d6, #wrap-content-s-81bef1e4-0367-4aec-bf20-677947a3c3d6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81bef1e4-0367-4aec-bf20-677947a3c3d6 {
  display: none;
}
#s-81bef1e4-0367-4aec-bf20-677947a3c3d6, #wrap-s-81bef1e4-0367-4aec-bf20-677947a3c3d6, #wrap-content-s-81bef1e4-0367-4aec-bf20-677947a3c3d6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81bef1e4-0367-4aec-bf20-677947a3c3d6 {
  display: none;
}
#s-81bef1e4-0367-4aec-bf20-677947a3c3d6, #wrap-s-81bef1e4-0367-4aec-bf20-677947a3c3d6, #wrap-content-s-81bef1e4-0367-4aec-bf20-677947a3c3d6 { display: none !important; }}@media (max-width: 767px){#s-81bef1e4-0367-4aec-bf20-677947a3c3d6 {
  margin-bottom: 20px;
max-width: 100%;
}
}
#s-81bef1e4-0367-4aec-bf20-677947a3c3d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-81bef1e4-0367-4aec-bf20-677947a3c3d6-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-81bef1e4-0367-4aec-bf20-677947a3c3d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-81bef1e4-0367-4aec-bf20-677947a3c3d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-81bef1e4-0367-4aec-bf20-677947a3c3d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-81bef1e4-0367-4aec-bf20-677947a3c3d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81bef1e4-0367-4aec-bf20-677947a3c3d6 .shg-image-content-wrapper {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }

    #s-81bef1e4-0367-4aec-bf20-677947a3c3d6 .shogun-image-link {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81bef1e4-0367-4aec-bf20-677947a3c3d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81bef1e4-0367-4aec-bf20-677947a3c3d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 519px;
  }



  img.s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shogun-image {
    
    
    
    max-height: 519px;
  }


.s-81bef1e4-0367-4aec-bf20-677947a3c3d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shogun-image {
  box-sizing: border-box;
}


.s-81bef1e4-0367-4aec-bf20-677947a3c3d6 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-81bef1e4-0367-4aec-bf20-677947a3c3d6 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-81bef1e4-0367-4aec-bf20-677947a3c3d6 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-81bef1e4-0367-4aec-bf20-677947a3c3d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-81bef1e4-0367-4aec-bf20-677947a3c3d6 {
      --shg-aspect-ratio: calc(519/344); 
    }

    .s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shogun-image-container {
      position: relative;
    }

    .s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81bef1e4-0367-4aec-bf20-677947a3c3d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 519px;
    }
  }

@media (min-width: 1200px){#s-81bef1e4-0367-4aec-bf20-677947a3c3d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-81bef1e4-0367-4aec-bf20-677947a3c3d6-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-81bef1e4-0367-4aec-bf20-677947a3c3d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-81bef1e4-0367-4aec-bf20-677947a3c3d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-81bef1e4-0367-4aec-bf20-677947a3c3d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-81bef1e4-0367-4aec-bf20-677947a3c3d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81bef1e4-0367-4aec-bf20-677947a3c3d6 .shg-image-content-wrapper {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }

    #s-81bef1e4-0367-4aec-bf20-677947a3c3d6 .shogun-image-link {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81bef1e4-0367-4aec-bf20-677947a3c3d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81bef1e4-0367-4aec-bf20-677947a3c3d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 519px;
  }



  img.s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shogun-image {
    
    
    
    max-height: 519px;
  }


.s-81bef1e4-0367-4aec-bf20-677947a3c3d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shogun-image {
  box-sizing: border-box;
}


.s-81bef1e4-0367-4aec-bf20-677947a3c3d6 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-81bef1e4-0367-4aec-bf20-677947a3c3d6 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-81bef1e4-0367-4aec-bf20-677947a3c3d6 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-81bef1e4-0367-4aec-bf20-677947a3c3d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-81bef1e4-0367-4aec-bf20-677947a3c3d6 {
      --shg-aspect-ratio: calc(519/344); 
    }

    .s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shogun-image-container {
      position: relative;
    }

    .s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81bef1e4-0367-4aec-bf20-677947a3c3d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 519px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-81bef1e4-0367-4aec-bf20-677947a3c3d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-81bef1e4-0367-4aec-bf20-677947a3c3d6-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-81bef1e4-0367-4aec-bf20-677947a3c3d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-81bef1e4-0367-4aec-bf20-677947a3c3d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-81bef1e4-0367-4aec-bf20-677947a3c3d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-81bef1e4-0367-4aec-bf20-677947a3c3d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81bef1e4-0367-4aec-bf20-677947a3c3d6 .shg-image-content-wrapper {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }

    #s-81bef1e4-0367-4aec-bf20-677947a3c3d6 .shogun-image-link {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81bef1e4-0367-4aec-bf20-677947a3c3d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81bef1e4-0367-4aec-bf20-677947a3c3d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 519px;
  }



  img.s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shogun-image {
    
    
    
    max-height: 519px;
  }


.s-81bef1e4-0367-4aec-bf20-677947a3c3d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shogun-image {
  box-sizing: border-box;
}


.s-81bef1e4-0367-4aec-bf20-677947a3c3d6 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-81bef1e4-0367-4aec-bf20-677947a3c3d6 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-81bef1e4-0367-4aec-bf20-677947a3c3d6 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-81bef1e4-0367-4aec-bf20-677947a3c3d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-81bef1e4-0367-4aec-bf20-677947a3c3d6 {
      --shg-aspect-ratio: calc(519/344); 
    }

    .s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shogun-image-container {
      position: relative;
    }

    .s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81bef1e4-0367-4aec-bf20-677947a3c3d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 519px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-81bef1e4-0367-4aec-bf20-677947a3c3d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-81bef1e4-0367-4aec-bf20-677947a3c3d6-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-81bef1e4-0367-4aec-bf20-677947a3c3d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-81bef1e4-0367-4aec-bf20-677947a3c3d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-81bef1e4-0367-4aec-bf20-677947a3c3d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-81bef1e4-0367-4aec-bf20-677947a3c3d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81bef1e4-0367-4aec-bf20-677947a3c3d6 .shg-image-content-wrapper {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }

    #s-81bef1e4-0367-4aec-bf20-677947a3c3d6 .shogun-image-link {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81bef1e4-0367-4aec-bf20-677947a3c3d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81bef1e4-0367-4aec-bf20-677947a3c3d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 519px;
  }



  img.s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shogun-image {
    
    
    
    max-height: 519px;
  }


.s-81bef1e4-0367-4aec-bf20-677947a3c3d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shogun-image {
  box-sizing: border-box;
}


.s-81bef1e4-0367-4aec-bf20-677947a3c3d6 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-81bef1e4-0367-4aec-bf20-677947a3c3d6 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-81bef1e4-0367-4aec-bf20-677947a3c3d6 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-81bef1e4-0367-4aec-bf20-677947a3c3d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-81bef1e4-0367-4aec-bf20-677947a3c3d6 {
      --shg-aspect-ratio: calc(519/344); 
    }

    .s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shogun-image-container {
      position: relative;
    }

    .s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81bef1e4-0367-4aec-bf20-677947a3c3d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 519px;
    }
  }

}@media (max-width: 767px){#s-81bef1e4-0367-4aec-bf20-677947a3c3d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-81bef1e4-0367-4aec-bf20-677947a3c3d6-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-81bef1e4-0367-4aec-bf20-677947a3c3d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-81bef1e4-0367-4aec-bf20-677947a3c3d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-81bef1e4-0367-4aec-bf20-677947a3c3d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-81bef1e4-0367-4aec-bf20-677947a3c3d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81bef1e4-0367-4aec-bf20-677947a3c3d6 .shg-image-content-wrapper {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }

    #s-81bef1e4-0367-4aec-bf20-677947a3c3d6 .shogun-image-link {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81bef1e4-0367-4aec-bf20-677947a3c3d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81bef1e4-0367-4aec-bf20-677947a3c3d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 519px;
  }



  img.s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shogun-image {
    
    
    
    max-height: 519px;
  }


.s-81bef1e4-0367-4aec-bf20-677947a3c3d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shogun-image {
  box-sizing: border-box;
}


.s-81bef1e4-0367-4aec-bf20-677947a3c3d6 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-81bef1e4-0367-4aec-bf20-677947a3c3d6 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-81bef1e4-0367-4aec-bf20-677947a3c3d6 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-81bef1e4-0367-4aec-bf20-677947a3c3d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-81bef1e4-0367-4aec-bf20-677947a3c3d6 {
      --shg-aspect-ratio: calc(519/344); 
    }

    .s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shogun-image-container {
      position: relative;
    }

    .s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81bef1e4-0367-4aec-bf20-677947a3c3d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81bef1e4-0367-4aec-bf20-677947a3c3d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 519px;
    }
  }

}
#s-48ab2035-7736-47e8-8d9a-f08983872885 {
  margin-left: auto;
margin-right: auto;
max-width: 519px;
aspect-ratio: 519/344;
text-align: center;
}
@media (min-width: 1200px){#s-48ab2035-7736-47e8-8d9a-f08983872885 {
  display: none;
}
#s-48ab2035-7736-47e8-8d9a-f08983872885, #wrap-s-48ab2035-7736-47e8-8d9a-f08983872885, #wrap-content-s-48ab2035-7736-47e8-8d9a-f08983872885 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-48ab2035-7736-47e8-8d9a-f08983872885 {
  display: none;
}
#s-48ab2035-7736-47e8-8d9a-f08983872885, #wrap-s-48ab2035-7736-47e8-8d9a-f08983872885, #wrap-content-s-48ab2035-7736-47e8-8d9a-f08983872885 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-48ab2035-7736-47e8-8d9a-f08983872885 {
  display: none;
}
#s-48ab2035-7736-47e8-8d9a-f08983872885, #wrap-s-48ab2035-7736-47e8-8d9a-f08983872885, #wrap-content-s-48ab2035-7736-47e8-8d9a-f08983872885 { display: none !important; }}@media (max-width: 767px){#s-48ab2035-7736-47e8-8d9a-f08983872885 {
  margin-bottom: 20px;
}
}
#s-48ab2035-7736-47e8-8d9a-f08983872885 {
  margin: 0 !important;
  overflow: visible;
}

#s-48ab2035-7736-47e8-8d9a-f08983872885-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-48ab2035-7736-47e8-8d9a-f08983872885 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-48ab2035-7736-47e8-8d9a-f08983872885 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-48ab2035-7736-47e8-8d9a-f08983872885 img.shogun-image {
  /* Add background color handling */
  
}

#s-48ab2035-7736-47e8-8d9a-f08983872885 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48ab2035-7736-47e8-8d9a-f08983872885 .shg-image-content-wrapper {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }

    #s-48ab2035-7736-47e8-8d9a-f08983872885 .shogun-image-link {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48ab2035-7736-47e8-8d9a-f08983872885 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48ab2035-7736-47e8-8d9a-f08983872885.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48ab2035-7736-47e8-8d9a-f08983872885 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 519px;
  }



  img.s-48ab2035-7736-47e8-8d9a-f08983872885.shogun-image {
    
    
    
    max-height: 519px;
  }


.s-48ab2035-7736-47e8-8d9a-f08983872885 .shogun-image-content {
  
    justify-content: center;
  
}

.s-48ab2035-7736-47e8-8d9a-f08983872885.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48ab2035-7736-47e8-8d9a-f08983872885.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48ab2035-7736-47e8-8d9a-f08983872885.shogun-image {
  box-sizing: border-box;
}


.s-48ab2035-7736-47e8-8d9a-f08983872885 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-48ab2035-7736-47e8-8d9a-f08983872885 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-48ab2035-7736-47e8-8d9a-f08983872885 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-48ab2035-7736-47e8-8d9a-f08983872885 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-48ab2035-7736-47e8-8d9a-f08983872885 {
      --shg-aspect-ratio: calc(519/344); 
    }

    .s-48ab2035-7736-47e8-8d9a-f08983872885.shogun-image-container {
      position: relative;
    }

    .s-48ab2035-7736-47e8-8d9a-f08983872885.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48ab2035-7736-47e8-8d9a-f08983872885.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48ab2035-7736-47e8-8d9a-f08983872885 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 519px;
    }
  }

@media (min-width: 1200px){#s-48ab2035-7736-47e8-8d9a-f08983872885 {
  margin: 0 !important;
  overflow: visible;
}

#s-48ab2035-7736-47e8-8d9a-f08983872885-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-48ab2035-7736-47e8-8d9a-f08983872885 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-48ab2035-7736-47e8-8d9a-f08983872885 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-48ab2035-7736-47e8-8d9a-f08983872885 img.shogun-image {
  /* Add background color handling */
  
}

#s-48ab2035-7736-47e8-8d9a-f08983872885 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48ab2035-7736-47e8-8d9a-f08983872885 .shg-image-content-wrapper {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }

    #s-48ab2035-7736-47e8-8d9a-f08983872885 .shogun-image-link {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48ab2035-7736-47e8-8d9a-f08983872885 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48ab2035-7736-47e8-8d9a-f08983872885.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48ab2035-7736-47e8-8d9a-f08983872885 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 519px;
  }



  img.s-48ab2035-7736-47e8-8d9a-f08983872885.shogun-image {
    
    
    
    max-height: 519px;
  }


.s-48ab2035-7736-47e8-8d9a-f08983872885 .shogun-image-content {
  
    justify-content: center;
  
}

.s-48ab2035-7736-47e8-8d9a-f08983872885.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48ab2035-7736-47e8-8d9a-f08983872885.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48ab2035-7736-47e8-8d9a-f08983872885.shogun-image {
  box-sizing: border-box;
}


.s-48ab2035-7736-47e8-8d9a-f08983872885 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-48ab2035-7736-47e8-8d9a-f08983872885 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-48ab2035-7736-47e8-8d9a-f08983872885 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-48ab2035-7736-47e8-8d9a-f08983872885 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-48ab2035-7736-47e8-8d9a-f08983872885 {
      --shg-aspect-ratio: calc(519/344); 
    }

    .s-48ab2035-7736-47e8-8d9a-f08983872885.shogun-image-container {
      position: relative;
    }

    .s-48ab2035-7736-47e8-8d9a-f08983872885.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48ab2035-7736-47e8-8d9a-f08983872885.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48ab2035-7736-47e8-8d9a-f08983872885 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 519px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-48ab2035-7736-47e8-8d9a-f08983872885 {
  margin: 0 !important;
  overflow: visible;
}

#s-48ab2035-7736-47e8-8d9a-f08983872885-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-48ab2035-7736-47e8-8d9a-f08983872885 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-48ab2035-7736-47e8-8d9a-f08983872885 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-48ab2035-7736-47e8-8d9a-f08983872885 img.shogun-image {
  /* Add background color handling */
  
}

#s-48ab2035-7736-47e8-8d9a-f08983872885 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48ab2035-7736-47e8-8d9a-f08983872885 .shg-image-content-wrapper {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }

    #s-48ab2035-7736-47e8-8d9a-f08983872885 .shogun-image-link {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48ab2035-7736-47e8-8d9a-f08983872885 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48ab2035-7736-47e8-8d9a-f08983872885.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48ab2035-7736-47e8-8d9a-f08983872885 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 519px;
  }



  img.s-48ab2035-7736-47e8-8d9a-f08983872885.shogun-image {
    
    
    
    max-height: 519px;
  }


.s-48ab2035-7736-47e8-8d9a-f08983872885 .shogun-image-content {
  
    justify-content: center;
  
}

.s-48ab2035-7736-47e8-8d9a-f08983872885.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48ab2035-7736-47e8-8d9a-f08983872885.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48ab2035-7736-47e8-8d9a-f08983872885.shogun-image {
  box-sizing: border-box;
}


.s-48ab2035-7736-47e8-8d9a-f08983872885 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-48ab2035-7736-47e8-8d9a-f08983872885 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-48ab2035-7736-47e8-8d9a-f08983872885 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-48ab2035-7736-47e8-8d9a-f08983872885 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-48ab2035-7736-47e8-8d9a-f08983872885 {
      --shg-aspect-ratio: calc(519/344); 
    }

    .s-48ab2035-7736-47e8-8d9a-f08983872885.shogun-image-container {
      position: relative;
    }

    .s-48ab2035-7736-47e8-8d9a-f08983872885.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48ab2035-7736-47e8-8d9a-f08983872885.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48ab2035-7736-47e8-8d9a-f08983872885 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 519px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-48ab2035-7736-47e8-8d9a-f08983872885 {
  margin: 0 !important;
  overflow: visible;
}

#s-48ab2035-7736-47e8-8d9a-f08983872885-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-48ab2035-7736-47e8-8d9a-f08983872885 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-48ab2035-7736-47e8-8d9a-f08983872885 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-48ab2035-7736-47e8-8d9a-f08983872885 img.shogun-image {
  /* Add background color handling */
  
}

#s-48ab2035-7736-47e8-8d9a-f08983872885 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48ab2035-7736-47e8-8d9a-f08983872885 .shg-image-content-wrapper {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }

    #s-48ab2035-7736-47e8-8d9a-f08983872885 .shogun-image-link {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48ab2035-7736-47e8-8d9a-f08983872885 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48ab2035-7736-47e8-8d9a-f08983872885.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48ab2035-7736-47e8-8d9a-f08983872885 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 519px;
  }



  img.s-48ab2035-7736-47e8-8d9a-f08983872885.shogun-image {
    
    
    
    max-height: 519px;
  }


.s-48ab2035-7736-47e8-8d9a-f08983872885 .shogun-image-content {
  
    justify-content: center;
  
}

.s-48ab2035-7736-47e8-8d9a-f08983872885.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48ab2035-7736-47e8-8d9a-f08983872885.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48ab2035-7736-47e8-8d9a-f08983872885.shogun-image {
  box-sizing: border-box;
}


.s-48ab2035-7736-47e8-8d9a-f08983872885 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-48ab2035-7736-47e8-8d9a-f08983872885 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-48ab2035-7736-47e8-8d9a-f08983872885 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-48ab2035-7736-47e8-8d9a-f08983872885 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-48ab2035-7736-47e8-8d9a-f08983872885 {
      --shg-aspect-ratio: calc(519/344); 
    }

    .s-48ab2035-7736-47e8-8d9a-f08983872885.shogun-image-container {
      position: relative;
    }

    .s-48ab2035-7736-47e8-8d9a-f08983872885.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48ab2035-7736-47e8-8d9a-f08983872885.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48ab2035-7736-47e8-8d9a-f08983872885 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 519px;
    }
  }

}@media (max-width: 767px){#s-48ab2035-7736-47e8-8d9a-f08983872885 {
  margin: 0 !important;
  overflow: visible;
}

#s-48ab2035-7736-47e8-8d9a-f08983872885-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-48ab2035-7736-47e8-8d9a-f08983872885 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-48ab2035-7736-47e8-8d9a-f08983872885 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-48ab2035-7736-47e8-8d9a-f08983872885 img.shogun-image {
  /* Add background color handling */
  
}

#s-48ab2035-7736-47e8-8d9a-f08983872885 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48ab2035-7736-47e8-8d9a-f08983872885 .shg-image-content-wrapper {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }

    #s-48ab2035-7736-47e8-8d9a-f08983872885 .shogun-image-link {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48ab2035-7736-47e8-8d9a-f08983872885 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48ab2035-7736-47e8-8d9a-f08983872885.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48ab2035-7736-47e8-8d9a-f08983872885 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 519px;
  }



  img.s-48ab2035-7736-47e8-8d9a-f08983872885.shogun-image {
    
    
    
    max-height: 519px;
  }


.s-48ab2035-7736-47e8-8d9a-f08983872885 .shogun-image-content {
  
    justify-content: center;
  
}

.s-48ab2035-7736-47e8-8d9a-f08983872885.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48ab2035-7736-47e8-8d9a-f08983872885.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48ab2035-7736-47e8-8d9a-f08983872885.shogun-image {
  box-sizing: border-box;
}


.s-48ab2035-7736-47e8-8d9a-f08983872885 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-48ab2035-7736-47e8-8d9a-f08983872885 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-48ab2035-7736-47e8-8d9a-f08983872885 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-48ab2035-7736-47e8-8d9a-f08983872885 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-48ab2035-7736-47e8-8d9a-f08983872885 {
      --shg-aspect-ratio: calc(519/344); 
    }

    .s-48ab2035-7736-47e8-8d9a-f08983872885.shogun-image-container {
      position: relative;
    }

    .s-48ab2035-7736-47e8-8d9a-f08983872885.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48ab2035-7736-47e8-8d9a-f08983872885.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48ab2035-7736-47e8-8d9a-f08983872885 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 519px;
    }
  }

}
#s-8a7cbb64-a117-44a9-8785-e62a3fe10189 {
  margin-left: auto;
margin-right: auto;
max-width: 516px;
aspect-ratio: 516/344;
text-align: center;
}
@media (min-width: 1200px){#s-8a7cbb64-a117-44a9-8785-e62a3fe10189 {
  display: none;
}
#s-8a7cbb64-a117-44a9-8785-e62a3fe10189, #wrap-s-8a7cbb64-a117-44a9-8785-e62a3fe10189, #wrap-content-s-8a7cbb64-a117-44a9-8785-e62a3fe10189 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8a7cbb64-a117-44a9-8785-e62a3fe10189 {
  display: none;
}
#s-8a7cbb64-a117-44a9-8785-e62a3fe10189, #wrap-s-8a7cbb64-a117-44a9-8785-e62a3fe10189, #wrap-content-s-8a7cbb64-a117-44a9-8785-e62a3fe10189 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8a7cbb64-a117-44a9-8785-e62a3fe10189 {
  display: none;
}
#s-8a7cbb64-a117-44a9-8785-e62a3fe10189, #wrap-s-8a7cbb64-a117-44a9-8785-e62a3fe10189, #wrap-content-s-8a7cbb64-a117-44a9-8785-e62a3fe10189 { display: none !important; }}@media (max-width: 767px){#s-8a7cbb64-a117-44a9-8785-e62a3fe10189 {
  margin-bottom: 20px;
}
}
#s-8a7cbb64-a117-44a9-8785-e62a3fe10189 {
  margin: 0 !important;
  overflow: visible;
}

#s-8a7cbb64-a117-44a9-8785-e62a3fe10189-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-8a7cbb64-a117-44a9-8785-e62a3fe10189 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a7cbb64-a117-44a9-8785-e62a3fe10189 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a7cbb64-a117-44a9-8785-e62a3fe10189 img.shogun-image {
  /* Add background color handling */
  
}

#s-8a7cbb64-a117-44a9-8785-e62a3fe10189 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a7cbb64-a117-44a9-8785-e62a3fe10189 .shg-image-content-wrapper {
      aspect-ratio: 516/344;
      min-width: 100%;
      height: auto;
    }

    #s-8a7cbb64-a117-44a9-8785-e62a3fe10189 .shogun-image-link {
      aspect-ratio: 516/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a7cbb64-a117-44a9-8785-e62a3fe10189 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a7cbb64-a117-44a9-8785-e62a3fe10189 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 516px;
  }



  img.s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shogun-image {
    
    
    
    max-height: 516px;
  }


.s-8a7cbb64-a117-44a9-8785-e62a3fe10189 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shogun-image {
  box-sizing: border-box;
}


.s-8a7cbb64-a117-44a9-8785-e62a3fe10189 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8a7cbb64-a117-44a9-8785-e62a3fe10189 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8a7cbb64-a117-44a9-8785-e62a3fe10189 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-8a7cbb64-a117-44a9-8785-e62a3fe10189 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8a7cbb64-a117-44a9-8785-e62a3fe10189 {
      --shg-aspect-ratio: calc(516/344); 
    }

    .s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shogun-image-container {
      position: relative;
    }

    .s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a7cbb64-a117-44a9-8785-e62a3fe10189 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 516px;
    }
  }

@media (min-width: 1200px){#s-8a7cbb64-a117-44a9-8785-e62a3fe10189 {
  margin: 0 !important;
  overflow: visible;
}

#s-8a7cbb64-a117-44a9-8785-e62a3fe10189-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-8a7cbb64-a117-44a9-8785-e62a3fe10189 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a7cbb64-a117-44a9-8785-e62a3fe10189 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a7cbb64-a117-44a9-8785-e62a3fe10189 img.shogun-image {
  /* Add background color handling */
  
}

#s-8a7cbb64-a117-44a9-8785-e62a3fe10189 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a7cbb64-a117-44a9-8785-e62a3fe10189 .shg-image-content-wrapper {
      aspect-ratio: 516/344;
      min-width: 100%;
      height: auto;
    }

    #s-8a7cbb64-a117-44a9-8785-e62a3fe10189 .shogun-image-link {
      aspect-ratio: 516/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a7cbb64-a117-44a9-8785-e62a3fe10189 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a7cbb64-a117-44a9-8785-e62a3fe10189 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 516px;
  }



  img.s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shogun-image {
    
    
    
    max-height: 516px;
  }


.s-8a7cbb64-a117-44a9-8785-e62a3fe10189 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shogun-image {
  box-sizing: border-box;
}


.s-8a7cbb64-a117-44a9-8785-e62a3fe10189 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8a7cbb64-a117-44a9-8785-e62a3fe10189 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8a7cbb64-a117-44a9-8785-e62a3fe10189 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-8a7cbb64-a117-44a9-8785-e62a3fe10189 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8a7cbb64-a117-44a9-8785-e62a3fe10189 {
      --shg-aspect-ratio: calc(516/344); 
    }

    .s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shogun-image-container {
      position: relative;
    }

    .s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a7cbb64-a117-44a9-8785-e62a3fe10189 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 516px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8a7cbb64-a117-44a9-8785-e62a3fe10189 {
  margin: 0 !important;
  overflow: visible;
}

#s-8a7cbb64-a117-44a9-8785-e62a3fe10189-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-8a7cbb64-a117-44a9-8785-e62a3fe10189 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a7cbb64-a117-44a9-8785-e62a3fe10189 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a7cbb64-a117-44a9-8785-e62a3fe10189 img.shogun-image {
  /* Add background color handling */
  
}

#s-8a7cbb64-a117-44a9-8785-e62a3fe10189 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a7cbb64-a117-44a9-8785-e62a3fe10189 .shg-image-content-wrapper {
      aspect-ratio: 516/344;
      min-width: 100%;
      height: auto;
    }

    #s-8a7cbb64-a117-44a9-8785-e62a3fe10189 .shogun-image-link {
      aspect-ratio: 516/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a7cbb64-a117-44a9-8785-e62a3fe10189 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a7cbb64-a117-44a9-8785-e62a3fe10189 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 516px;
  }



  img.s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shogun-image {
    
    
    
    max-height: 516px;
  }


.s-8a7cbb64-a117-44a9-8785-e62a3fe10189 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shogun-image {
  box-sizing: border-box;
}


.s-8a7cbb64-a117-44a9-8785-e62a3fe10189 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8a7cbb64-a117-44a9-8785-e62a3fe10189 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8a7cbb64-a117-44a9-8785-e62a3fe10189 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-8a7cbb64-a117-44a9-8785-e62a3fe10189 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8a7cbb64-a117-44a9-8785-e62a3fe10189 {
      --shg-aspect-ratio: calc(516/344); 
    }

    .s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shogun-image-container {
      position: relative;
    }

    .s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a7cbb64-a117-44a9-8785-e62a3fe10189 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 516px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8a7cbb64-a117-44a9-8785-e62a3fe10189 {
  margin: 0 !important;
  overflow: visible;
}

#s-8a7cbb64-a117-44a9-8785-e62a3fe10189-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-8a7cbb64-a117-44a9-8785-e62a3fe10189 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a7cbb64-a117-44a9-8785-e62a3fe10189 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a7cbb64-a117-44a9-8785-e62a3fe10189 img.shogun-image {
  /* Add background color handling */
  
}

#s-8a7cbb64-a117-44a9-8785-e62a3fe10189 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a7cbb64-a117-44a9-8785-e62a3fe10189 .shg-image-content-wrapper {
      aspect-ratio: 516/344;
      min-width: 100%;
      height: auto;
    }

    #s-8a7cbb64-a117-44a9-8785-e62a3fe10189 .shogun-image-link {
      aspect-ratio: 516/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a7cbb64-a117-44a9-8785-e62a3fe10189 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a7cbb64-a117-44a9-8785-e62a3fe10189 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 516px;
  }



  img.s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shogun-image {
    
    
    
    max-height: 516px;
  }


.s-8a7cbb64-a117-44a9-8785-e62a3fe10189 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shogun-image {
  box-sizing: border-box;
}


.s-8a7cbb64-a117-44a9-8785-e62a3fe10189 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8a7cbb64-a117-44a9-8785-e62a3fe10189 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8a7cbb64-a117-44a9-8785-e62a3fe10189 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-8a7cbb64-a117-44a9-8785-e62a3fe10189 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8a7cbb64-a117-44a9-8785-e62a3fe10189 {
      --shg-aspect-ratio: calc(516/344); 
    }

    .s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shogun-image-container {
      position: relative;
    }

    .s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a7cbb64-a117-44a9-8785-e62a3fe10189 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 516px;
    }
  }

}@media (max-width: 767px){#s-8a7cbb64-a117-44a9-8785-e62a3fe10189 {
  margin: 0 !important;
  overflow: visible;
}

#s-8a7cbb64-a117-44a9-8785-e62a3fe10189-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-8a7cbb64-a117-44a9-8785-e62a3fe10189 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-8a7cbb64-a117-44a9-8785-e62a3fe10189 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a7cbb64-a117-44a9-8785-e62a3fe10189 img.shogun-image {
  /* Add background color handling */
  
}

#s-8a7cbb64-a117-44a9-8785-e62a3fe10189 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a7cbb64-a117-44a9-8785-e62a3fe10189 .shg-image-content-wrapper {
      aspect-ratio: 516/344;
      min-width: 100%;
      height: auto;
    }

    #s-8a7cbb64-a117-44a9-8785-e62a3fe10189 .shogun-image-link {
      aspect-ratio: 516/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a7cbb64-a117-44a9-8785-e62a3fe10189 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a7cbb64-a117-44a9-8785-e62a3fe10189 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 516px;
  }



  img.s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shogun-image {
    
    
    
    max-height: 516px;
  }


.s-8a7cbb64-a117-44a9-8785-e62a3fe10189 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shogun-image {
  box-sizing: border-box;
}


.s-8a7cbb64-a117-44a9-8785-e62a3fe10189 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8a7cbb64-a117-44a9-8785-e62a3fe10189 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8a7cbb64-a117-44a9-8785-e62a3fe10189 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-8a7cbb64-a117-44a9-8785-e62a3fe10189 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8a7cbb64-a117-44a9-8785-e62a3fe10189 {
      --shg-aspect-ratio: calc(516/344); 
    }

    .s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shogun-image-container {
      position: relative;
    }

    .s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a7cbb64-a117-44a9-8785-e62a3fe10189.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a7cbb64-a117-44a9-8785-e62a3fe10189 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 516px;
    }
  }

}
#s-0e4f6c08-71dc-4980-8111-b86430556f80 {
  margin-left: auto;
margin-right: auto;
max-width: 519px;
aspect-ratio: 519/344;
text-align: center;
}
@media (min-width: 1200px){#s-0e4f6c08-71dc-4980-8111-b86430556f80 {
  display: none;
}
#s-0e4f6c08-71dc-4980-8111-b86430556f80, #wrap-s-0e4f6c08-71dc-4980-8111-b86430556f80, #wrap-content-s-0e4f6c08-71dc-4980-8111-b86430556f80 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e4f6c08-71dc-4980-8111-b86430556f80 {
  display: none;
}
#s-0e4f6c08-71dc-4980-8111-b86430556f80, #wrap-s-0e4f6c08-71dc-4980-8111-b86430556f80, #wrap-content-s-0e4f6c08-71dc-4980-8111-b86430556f80 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0e4f6c08-71dc-4980-8111-b86430556f80 {
  display: none;
}
#s-0e4f6c08-71dc-4980-8111-b86430556f80, #wrap-s-0e4f6c08-71dc-4980-8111-b86430556f80, #wrap-content-s-0e4f6c08-71dc-4980-8111-b86430556f80 { display: none !important; }}
#s-0e4f6c08-71dc-4980-8111-b86430556f80 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e4f6c08-71dc-4980-8111-b86430556f80-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-0e4f6c08-71dc-4980-8111-b86430556f80 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e4f6c08-71dc-4980-8111-b86430556f80 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e4f6c08-71dc-4980-8111-b86430556f80 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e4f6c08-71dc-4980-8111-b86430556f80 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e4f6c08-71dc-4980-8111-b86430556f80 .shg-image-content-wrapper {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }

    #s-0e4f6c08-71dc-4980-8111-b86430556f80 .shogun-image-link {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e4f6c08-71dc-4980-8111-b86430556f80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e4f6c08-71dc-4980-8111-b86430556f80.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e4f6c08-71dc-4980-8111-b86430556f80 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 519px;
  }



  img.s-0e4f6c08-71dc-4980-8111-b86430556f80.shogun-image {
    
    
    
    max-height: 519px;
  }


.s-0e4f6c08-71dc-4980-8111-b86430556f80 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e4f6c08-71dc-4980-8111-b86430556f80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e4f6c08-71dc-4980-8111-b86430556f80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e4f6c08-71dc-4980-8111-b86430556f80.shogun-image {
  box-sizing: border-box;
}


.s-0e4f6c08-71dc-4980-8111-b86430556f80 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-0e4f6c08-71dc-4980-8111-b86430556f80 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0e4f6c08-71dc-4980-8111-b86430556f80 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-0e4f6c08-71dc-4980-8111-b86430556f80 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0e4f6c08-71dc-4980-8111-b86430556f80 {
      --shg-aspect-ratio: calc(519/344); 
    }

    .s-0e4f6c08-71dc-4980-8111-b86430556f80.shogun-image-container {
      position: relative;
    }

    .s-0e4f6c08-71dc-4980-8111-b86430556f80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e4f6c08-71dc-4980-8111-b86430556f80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e4f6c08-71dc-4980-8111-b86430556f80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 519px;
    }
  }

@media (min-width: 1200px){#s-0e4f6c08-71dc-4980-8111-b86430556f80 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e4f6c08-71dc-4980-8111-b86430556f80-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-0e4f6c08-71dc-4980-8111-b86430556f80 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e4f6c08-71dc-4980-8111-b86430556f80 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e4f6c08-71dc-4980-8111-b86430556f80 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e4f6c08-71dc-4980-8111-b86430556f80 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e4f6c08-71dc-4980-8111-b86430556f80 .shg-image-content-wrapper {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }

    #s-0e4f6c08-71dc-4980-8111-b86430556f80 .shogun-image-link {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e4f6c08-71dc-4980-8111-b86430556f80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e4f6c08-71dc-4980-8111-b86430556f80.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e4f6c08-71dc-4980-8111-b86430556f80 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 519px;
  }



  img.s-0e4f6c08-71dc-4980-8111-b86430556f80.shogun-image {
    
    
    
    max-height: 519px;
  }


.s-0e4f6c08-71dc-4980-8111-b86430556f80 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e4f6c08-71dc-4980-8111-b86430556f80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e4f6c08-71dc-4980-8111-b86430556f80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e4f6c08-71dc-4980-8111-b86430556f80.shogun-image {
  box-sizing: border-box;
}


.s-0e4f6c08-71dc-4980-8111-b86430556f80 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-0e4f6c08-71dc-4980-8111-b86430556f80 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0e4f6c08-71dc-4980-8111-b86430556f80 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-0e4f6c08-71dc-4980-8111-b86430556f80 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0e4f6c08-71dc-4980-8111-b86430556f80 {
      --shg-aspect-ratio: calc(519/344); 
    }

    .s-0e4f6c08-71dc-4980-8111-b86430556f80.shogun-image-container {
      position: relative;
    }

    .s-0e4f6c08-71dc-4980-8111-b86430556f80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e4f6c08-71dc-4980-8111-b86430556f80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e4f6c08-71dc-4980-8111-b86430556f80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 519px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0e4f6c08-71dc-4980-8111-b86430556f80 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e4f6c08-71dc-4980-8111-b86430556f80-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-0e4f6c08-71dc-4980-8111-b86430556f80 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e4f6c08-71dc-4980-8111-b86430556f80 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e4f6c08-71dc-4980-8111-b86430556f80 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e4f6c08-71dc-4980-8111-b86430556f80 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e4f6c08-71dc-4980-8111-b86430556f80 .shg-image-content-wrapper {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }

    #s-0e4f6c08-71dc-4980-8111-b86430556f80 .shogun-image-link {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e4f6c08-71dc-4980-8111-b86430556f80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e4f6c08-71dc-4980-8111-b86430556f80.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e4f6c08-71dc-4980-8111-b86430556f80 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 519px;
  }



  img.s-0e4f6c08-71dc-4980-8111-b86430556f80.shogun-image {
    
    
    
    max-height: 519px;
  }


.s-0e4f6c08-71dc-4980-8111-b86430556f80 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e4f6c08-71dc-4980-8111-b86430556f80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e4f6c08-71dc-4980-8111-b86430556f80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e4f6c08-71dc-4980-8111-b86430556f80.shogun-image {
  box-sizing: border-box;
}


.s-0e4f6c08-71dc-4980-8111-b86430556f80 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-0e4f6c08-71dc-4980-8111-b86430556f80 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0e4f6c08-71dc-4980-8111-b86430556f80 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-0e4f6c08-71dc-4980-8111-b86430556f80 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0e4f6c08-71dc-4980-8111-b86430556f80 {
      --shg-aspect-ratio: calc(519/344); 
    }

    .s-0e4f6c08-71dc-4980-8111-b86430556f80.shogun-image-container {
      position: relative;
    }

    .s-0e4f6c08-71dc-4980-8111-b86430556f80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e4f6c08-71dc-4980-8111-b86430556f80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e4f6c08-71dc-4980-8111-b86430556f80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 519px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0e4f6c08-71dc-4980-8111-b86430556f80 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e4f6c08-71dc-4980-8111-b86430556f80-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-0e4f6c08-71dc-4980-8111-b86430556f80 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e4f6c08-71dc-4980-8111-b86430556f80 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e4f6c08-71dc-4980-8111-b86430556f80 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e4f6c08-71dc-4980-8111-b86430556f80 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e4f6c08-71dc-4980-8111-b86430556f80 .shg-image-content-wrapper {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }

    #s-0e4f6c08-71dc-4980-8111-b86430556f80 .shogun-image-link {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e4f6c08-71dc-4980-8111-b86430556f80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e4f6c08-71dc-4980-8111-b86430556f80.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e4f6c08-71dc-4980-8111-b86430556f80 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 519px;
  }



  img.s-0e4f6c08-71dc-4980-8111-b86430556f80.shogun-image {
    
    
    
    max-height: 519px;
  }


.s-0e4f6c08-71dc-4980-8111-b86430556f80 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e4f6c08-71dc-4980-8111-b86430556f80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e4f6c08-71dc-4980-8111-b86430556f80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e4f6c08-71dc-4980-8111-b86430556f80.shogun-image {
  box-sizing: border-box;
}


.s-0e4f6c08-71dc-4980-8111-b86430556f80 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-0e4f6c08-71dc-4980-8111-b86430556f80 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0e4f6c08-71dc-4980-8111-b86430556f80 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-0e4f6c08-71dc-4980-8111-b86430556f80 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0e4f6c08-71dc-4980-8111-b86430556f80 {
      --shg-aspect-ratio: calc(519/344); 
    }

    .s-0e4f6c08-71dc-4980-8111-b86430556f80.shogun-image-container {
      position: relative;
    }

    .s-0e4f6c08-71dc-4980-8111-b86430556f80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e4f6c08-71dc-4980-8111-b86430556f80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e4f6c08-71dc-4980-8111-b86430556f80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 519px;
    }
  }

}@media (max-width: 767px){#s-0e4f6c08-71dc-4980-8111-b86430556f80 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e4f6c08-71dc-4980-8111-b86430556f80-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-0e4f6c08-71dc-4980-8111-b86430556f80 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e4f6c08-71dc-4980-8111-b86430556f80 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e4f6c08-71dc-4980-8111-b86430556f80 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e4f6c08-71dc-4980-8111-b86430556f80 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e4f6c08-71dc-4980-8111-b86430556f80 .shg-image-content-wrapper {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }

    #s-0e4f6c08-71dc-4980-8111-b86430556f80 .shogun-image-link {
      aspect-ratio: 519/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e4f6c08-71dc-4980-8111-b86430556f80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e4f6c08-71dc-4980-8111-b86430556f80.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e4f6c08-71dc-4980-8111-b86430556f80 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 519px;
  }



  img.s-0e4f6c08-71dc-4980-8111-b86430556f80.shogun-image {
    
    
    
    max-height: 519px;
  }


.s-0e4f6c08-71dc-4980-8111-b86430556f80 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e4f6c08-71dc-4980-8111-b86430556f80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e4f6c08-71dc-4980-8111-b86430556f80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e4f6c08-71dc-4980-8111-b86430556f80.shogun-image {
  box-sizing: border-box;
}


.s-0e4f6c08-71dc-4980-8111-b86430556f80 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-0e4f6c08-71dc-4980-8111-b86430556f80 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0e4f6c08-71dc-4980-8111-b86430556f80 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-0e4f6c08-71dc-4980-8111-b86430556f80 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0e4f6c08-71dc-4980-8111-b86430556f80 {
      --shg-aspect-ratio: calc(519/344); 
    }

    .s-0e4f6c08-71dc-4980-8111-b86430556f80.shogun-image-container {
      position: relative;
    }

    .s-0e4f6c08-71dc-4980-8111-b86430556f80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e4f6c08-71dc-4980-8111-b86430556f80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e4f6c08-71dc-4980-8111-b86430556f80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 519px;
    }
  }

}
#s-06d9da74-a9f3-4bf5-a111-6adf08dd6f6c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1800px;
}








#s-06d9da74-a9f3-4bf5-a111-6adf08dd6f6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-06d9da74-a9f3-4bf5-a111-6adf08dd6f6c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87851685-fe6c-4c4b-a999-ffe2aecb4461 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1800px;
}

@media (min-width: 0px) {
[id="s-87851685-fe6c-4c4b-a999-ffe2aecb4461"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87851685-fe6c-4c4b-a999-ffe2aecb4461"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-87851685-fe6c-4c4b-a999-ffe2aecb4461"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-87851685-fe6c-4c4b-a999-ffe2aecb4461"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-87851685-fe6c-4c4b-a999-ffe2aecb4461"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-87851685-fe6c-4c4b-a999-ffe2aecb4461"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-87851685-fe6c-4c4b-a999-ffe2aecb4461"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-9357543a-9b14-4983-afb0-b7cbf9f70d57 {
  margin-left: auto;
margin-right: auto;
max-width: 1430px;
aspect-ratio: 1430/632;
text-align: center;
}
@media (max-width: 767px){#s-9357543a-9b14-4983-afb0-b7cbf9f70d57 {
  margin-top: 0px;
margin-bottom: 30px;
display: none;
}
#s-9357543a-9b14-4983-afb0-b7cbf9f70d57, #wrap-s-9357543a-9b14-4983-afb0-b7cbf9f70d57, #wrap-content-s-9357543a-9b14-4983-afb0-b7cbf9f70d57 { display: none !important; }}
#s-9357543a-9b14-4983-afb0-b7cbf9f70d57 {
  margin: 0 !important;
  overflow: visible;
}

#s-9357543a-9b14-4983-afb0-b7cbf9f70d57-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-9357543a-9b14-4983-afb0-b7cbf9f70d57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9357543a-9b14-4983-afb0-b7cbf9f70d57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9357543a-9b14-4983-afb0-b7cbf9f70d57 img.shogun-image {
  /* Add background color handling */
  
}

#s-9357543a-9b14-4983-afb0-b7cbf9f70d57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9357543a-9b14-4983-afb0-b7cbf9f70d57 .shg-image-content-wrapper {
      aspect-ratio: 1430/632;
      min-width: 100%;
      height: auto;
    }

    #s-9357543a-9b14-4983-afb0-b7cbf9f70d57 .shogun-image-link {
      aspect-ratio: 1430/632;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9357543a-9b14-4983-afb0-b7cbf9f70d57 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9357543a-9b14-4983-afb0-b7cbf9f70d57 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1430px;
  }



  img.s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shogun-image {
    
    
    
    max-height: 1430px;
  }


.s-9357543a-9b14-4983-afb0-b7cbf9f70d57 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shogun-image {
  box-sizing: border-box;
}



.s-9357543a-9b14-4983-afb0-b7cbf9f70d57 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9357543a-9b14-4983-afb0-b7cbf9f70d57 {
      --shg-aspect-ratio: calc(1430/632); 
    }

    .s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shogun-image-container {
      position: relative;
    }

    .s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9357543a-9b14-4983-afb0-b7cbf9f70d57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1430px;
    }
  }

@media (min-width: 1200px){#s-9357543a-9b14-4983-afb0-b7cbf9f70d57 {
  margin: 0 !important;
  overflow: visible;
}

#s-9357543a-9b14-4983-afb0-b7cbf9f70d57-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-9357543a-9b14-4983-afb0-b7cbf9f70d57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9357543a-9b14-4983-afb0-b7cbf9f70d57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9357543a-9b14-4983-afb0-b7cbf9f70d57 img.shogun-image {
  /* Add background color handling */
  
}

#s-9357543a-9b14-4983-afb0-b7cbf9f70d57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9357543a-9b14-4983-afb0-b7cbf9f70d57 .shg-image-content-wrapper {
      aspect-ratio: 1430/632;
      min-width: 100%;
      height: auto;
    }

    #s-9357543a-9b14-4983-afb0-b7cbf9f70d57 .shogun-image-link {
      aspect-ratio: 1430/632;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9357543a-9b14-4983-afb0-b7cbf9f70d57 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9357543a-9b14-4983-afb0-b7cbf9f70d57 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1430px;
  }



  img.s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shogun-image {
    
    
    
    max-height: 1430px;
  }


.s-9357543a-9b14-4983-afb0-b7cbf9f70d57 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shogun-image {
  box-sizing: border-box;
}



.s-9357543a-9b14-4983-afb0-b7cbf9f70d57 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9357543a-9b14-4983-afb0-b7cbf9f70d57 {
      --shg-aspect-ratio: calc(1430/632); 
    }

    .s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shogun-image-container {
      position: relative;
    }

    .s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9357543a-9b14-4983-afb0-b7cbf9f70d57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1430px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9357543a-9b14-4983-afb0-b7cbf9f70d57 {
  margin: 0 !important;
  overflow: visible;
}

#s-9357543a-9b14-4983-afb0-b7cbf9f70d57-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-9357543a-9b14-4983-afb0-b7cbf9f70d57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9357543a-9b14-4983-afb0-b7cbf9f70d57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9357543a-9b14-4983-afb0-b7cbf9f70d57 img.shogun-image {
  /* Add background color handling */
  
}

#s-9357543a-9b14-4983-afb0-b7cbf9f70d57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9357543a-9b14-4983-afb0-b7cbf9f70d57 .shg-image-content-wrapper {
      aspect-ratio: 1430/632;
      min-width: 100%;
      height: auto;
    }

    #s-9357543a-9b14-4983-afb0-b7cbf9f70d57 .shogun-image-link {
      aspect-ratio: 1430/632;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9357543a-9b14-4983-afb0-b7cbf9f70d57 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9357543a-9b14-4983-afb0-b7cbf9f70d57 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1430px;
  }



  img.s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shogun-image {
    
    
    
    max-height: 1430px;
  }


.s-9357543a-9b14-4983-afb0-b7cbf9f70d57 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shogun-image {
  box-sizing: border-box;
}



.s-9357543a-9b14-4983-afb0-b7cbf9f70d57 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9357543a-9b14-4983-afb0-b7cbf9f70d57 {
      --shg-aspect-ratio: calc(1430/632); 
    }

    .s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shogun-image-container {
      position: relative;
    }

    .s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9357543a-9b14-4983-afb0-b7cbf9f70d57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1430px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9357543a-9b14-4983-afb0-b7cbf9f70d57 {
  margin: 0 !important;
  overflow: visible;
}

#s-9357543a-9b14-4983-afb0-b7cbf9f70d57-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-9357543a-9b14-4983-afb0-b7cbf9f70d57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9357543a-9b14-4983-afb0-b7cbf9f70d57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9357543a-9b14-4983-afb0-b7cbf9f70d57 img.shogun-image {
  /* Add background color handling */
  
}

#s-9357543a-9b14-4983-afb0-b7cbf9f70d57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9357543a-9b14-4983-afb0-b7cbf9f70d57 .shg-image-content-wrapper {
      aspect-ratio: 1430/632;
      min-width: 100%;
      height: auto;
    }

    #s-9357543a-9b14-4983-afb0-b7cbf9f70d57 .shogun-image-link {
      aspect-ratio: 1430/632;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9357543a-9b14-4983-afb0-b7cbf9f70d57 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9357543a-9b14-4983-afb0-b7cbf9f70d57 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1430px;
  }



  img.s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shogun-image {
    
    
    
    max-height: 1430px;
  }


.s-9357543a-9b14-4983-afb0-b7cbf9f70d57 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shogun-image {
  box-sizing: border-box;
}



.s-9357543a-9b14-4983-afb0-b7cbf9f70d57 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9357543a-9b14-4983-afb0-b7cbf9f70d57 {
      --shg-aspect-ratio: calc(1430/632); 
    }

    .s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shogun-image-container {
      position: relative;
    }

    .s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9357543a-9b14-4983-afb0-b7cbf9f70d57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1430px;
    }
  }

}@media (max-width: 767px){#s-9357543a-9b14-4983-afb0-b7cbf9f70d57 {
  margin: 0 !important;
  overflow: visible;
}

#s-9357543a-9b14-4983-afb0-b7cbf9f70d57-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-9357543a-9b14-4983-afb0-b7cbf9f70d57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 30px;
}

.shg-image-content-margin-container-s-9357543a-9b14-4983-afb0-b7cbf9f70d57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9357543a-9b14-4983-afb0-b7cbf9f70d57 img.shogun-image {
  /* Add background color handling */
  
}

#s-9357543a-9b14-4983-afb0-b7cbf9f70d57 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9357543a-9b14-4983-afb0-b7cbf9f70d57 .shg-image-content-wrapper {
      aspect-ratio: 1430/632;
      min-width: 100%;
      height: auto;
    }

    #s-9357543a-9b14-4983-afb0-b7cbf9f70d57 .shogun-image-link {
      aspect-ratio: 1430/632;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9357543a-9b14-4983-afb0-b7cbf9f70d57 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9357543a-9b14-4983-afb0-b7cbf9f70d57 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1430px;
  }



  img.s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shogun-image {
    
    
    
    max-height: 1430px;
  }


.s-9357543a-9b14-4983-afb0-b7cbf9f70d57 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shogun-image {
  box-sizing: border-box;
}



.s-9357543a-9b14-4983-afb0-b7cbf9f70d57 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9357543a-9b14-4983-afb0-b7cbf9f70d57 {
      --shg-aspect-ratio: calc(1430/632); 
    }

    .s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shogun-image-container {
      position: relative;
    }

    .s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9357543a-9b14-4983-afb0-b7cbf9f70d57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9357543a-9b14-4983-afb0-b7cbf9f70d57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1430px;
    }
  }

}
#s-76cd671f-95d5-47dd-962f-ec907632f653 {
  margin-left: auto;
margin-right: auto;
max-width: 1430px;
aspect-ratio: 733/900;
text-align: center;
}
@media (min-width: 1200px){#s-76cd671f-95d5-47dd-962f-ec907632f653 {
  display: none;
}
#s-76cd671f-95d5-47dd-962f-ec907632f653, #wrap-s-76cd671f-95d5-47dd-962f-ec907632f653, #wrap-content-s-76cd671f-95d5-47dd-962f-ec907632f653 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-76cd671f-95d5-47dd-962f-ec907632f653 {
  display: none;
}
#s-76cd671f-95d5-47dd-962f-ec907632f653, #wrap-s-76cd671f-95d5-47dd-962f-ec907632f653, #wrap-content-s-76cd671f-95d5-47dd-962f-ec907632f653 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-76cd671f-95d5-47dd-962f-ec907632f653 {
  display: none;
}
#s-76cd671f-95d5-47dd-962f-ec907632f653, #wrap-s-76cd671f-95d5-47dd-962f-ec907632f653, #wrap-content-s-76cd671f-95d5-47dd-962f-ec907632f653 { display: none !important; }}
#s-76cd671f-95d5-47dd-962f-ec907632f653 {
  margin: 0 !important;
  overflow: visible;
}

#s-76cd671f-95d5-47dd-962f-ec907632f653-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-76cd671f-95d5-47dd-962f-ec907632f653 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76cd671f-95d5-47dd-962f-ec907632f653 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76cd671f-95d5-47dd-962f-ec907632f653 img.shogun-image {
  /* Add background color handling */
  
}

#s-76cd671f-95d5-47dd-962f-ec907632f653 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76cd671f-95d5-47dd-962f-ec907632f653 .shg-image-content-wrapper {
      aspect-ratio: 733/900;
      min-width: 100%;
      height: auto;
    }

    #s-76cd671f-95d5-47dd-962f-ec907632f653 .shogun-image-link {
      aspect-ratio: 733/900;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76cd671f-95d5-47dd-962f-ec907632f653 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76cd671f-95d5-47dd-962f-ec907632f653.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76cd671f-95d5-47dd-962f-ec907632f653 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1430px;
  }



  img.s-76cd671f-95d5-47dd-962f-ec907632f653.shogun-image {
    
    
    
    max-height: 1430px;
  }


.s-76cd671f-95d5-47dd-962f-ec907632f653 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76cd671f-95d5-47dd-962f-ec907632f653.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76cd671f-95d5-47dd-962f-ec907632f653.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76cd671f-95d5-47dd-962f-ec907632f653.shogun-image {
  box-sizing: border-box;
}



.s-76cd671f-95d5-47dd-962f-ec907632f653 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-76cd671f-95d5-47dd-962f-ec907632f653 {
      --shg-aspect-ratio: calc(733/900); 
    }

    .s-76cd671f-95d5-47dd-962f-ec907632f653.shogun-image-container {
      position: relative;
    }

    .s-76cd671f-95d5-47dd-962f-ec907632f653.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76cd671f-95d5-47dd-962f-ec907632f653.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76cd671f-95d5-47dd-962f-ec907632f653 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1430px;
    }
  }

@media (min-width: 1200px){#s-76cd671f-95d5-47dd-962f-ec907632f653 {
  margin: 0 !important;
  overflow: visible;
}

#s-76cd671f-95d5-47dd-962f-ec907632f653-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-76cd671f-95d5-47dd-962f-ec907632f653 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76cd671f-95d5-47dd-962f-ec907632f653 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76cd671f-95d5-47dd-962f-ec907632f653 img.shogun-image {
  /* Add background color handling */
  
}

#s-76cd671f-95d5-47dd-962f-ec907632f653 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76cd671f-95d5-47dd-962f-ec907632f653 .shg-image-content-wrapper {
      aspect-ratio: 733/900;
      min-width: 100%;
      height: auto;
    }

    #s-76cd671f-95d5-47dd-962f-ec907632f653 .shogun-image-link {
      aspect-ratio: 733/900;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76cd671f-95d5-47dd-962f-ec907632f653 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76cd671f-95d5-47dd-962f-ec907632f653.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76cd671f-95d5-47dd-962f-ec907632f653 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1430px;
  }



  img.s-76cd671f-95d5-47dd-962f-ec907632f653.shogun-image {
    
    
    
    max-height: 1430px;
  }


.s-76cd671f-95d5-47dd-962f-ec907632f653 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76cd671f-95d5-47dd-962f-ec907632f653.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76cd671f-95d5-47dd-962f-ec907632f653.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76cd671f-95d5-47dd-962f-ec907632f653.shogun-image {
  box-sizing: border-box;
}



.s-76cd671f-95d5-47dd-962f-ec907632f653 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-76cd671f-95d5-47dd-962f-ec907632f653 {
      --shg-aspect-ratio: calc(733/900); 
    }

    .s-76cd671f-95d5-47dd-962f-ec907632f653.shogun-image-container {
      position: relative;
    }

    .s-76cd671f-95d5-47dd-962f-ec907632f653.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76cd671f-95d5-47dd-962f-ec907632f653.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76cd671f-95d5-47dd-962f-ec907632f653 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1430px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-76cd671f-95d5-47dd-962f-ec907632f653 {
  margin: 0 !important;
  overflow: visible;
}

#s-76cd671f-95d5-47dd-962f-ec907632f653-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-76cd671f-95d5-47dd-962f-ec907632f653 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76cd671f-95d5-47dd-962f-ec907632f653 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76cd671f-95d5-47dd-962f-ec907632f653 img.shogun-image {
  /* Add background color handling */
  
}

#s-76cd671f-95d5-47dd-962f-ec907632f653 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76cd671f-95d5-47dd-962f-ec907632f653 .shg-image-content-wrapper {
      aspect-ratio: 733/900;
      min-width: 100%;
      height: auto;
    }

    #s-76cd671f-95d5-47dd-962f-ec907632f653 .shogun-image-link {
      aspect-ratio: 733/900;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76cd671f-95d5-47dd-962f-ec907632f653 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76cd671f-95d5-47dd-962f-ec907632f653.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76cd671f-95d5-47dd-962f-ec907632f653 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1430px;
  }



  img.s-76cd671f-95d5-47dd-962f-ec907632f653.shogun-image {
    
    
    
    max-height: 1430px;
  }


.s-76cd671f-95d5-47dd-962f-ec907632f653 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76cd671f-95d5-47dd-962f-ec907632f653.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76cd671f-95d5-47dd-962f-ec907632f653.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76cd671f-95d5-47dd-962f-ec907632f653.shogun-image {
  box-sizing: border-box;
}



.s-76cd671f-95d5-47dd-962f-ec907632f653 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-76cd671f-95d5-47dd-962f-ec907632f653 {
      --shg-aspect-ratio: calc(733/900); 
    }

    .s-76cd671f-95d5-47dd-962f-ec907632f653.shogun-image-container {
      position: relative;
    }

    .s-76cd671f-95d5-47dd-962f-ec907632f653.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76cd671f-95d5-47dd-962f-ec907632f653.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76cd671f-95d5-47dd-962f-ec907632f653 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1430px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-76cd671f-95d5-47dd-962f-ec907632f653 {
  margin: 0 !important;
  overflow: visible;
}

#s-76cd671f-95d5-47dd-962f-ec907632f653-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-76cd671f-95d5-47dd-962f-ec907632f653 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76cd671f-95d5-47dd-962f-ec907632f653 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76cd671f-95d5-47dd-962f-ec907632f653 img.shogun-image {
  /* Add background color handling */
  
}

#s-76cd671f-95d5-47dd-962f-ec907632f653 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76cd671f-95d5-47dd-962f-ec907632f653 .shg-image-content-wrapper {
      aspect-ratio: 733/900;
      min-width: 100%;
      height: auto;
    }

    #s-76cd671f-95d5-47dd-962f-ec907632f653 .shogun-image-link {
      aspect-ratio: 733/900;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76cd671f-95d5-47dd-962f-ec907632f653 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76cd671f-95d5-47dd-962f-ec907632f653.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76cd671f-95d5-47dd-962f-ec907632f653 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1430px;
  }



  img.s-76cd671f-95d5-47dd-962f-ec907632f653.shogun-image {
    
    
    
    max-height: 1430px;
  }


.s-76cd671f-95d5-47dd-962f-ec907632f653 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76cd671f-95d5-47dd-962f-ec907632f653.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76cd671f-95d5-47dd-962f-ec907632f653.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76cd671f-95d5-47dd-962f-ec907632f653.shogun-image {
  box-sizing: border-box;
}



.s-76cd671f-95d5-47dd-962f-ec907632f653 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-76cd671f-95d5-47dd-962f-ec907632f653 {
      --shg-aspect-ratio: calc(733/900); 
    }

    .s-76cd671f-95d5-47dd-962f-ec907632f653.shogun-image-container {
      position: relative;
    }

    .s-76cd671f-95d5-47dd-962f-ec907632f653.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76cd671f-95d5-47dd-962f-ec907632f653.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76cd671f-95d5-47dd-962f-ec907632f653 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1430px;
    }
  }

}@media (max-width: 767px){#s-76cd671f-95d5-47dd-962f-ec907632f653 {
  margin: 0 !important;
  overflow: visible;
}

#s-76cd671f-95d5-47dd-962f-ec907632f653-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-76cd671f-95d5-47dd-962f-ec907632f653 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76cd671f-95d5-47dd-962f-ec907632f653 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76cd671f-95d5-47dd-962f-ec907632f653 img.shogun-image {
  /* Add background color handling */
  
}

#s-76cd671f-95d5-47dd-962f-ec907632f653 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76cd671f-95d5-47dd-962f-ec907632f653 .shg-image-content-wrapper {
      aspect-ratio: 733/900;
      min-width: 100%;
      height: auto;
    }

    #s-76cd671f-95d5-47dd-962f-ec907632f653 .shogun-image-link {
      aspect-ratio: 733/900;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76cd671f-95d5-47dd-962f-ec907632f653 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76cd671f-95d5-47dd-962f-ec907632f653.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76cd671f-95d5-47dd-962f-ec907632f653 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1430px;
  }



  img.s-76cd671f-95d5-47dd-962f-ec907632f653.shogun-image {
    
    
    
    max-height: 1430px;
  }


.s-76cd671f-95d5-47dd-962f-ec907632f653 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76cd671f-95d5-47dd-962f-ec907632f653.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76cd671f-95d5-47dd-962f-ec907632f653.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76cd671f-95d5-47dd-962f-ec907632f653.shogun-image {
  box-sizing: border-box;
}



.s-76cd671f-95d5-47dd-962f-ec907632f653 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-76cd671f-95d5-47dd-962f-ec907632f653 {
      --shg-aspect-ratio: calc(733/900); 
    }

    .s-76cd671f-95d5-47dd-962f-ec907632f653.shogun-image-container {
      position: relative;
    }

    .s-76cd671f-95d5-47dd-962f-ec907632f653.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76cd671f-95d5-47dd-962f-ec907632f653.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76cd671f-95d5-47dd-962f-ec907632f653 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1430px;
    }
  }

}
#s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 {
  margin-left: auto;
margin-right: auto;
max-width: 705px;
aspect-ratio: 704/632;
text-align: center;
}
@media (max-width: 767px){#s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 {
  margin-top: 20px;
margin-bottom: 0px;
}
}
#s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 {
  margin: 0 !important;
  overflow: visible;
}

#s-06312f0d-ca52-4626-bd99-dd9d4c108ce5-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-06312f0d-ca52-4626-bd99-dd9d4c108ce5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 img.shogun-image {
  /* Add background color handling */
  
}

#s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 .shg-image-content-wrapper {
      aspect-ratio: 704/632;
      min-width: 100%;
      height: auto;
    }

    #s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 .shogun-image-link {
      aspect-ratio: 704/632;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 705px;
  }



  img.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shogun-image {
    
    
    
    max-height: 705px;
  }


.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shogun-image {
  box-sizing: border-box;
}


.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 {
      --shg-aspect-ratio: calc(704/632); 
    }

    .s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shogun-image-container {
      position: relative;
    }

    .s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 705px;
    }
  }

@media (min-width: 1200px){#s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 {
  margin: 0 !important;
  overflow: visible;
}

#s-06312f0d-ca52-4626-bd99-dd9d4c108ce5-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-06312f0d-ca52-4626-bd99-dd9d4c108ce5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 img.shogun-image {
  /* Add background color handling */
  
}

#s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 .shg-image-content-wrapper {
      aspect-ratio: 704/632;
      min-width: 100%;
      height: auto;
    }

    #s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 .shogun-image-link {
      aspect-ratio: 704/632;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 705px;
  }



  img.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shogun-image {
    
    
    
    max-height: 705px;
  }


.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shogun-image {
  box-sizing: border-box;
}


.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 {
      --shg-aspect-ratio: calc(704/632); 
    }

    .s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shogun-image-container {
      position: relative;
    }

    .s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 705px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 {
  margin: 0 !important;
  overflow: visible;
}

#s-06312f0d-ca52-4626-bd99-dd9d4c108ce5-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-06312f0d-ca52-4626-bd99-dd9d4c108ce5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 img.shogun-image {
  /* Add background color handling */
  
}

#s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 .shg-image-content-wrapper {
      aspect-ratio: 704/632;
      min-width: 100%;
      height: auto;
    }

    #s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 .shogun-image-link {
      aspect-ratio: 704/632;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 705px;
  }



  img.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shogun-image {
    
    
    
    max-height: 705px;
  }


.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shogun-image {
  box-sizing: border-box;
}


.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 {
      --shg-aspect-ratio: calc(704/632); 
    }

    .s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shogun-image-container {
      position: relative;
    }

    .s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 705px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 {
  margin: 0 !important;
  overflow: visible;
}

#s-06312f0d-ca52-4626-bd99-dd9d4c108ce5-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-06312f0d-ca52-4626-bd99-dd9d4c108ce5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 img.shogun-image {
  /* Add background color handling */
  
}

#s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 .shg-image-content-wrapper {
      aspect-ratio: 704/632;
      min-width: 100%;
      height: auto;
    }

    #s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 .shogun-image-link {
      aspect-ratio: 704/632;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 705px;
  }



  img.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shogun-image {
    
    
    
    max-height: 705px;
  }


.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shogun-image {
  box-sizing: border-box;
}


.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 {
      --shg-aspect-ratio: calc(704/632); 
    }

    .s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shogun-image-container {
      position: relative;
    }

    .s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 705px;
    }
  }

}@media (max-width: 767px){#s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 {
  margin: 0 !important;
  overflow: visible;
}

#s-06312f0d-ca52-4626-bd99-dd9d4c108ce5-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-06312f0d-ca52-4626-bd99-dd9d4c108ce5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 img.shogun-image {
  /* Add background color handling */
  
}

#s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 .shg-image-content-wrapper {
      aspect-ratio: 704/632;
      min-width: 100%;
      height: auto;
    }

    #s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 .shogun-image-link {
      aspect-ratio: 704/632;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 705px;
  }



  img.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shogun-image {
    
    
    
    max-height: 705px;
  }


.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shogun-image {
  box-sizing: border-box;
}


.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 {
      --shg-aspect-ratio: calc(704/632); 
    }

    .s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shogun-image-container {
      position: relative;
    }

    .s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06312f0d-ca52-4626-bd99-dd9d4c108ce5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06312f0d-ca52-4626-bd99-dd9d4c108ce5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 705px;
    }
  }

}
#s-3af3366c-99ec-4aae-8e02-444bb25011c2 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3af3366c-99ec-4aae-8e02-444bb25011c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3af3366c-99ec-4aae-8e02-444bb25011c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3af3366c-99ec-4aae-8e02-444bb25011c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3af3366c-99ec-4aae-8e02-444bb25011c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7b55cda7-36f2-4abf-bb96-e49314e58a65 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 704/468;
text-align: center;
}
@media (max-width: 767px){#s-7b55cda7-36f2-4abf-bb96-e49314e58a65 {
  margin-top: 0px;
margin-bottom: 20px;
}
}
#s-7b55cda7-36f2-4abf-bb96-e49314e58a65 {
  margin: 0 !important;
  overflow: visible;
}

#s-7b55cda7-36f2-4abf-bb96-e49314e58a65-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-7b55cda7-36f2-4abf-bb96-e49314e58a65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7b55cda7-36f2-4abf-bb96-e49314e58a65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7b55cda7-36f2-4abf-bb96-e49314e58a65 img.shogun-image {
  /* Add background color handling */
  
}

#s-7b55cda7-36f2-4abf-bb96-e49314e58a65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b55cda7-36f2-4abf-bb96-e49314e58a65 .shg-image-content-wrapper {
      aspect-ratio: 704/468;
      min-width: 100%;
      height: auto;
    }

    #s-7b55cda7-36f2-4abf-bb96-e49314e58a65 .shogun-image-link {
      aspect-ratio: 704/468;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b55cda7-36f2-4abf-bb96-e49314e58a65 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b55cda7-36f2-4abf-bb96-e49314e58a65 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-7b55cda7-36f2-4abf-bb96-e49314e58a65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shogun-image {
  box-sizing: border-box;
}



.s-7b55cda7-36f2-4abf-bb96-e49314e58a65 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7b55cda7-36f2-4abf-bb96-e49314e58a65 {
      --shg-aspect-ratio: calc(704/468); 
    }

    .s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shogun-image-container {
      position: relative;
    }

    .s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b55cda7-36f2-4abf-bb96-e49314e58a65 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){#s-7b55cda7-36f2-4abf-bb96-e49314e58a65 {
  margin: 0 !important;
  overflow: visible;
}

#s-7b55cda7-36f2-4abf-bb96-e49314e58a65-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-7b55cda7-36f2-4abf-bb96-e49314e58a65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7b55cda7-36f2-4abf-bb96-e49314e58a65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7b55cda7-36f2-4abf-bb96-e49314e58a65 img.shogun-image {
  /* Add background color handling */
  
}

#s-7b55cda7-36f2-4abf-bb96-e49314e58a65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b55cda7-36f2-4abf-bb96-e49314e58a65 .shg-image-content-wrapper {
      aspect-ratio: 704/468;
      min-width: 100%;
      height: auto;
    }

    #s-7b55cda7-36f2-4abf-bb96-e49314e58a65 .shogun-image-link {
      aspect-ratio: 704/468;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b55cda7-36f2-4abf-bb96-e49314e58a65 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b55cda7-36f2-4abf-bb96-e49314e58a65 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-7b55cda7-36f2-4abf-bb96-e49314e58a65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shogun-image {
  box-sizing: border-box;
}



.s-7b55cda7-36f2-4abf-bb96-e49314e58a65 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7b55cda7-36f2-4abf-bb96-e49314e58a65 {
      --shg-aspect-ratio: calc(704/468); 
    }

    .s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shogun-image-container {
      position: relative;
    }

    .s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b55cda7-36f2-4abf-bb96-e49314e58a65 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7b55cda7-36f2-4abf-bb96-e49314e58a65 {
  margin: 0 !important;
  overflow: visible;
}

#s-7b55cda7-36f2-4abf-bb96-e49314e58a65-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-7b55cda7-36f2-4abf-bb96-e49314e58a65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7b55cda7-36f2-4abf-bb96-e49314e58a65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7b55cda7-36f2-4abf-bb96-e49314e58a65 img.shogun-image {
  /* Add background color handling */
  
}

#s-7b55cda7-36f2-4abf-bb96-e49314e58a65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b55cda7-36f2-4abf-bb96-e49314e58a65 .shg-image-content-wrapper {
      aspect-ratio: 704/468;
      min-width: 100%;
      height: auto;
    }

    #s-7b55cda7-36f2-4abf-bb96-e49314e58a65 .shogun-image-link {
      aspect-ratio: 704/468;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b55cda7-36f2-4abf-bb96-e49314e58a65 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b55cda7-36f2-4abf-bb96-e49314e58a65 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-7b55cda7-36f2-4abf-bb96-e49314e58a65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shogun-image {
  box-sizing: border-box;
}



.s-7b55cda7-36f2-4abf-bb96-e49314e58a65 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7b55cda7-36f2-4abf-bb96-e49314e58a65 {
      --shg-aspect-ratio: calc(704/468); 
    }

    .s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shogun-image-container {
      position: relative;
    }

    .s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b55cda7-36f2-4abf-bb96-e49314e58a65 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7b55cda7-36f2-4abf-bb96-e49314e58a65 {
  margin: 0 !important;
  overflow: visible;
}

#s-7b55cda7-36f2-4abf-bb96-e49314e58a65-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-7b55cda7-36f2-4abf-bb96-e49314e58a65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7b55cda7-36f2-4abf-bb96-e49314e58a65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7b55cda7-36f2-4abf-bb96-e49314e58a65 img.shogun-image {
  /* Add background color handling */
  
}

#s-7b55cda7-36f2-4abf-bb96-e49314e58a65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b55cda7-36f2-4abf-bb96-e49314e58a65 .shg-image-content-wrapper {
      aspect-ratio: 704/468;
      min-width: 100%;
      height: auto;
    }

    #s-7b55cda7-36f2-4abf-bb96-e49314e58a65 .shogun-image-link {
      aspect-ratio: 704/468;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b55cda7-36f2-4abf-bb96-e49314e58a65 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b55cda7-36f2-4abf-bb96-e49314e58a65 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-7b55cda7-36f2-4abf-bb96-e49314e58a65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shogun-image {
  box-sizing: border-box;
}



.s-7b55cda7-36f2-4abf-bb96-e49314e58a65 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7b55cda7-36f2-4abf-bb96-e49314e58a65 {
      --shg-aspect-ratio: calc(704/468); 
    }

    .s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shogun-image-container {
      position: relative;
    }

    .s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b55cda7-36f2-4abf-bb96-e49314e58a65 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (max-width: 767px){#s-7b55cda7-36f2-4abf-bb96-e49314e58a65 {
  margin: 0 !important;
  overflow: visible;
}

#s-7b55cda7-36f2-4abf-bb96-e49314e58a65-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-7b55cda7-36f2-4abf-bb96-e49314e58a65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-7b55cda7-36f2-4abf-bb96-e49314e58a65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7b55cda7-36f2-4abf-bb96-e49314e58a65 img.shogun-image {
  /* Add background color handling */
  
}

#s-7b55cda7-36f2-4abf-bb96-e49314e58a65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b55cda7-36f2-4abf-bb96-e49314e58a65 .shg-image-content-wrapper {
      aspect-ratio: 704/468;
      min-width: 100%;
      height: auto;
    }

    #s-7b55cda7-36f2-4abf-bb96-e49314e58a65 .shogun-image-link {
      aspect-ratio: 704/468;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b55cda7-36f2-4abf-bb96-e49314e58a65 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b55cda7-36f2-4abf-bb96-e49314e58a65 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-7b55cda7-36f2-4abf-bb96-e49314e58a65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shogun-image {
  box-sizing: border-box;
}



.s-7b55cda7-36f2-4abf-bb96-e49314e58a65 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7b55cda7-36f2-4abf-bb96-e49314e58a65 {
      --shg-aspect-ratio: calc(704/468); 
    }

    .s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shogun-image-container {
      position: relative;
    }

    .s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b55cda7-36f2-4abf-bb96-e49314e58a65.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b55cda7-36f2-4abf-bb96-e49314e58a65 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-d1ba7359-a21c-4e20-acb9-7bc22e29145b {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 701/468;
text-align: center;
}
@media (max-width: 767px){#s-d1ba7359-a21c-4e20-acb9-7bc22e29145b {
  margin-top: 0px;
margin-bottom: 20px;
}
}
#s-d1ba7359-a21c-4e20-acb9-7bc22e29145b {
  margin: 0 !important;
  overflow: visible;
}

#s-d1ba7359-a21c-4e20-acb9-7bc22e29145b-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-d1ba7359-a21c-4e20-acb9-7bc22e29145b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1ba7359-a21c-4e20-acb9-7bc22e29145b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1ba7359-a21c-4e20-acb9-7bc22e29145b img.shogun-image {
  /* Add background color handling */
  
}

#s-d1ba7359-a21c-4e20-acb9-7bc22e29145b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1ba7359-a21c-4e20-acb9-7bc22e29145b .shg-image-content-wrapper {
      aspect-ratio: 701/468;
      min-width: 100%;
      height: auto;
    }

    #s-d1ba7359-a21c-4e20-acb9-7bc22e29145b .shogun-image-link {
      aspect-ratio: 701/468;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1ba7359-a21c-4e20-acb9-7bc22e29145b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1ba7359-a21c-4e20-acb9-7bc22e29145b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-d1ba7359-a21c-4e20-acb9-7bc22e29145b .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shogun-image {
  box-sizing: border-box;
}



.s-d1ba7359-a21c-4e20-acb9-7bc22e29145b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1ba7359-a21c-4e20-acb9-7bc22e29145b {
      --shg-aspect-ratio: calc(701/468); 
    }

    .s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shogun-image-container {
      position: relative;
    }

    .s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1ba7359-a21c-4e20-acb9-7bc22e29145b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){#s-d1ba7359-a21c-4e20-acb9-7bc22e29145b {
  margin: 0 !important;
  overflow: visible;
}

#s-d1ba7359-a21c-4e20-acb9-7bc22e29145b-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-d1ba7359-a21c-4e20-acb9-7bc22e29145b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1ba7359-a21c-4e20-acb9-7bc22e29145b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1ba7359-a21c-4e20-acb9-7bc22e29145b img.shogun-image {
  /* Add background color handling */
  
}

#s-d1ba7359-a21c-4e20-acb9-7bc22e29145b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1ba7359-a21c-4e20-acb9-7bc22e29145b .shg-image-content-wrapper {
      aspect-ratio: 701/468;
      min-width: 100%;
      height: auto;
    }

    #s-d1ba7359-a21c-4e20-acb9-7bc22e29145b .shogun-image-link {
      aspect-ratio: 701/468;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1ba7359-a21c-4e20-acb9-7bc22e29145b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1ba7359-a21c-4e20-acb9-7bc22e29145b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-d1ba7359-a21c-4e20-acb9-7bc22e29145b .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shogun-image {
  box-sizing: border-box;
}



.s-d1ba7359-a21c-4e20-acb9-7bc22e29145b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1ba7359-a21c-4e20-acb9-7bc22e29145b {
      --shg-aspect-ratio: calc(701/468); 
    }

    .s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shogun-image-container {
      position: relative;
    }

    .s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1ba7359-a21c-4e20-acb9-7bc22e29145b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d1ba7359-a21c-4e20-acb9-7bc22e29145b {
  margin: 0 !important;
  overflow: visible;
}

#s-d1ba7359-a21c-4e20-acb9-7bc22e29145b-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-d1ba7359-a21c-4e20-acb9-7bc22e29145b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1ba7359-a21c-4e20-acb9-7bc22e29145b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1ba7359-a21c-4e20-acb9-7bc22e29145b img.shogun-image {
  /* Add background color handling */
  
}

#s-d1ba7359-a21c-4e20-acb9-7bc22e29145b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1ba7359-a21c-4e20-acb9-7bc22e29145b .shg-image-content-wrapper {
      aspect-ratio: 701/468;
      min-width: 100%;
      height: auto;
    }

    #s-d1ba7359-a21c-4e20-acb9-7bc22e29145b .shogun-image-link {
      aspect-ratio: 701/468;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1ba7359-a21c-4e20-acb9-7bc22e29145b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1ba7359-a21c-4e20-acb9-7bc22e29145b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-d1ba7359-a21c-4e20-acb9-7bc22e29145b .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shogun-image {
  box-sizing: border-box;
}



.s-d1ba7359-a21c-4e20-acb9-7bc22e29145b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1ba7359-a21c-4e20-acb9-7bc22e29145b {
      --shg-aspect-ratio: calc(701/468); 
    }

    .s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shogun-image-container {
      position: relative;
    }

    .s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1ba7359-a21c-4e20-acb9-7bc22e29145b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d1ba7359-a21c-4e20-acb9-7bc22e29145b {
  margin: 0 !important;
  overflow: visible;
}

#s-d1ba7359-a21c-4e20-acb9-7bc22e29145b-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-d1ba7359-a21c-4e20-acb9-7bc22e29145b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1ba7359-a21c-4e20-acb9-7bc22e29145b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1ba7359-a21c-4e20-acb9-7bc22e29145b img.shogun-image {
  /* Add background color handling */
  
}

#s-d1ba7359-a21c-4e20-acb9-7bc22e29145b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1ba7359-a21c-4e20-acb9-7bc22e29145b .shg-image-content-wrapper {
      aspect-ratio: 701/468;
      min-width: 100%;
      height: auto;
    }

    #s-d1ba7359-a21c-4e20-acb9-7bc22e29145b .shogun-image-link {
      aspect-ratio: 701/468;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1ba7359-a21c-4e20-acb9-7bc22e29145b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1ba7359-a21c-4e20-acb9-7bc22e29145b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-d1ba7359-a21c-4e20-acb9-7bc22e29145b .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shogun-image {
  box-sizing: border-box;
}



.s-d1ba7359-a21c-4e20-acb9-7bc22e29145b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1ba7359-a21c-4e20-acb9-7bc22e29145b {
      --shg-aspect-ratio: calc(701/468); 
    }

    .s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shogun-image-container {
      position: relative;
    }

    .s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1ba7359-a21c-4e20-acb9-7bc22e29145b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (max-width: 767px){#s-d1ba7359-a21c-4e20-acb9-7bc22e29145b {
  margin: 0 !important;
  overflow: visible;
}

#s-d1ba7359-a21c-4e20-acb9-7bc22e29145b-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-d1ba7359-a21c-4e20-acb9-7bc22e29145b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-d1ba7359-a21c-4e20-acb9-7bc22e29145b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1ba7359-a21c-4e20-acb9-7bc22e29145b img.shogun-image {
  /* Add background color handling */
  
}

#s-d1ba7359-a21c-4e20-acb9-7bc22e29145b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1ba7359-a21c-4e20-acb9-7bc22e29145b .shg-image-content-wrapper {
      aspect-ratio: 701/468;
      min-width: 100%;
      height: auto;
    }

    #s-d1ba7359-a21c-4e20-acb9-7bc22e29145b .shogun-image-link {
      aspect-ratio: 701/468;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1ba7359-a21c-4e20-acb9-7bc22e29145b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1ba7359-a21c-4e20-acb9-7bc22e29145b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-d1ba7359-a21c-4e20-acb9-7bc22e29145b .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shogun-image {
  box-sizing: border-box;
}



.s-d1ba7359-a21c-4e20-acb9-7bc22e29145b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1ba7359-a21c-4e20-acb9-7bc22e29145b {
      --shg-aspect-ratio: calc(701/468); 
    }

    .s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shogun-image-container {
      position: relative;
    }

    .s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1ba7359-a21c-4e20-acb9-7bc22e29145b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1ba7359-a21c-4e20-acb9-7bc22e29145b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 705/468;
text-align: center;
}

#s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 {
  margin: 0 !important;
  overflow: visible;
}

#s-85f0b9dd-6e68-4766-b2b7-565637ae7e84-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-85f0b9dd-6e68-4766-b2b7-565637ae7e84 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 img.shogun-image {
  /* Add background color handling */
  
}

#s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 .shg-image-content-wrapper {
      aspect-ratio: 705/468;
      min-width: 100%;
      height: auto;
    }

    #s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 .shogun-image-link {
      aspect-ratio: 705/468;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shogun-image {
  box-sizing: border-box;
}



.s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 {
      --shg-aspect-ratio: calc(705/468); 
    }

    .s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shogun-image-container {
      position: relative;
    }

    .s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

@media (min-width: 1200px){#s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 {
  margin: 0 !important;
  overflow: visible;
}

#s-85f0b9dd-6e68-4766-b2b7-565637ae7e84-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-85f0b9dd-6e68-4766-b2b7-565637ae7e84 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 img.shogun-image {
  /* Add background color handling */
  
}

#s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 .shg-image-content-wrapper {
      aspect-ratio: 705/468;
      min-width: 100%;
      height: auto;
    }

    #s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 .shogun-image-link {
      aspect-ratio: 705/468;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shogun-image {
  box-sizing: border-box;
}



.s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 {
      --shg-aspect-ratio: calc(705/468); 
    }

    .s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shogun-image-container {
      position: relative;
    }

    .s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 {
  margin: 0 !important;
  overflow: visible;
}

#s-85f0b9dd-6e68-4766-b2b7-565637ae7e84-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-85f0b9dd-6e68-4766-b2b7-565637ae7e84 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 img.shogun-image {
  /* Add background color handling */
  
}

#s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 .shg-image-content-wrapper {
      aspect-ratio: 705/468;
      min-width: 100%;
      height: auto;
    }

    #s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 .shogun-image-link {
      aspect-ratio: 705/468;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shogun-image {
  box-sizing: border-box;
}



.s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 {
      --shg-aspect-ratio: calc(705/468); 
    }

    .s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shogun-image-container {
      position: relative;
    }

    .s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 {
  margin: 0 !important;
  overflow: visible;
}

#s-85f0b9dd-6e68-4766-b2b7-565637ae7e84-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-85f0b9dd-6e68-4766-b2b7-565637ae7e84 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 img.shogun-image {
  /* Add background color handling */
  
}

#s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 .shg-image-content-wrapper {
      aspect-ratio: 705/468;
      min-width: 100%;
      height: auto;
    }

    #s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 .shogun-image-link {
      aspect-ratio: 705/468;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shogun-image {
  box-sizing: border-box;
}



.s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 {
      --shg-aspect-ratio: calc(705/468); 
    }

    .s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shogun-image-container {
      position: relative;
    }

    .s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}@media (max-width: 767px){#s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 {
  margin: 0 !important;
  overflow: visible;
}

#s-85f0b9dd-6e68-4766-b2b7-565637ae7e84-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-85f0b9dd-6e68-4766-b2b7-565637ae7e84 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 img.shogun-image {
  /* Add background color handling */
  
}

#s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 .shg-image-content-wrapper {
      aspect-ratio: 705/468;
      min-width: 100%;
      height: auto;
    }

    #s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 .shogun-image-link {
      aspect-ratio: 705/468;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100%;
  }



  img.s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shogun-image {
  box-sizing: border-box;
}



.s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 {
      --shg-aspect-ratio: calc(705/468); 
    }

    .s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shogun-image-container {
      position: relative;
    }

    .s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85f0b9dd-6e68-4766-b2b7-565637ae7e84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85f0b9dd-6e68-4766-b2b7-565637ae7e84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100%;
    }
  }

}
#s-03a9f5f6-2e12-4e86-8a0b-60c01af9f6ff {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1450px;
}








#s-03a9f5f6-2e12-4e86-8a0b-60c01af9f6ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-03a9f5f6-2e12-4e86-8a0b-60c01af9f6ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6b8fdf2-9bba-4a5e-afea-059536abad4e {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
}

#s-55a72beb-f94c-4510-b49b-a36420a1b409 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

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