.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
background-color: rgba(0, 0, 0, 1);
}








#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-1e0dadfa-2c37-4c10-a490-ef4b45b16bd2 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1e0dadfa-2c37-4c10-a490-ef4b45b16bd2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  letter-spacing: 0px;
  text-align: left;
}



.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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-336fbaf9-2b29-413b-8e31-97a67bf4f9d6 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-336fbaf9-2b29-413b-8e31-97a67bf4f9d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-336fbaf9-2b29-413b-8e31-97a67bf4f9d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-336fbaf9-2b29-413b-8e31-97a67bf4f9d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-336fbaf9-2b29-413b-8e31-97a67bf4f9d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-e69fd0c4-e194-4055-9505-5ace662b3e5a {
  margin-left: auto;
margin-right: auto;
max-width: 3992px;
text-align: center;
}

#s-e69fd0c4-e194-4055-9505-5ace662b3e5a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e69fd0c4-e194-4055-9505-5ace662b3e5a-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-e69fd0c4-e194-4055-9505-5ace662b3e5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e69fd0c4-e194-4055-9505-5ace662b3e5a .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-e69fd0c4-e194-4055-9505-5ace662b3e5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e69fd0c4-e194-4055-9505-5ace662b3e5a img.shogun-image {
  width: 100%;
  
  
  max-width: 3992px;

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




.s-e69fd0c4-e194-4055-9505-5ace662b3e5a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e69fd0c4-e194-4055-9505-5ace662b3e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e69fd0c4-e194-4055-9505-5ace662b3e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e69fd0c4-e194-4055-9505-5ace662b3e5a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e69fd0c4-e194-4055-9505-5ace662b3e5a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e69fd0c4-e194-4055-9505-5ace662b3e5a-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-e69fd0c4-e194-4055-9505-5ace662b3e5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e69fd0c4-e194-4055-9505-5ace662b3e5a .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-e69fd0c4-e194-4055-9505-5ace662b3e5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e69fd0c4-e194-4055-9505-5ace662b3e5a img.shogun-image {
  width: 100%;
  
  
  

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




.s-e69fd0c4-e194-4055-9505-5ace662b3e5a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e69fd0c4-e194-4055-9505-5ace662b3e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e69fd0c4-e194-4055-9505-5ace662b3e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e69fd0c4-e194-4055-9505-5ace662b3e5a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e69fd0c4-e194-4055-9505-5ace662b3e5a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e69fd0c4-e194-4055-9505-5ace662b3e5a-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-e69fd0c4-e194-4055-9505-5ace662b3e5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e69fd0c4-e194-4055-9505-5ace662b3e5a .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-e69fd0c4-e194-4055-9505-5ace662b3e5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e69fd0c4-e194-4055-9505-5ace662b3e5a img.shogun-image {
  width: 100%;
  
  
  

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




.s-e69fd0c4-e194-4055-9505-5ace662b3e5a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e69fd0c4-e194-4055-9505-5ace662b3e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e69fd0c4-e194-4055-9505-5ace662b3e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e69fd0c4-e194-4055-9505-5ace662b3e5a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e69fd0c4-e194-4055-9505-5ace662b3e5a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e69fd0c4-e194-4055-9505-5ace662b3e5a-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-e69fd0c4-e194-4055-9505-5ace662b3e5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e69fd0c4-e194-4055-9505-5ace662b3e5a .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-e69fd0c4-e194-4055-9505-5ace662b3e5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e69fd0c4-e194-4055-9505-5ace662b3e5a img.shogun-image {
  width: 100%;
  
  
  

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




.s-e69fd0c4-e194-4055-9505-5ace662b3e5a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e69fd0c4-e194-4055-9505-5ace662b3e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e69fd0c4-e194-4055-9505-5ace662b3e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e69fd0c4-e194-4055-9505-5ace662b3e5a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e69fd0c4-e194-4055-9505-5ace662b3e5a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e69fd0c4-e194-4055-9505-5ace662b3e5a-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-e69fd0c4-e194-4055-9505-5ace662b3e5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e69fd0c4-e194-4055-9505-5ace662b3e5a .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-e69fd0c4-e194-4055-9505-5ace662b3e5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e69fd0c4-e194-4055-9505-5ace662b3e5a img.shogun-image {
  width: 100%;
  
  
  

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




.s-e69fd0c4-e194-4055-9505-5ace662b3e5a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e69fd0c4-e194-4055-9505-5ace662b3e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e69fd0c4-e194-4055-9505-5ace662b3e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e69fd0c4-e194-4055-9505-5ace662b3e5a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-54bf9914-1989-4ecd-b276-b3e642339ceb {
  margin-left: auto;
margin-right: auto;
}

#s-54bf9914-1989-4ecd-b276-b3e642339ceb hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-fa307c86-3e59-4def-a768-e5da00a750a2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-fa307c86-3e59-4def-a768-e5da00a750a2 .shogun-heading-component h1 {
  color: rgba(155, 7, 198, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-cbb02078-3e8f-48f8-898d-cb30655ace1c {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-cbb02078-3e8f-48f8-898d-cb30655ace1c .shogun-countdown span, #s-cbb02078-3e8f-48f8-898d-cb30655ace1c .shogun-countdown label {
  color: rgba(11, 159, 177, 1);
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

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

#s-0f66b162-b76d-45c1-8c31-1774a1f9835f {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2MwZGNkNjMtMzA4Yy00ZTIxLWFlODctMDExZjI3ZGNiNDZjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMThkZGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjc2ODE4MTgxODE4MTgxODIiIHN0eWxlPSJzdG9wLWNvbG9yOiM2NTJhOTc7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM2NTJhOTc7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM2NTJhOTc7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzdjMGRjZDYzLTMwOGMtNGUyMS1hZTg3LTAxMWYyN2RjYjQ2YykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#18ddf4"}, {"id"=>3, "pos"=>0.7681818181818182, "color"=>"#652a97"}, {"id"=>2, "pos"=>1, "color"=>"#652a97"}, {"id"=>4, "pos"=>1, "color"=>"#652a97"}];
color: rgba(2, 2, 2, 1);
}
#s-0f66b162-b76d-45c1-8c31-1774a1f9835f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0f66b162-b76d-45c1-8c31-1774a1f9835f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0f66b162-b76d-45c1-8c31-1774a1f9835f-root {
    text-align: center;
  }


#s-0f66b162-b76d-45c1-8c31-1774a1f9835f.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0f66b162-b76d-45c1-8c31-1774a1f9835f-root {
    text-align: center;
  }


#s-0f66b162-b76d-45c1-8c31-1774a1f9835f.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f66b162-b76d-45c1-8c31-1774a1f9835f-root {
    text-align: center;
  }


#s-0f66b162-b76d-45c1-8c31-1774a1f9835f.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f66b162-b76d-45c1-8c31-1774a1f9835f-root {
    text-align: center;
  }


#s-0f66b162-b76d-45c1-8c31-1774a1f9835f.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0f66b162-b76d-45c1-8c31-1774a1f9835f-root {
    text-align: center;
  }


#s-0f66b162-b76d-45c1-8c31-1774a1f9835f.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}
#s-f8c676f0-f9af-483c-b7f1-2aaf116f88c3 {
  margin-left: auto;
margin-right: auto;
}

#s-f8c676f0-f9af-483c-b7f1-2aaf116f88c3 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-1f994bf4-0cdb-479a-a2ea-013a1516e93d {
  padding-top: 8px;
padding-left: 2%;
padding-bottom: 8px;
padding-right: 2%;
}

#s-e6cb862b-4f31-45e6-9c56-0112e6cfd1b7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-e6cb862b-4f31-45e6-9c56-0112e6cfd1b7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e6cb862b-4f31-45e6-9c56-0112e6cfd1b7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e6cb862b-4f31-45e6-9c56-0112e6cfd1b7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e6cb862b-4f31-45e6-9c56-0112e6cfd1b7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-f93905a1-b7e7-460a-ad52-ed9258be6137 {
  margin-left: auto;
margin-right: auto;
max-width: 1946px;
text-align: center;
}

#s-f93905a1-b7e7-460a-ad52-ed9258be6137 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f93905a1-b7e7-460a-ad52-ed9258be6137-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-f93905a1-b7e7-460a-ad52-ed9258be6137 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f93905a1-b7e7-460a-ad52-ed9258be6137 .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-f93905a1-b7e7-460a-ad52-ed9258be6137 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f93905a1-b7e7-460a-ad52-ed9258be6137 img.shogun-image {
  width: 100%;
  
  
  max-width: 1946px;

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




.s-f93905a1-b7e7-460a-ad52-ed9258be6137 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f93905a1-b7e7-460a-ad52-ed9258be6137.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f93905a1-b7e7-460a-ad52-ed9258be6137.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f93905a1-b7e7-460a-ad52-ed9258be6137.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f93905a1-b7e7-460a-ad52-ed9258be6137 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f93905a1-b7e7-460a-ad52-ed9258be6137-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-f93905a1-b7e7-460a-ad52-ed9258be6137 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f93905a1-b7e7-460a-ad52-ed9258be6137 .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-f93905a1-b7e7-460a-ad52-ed9258be6137 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f93905a1-b7e7-460a-ad52-ed9258be6137 img.shogun-image {
  width: 100%;
  
  
  

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




.s-f93905a1-b7e7-460a-ad52-ed9258be6137 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f93905a1-b7e7-460a-ad52-ed9258be6137.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f93905a1-b7e7-460a-ad52-ed9258be6137.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f93905a1-b7e7-460a-ad52-ed9258be6137.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f93905a1-b7e7-460a-ad52-ed9258be6137 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f93905a1-b7e7-460a-ad52-ed9258be6137-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-f93905a1-b7e7-460a-ad52-ed9258be6137 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f93905a1-b7e7-460a-ad52-ed9258be6137 .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-f93905a1-b7e7-460a-ad52-ed9258be6137 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f93905a1-b7e7-460a-ad52-ed9258be6137 img.shogun-image {
  width: 100%;
  
  
  

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




.s-f93905a1-b7e7-460a-ad52-ed9258be6137 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f93905a1-b7e7-460a-ad52-ed9258be6137.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f93905a1-b7e7-460a-ad52-ed9258be6137.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f93905a1-b7e7-460a-ad52-ed9258be6137.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f93905a1-b7e7-460a-ad52-ed9258be6137 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f93905a1-b7e7-460a-ad52-ed9258be6137-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-f93905a1-b7e7-460a-ad52-ed9258be6137 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f93905a1-b7e7-460a-ad52-ed9258be6137 .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-f93905a1-b7e7-460a-ad52-ed9258be6137 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f93905a1-b7e7-460a-ad52-ed9258be6137 img.shogun-image {
  width: 100%;
  
  
  

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




.s-f93905a1-b7e7-460a-ad52-ed9258be6137 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f93905a1-b7e7-460a-ad52-ed9258be6137.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f93905a1-b7e7-460a-ad52-ed9258be6137.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f93905a1-b7e7-460a-ad52-ed9258be6137.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f93905a1-b7e7-460a-ad52-ed9258be6137 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f93905a1-b7e7-460a-ad52-ed9258be6137-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-f93905a1-b7e7-460a-ad52-ed9258be6137 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f93905a1-b7e7-460a-ad52-ed9258be6137 .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-f93905a1-b7e7-460a-ad52-ed9258be6137 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f93905a1-b7e7-460a-ad52-ed9258be6137 img.shogun-image {
  width: 100%;
  
  
  

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




.s-f93905a1-b7e7-460a-ad52-ed9258be6137 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f93905a1-b7e7-460a-ad52-ed9258be6137.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f93905a1-b7e7-460a-ad52-ed9258be6137.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f93905a1-b7e7-460a-ad52-ed9258be6137.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




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

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

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

.shg-theme-text-content p {
  
  
  
}

#s-25c4f6a1-a454-4209-8fd9-bb590ccbe2a9 {
  margin-left: auto;
margin-right: auto;
}

#s-25c4f6a1-a454-4209-8fd9-bb590ccbe2a9 .shg-proportional-font-size,
#s-25c4f6a1-a454-4209-8fd9-bb590ccbe2a9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0a6eb694-854d-4067-aab4-01ed08ea0f9c {
  margin-left: auto;
margin-right: auto;
max-width: 886px;
text-align: center;
}

#s-0a6eb694-854d-4067-aab4-01ed08ea0f9c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0a6eb694-854d-4067-aab4-01ed08ea0f9c-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-0a6eb694-854d-4067-aab4-01ed08ea0f9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0a6eb694-854d-4067-aab4-01ed08ea0f9c .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-0a6eb694-854d-4067-aab4-01ed08ea0f9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0a6eb694-854d-4067-aab4-01ed08ea0f9c img.shogun-image {
  width: 100%;
  
  
  max-width: 886px;

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




.s-0a6eb694-854d-4067-aab4-01ed08ea0f9c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0a6eb694-854d-4067-aab4-01ed08ea0f9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a6eb694-854d-4067-aab4-01ed08ea0f9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a6eb694-854d-4067-aab4-01ed08ea0f9c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0a6eb694-854d-4067-aab4-01ed08ea0f9c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0a6eb694-854d-4067-aab4-01ed08ea0f9c-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-0a6eb694-854d-4067-aab4-01ed08ea0f9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0a6eb694-854d-4067-aab4-01ed08ea0f9c .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-0a6eb694-854d-4067-aab4-01ed08ea0f9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0a6eb694-854d-4067-aab4-01ed08ea0f9c img.shogun-image {
  width: 100%;
  
  
  

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




.s-0a6eb694-854d-4067-aab4-01ed08ea0f9c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0a6eb694-854d-4067-aab4-01ed08ea0f9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a6eb694-854d-4067-aab4-01ed08ea0f9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a6eb694-854d-4067-aab4-01ed08ea0f9c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0a6eb694-854d-4067-aab4-01ed08ea0f9c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0a6eb694-854d-4067-aab4-01ed08ea0f9c-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-0a6eb694-854d-4067-aab4-01ed08ea0f9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0a6eb694-854d-4067-aab4-01ed08ea0f9c .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-0a6eb694-854d-4067-aab4-01ed08ea0f9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0a6eb694-854d-4067-aab4-01ed08ea0f9c img.shogun-image {
  width: 100%;
  
  
  

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




.s-0a6eb694-854d-4067-aab4-01ed08ea0f9c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0a6eb694-854d-4067-aab4-01ed08ea0f9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a6eb694-854d-4067-aab4-01ed08ea0f9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a6eb694-854d-4067-aab4-01ed08ea0f9c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0a6eb694-854d-4067-aab4-01ed08ea0f9c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0a6eb694-854d-4067-aab4-01ed08ea0f9c-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-0a6eb694-854d-4067-aab4-01ed08ea0f9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0a6eb694-854d-4067-aab4-01ed08ea0f9c .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-0a6eb694-854d-4067-aab4-01ed08ea0f9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0a6eb694-854d-4067-aab4-01ed08ea0f9c img.shogun-image {
  width: 100%;
  
  
  

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




.s-0a6eb694-854d-4067-aab4-01ed08ea0f9c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0a6eb694-854d-4067-aab4-01ed08ea0f9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a6eb694-854d-4067-aab4-01ed08ea0f9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a6eb694-854d-4067-aab4-01ed08ea0f9c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0a6eb694-854d-4067-aab4-01ed08ea0f9c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0a6eb694-854d-4067-aab4-01ed08ea0f9c-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-0a6eb694-854d-4067-aab4-01ed08ea0f9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0a6eb694-854d-4067-aab4-01ed08ea0f9c .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-0a6eb694-854d-4067-aab4-01ed08ea0f9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0a6eb694-854d-4067-aab4-01ed08ea0f9c img.shogun-image {
  width: 100%;
  
  
  

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




.s-0a6eb694-854d-4067-aab4-01ed08ea0f9c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0a6eb694-854d-4067-aab4-01ed08ea0f9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a6eb694-854d-4067-aab4-01ed08ea0f9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a6eb694-854d-4067-aab4-01ed08ea0f9c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-980d5bd8-ba96-4091-8b49-f17d42c176e6 {
  margin-left: auto;
margin-right: auto;
}

#s-980d5bd8-ba96-4091-8b49-f17d42c176e6 .shg-proportional-font-size,
#s-980d5bd8-ba96-4091-8b49-f17d42c176e6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-85afff42-5bea-47ae-99c7-fd52ff01ad58 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-85afff42-5bea-47ae-99c7-fd52ff01ad58 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-85afff42-5bea-47ae-99c7-fd52ff01ad58-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-85afff42-5bea-47ae-99c7-fd52ff01ad58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-85afff42-5bea-47ae-99c7-fd52ff01ad58 .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-85afff42-5bea-47ae-99c7-fd52ff01ad58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-85afff42-5bea-47ae-99c7-fd52ff01ad58 img.shogun-image {
  width: 100%;
  
  
  

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




.s-85afff42-5bea-47ae-99c7-fd52ff01ad58 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-85afff42-5bea-47ae-99c7-fd52ff01ad58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85afff42-5bea-47ae-99c7-fd52ff01ad58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85afff42-5bea-47ae-99c7-fd52ff01ad58.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-85afff42-5bea-47ae-99c7-fd52ff01ad58 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-85afff42-5bea-47ae-99c7-fd52ff01ad58-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-85afff42-5bea-47ae-99c7-fd52ff01ad58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-85afff42-5bea-47ae-99c7-fd52ff01ad58 .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-85afff42-5bea-47ae-99c7-fd52ff01ad58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-85afff42-5bea-47ae-99c7-fd52ff01ad58 img.shogun-image {
  width: 100%;
  
  
  

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




.s-85afff42-5bea-47ae-99c7-fd52ff01ad58 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-85afff42-5bea-47ae-99c7-fd52ff01ad58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85afff42-5bea-47ae-99c7-fd52ff01ad58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85afff42-5bea-47ae-99c7-fd52ff01ad58.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-85afff42-5bea-47ae-99c7-fd52ff01ad58 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-85afff42-5bea-47ae-99c7-fd52ff01ad58-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-85afff42-5bea-47ae-99c7-fd52ff01ad58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-85afff42-5bea-47ae-99c7-fd52ff01ad58 .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-85afff42-5bea-47ae-99c7-fd52ff01ad58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-85afff42-5bea-47ae-99c7-fd52ff01ad58 img.shogun-image {
  width: 100%;
  
  
  

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




.s-85afff42-5bea-47ae-99c7-fd52ff01ad58 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-85afff42-5bea-47ae-99c7-fd52ff01ad58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85afff42-5bea-47ae-99c7-fd52ff01ad58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85afff42-5bea-47ae-99c7-fd52ff01ad58.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-85afff42-5bea-47ae-99c7-fd52ff01ad58 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-85afff42-5bea-47ae-99c7-fd52ff01ad58-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-85afff42-5bea-47ae-99c7-fd52ff01ad58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-85afff42-5bea-47ae-99c7-fd52ff01ad58 .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-85afff42-5bea-47ae-99c7-fd52ff01ad58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-85afff42-5bea-47ae-99c7-fd52ff01ad58 img.shogun-image {
  width: 100%;
  
  
  

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




.s-85afff42-5bea-47ae-99c7-fd52ff01ad58 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-85afff42-5bea-47ae-99c7-fd52ff01ad58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85afff42-5bea-47ae-99c7-fd52ff01ad58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85afff42-5bea-47ae-99c7-fd52ff01ad58.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-85afff42-5bea-47ae-99c7-fd52ff01ad58 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-85afff42-5bea-47ae-99c7-fd52ff01ad58-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-85afff42-5bea-47ae-99c7-fd52ff01ad58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-85afff42-5bea-47ae-99c7-fd52ff01ad58 .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-85afff42-5bea-47ae-99c7-fd52ff01ad58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-85afff42-5bea-47ae-99c7-fd52ff01ad58 img.shogun-image {
  width: 100%;
  
  
  

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




.s-85afff42-5bea-47ae-99c7-fd52ff01ad58 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-85afff42-5bea-47ae-99c7-fd52ff01ad58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85afff42-5bea-47ae-99c7-fd52ff01ad58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85afff42-5bea-47ae-99c7-fd52ff01ad58.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-cd82dee4-9044-4dc7-926d-4eb65224b47e {
  margin-left: auto;
margin-right: auto;
}

#s-cd82dee4-9044-4dc7-926d-4eb65224b47e .shg-proportional-font-size,
#s-cd82dee4-9044-4dc7-926d-4eb65224b47e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-43694a36-892e-4589-8513-eb48ca105b64 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-43694a36-892e-4589-8513-eb48ca105b64 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-43694a36-892e-4589-8513-eb48ca105b64-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-43694a36-892e-4589-8513-eb48ca105b64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-43694a36-892e-4589-8513-eb48ca105b64 .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-43694a36-892e-4589-8513-eb48ca105b64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-43694a36-892e-4589-8513-eb48ca105b64 img.shogun-image {
  width: 100%;
  
  
  

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




.s-43694a36-892e-4589-8513-eb48ca105b64 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-43694a36-892e-4589-8513-eb48ca105b64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43694a36-892e-4589-8513-eb48ca105b64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43694a36-892e-4589-8513-eb48ca105b64.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-43694a36-892e-4589-8513-eb48ca105b64 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-43694a36-892e-4589-8513-eb48ca105b64-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-43694a36-892e-4589-8513-eb48ca105b64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-43694a36-892e-4589-8513-eb48ca105b64 .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-43694a36-892e-4589-8513-eb48ca105b64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-43694a36-892e-4589-8513-eb48ca105b64 img.shogun-image {
  width: 100%;
  
  
  

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




.s-43694a36-892e-4589-8513-eb48ca105b64 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-43694a36-892e-4589-8513-eb48ca105b64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43694a36-892e-4589-8513-eb48ca105b64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43694a36-892e-4589-8513-eb48ca105b64.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-43694a36-892e-4589-8513-eb48ca105b64 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-43694a36-892e-4589-8513-eb48ca105b64-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-43694a36-892e-4589-8513-eb48ca105b64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-43694a36-892e-4589-8513-eb48ca105b64 .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-43694a36-892e-4589-8513-eb48ca105b64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-43694a36-892e-4589-8513-eb48ca105b64 img.shogun-image {
  width: 100%;
  
  
  

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




.s-43694a36-892e-4589-8513-eb48ca105b64 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-43694a36-892e-4589-8513-eb48ca105b64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43694a36-892e-4589-8513-eb48ca105b64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43694a36-892e-4589-8513-eb48ca105b64.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-43694a36-892e-4589-8513-eb48ca105b64 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-43694a36-892e-4589-8513-eb48ca105b64-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-43694a36-892e-4589-8513-eb48ca105b64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-43694a36-892e-4589-8513-eb48ca105b64 .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-43694a36-892e-4589-8513-eb48ca105b64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-43694a36-892e-4589-8513-eb48ca105b64 img.shogun-image {
  width: 100%;
  
  
  

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




.s-43694a36-892e-4589-8513-eb48ca105b64 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-43694a36-892e-4589-8513-eb48ca105b64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43694a36-892e-4589-8513-eb48ca105b64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43694a36-892e-4589-8513-eb48ca105b64.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-43694a36-892e-4589-8513-eb48ca105b64 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-43694a36-892e-4589-8513-eb48ca105b64-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-43694a36-892e-4589-8513-eb48ca105b64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-43694a36-892e-4589-8513-eb48ca105b64 .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-43694a36-892e-4589-8513-eb48ca105b64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-43694a36-892e-4589-8513-eb48ca105b64 img.shogun-image {
  width: 100%;
  
  
  

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




.s-43694a36-892e-4589-8513-eb48ca105b64 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-43694a36-892e-4589-8513-eb48ca105b64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43694a36-892e-4589-8513-eb48ca105b64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43694a36-892e-4589-8513-eb48ca105b64.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6be21300-cb91-4aff-88d3-55ba70cb0bab {
  margin-left: auto;
margin-right: auto;
}

#s-6be21300-cb91-4aff-88d3-55ba70cb0bab .shg-proportional-font-size,
#s-6be21300-cb91-4aff-88d3-55ba70cb0bab .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8638d3f1-7607-4726-a1d4-eeee1d6a8385 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-8638d3f1-7607-4726-a1d4-eeee1d6a8385"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8638d3f1-7607-4726-a1d4-eeee1d6a8385"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8638d3f1-7607-4726-a1d4-eeee1d6a8385"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8638d3f1-7607-4726-a1d4-eeee1d6a8385"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e9657a88-9f6b-4dfa-999b-e1547e7d6164 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-e9657a88-9f6b-4dfa-999b-e1547e7d6164 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e9657a88-9f6b-4dfa-999b-e1547e7d6164-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-e9657a88-9f6b-4dfa-999b-e1547e7d6164 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e9657a88-9f6b-4dfa-999b-e1547e7d6164 .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-e9657a88-9f6b-4dfa-999b-e1547e7d6164 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e9657a88-9f6b-4dfa-999b-e1547e7d6164 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e9657a88-9f6b-4dfa-999b-e1547e7d6164 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e9657a88-9f6b-4dfa-999b-e1547e7d6164.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9657a88-9f6b-4dfa-999b-e1547e7d6164.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9657a88-9f6b-4dfa-999b-e1547e7d6164.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e9657a88-9f6b-4dfa-999b-e1547e7d6164 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e9657a88-9f6b-4dfa-999b-e1547e7d6164-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-e9657a88-9f6b-4dfa-999b-e1547e7d6164 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e9657a88-9f6b-4dfa-999b-e1547e7d6164 .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-e9657a88-9f6b-4dfa-999b-e1547e7d6164 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e9657a88-9f6b-4dfa-999b-e1547e7d6164 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e9657a88-9f6b-4dfa-999b-e1547e7d6164 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e9657a88-9f6b-4dfa-999b-e1547e7d6164.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9657a88-9f6b-4dfa-999b-e1547e7d6164.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9657a88-9f6b-4dfa-999b-e1547e7d6164.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e9657a88-9f6b-4dfa-999b-e1547e7d6164 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e9657a88-9f6b-4dfa-999b-e1547e7d6164-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-e9657a88-9f6b-4dfa-999b-e1547e7d6164 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e9657a88-9f6b-4dfa-999b-e1547e7d6164 .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-e9657a88-9f6b-4dfa-999b-e1547e7d6164 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e9657a88-9f6b-4dfa-999b-e1547e7d6164 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e9657a88-9f6b-4dfa-999b-e1547e7d6164 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e9657a88-9f6b-4dfa-999b-e1547e7d6164.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9657a88-9f6b-4dfa-999b-e1547e7d6164.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9657a88-9f6b-4dfa-999b-e1547e7d6164.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e9657a88-9f6b-4dfa-999b-e1547e7d6164 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e9657a88-9f6b-4dfa-999b-e1547e7d6164-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-e9657a88-9f6b-4dfa-999b-e1547e7d6164 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e9657a88-9f6b-4dfa-999b-e1547e7d6164 .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-e9657a88-9f6b-4dfa-999b-e1547e7d6164 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e9657a88-9f6b-4dfa-999b-e1547e7d6164 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e9657a88-9f6b-4dfa-999b-e1547e7d6164 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e9657a88-9f6b-4dfa-999b-e1547e7d6164.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9657a88-9f6b-4dfa-999b-e1547e7d6164.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9657a88-9f6b-4dfa-999b-e1547e7d6164.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e9657a88-9f6b-4dfa-999b-e1547e7d6164 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e9657a88-9f6b-4dfa-999b-e1547e7d6164-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-e9657a88-9f6b-4dfa-999b-e1547e7d6164 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e9657a88-9f6b-4dfa-999b-e1547e7d6164 .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-e9657a88-9f6b-4dfa-999b-e1547e7d6164 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e9657a88-9f6b-4dfa-999b-e1547e7d6164 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e9657a88-9f6b-4dfa-999b-e1547e7d6164 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e9657a88-9f6b-4dfa-999b-e1547e7d6164.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9657a88-9f6b-4dfa-999b-e1547e7d6164.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9657a88-9f6b-4dfa-999b-e1547e7d6164.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-db5afbf4-779d-46c5-845e-91cadeb9b818 {
  margin-left: auto;
margin-right: auto;
}

#s-db5afbf4-779d-46c5-845e-91cadeb9b818 .shg-proportional-font-size,
#s-db5afbf4-779d-46c5-845e-91cadeb9b818 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00 {
  margin-left: auto;
margin-right: auto;
max-width: 2268px;
text-align: center;
}

#s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00 {
  margin: 0 !important;
  overflow: visible;
}

#s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00 img.shogun-image {
  /* Add background color handling */
  
}

#s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00.shogun-image {
    
    
    
    max-height: 2268px;
  }


.s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00.shogun-image {
  box-sizing: border-box;
}



.s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00 img.shogun-image {
  
}


@media (min-width: 1200px){#s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00 {
  margin: 0 !important;
  overflow: visible;
}

#s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00 img.shogun-image {
  /* Add background color handling */
  
}

#s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00.shogun-image {
    
    
    
    max-height: 2268px;
  }


.s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00.shogun-image {
  box-sizing: border-box;
}



.s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00 {
  margin: 0 !important;
  overflow: visible;
}

#s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00 img.shogun-image {
  /* Add background color handling */
  
}

#s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00.shogun-image {
    
    
    
    max-height: 2268px;
  }


.s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00.shogun-image {
  box-sizing: border-box;
}



.s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00 {
  margin: 0 !important;
  overflow: visible;
}

#s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00 img.shogun-image {
  /* Add background color handling */
  
}

#s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00.shogun-image {
    
    
    
    max-height: 2268px;
  }


.s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00.shogun-image {
  box-sizing: border-box;
}



.s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00 img.shogun-image {
  
}


}@media (max-width: 767px){#s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00 {
  margin: 0 !important;
  overflow: visible;
}

#s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00 img.shogun-image {
  /* Add background color handling */
  
}

#s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00.shogun-image {
    
    
    
    max-height: 2268px;
  }


.s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00.shogun-image {
  box-sizing: border-box;
}



.s-c35d0e4b-1aa2-4e34-b810-a9c04ed1ca00 img.shogun-image {
  
}


}
#s-7476fb59-754e-47b9-915f-39ec352f8cdd {
  margin-left: auto;
margin-right: auto;
}

#s-965068b3-8570-4352-ac9f-94c47d5a9e36 {
  margin-left: auto;
margin-right: auto;
max-width: 2268px;
aspect-ratio: 1/1;
text-align: center;
}

#s-965068b3-8570-4352-ac9f-94c47d5a9e36 {
  margin: 0 !important;
  overflow: visible;
}

#s-965068b3-8570-4352-ac9f-94c47d5a9e36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-965068b3-8570-4352-ac9f-94c47d5a9e36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-965068b3-8570-4352-ac9f-94c47d5a9e36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-965068b3-8570-4352-ac9f-94c47d5a9e36 img.shogun-image {
  /* Add background color handling */
  
}

#s-965068b3-8570-4352-ac9f-94c47d5a9e36 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-965068b3-8570-4352-ac9f-94c47d5a9e36 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-965068b3-8570-4352-ac9f-94c47d5a9e36 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-965068b3-8570-4352-ac9f-94c47d5a9e36 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-965068b3-8570-4352-ac9f-94c47d5a9e36.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-965068b3-8570-4352-ac9f-94c47d5a9e36 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2268px;
  }



  img.s-965068b3-8570-4352-ac9f-94c47d5a9e36.shogun-image {
    
    
    
    max-height: 2268px;
  }


.s-965068b3-8570-4352-ac9f-94c47d5a9e36 .shogun-image-content {
  
    justify-content: center;
  
}

.s-965068b3-8570-4352-ac9f-94c47d5a9e36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-965068b3-8570-4352-ac9f-94c47d5a9e36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-965068b3-8570-4352-ac9f-94c47d5a9e36.shogun-image {
  box-sizing: border-box;
}



.s-965068b3-8570-4352-ac9f-94c47d5a9e36 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-965068b3-8570-4352-ac9f-94c47d5a9e36 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-965068b3-8570-4352-ac9f-94c47d5a9e36.shogun-image-container {
      position: relative;
    }

    .s-965068b3-8570-4352-ac9f-94c47d5a9e36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-965068b3-8570-4352-ac9f-94c47d5a9e36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-965068b3-8570-4352-ac9f-94c47d5a9e36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2268px;
    }
  }

@media (min-width: 1200px){#s-965068b3-8570-4352-ac9f-94c47d5a9e36 {
  margin: 0 !important;
  overflow: visible;
}

#s-965068b3-8570-4352-ac9f-94c47d5a9e36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-965068b3-8570-4352-ac9f-94c47d5a9e36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-965068b3-8570-4352-ac9f-94c47d5a9e36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-965068b3-8570-4352-ac9f-94c47d5a9e36 img.shogun-image {
  /* Add background color handling */
  
}

#s-965068b3-8570-4352-ac9f-94c47d5a9e36 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-965068b3-8570-4352-ac9f-94c47d5a9e36 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-965068b3-8570-4352-ac9f-94c47d5a9e36 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-965068b3-8570-4352-ac9f-94c47d5a9e36 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-965068b3-8570-4352-ac9f-94c47d5a9e36.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-965068b3-8570-4352-ac9f-94c47d5a9e36 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2268px;
  }



  img.s-965068b3-8570-4352-ac9f-94c47d5a9e36.shogun-image {
    
    
    
    max-height: 2268px;
  }


.s-965068b3-8570-4352-ac9f-94c47d5a9e36 .shogun-image-content {
  
    justify-content: center;
  
}

.s-965068b3-8570-4352-ac9f-94c47d5a9e36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-965068b3-8570-4352-ac9f-94c47d5a9e36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-965068b3-8570-4352-ac9f-94c47d5a9e36.shogun-image {
  box-sizing: border-box;
}



.s-965068b3-8570-4352-ac9f-94c47d5a9e36 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-965068b3-8570-4352-ac9f-94c47d5a9e36 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-965068b3-8570-4352-ac9f-94c47d5a9e36.shogun-image-container {
      position: relative;
    }

    .s-965068b3-8570-4352-ac9f-94c47d5a9e36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-965068b3-8570-4352-ac9f-94c47d5a9e36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-965068b3-8570-4352-ac9f-94c47d5a9e36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2268px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-965068b3-8570-4352-ac9f-94c47d5a9e36 {
  margin: 0 !important;
  overflow: visible;
}

#s-965068b3-8570-4352-ac9f-94c47d5a9e36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-965068b3-8570-4352-ac9f-94c47d5a9e36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-965068b3-8570-4352-ac9f-94c47d5a9e36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-965068b3-8570-4352-ac9f-94c47d5a9e36 img.shogun-image {
  /* Add background color handling */
  
}

#s-965068b3-8570-4352-ac9f-94c47d5a9e36 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-965068b3-8570-4352-ac9f-94c47d5a9e36 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-965068b3-8570-4352-ac9f-94c47d5a9e36 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-965068b3-8570-4352-ac9f-94c47d5a9e36 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-965068b3-8570-4352-ac9f-94c47d5a9e36.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-965068b3-8570-4352-ac9f-94c47d5a9e36 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2268px;
  }



  img.s-965068b3-8570-4352-ac9f-94c47d5a9e36.shogun-image {
    
    
    
    max-height: 2268px;
  }


.s-965068b3-8570-4352-ac9f-94c47d5a9e36 .shogun-image-content {
  
    justify-content: center;
  
}

.s-965068b3-8570-4352-ac9f-94c47d5a9e36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-965068b3-8570-4352-ac9f-94c47d5a9e36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-965068b3-8570-4352-ac9f-94c47d5a9e36.shogun-image {
  box-sizing: border-box;
}



.s-965068b3-8570-4352-ac9f-94c47d5a9e36 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-965068b3-8570-4352-ac9f-94c47d5a9e36 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-965068b3-8570-4352-ac9f-94c47d5a9e36.shogun-image-container {
      position: relative;
    }

    .s-965068b3-8570-4352-ac9f-94c47d5a9e36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-965068b3-8570-4352-ac9f-94c47d5a9e36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-965068b3-8570-4352-ac9f-94c47d5a9e36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2268px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-965068b3-8570-4352-ac9f-94c47d5a9e36 {
  margin: 0 !important;
  overflow: visible;
}

#s-965068b3-8570-4352-ac9f-94c47d5a9e36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-965068b3-8570-4352-ac9f-94c47d5a9e36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-965068b3-8570-4352-ac9f-94c47d5a9e36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-965068b3-8570-4352-ac9f-94c47d5a9e36 img.shogun-image {
  /* Add background color handling */
  
}

#s-965068b3-8570-4352-ac9f-94c47d5a9e36 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-965068b3-8570-4352-ac9f-94c47d5a9e36 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-965068b3-8570-4352-ac9f-94c47d5a9e36 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-965068b3-8570-4352-ac9f-94c47d5a9e36 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-965068b3-8570-4352-ac9f-94c47d5a9e36.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-965068b3-8570-4352-ac9f-94c47d5a9e36 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2268px;
  }



  img.s-965068b3-8570-4352-ac9f-94c47d5a9e36.shogun-image {
    
    
    
    max-height: 2268px;
  }


.s-965068b3-8570-4352-ac9f-94c47d5a9e36 .shogun-image-content {
  
    justify-content: center;
  
}

.s-965068b3-8570-4352-ac9f-94c47d5a9e36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-965068b3-8570-4352-ac9f-94c47d5a9e36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-965068b3-8570-4352-ac9f-94c47d5a9e36.shogun-image {
  box-sizing: border-box;
}



.s-965068b3-8570-4352-ac9f-94c47d5a9e36 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-965068b3-8570-4352-ac9f-94c47d5a9e36 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-965068b3-8570-4352-ac9f-94c47d5a9e36.shogun-image-container {
      position: relative;
    }

    .s-965068b3-8570-4352-ac9f-94c47d5a9e36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-965068b3-8570-4352-ac9f-94c47d5a9e36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-965068b3-8570-4352-ac9f-94c47d5a9e36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2268px;
    }
  }

}@media (max-width: 767px){#s-965068b3-8570-4352-ac9f-94c47d5a9e36 {
  margin: 0 !important;
  overflow: visible;
}

#s-965068b3-8570-4352-ac9f-94c47d5a9e36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-965068b3-8570-4352-ac9f-94c47d5a9e36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-965068b3-8570-4352-ac9f-94c47d5a9e36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-965068b3-8570-4352-ac9f-94c47d5a9e36 img.shogun-image {
  /* Add background color handling */
  
}

#s-965068b3-8570-4352-ac9f-94c47d5a9e36 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-965068b3-8570-4352-ac9f-94c47d5a9e36 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-965068b3-8570-4352-ac9f-94c47d5a9e36 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-965068b3-8570-4352-ac9f-94c47d5a9e36 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-965068b3-8570-4352-ac9f-94c47d5a9e36.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-965068b3-8570-4352-ac9f-94c47d5a9e36 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2268px;
  }



  img.s-965068b3-8570-4352-ac9f-94c47d5a9e36.shogun-image {
    
    
    
    max-height: 2268px;
  }


.s-965068b3-8570-4352-ac9f-94c47d5a9e36 .shogun-image-content {
  
    justify-content: center;
  
}

.s-965068b3-8570-4352-ac9f-94c47d5a9e36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-965068b3-8570-4352-ac9f-94c47d5a9e36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-965068b3-8570-4352-ac9f-94c47d5a9e36.shogun-image {
  box-sizing: border-box;
}



.s-965068b3-8570-4352-ac9f-94c47d5a9e36 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-965068b3-8570-4352-ac9f-94c47d5a9e36 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-965068b3-8570-4352-ac9f-94c47d5a9e36.shogun-image-container {
      position: relative;
    }

    .s-965068b3-8570-4352-ac9f-94c47d5a9e36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-965068b3-8570-4352-ac9f-94c47d5a9e36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-965068b3-8570-4352-ac9f-94c47d5a9e36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2268px;
    }
  }

}
#s-7cbf992a-f1fe-4277-9ae6-0d6d98e16735 {
  margin-left: auto;
margin-right: auto;
}

#s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec {
  margin-left: auto;
margin-right: auto;
max-width: 1206px;
aspect-ratio: 1/1;
text-align: center;
}

#s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec {
  margin: 0 !important;
  overflow: visible;
}

#s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec img.shogun-image {
  /* Add background color handling */
  
}

#s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1206px;
  }



  img.s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shogun-image {
    
    
    
    max-height: 1206px;
  }


.s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shogun-image {
  box-sizing: border-box;
}



.s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shogun-image-container {
      position: relative;
    }

    .s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1206px;
    }
  }

@media (min-width: 1200px){#s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec {
  margin: 0 !important;
  overflow: visible;
}

#s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec img.shogun-image {
  /* Add background color handling */
  
}

#s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1206px;
  }



  img.s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shogun-image {
    
    
    
    max-height: 1206px;
  }


.s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shogun-image {
  box-sizing: border-box;
}



.s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shogun-image-container {
      position: relative;
    }

    .s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1206px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec {
  margin: 0 !important;
  overflow: visible;
}

#s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec img.shogun-image {
  /* Add background color handling */
  
}

#s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1206px;
  }



  img.s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shogun-image {
    
    
    
    max-height: 1206px;
  }


.s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shogun-image {
  box-sizing: border-box;
}



.s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shogun-image-container {
      position: relative;
    }

    .s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1206px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec {
  margin: 0 !important;
  overflow: visible;
}

#s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec img.shogun-image {
  /* Add background color handling */
  
}

#s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1206px;
  }



  img.s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shogun-image {
    
    
    
    max-height: 1206px;
  }


.s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shogun-image {
  box-sizing: border-box;
}



.s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shogun-image-container {
      position: relative;
    }

    .s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1206px;
    }
  }

}@media (max-width: 767px){#s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec {
  margin: 0 !important;
  overflow: visible;
}

#s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec img.shogun-image {
  /* Add background color handling */
  
}

#s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1206px;
  }



  img.s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shogun-image {
    
    
    
    max-height: 1206px;
  }


.s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shogun-image {
  box-sizing: border-box;
}



.s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shogun-image-container {
      position: relative;
    }

    .s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eeb794b3-c9f5-4648-a56c-0e6cbb58e5ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1206px;
    }
  }

}
#s-daa9c9f6-958c-492f-8a49-a03f57de5667 {
  margin-left: auto;
margin-right: auto;
}

#s-975519a7-6304-4983-981b-a285842f5ac1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-975519a7-6304-4983-981b-a285842f5ac1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-975519a7-6304-4983-981b-a285842f5ac1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-975519a7-6304-4983-981b-a285842f5ac1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-975519a7-6304-4983-981b-a285842f5ac1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 {
  margin: 0 !important;
  overflow: visible;
}

#s-7a41650c-ab58-4591-bdc9-aa0f782dbc21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 img.shogun-image {
  /* Add background color handling */
  
}

#s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shogun-image {
  box-sizing: border-box;
}



.s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shogun-image-container {
      position: relative;
    }

    .s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 {
  margin: 0 !important;
  overflow: visible;
}

#s-7a41650c-ab58-4591-bdc9-aa0f782dbc21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 img.shogun-image {
  /* Add background color handling */
  
}

#s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shogun-image {
  box-sizing: border-box;
}



.s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shogun-image-container {
      position: relative;
    }

    .s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 {
  margin: 0 !important;
  overflow: visible;
}

#s-7a41650c-ab58-4591-bdc9-aa0f782dbc21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 img.shogun-image {
  /* Add background color handling */
  
}

#s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shogun-image {
  box-sizing: border-box;
}



.s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shogun-image-container {
      position: relative;
    }

    .s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 {
  margin: 0 !important;
  overflow: visible;
}

#s-7a41650c-ab58-4591-bdc9-aa0f782dbc21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 img.shogun-image {
  /* Add background color handling */
  
}

#s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shogun-image {
  box-sizing: border-box;
}



.s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shogun-image-container {
      position: relative;
    }

    .s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 {
  margin: 0 !important;
  overflow: visible;
}

#s-7a41650c-ab58-4591-bdc9-aa0f782dbc21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 img.shogun-image {
  /* Add background color handling */
  
}

#s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shogun-image {
  box-sizing: border-box;
}



.s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shogun-image-container {
      position: relative;
    }

    .s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a41650c-ab58-4591-bdc9-aa0f782dbc21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a41650c-ab58-4591-bdc9-aa0f782dbc21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-e2f60b43-010a-4b2a-8404-0c2ff99ed4d0 {
  margin-left: auto;
margin-right: auto;
}

#s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff {
  margin: 0 !important;
  overflow: visible;
}

#s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff img.shogun-image {
  /* Add background color handling */
  
}

#s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shogun-image {
  box-sizing: border-box;
}



.s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shogun-image-container {
      position: relative;
    }

    .s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff {
  margin: 0 !important;
  overflow: visible;
}

#s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff img.shogun-image {
  /* Add background color handling */
  
}

#s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shogun-image {
  box-sizing: border-box;
}



.s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shogun-image-container {
      position: relative;
    }

    .s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff {
  margin: 0 !important;
  overflow: visible;
}

#s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff img.shogun-image {
  /* Add background color handling */
  
}

#s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shogun-image {
  box-sizing: border-box;
}



.s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shogun-image-container {
      position: relative;
    }

    .s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff {
  margin: 0 !important;
  overflow: visible;
}

#s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff img.shogun-image {
  /* Add background color handling */
  
}

#s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shogun-image {
  box-sizing: border-box;
}



.s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shogun-image-container {
      position: relative;
    }

    .s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff {
  margin: 0 !important;
  overflow: visible;
}

#s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff img.shogun-image {
  /* Add background color handling */
  
}

#s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shogun-image {
  box-sizing: border-box;
}



.s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shogun-image-container {
      position: relative;
    }

    .s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eaf745e2-603c-4ca4-95bd-2fad42cd05ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-98d3e004-2d88-4132-aa8e-37d88c4bd173 {
  margin-left: auto;
margin-right: auto;
}

#s-405d1e09-063c-415d-b3d0-0832272e648d {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-405d1e09-063c-415d-b3d0-0832272e648d {
  margin: 0 !important;
  overflow: visible;
}

#s-405d1e09-063c-415d-b3d0-0832272e648d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-405d1e09-063c-415d-b3d0-0832272e648d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-405d1e09-063c-415d-b3d0-0832272e648d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-405d1e09-063c-415d-b3d0-0832272e648d img.shogun-image {
  /* Add background color handling */
  
}

#s-405d1e09-063c-415d-b3d0-0832272e648d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-405d1e09-063c-415d-b3d0-0832272e648d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-405d1e09-063c-415d-b3d0-0832272e648d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-405d1e09-063c-415d-b3d0-0832272e648d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-405d1e09-063c-415d-b3d0-0832272e648d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-405d1e09-063c-415d-b3d0-0832272e648d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-405d1e09-063c-415d-b3d0-0832272e648d.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-405d1e09-063c-415d-b3d0-0832272e648d .shogun-image-content {
  
    justify-content: center;
  
}

.s-405d1e09-063c-415d-b3d0-0832272e648d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-405d1e09-063c-415d-b3d0-0832272e648d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-405d1e09-063c-415d-b3d0-0832272e648d.shogun-image {
  box-sizing: border-box;
}



.s-405d1e09-063c-415d-b3d0-0832272e648d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-405d1e09-063c-415d-b3d0-0832272e648d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-405d1e09-063c-415d-b3d0-0832272e648d.shogun-image-container {
      position: relative;
    }

    .s-405d1e09-063c-415d-b3d0-0832272e648d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-405d1e09-063c-415d-b3d0-0832272e648d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-405d1e09-063c-415d-b3d0-0832272e648d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-405d1e09-063c-415d-b3d0-0832272e648d {
  margin: 0 !important;
  overflow: visible;
}

#s-405d1e09-063c-415d-b3d0-0832272e648d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-405d1e09-063c-415d-b3d0-0832272e648d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-405d1e09-063c-415d-b3d0-0832272e648d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-405d1e09-063c-415d-b3d0-0832272e648d img.shogun-image {
  /* Add background color handling */
  
}

#s-405d1e09-063c-415d-b3d0-0832272e648d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-405d1e09-063c-415d-b3d0-0832272e648d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-405d1e09-063c-415d-b3d0-0832272e648d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-405d1e09-063c-415d-b3d0-0832272e648d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-405d1e09-063c-415d-b3d0-0832272e648d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-405d1e09-063c-415d-b3d0-0832272e648d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-405d1e09-063c-415d-b3d0-0832272e648d.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-405d1e09-063c-415d-b3d0-0832272e648d .shogun-image-content {
  
    justify-content: center;
  
}

.s-405d1e09-063c-415d-b3d0-0832272e648d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-405d1e09-063c-415d-b3d0-0832272e648d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-405d1e09-063c-415d-b3d0-0832272e648d.shogun-image {
  box-sizing: border-box;
}



.s-405d1e09-063c-415d-b3d0-0832272e648d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-405d1e09-063c-415d-b3d0-0832272e648d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-405d1e09-063c-415d-b3d0-0832272e648d.shogun-image-container {
      position: relative;
    }

    .s-405d1e09-063c-415d-b3d0-0832272e648d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-405d1e09-063c-415d-b3d0-0832272e648d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-405d1e09-063c-415d-b3d0-0832272e648d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-405d1e09-063c-415d-b3d0-0832272e648d {
  margin: 0 !important;
  overflow: visible;
}

#s-405d1e09-063c-415d-b3d0-0832272e648d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-405d1e09-063c-415d-b3d0-0832272e648d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-405d1e09-063c-415d-b3d0-0832272e648d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-405d1e09-063c-415d-b3d0-0832272e648d img.shogun-image {
  /* Add background color handling */
  
}

#s-405d1e09-063c-415d-b3d0-0832272e648d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-405d1e09-063c-415d-b3d0-0832272e648d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-405d1e09-063c-415d-b3d0-0832272e648d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-405d1e09-063c-415d-b3d0-0832272e648d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-405d1e09-063c-415d-b3d0-0832272e648d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-405d1e09-063c-415d-b3d0-0832272e648d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-405d1e09-063c-415d-b3d0-0832272e648d.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-405d1e09-063c-415d-b3d0-0832272e648d .shogun-image-content {
  
    justify-content: center;
  
}

.s-405d1e09-063c-415d-b3d0-0832272e648d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-405d1e09-063c-415d-b3d0-0832272e648d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-405d1e09-063c-415d-b3d0-0832272e648d.shogun-image {
  box-sizing: border-box;
}



.s-405d1e09-063c-415d-b3d0-0832272e648d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-405d1e09-063c-415d-b3d0-0832272e648d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-405d1e09-063c-415d-b3d0-0832272e648d.shogun-image-container {
      position: relative;
    }

    .s-405d1e09-063c-415d-b3d0-0832272e648d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-405d1e09-063c-415d-b3d0-0832272e648d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-405d1e09-063c-415d-b3d0-0832272e648d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-405d1e09-063c-415d-b3d0-0832272e648d {
  margin: 0 !important;
  overflow: visible;
}

#s-405d1e09-063c-415d-b3d0-0832272e648d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-405d1e09-063c-415d-b3d0-0832272e648d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-405d1e09-063c-415d-b3d0-0832272e648d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-405d1e09-063c-415d-b3d0-0832272e648d img.shogun-image {
  /* Add background color handling */
  
}

#s-405d1e09-063c-415d-b3d0-0832272e648d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-405d1e09-063c-415d-b3d0-0832272e648d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-405d1e09-063c-415d-b3d0-0832272e648d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-405d1e09-063c-415d-b3d0-0832272e648d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-405d1e09-063c-415d-b3d0-0832272e648d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-405d1e09-063c-415d-b3d0-0832272e648d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-405d1e09-063c-415d-b3d0-0832272e648d.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-405d1e09-063c-415d-b3d0-0832272e648d .shogun-image-content {
  
    justify-content: center;
  
}

.s-405d1e09-063c-415d-b3d0-0832272e648d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-405d1e09-063c-415d-b3d0-0832272e648d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-405d1e09-063c-415d-b3d0-0832272e648d.shogun-image {
  box-sizing: border-box;
}



.s-405d1e09-063c-415d-b3d0-0832272e648d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-405d1e09-063c-415d-b3d0-0832272e648d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-405d1e09-063c-415d-b3d0-0832272e648d.shogun-image-container {
      position: relative;
    }

    .s-405d1e09-063c-415d-b3d0-0832272e648d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-405d1e09-063c-415d-b3d0-0832272e648d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-405d1e09-063c-415d-b3d0-0832272e648d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-405d1e09-063c-415d-b3d0-0832272e648d {
  margin: 0 !important;
  overflow: visible;
}

#s-405d1e09-063c-415d-b3d0-0832272e648d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-405d1e09-063c-415d-b3d0-0832272e648d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-405d1e09-063c-415d-b3d0-0832272e648d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-405d1e09-063c-415d-b3d0-0832272e648d img.shogun-image {
  /* Add background color handling */
  
}

#s-405d1e09-063c-415d-b3d0-0832272e648d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-405d1e09-063c-415d-b3d0-0832272e648d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-405d1e09-063c-415d-b3d0-0832272e648d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-405d1e09-063c-415d-b3d0-0832272e648d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-405d1e09-063c-415d-b3d0-0832272e648d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-405d1e09-063c-415d-b3d0-0832272e648d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-405d1e09-063c-415d-b3d0-0832272e648d.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-405d1e09-063c-415d-b3d0-0832272e648d .shogun-image-content {
  
    justify-content: center;
  
}

.s-405d1e09-063c-415d-b3d0-0832272e648d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-405d1e09-063c-415d-b3d0-0832272e648d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-405d1e09-063c-415d-b3d0-0832272e648d.shogun-image {
  box-sizing: border-box;
}



.s-405d1e09-063c-415d-b3d0-0832272e648d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-405d1e09-063c-415d-b3d0-0832272e648d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-405d1e09-063c-415d-b3d0-0832272e648d.shogun-image-container {
      position: relative;
    }

    .s-405d1e09-063c-415d-b3d0-0832272e648d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-405d1e09-063c-415d-b3d0-0832272e648d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-405d1e09-063c-415d-b3d0-0832272e648d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-872e9bfa-9c27-4c34-bc7b-3b7fa416329c {
  margin-left: auto;
margin-right: auto;
}

#s-c79a8777-2bf1-415d-b465-e3a542e18970 {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c79a8777-2bf1-415d-b465-e3a542e18970 {
  margin: 0 !important;
  overflow: visible;
}

#s-c79a8777-2bf1-415d-b465-e3a542e18970-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c79a8777-2bf1-415d-b465-e3a542e18970 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c79a8777-2bf1-415d-b465-e3a542e18970 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c79a8777-2bf1-415d-b465-e3a542e18970 img.shogun-image {
  /* Add background color handling */
  
}

#s-c79a8777-2bf1-415d-b465-e3a542e18970 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c79a8777-2bf1-415d-b465-e3a542e18970 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c79a8777-2bf1-415d-b465-e3a542e18970 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c79a8777-2bf1-415d-b465-e3a542e18970 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c79a8777-2bf1-415d-b465-e3a542e18970.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c79a8777-2bf1-415d-b465-e3a542e18970 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-c79a8777-2bf1-415d-b465-e3a542e18970.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-c79a8777-2bf1-415d-b465-e3a542e18970 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c79a8777-2bf1-415d-b465-e3a542e18970.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c79a8777-2bf1-415d-b465-e3a542e18970.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c79a8777-2bf1-415d-b465-e3a542e18970.shogun-image {
  box-sizing: border-box;
}



.s-c79a8777-2bf1-415d-b465-e3a542e18970 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c79a8777-2bf1-415d-b465-e3a542e18970 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c79a8777-2bf1-415d-b465-e3a542e18970.shogun-image-container {
      position: relative;
    }

    .s-c79a8777-2bf1-415d-b465-e3a542e18970.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c79a8777-2bf1-415d-b465-e3a542e18970.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c79a8777-2bf1-415d-b465-e3a542e18970 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-c79a8777-2bf1-415d-b465-e3a542e18970 {
  margin: 0 !important;
  overflow: visible;
}

#s-c79a8777-2bf1-415d-b465-e3a542e18970-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c79a8777-2bf1-415d-b465-e3a542e18970 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c79a8777-2bf1-415d-b465-e3a542e18970 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c79a8777-2bf1-415d-b465-e3a542e18970 img.shogun-image {
  /* Add background color handling */
  
}

#s-c79a8777-2bf1-415d-b465-e3a542e18970 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c79a8777-2bf1-415d-b465-e3a542e18970 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c79a8777-2bf1-415d-b465-e3a542e18970 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c79a8777-2bf1-415d-b465-e3a542e18970 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c79a8777-2bf1-415d-b465-e3a542e18970.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c79a8777-2bf1-415d-b465-e3a542e18970 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-c79a8777-2bf1-415d-b465-e3a542e18970.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-c79a8777-2bf1-415d-b465-e3a542e18970 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c79a8777-2bf1-415d-b465-e3a542e18970.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c79a8777-2bf1-415d-b465-e3a542e18970.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c79a8777-2bf1-415d-b465-e3a542e18970.shogun-image {
  box-sizing: border-box;
}



.s-c79a8777-2bf1-415d-b465-e3a542e18970 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c79a8777-2bf1-415d-b465-e3a542e18970 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c79a8777-2bf1-415d-b465-e3a542e18970.shogun-image-container {
      position: relative;
    }

    .s-c79a8777-2bf1-415d-b465-e3a542e18970.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c79a8777-2bf1-415d-b465-e3a542e18970.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c79a8777-2bf1-415d-b465-e3a542e18970 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c79a8777-2bf1-415d-b465-e3a542e18970 {
  margin: 0 !important;
  overflow: visible;
}

#s-c79a8777-2bf1-415d-b465-e3a542e18970-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c79a8777-2bf1-415d-b465-e3a542e18970 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c79a8777-2bf1-415d-b465-e3a542e18970 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c79a8777-2bf1-415d-b465-e3a542e18970 img.shogun-image {
  /* Add background color handling */
  
}

#s-c79a8777-2bf1-415d-b465-e3a542e18970 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c79a8777-2bf1-415d-b465-e3a542e18970 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c79a8777-2bf1-415d-b465-e3a542e18970 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c79a8777-2bf1-415d-b465-e3a542e18970 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c79a8777-2bf1-415d-b465-e3a542e18970.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c79a8777-2bf1-415d-b465-e3a542e18970 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-c79a8777-2bf1-415d-b465-e3a542e18970.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-c79a8777-2bf1-415d-b465-e3a542e18970 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c79a8777-2bf1-415d-b465-e3a542e18970.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c79a8777-2bf1-415d-b465-e3a542e18970.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c79a8777-2bf1-415d-b465-e3a542e18970.shogun-image {
  box-sizing: border-box;
}



.s-c79a8777-2bf1-415d-b465-e3a542e18970 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c79a8777-2bf1-415d-b465-e3a542e18970 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c79a8777-2bf1-415d-b465-e3a542e18970.shogun-image-container {
      position: relative;
    }

    .s-c79a8777-2bf1-415d-b465-e3a542e18970.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c79a8777-2bf1-415d-b465-e3a542e18970.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c79a8777-2bf1-415d-b465-e3a542e18970 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c79a8777-2bf1-415d-b465-e3a542e18970 {
  margin: 0 !important;
  overflow: visible;
}

#s-c79a8777-2bf1-415d-b465-e3a542e18970-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c79a8777-2bf1-415d-b465-e3a542e18970 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c79a8777-2bf1-415d-b465-e3a542e18970 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c79a8777-2bf1-415d-b465-e3a542e18970 img.shogun-image {
  /* Add background color handling */
  
}

#s-c79a8777-2bf1-415d-b465-e3a542e18970 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c79a8777-2bf1-415d-b465-e3a542e18970 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c79a8777-2bf1-415d-b465-e3a542e18970 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c79a8777-2bf1-415d-b465-e3a542e18970 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c79a8777-2bf1-415d-b465-e3a542e18970.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c79a8777-2bf1-415d-b465-e3a542e18970 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-c79a8777-2bf1-415d-b465-e3a542e18970.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-c79a8777-2bf1-415d-b465-e3a542e18970 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c79a8777-2bf1-415d-b465-e3a542e18970.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c79a8777-2bf1-415d-b465-e3a542e18970.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c79a8777-2bf1-415d-b465-e3a542e18970.shogun-image {
  box-sizing: border-box;
}



.s-c79a8777-2bf1-415d-b465-e3a542e18970 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c79a8777-2bf1-415d-b465-e3a542e18970 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c79a8777-2bf1-415d-b465-e3a542e18970.shogun-image-container {
      position: relative;
    }

    .s-c79a8777-2bf1-415d-b465-e3a542e18970.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c79a8777-2bf1-415d-b465-e3a542e18970.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c79a8777-2bf1-415d-b465-e3a542e18970 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-c79a8777-2bf1-415d-b465-e3a542e18970 {
  margin: 0 !important;
  overflow: visible;
}

#s-c79a8777-2bf1-415d-b465-e3a542e18970-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c79a8777-2bf1-415d-b465-e3a542e18970 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c79a8777-2bf1-415d-b465-e3a542e18970 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c79a8777-2bf1-415d-b465-e3a542e18970 img.shogun-image {
  /* Add background color handling */
  
}

#s-c79a8777-2bf1-415d-b465-e3a542e18970 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c79a8777-2bf1-415d-b465-e3a542e18970 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c79a8777-2bf1-415d-b465-e3a542e18970 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c79a8777-2bf1-415d-b465-e3a542e18970 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c79a8777-2bf1-415d-b465-e3a542e18970.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c79a8777-2bf1-415d-b465-e3a542e18970 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-c79a8777-2bf1-415d-b465-e3a542e18970.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-c79a8777-2bf1-415d-b465-e3a542e18970 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c79a8777-2bf1-415d-b465-e3a542e18970.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c79a8777-2bf1-415d-b465-e3a542e18970.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c79a8777-2bf1-415d-b465-e3a542e18970.shogun-image {
  box-sizing: border-box;
}



.s-c79a8777-2bf1-415d-b465-e3a542e18970 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c79a8777-2bf1-415d-b465-e3a542e18970 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c79a8777-2bf1-415d-b465-e3a542e18970.shogun-image-container {
      position: relative;
    }

    .s-c79a8777-2bf1-415d-b465-e3a542e18970.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c79a8777-2bf1-415d-b465-e3a542e18970.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c79a8777-2bf1-415d-b465-e3a542e18970 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-afff6659-b36c-4707-967f-462410773e4c {
  margin-left: auto;
margin-right: auto;
}

#s-f920120b-eeeb-44c4-ab24-d44455f0276d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-f920120b-eeeb-44c4-ab24-d44455f0276d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f920120b-eeeb-44c4-ab24-d44455f0276d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f920120b-eeeb-44c4-ab24-d44455f0276d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f920120b-eeeb-44c4-ab24-d44455f0276d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-b9af27e3-dc72-49f5-8647-c7c4603fc52d {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b9af27e3-dc72-49f5-8647-c7c4603fc52d {
  margin: 0 !important;
  overflow: visible;
}

#s-b9af27e3-dc72-49f5-8647-c7c4603fc52d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9af27e3-dc72-49f5-8647-c7c4603fc52d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9af27e3-dc72-49f5-8647-c7c4603fc52d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9af27e3-dc72-49f5-8647-c7c4603fc52d img.shogun-image {
  /* Add background color handling */
  
}

#s-b9af27e3-dc72-49f5-8647-c7c4603fc52d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9af27e3-dc72-49f5-8647-c7c4603fc52d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b9af27e3-dc72-49f5-8647-c7c4603fc52d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9af27e3-dc72-49f5-8647-c7c4603fc52d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9af27e3-dc72-49f5-8647-c7c4603fc52d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-b9af27e3-dc72-49f5-8647-c7c4603fc52d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shogun-image {
  box-sizing: border-box;
}



.s-b9af27e3-dc72-49f5-8647-c7c4603fc52d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9af27e3-dc72-49f5-8647-c7c4603fc52d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shogun-image-container {
      position: relative;
    }

    .s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9af27e3-dc72-49f5-8647-c7c4603fc52d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-b9af27e3-dc72-49f5-8647-c7c4603fc52d {
  margin: 0 !important;
  overflow: visible;
}

#s-b9af27e3-dc72-49f5-8647-c7c4603fc52d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9af27e3-dc72-49f5-8647-c7c4603fc52d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9af27e3-dc72-49f5-8647-c7c4603fc52d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9af27e3-dc72-49f5-8647-c7c4603fc52d img.shogun-image {
  /* Add background color handling */
  
}

#s-b9af27e3-dc72-49f5-8647-c7c4603fc52d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9af27e3-dc72-49f5-8647-c7c4603fc52d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b9af27e3-dc72-49f5-8647-c7c4603fc52d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9af27e3-dc72-49f5-8647-c7c4603fc52d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9af27e3-dc72-49f5-8647-c7c4603fc52d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-b9af27e3-dc72-49f5-8647-c7c4603fc52d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shogun-image {
  box-sizing: border-box;
}



.s-b9af27e3-dc72-49f5-8647-c7c4603fc52d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9af27e3-dc72-49f5-8647-c7c4603fc52d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shogun-image-container {
      position: relative;
    }

    .s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9af27e3-dc72-49f5-8647-c7c4603fc52d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b9af27e3-dc72-49f5-8647-c7c4603fc52d {
  margin: 0 !important;
  overflow: visible;
}

#s-b9af27e3-dc72-49f5-8647-c7c4603fc52d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9af27e3-dc72-49f5-8647-c7c4603fc52d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9af27e3-dc72-49f5-8647-c7c4603fc52d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9af27e3-dc72-49f5-8647-c7c4603fc52d img.shogun-image {
  /* Add background color handling */
  
}

#s-b9af27e3-dc72-49f5-8647-c7c4603fc52d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9af27e3-dc72-49f5-8647-c7c4603fc52d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b9af27e3-dc72-49f5-8647-c7c4603fc52d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9af27e3-dc72-49f5-8647-c7c4603fc52d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9af27e3-dc72-49f5-8647-c7c4603fc52d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-b9af27e3-dc72-49f5-8647-c7c4603fc52d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shogun-image {
  box-sizing: border-box;
}



.s-b9af27e3-dc72-49f5-8647-c7c4603fc52d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9af27e3-dc72-49f5-8647-c7c4603fc52d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shogun-image-container {
      position: relative;
    }

    .s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9af27e3-dc72-49f5-8647-c7c4603fc52d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b9af27e3-dc72-49f5-8647-c7c4603fc52d {
  margin: 0 !important;
  overflow: visible;
}

#s-b9af27e3-dc72-49f5-8647-c7c4603fc52d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9af27e3-dc72-49f5-8647-c7c4603fc52d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9af27e3-dc72-49f5-8647-c7c4603fc52d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9af27e3-dc72-49f5-8647-c7c4603fc52d img.shogun-image {
  /* Add background color handling */
  
}

#s-b9af27e3-dc72-49f5-8647-c7c4603fc52d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9af27e3-dc72-49f5-8647-c7c4603fc52d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b9af27e3-dc72-49f5-8647-c7c4603fc52d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9af27e3-dc72-49f5-8647-c7c4603fc52d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9af27e3-dc72-49f5-8647-c7c4603fc52d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-b9af27e3-dc72-49f5-8647-c7c4603fc52d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shogun-image {
  box-sizing: border-box;
}



.s-b9af27e3-dc72-49f5-8647-c7c4603fc52d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9af27e3-dc72-49f5-8647-c7c4603fc52d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shogun-image-container {
      position: relative;
    }

    .s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9af27e3-dc72-49f5-8647-c7c4603fc52d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-b9af27e3-dc72-49f5-8647-c7c4603fc52d {
  margin: 0 !important;
  overflow: visible;
}

#s-b9af27e3-dc72-49f5-8647-c7c4603fc52d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9af27e3-dc72-49f5-8647-c7c4603fc52d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9af27e3-dc72-49f5-8647-c7c4603fc52d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9af27e3-dc72-49f5-8647-c7c4603fc52d img.shogun-image {
  /* Add background color handling */
  
}

#s-b9af27e3-dc72-49f5-8647-c7c4603fc52d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9af27e3-dc72-49f5-8647-c7c4603fc52d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b9af27e3-dc72-49f5-8647-c7c4603fc52d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9af27e3-dc72-49f5-8647-c7c4603fc52d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9af27e3-dc72-49f5-8647-c7c4603fc52d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-b9af27e3-dc72-49f5-8647-c7c4603fc52d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shogun-image {
  box-sizing: border-box;
}



.s-b9af27e3-dc72-49f5-8647-c7c4603fc52d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9af27e3-dc72-49f5-8647-c7c4603fc52d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shogun-image-container {
      position: relative;
    }

    .s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9af27e3-dc72-49f5-8647-c7c4603fc52d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9af27e3-dc72-49f5-8647-c7c4603fc52d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-c048a87c-a416-461b-b55e-9569585c4a25 {
  margin-left: auto;
margin-right: auto;
}

#s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 {
  margin: 0 !important;
  overflow: visible;
}

#s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 img.shogun-image {
  /* Add background color handling */
  
}

#s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 .shogun-image-content {
  
    justify-content: center;
  
}

.s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shogun-image {
  box-sizing: border-box;
}



.s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shogun-image-container {
      position: relative;
    }

    .s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 {
  margin: 0 !important;
  overflow: visible;
}

#s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 img.shogun-image {
  /* Add background color handling */
  
}

#s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 .shogun-image-content {
  
    justify-content: center;
  
}

.s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shogun-image {
  box-sizing: border-box;
}



.s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shogun-image-container {
      position: relative;
    }

    .s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 {
  margin: 0 !important;
  overflow: visible;
}

#s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 img.shogun-image {
  /* Add background color handling */
  
}

#s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 .shogun-image-content {
  
    justify-content: center;
  
}

.s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shogun-image {
  box-sizing: border-box;
}



.s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shogun-image-container {
      position: relative;
    }

    .s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 {
  margin: 0 !important;
  overflow: visible;
}

#s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 img.shogun-image {
  /* Add background color handling */
  
}

#s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 .shogun-image-content {
  
    justify-content: center;
  
}

.s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shogun-image {
  box-sizing: border-box;
}



.s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shogun-image-container {
      position: relative;
    }

    .s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 {
  margin: 0 !important;
  overflow: visible;
}

#s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 img.shogun-image {
  /* Add background color handling */
  
}

#s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 .shogun-image-content {
  
    justify-content: center;
  
}

.s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shogun-image {
  box-sizing: border-box;
}



.s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shogun-image-container {
      position: relative;
    }

    .s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15bb12ae-3c8f-40c7-b8d6-2ce5f57cee84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-22aa9fd4-0edb-4987-9205-20056e703077 {
  margin-left: auto;
margin-right: auto;
}

#s-06994243-ce3b-4ae0-b753-6054f4bfaf2f {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-06994243-ce3b-4ae0-b753-6054f4bfaf2f {
  margin: 0 !important;
  overflow: visible;
}

#s-06994243-ce3b-4ae0-b753-6054f4bfaf2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-06994243-ce3b-4ae0-b753-6054f4bfaf2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-06994243-ce3b-4ae0-b753-6054f4bfaf2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-06994243-ce3b-4ae0-b753-6054f4bfaf2f img.shogun-image {
  /* Add background color handling */
  
}

#s-06994243-ce3b-4ae0-b753-6054f4bfaf2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-06994243-ce3b-4ae0-b753-6054f4bfaf2f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-06994243-ce3b-4ae0-b753-6054f4bfaf2f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06994243-ce3b-4ae0-b753-6054f4bfaf2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-06994243-ce3b-4ae0-b753-6054f4bfaf2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-06994243-ce3b-4ae0-b753-6054f4bfaf2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shogun-image {
  box-sizing: border-box;
}



.s-06994243-ce3b-4ae0-b753-6054f4bfaf2f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-06994243-ce3b-4ae0-b753-6054f4bfaf2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shogun-image-container {
      position: relative;
    }

    .s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06994243-ce3b-4ae0-b753-6054f4bfaf2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-06994243-ce3b-4ae0-b753-6054f4bfaf2f {
  margin: 0 !important;
  overflow: visible;
}

#s-06994243-ce3b-4ae0-b753-6054f4bfaf2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-06994243-ce3b-4ae0-b753-6054f4bfaf2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-06994243-ce3b-4ae0-b753-6054f4bfaf2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-06994243-ce3b-4ae0-b753-6054f4bfaf2f img.shogun-image {
  /* Add background color handling */
  
}

#s-06994243-ce3b-4ae0-b753-6054f4bfaf2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-06994243-ce3b-4ae0-b753-6054f4bfaf2f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-06994243-ce3b-4ae0-b753-6054f4bfaf2f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06994243-ce3b-4ae0-b753-6054f4bfaf2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-06994243-ce3b-4ae0-b753-6054f4bfaf2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-06994243-ce3b-4ae0-b753-6054f4bfaf2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shogun-image {
  box-sizing: border-box;
}



.s-06994243-ce3b-4ae0-b753-6054f4bfaf2f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-06994243-ce3b-4ae0-b753-6054f4bfaf2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shogun-image-container {
      position: relative;
    }

    .s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06994243-ce3b-4ae0-b753-6054f4bfaf2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-06994243-ce3b-4ae0-b753-6054f4bfaf2f {
  margin: 0 !important;
  overflow: visible;
}

#s-06994243-ce3b-4ae0-b753-6054f4bfaf2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-06994243-ce3b-4ae0-b753-6054f4bfaf2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-06994243-ce3b-4ae0-b753-6054f4bfaf2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-06994243-ce3b-4ae0-b753-6054f4bfaf2f img.shogun-image {
  /* Add background color handling */
  
}

#s-06994243-ce3b-4ae0-b753-6054f4bfaf2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-06994243-ce3b-4ae0-b753-6054f4bfaf2f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-06994243-ce3b-4ae0-b753-6054f4bfaf2f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06994243-ce3b-4ae0-b753-6054f4bfaf2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-06994243-ce3b-4ae0-b753-6054f4bfaf2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-06994243-ce3b-4ae0-b753-6054f4bfaf2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shogun-image {
  box-sizing: border-box;
}



.s-06994243-ce3b-4ae0-b753-6054f4bfaf2f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-06994243-ce3b-4ae0-b753-6054f4bfaf2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shogun-image-container {
      position: relative;
    }

    .s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06994243-ce3b-4ae0-b753-6054f4bfaf2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-06994243-ce3b-4ae0-b753-6054f4bfaf2f {
  margin: 0 !important;
  overflow: visible;
}

#s-06994243-ce3b-4ae0-b753-6054f4bfaf2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-06994243-ce3b-4ae0-b753-6054f4bfaf2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-06994243-ce3b-4ae0-b753-6054f4bfaf2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-06994243-ce3b-4ae0-b753-6054f4bfaf2f img.shogun-image {
  /* Add background color handling */
  
}

#s-06994243-ce3b-4ae0-b753-6054f4bfaf2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-06994243-ce3b-4ae0-b753-6054f4bfaf2f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-06994243-ce3b-4ae0-b753-6054f4bfaf2f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06994243-ce3b-4ae0-b753-6054f4bfaf2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-06994243-ce3b-4ae0-b753-6054f4bfaf2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-06994243-ce3b-4ae0-b753-6054f4bfaf2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shogun-image {
  box-sizing: border-box;
}



.s-06994243-ce3b-4ae0-b753-6054f4bfaf2f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-06994243-ce3b-4ae0-b753-6054f4bfaf2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shogun-image-container {
      position: relative;
    }

    .s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06994243-ce3b-4ae0-b753-6054f4bfaf2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-06994243-ce3b-4ae0-b753-6054f4bfaf2f {
  margin: 0 !important;
  overflow: visible;
}

#s-06994243-ce3b-4ae0-b753-6054f4bfaf2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-06994243-ce3b-4ae0-b753-6054f4bfaf2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-06994243-ce3b-4ae0-b753-6054f4bfaf2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-06994243-ce3b-4ae0-b753-6054f4bfaf2f img.shogun-image {
  /* Add background color handling */
  
}

#s-06994243-ce3b-4ae0-b753-6054f4bfaf2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-06994243-ce3b-4ae0-b753-6054f4bfaf2f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-06994243-ce3b-4ae0-b753-6054f4bfaf2f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06994243-ce3b-4ae0-b753-6054f4bfaf2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-06994243-ce3b-4ae0-b753-6054f4bfaf2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-06994243-ce3b-4ae0-b753-6054f4bfaf2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shogun-image {
  box-sizing: border-box;
}



.s-06994243-ce3b-4ae0-b753-6054f4bfaf2f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-06994243-ce3b-4ae0-b753-6054f4bfaf2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shogun-image-container {
      position: relative;
    }

    .s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06994243-ce3b-4ae0-b753-6054f4bfaf2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06994243-ce3b-4ae0-b753-6054f4bfaf2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-f3bb2d0d-ebc5-4442-9a06-90af66af0fb1 {
  margin-left: auto;
margin-right: auto;
}

#s-cfd65876-1f95-4482-979b-c32617bd821c {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-cfd65876-1f95-4482-979b-c32617bd821c {
  margin: 0 !important;
  overflow: visible;
}

#s-cfd65876-1f95-4482-979b-c32617bd821c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cfd65876-1f95-4482-979b-c32617bd821c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfd65876-1f95-4482-979b-c32617bd821c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfd65876-1f95-4482-979b-c32617bd821c img.shogun-image {
  /* Add background color handling */
  
}

#s-cfd65876-1f95-4482-979b-c32617bd821c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfd65876-1f95-4482-979b-c32617bd821c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cfd65876-1f95-4482-979b-c32617bd821c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfd65876-1f95-4482-979b-c32617bd821c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfd65876-1f95-4482-979b-c32617bd821c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfd65876-1f95-4482-979b-c32617bd821c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-cfd65876-1f95-4482-979b-c32617bd821c.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-cfd65876-1f95-4482-979b-c32617bd821c .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfd65876-1f95-4482-979b-c32617bd821c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfd65876-1f95-4482-979b-c32617bd821c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfd65876-1f95-4482-979b-c32617bd821c.shogun-image {
  box-sizing: border-box;
}



.s-cfd65876-1f95-4482-979b-c32617bd821c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cfd65876-1f95-4482-979b-c32617bd821c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cfd65876-1f95-4482-979b-c32617bd821c.shogun-image-container {
      position: relative;
    }

    .s-cfd65876-1f95-4482-979b-c32617bd821c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfd65876-1f95-4482-979b-c32617bd821c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfd65876-1f95-4482-979b-c32617bd821c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-cfd65876-1f95-4482-979b-c32617bd821c {
  margin: 0 !important;
  overflow: visible;
}

#s-cfd65876-1f95-4482-979b-c32617bd821c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cfd65876-1f95-4482-979b-c32617bd821c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfd65876-1f95-4482-979b-c32617bd821c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfd65876-1f95-4482-979b-c32617bd821c img.shogun-image {
  /* Add background color handling */
  
}

#s-cfd65876-1f95-4482-979b-c32617bd821c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfd65876-1f95-4482-979b-c32617bd821c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cfd65876-1f95-4482-979b-c32617bd821c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfd65876-1f95-4482-979b-c32617bd821c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfd65876-1f95-4482-979b-c32617bd821c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfd65876-1f95-4482-979b-c32617bd821c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-cfd65876-1f95-4482-979b-c32617bd821c.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-cfd65876-1f95-4482-979b-c32617bd821c .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfd65876-1f95-4482-979b-c32617bd821c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfd65876-1f95-4482-979b-c32617bd821c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfd65876-1f95-4482-979b-c32617bd821c.shogun-image {
  box-sizing: border-box;
}



.s-cfd65876-1f95-4482-979b-c32617bd821c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cfd65876-1f95-4482-979b-c32617bd821c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cfd65876-1f95-4482-979b-c32617bd821c.shogun-image-container {
      position: relative;
    }

    .s-cfd65876-1f95-4482-979b-c32617bd821c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfd65876-1f95-4482-979b-c32617bd821c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfd65876-1f95-4482-979b-c32617bd821c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cfd65876-1f95-4482-979b-c32617bd821c {
  margin: 0 !important;
  overflow: visible;
}

#s-cfd65876-1f95-4482-979b-c32617bd821c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cfd65876-1f95-4482-979b-c32617bd821c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfd65876-1f95-4482-979b-c32617bd821c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfd65876-1f95-4482-979b-c32617bd821c img.shogun-image {
  /* Add background color handling */
  
}

#s-cfd65876-1f95-4482-979b-c32617bd821c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfd65876-1f95-4482-979b-c32617bd821c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cfd65876-1f95-4482-979b-c32617bd821c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfd65876-1f95-4482-979b-c32617bd821c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfd65876-1f95-4482-979b-c32617bd821c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfd65876-1f95-4482-979b-c32617bd821c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-cfd65876-1f95-4482-979b-c32617bd821c.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-cfd65876-1f95-4482-979b-c32617bd821c .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfd65876-1f95-4482-979b-c32617bd821c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfd65876-1f95-4482-979b-c32617bd821c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfd65876-1f95-4482-979b-c32617bd821c.shogun-image {
  box-sizing: border-box;
}



.s-cfd65876-1f95-4482-979b-c32617bd821c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cfd65876-1f95-4482-979b-c32617bd821c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cfd65876-1f95-4482-979b-c32617bd821c.shogun-image-container {
      position: relative;
    }

    .s-cfd65876-1f95-4482-979b-c32617bd821c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfd65876-1f95-4482-979b-c32617bd821c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfd65876-1f95-4482-979b-c32617bd821c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cfd65876-1f95-4482-979b-c32617bd821c {
  margin: 0 !important;
  overflow: visible;
}

#s-cfd65876-1f95-4482-979b-c32617bd821c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cfd65876-1f95-4482-979b-c32617bd821c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfd65876-1f95-4482-979b-c32617bd821c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfd65876-1f95-4482-979b-c32617bd821c img.shogun-image {
  /* Add background color handling */
  
}

#s-cfd65876-1f95-4482-979b-c32617bd821c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfd65876-1f95-4482-979b-c32617bd821c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cfd65876-1f95-4482-979b-c32617bd821c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfd65876-1f95-4482-979b-c32617bd821c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfd65876-1f95-4482-979b-c32617bd821c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfd65876-1f95-4482-979b-c32617bd821c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-cfd65876-1f95-4482-979b-c32617bd821c.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-cfd65876-1f95-4482-979b-c32617bd821c .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfd65876-1f95-4482-979b-c32617bd821c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfd65876-1f95-4482-979b-c32617bd821c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfd65876-1f95-4482-979b-c32617bd821c.shogun-image {
  box-sizing: border-box;
}



.s-cfd65876-1f95-4482-979b-c32617bd821c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cfd65876-1f95-4482-979b-c32617bd821c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cfd65876-1f95-4482-979b-c32617bd821c.shogun-image-container {
      position: relative;
    }

    .s-cfd65876-1f95-4482-979b-c32617bd821c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfd65876-1f95-4482-979b-c32617bd821c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfd65876-1f95-4482-979b-c32617bd821c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-cfd65876-1f95-4482-979b-c32617bd821c {
  margin: 0 !important;
  overflow: visible;
}

#s-cfd65876-1f95-4482-979b-c32617bd821c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cfd65876-1f95-4482-979b-c32617bd821c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfd65876-1f95-4482-979b-c32617bd821c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfd65876-1f95-4482-979b-c32617bd821c img.shogun-image {
  /* Add background color handling */
  
}

#s-cfd65876-1f95-4482-979b-c32617bd821c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfd65876-1f95-4482-979b-c32617bd821c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cfd65876-1f95-4482-979b-c32617bd821c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfd65876-1f95-4482-979b-c32617bd821c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfd65876-1f95-4482-979b-c32617bd821c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfd65876-1f95-4482-979b-c32617bd821c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-cfd65876-1f95-4482-979b-c32617bd821c.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-cfd65876-1f95-4482-979b-c32617bd821c .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfd65876-1f95-4482-979b-c32617bd821c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfd65876-1f95-4482-979b-c32617bd821c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfd65876-1f95-4482-979b-c32617bd821c.shogun-image {
  box-sizing: border-box;
}



.s-cfd65876-1f95-4482-979b-c32617bd821c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cfd65876-1f95-4482-979b-c32617bd821c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cfd65876-1f95-4482-979b-c32617bd821c.shogun-image-container {
      position: relative;
    }

    .s-cfd65876-1f95-4482-979b-c32617bd821c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfd65876-1f95-4482-979b-c32617bd821c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfd65876-1f95-4482-979b-c32617bd821c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-738e35b1-84b1-4a4c-88e1-3a113e834f36 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-738e35b1-84b1-4a4c-88e1-3a113e834f36"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-738e35b1-84b1-4a4c-88e1-3a113e834f36"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-738e35b1-84b1-4a4c-88e1-3a113e834f36"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-738e35b1-84b1-4a4c-88e1-3a113e834f36"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-3ff790b5-43dd-4684-9a8a-4607b809e8ae {
  max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3ff790b5-43dd-4684-9a8a-4607b809e8ae {
  margin: 0 !important;
  overflow: visible;
}

#s-3ff790b5-43dd-4684-9a8a-4607b809e8ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ff790b5-43dd-4684-9a8a-4607b809e8ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ff790b5-43dd-4684-9a8a-4607b809e8ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ff790b5-43dd-4684-9a8a-4607b809e8ae img.shogun-image {
  /* Add background color handling */
  
}

#s-3ff790b5-43dd-4684-9a8a-4607b809e8ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ff790b5-43dd-4684-9a8a-4607b809e8ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3ff790b5-43dd-4684-9a8a-4607b809e8ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ff790b5-43dd-4684-9a8a-4607b809e8ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ff790b5-43dd-4684-9a8a-4607b809e8ae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-3ff790b5-43dd-4684-9a8a-4607b809e8ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shogun-image {
  box-sizing: border-box;
}



.s-3ff790b5-43dd-4684-9a8a-4607b809e8ae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ff790b5-43dd-4684-9a8a-4607b809e8ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shogun-image-container {
      position: relative;
    }

    .s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ff790b5-43dd-4684-9a8a-4607b809e8ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-3ff790b5-43dd-4684-9a8a-4607b809e8ae {
  margin: 0 !important;
  overflow: visible;
}

#s-3ff790b5-43dd-4684-9a8a-4607b809e8ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ff790b5-43dd-4684-9a8a-4607b809e8ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ff790b5-43dd-4684-9a8a-4607b809e8ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ff790b5-43dd-4684-9a8a-4607b809e8ae img.shogun-image {
  /* Add background color handling */
  
}

#s-3ff790b5-43dd-4684-9a8a-4607b809e8ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ff790b5-43dd-4684-9a8a-4607b809e8ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3ff790b5-43dd-4684-9a8a-4607b809e8ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ff790b5-43dd-4684-9a8a-4607b809e8ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ff790b5-43dd-4684-9a8a-4607b809e8ae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-3ff790b5-43dd-4684-9a8a-4607b809e8ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shogun-image {
  box-sizing: border-box;
}



.s-3ff790b5-43dd-4684-9a8a-4607b809e8ae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ff790b5-43dd-4684-9a8a-4607b809e8ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shogun-image-container {
      position: relative;
    }

    .s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ff790b5-43dd-4684-9a8a-4607b809e8ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3ff790b5-43dd-4684-9a8a-4607b809e8ae {
  margin: 0 !important;
  overflow: visible;
}

#s-3ff790b5-43dd-4684-9a8a-4607b809e8ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ff790b5-43dd-4684-9a8a-4607b809e8ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ff790b5-43dd-4684-9a8a-4607b809e8ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ff790b5-43dd-4684-9a8a-4607b809e8ae img.shogun-image {
  /* Add background color handling */
  
}

#s-3ff790b5-43dd-4684-9a8a-4607b809e8ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ff790b5-43dd-4684-9a8a-4607b809e8ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3ff790b5-43dd-4684-9a8a-4607b809e8ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ff790b5-43dd-4684-9a8a-4607b809e8ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ff790b5-43dd-4684-9a8a-4607b809e8ae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-3ff790b5-43dd-4684-9a8a-4607b809e8ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shogun-image {
  box-sizing: border-box;
}



.s-3ff790b5-43dd-4684-9a8a-4607b809e8ae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ff790b5-43dd-4684-9a8a-4607b809e8ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shogun-image-container {
      position: relative;
    }

    .s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ff790b5-43dd-4684-9a8a-4607b809e8ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3ff790b5-43dd-4684-9a8a-4607b809e8ae {
  margin: 0 !important;
  overflow: visible;
}

#s-3ff790b5-43dd-4684-9a8a-4607b809e8ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ff790b5-43dd-4684-9a8a-4607b809e8ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ff790b5-43dd-4684-9a8a-4607b809e8ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ff790b5-43dd-4684-9a8a-4607b809e8ae img.shogun-image {
  /* Add background color handling */
  
}

#s-3ff790b5-43dd-4684-9a8a-4607b809e8ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ff790b5-43dd-4684-9a8a-4607b809e8ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3ff790b5-43dd-4684-9a8a-4607b809e8ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ff790b5-43dd-4684-9a8a-4607b809e8ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ff790b5-43dd-4684-9a8a-4607b809e8ae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-3ff790b5-43dd-4684-9a8a-4607b809e8ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shogun-image {
  box-sizing: border-box;
}



.s-3ff790b5-43dd-4684-9a8a-4607b809e8ae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ff790b5-43dd-4684-9a8a-4607b809e8ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shogun-image-container {
      position: relative;
    }

    .s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ff790b5-43dd-4684-9a8a-4607b809e8ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-3ff790b5-43dd-4684-9a8a-4607b809e8ae {
  margin: 0 !important;
  overflow: visible;
}

#s-3ff790b5-43dd-4684-9a8a-4607b809e8ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ff790b5-43dd-4684-9a8a-4607b809e8ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ff790b5-43dd-4684-9a8a-4607b809e8ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ff790b5-43dd-4684-9a8a-4607b809e8ae img.shogun-image {
  /* Add background color handling */
  
}

#s-3ff790b5-43dd-4684-9a8a-4607b809e8ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ff790b5-43dd-4684-9a8a-4607b809e8ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3ff790b5-43dd-4684-9a8a-4607b809e8ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ff790b5-43dd-4684-9a8a-4607b809e8ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ff790b5-43dd-4684-9a8a-4607b809e8ae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-3ff790b5-43dd-4684-9a8a-4607b809e8ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shogun-image {
  box-sizing: border-box;
}



.s-3ff790b5-43dd-4684-9a8a-4607b809e8ae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ff790b5-43dd-4684-9a8a-4607b809e8ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shogun-image-container {
      position: relative;
    }

    .s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ff790b5-43dd-4684-9a8a-4607b809e8ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ff790b5-43dd-4684-9a8a-4607b809e8ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-92795502-5ea8-439b-9471-f08e1b7de6b3 {
  max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-92795502-5ea8-439b-9471-f08e1b7de6b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-92795502-5ea8-439b-9471-f08e1b7de6b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-92795502-5ea8-439b-9471-f08e1b7de6b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92795502-5ea8-439b-9471-f08e1b7de6b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92795502-5ea8-439b-9471-f08e1b7de6b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-92795502-5ea8-439b-9471-f08e1b7de6b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92795502-5ea8-439b-9471-f08e1b7de6b3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-92795502-5ea8-439b-9471-f08e1b7de6b3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92795502-5ea8-439b-9471-f08e1b7de6b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92795502-5ea8-439b-9471-f08e1b7de6b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92795502-5ea8-439b-9471-f08e1b7de6b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-92795502-5ea8-439b-9471-f08e1b7de6b3.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-92795502-5ea8-439b-9471-f08e1b7de6b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-92795502-5ea8-439b-9471-f08e1b7de6b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92795502-5ea8-439b-9471-f08e1b7de6b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92795502-5ea8-439b-9471-f08e1b7de6b3.shogun-image {
  box-sizing: border-box;
}



.s-92795502-5ea8-439b-9471-f08e1b7de6b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-92795502-5ea8-439b-9471-f08e1b7de6b3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92795502-5ea8-439b-9471-f08e1b7de6b3.shogun-image-container {
      position: relative;
    }

    .s-92795502-5ea8-439b-9471-f08e1b7de6b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92795502-5ea8-439b-9471-f08e1b7de6b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92795502-5ea8-439b-9471-f08e1b7de6b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-92795502-5ea8-439b-9471-f08e1b7de6b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-92795502-5ea8-439b-9471-f08e1b7de6b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-92795502-5ea8-439b-9471-f08e1b7de6b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92795502-5ea8-439b-9471-f08e1b7de6b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92795502-5ea8-439b-9471-f08e1b7de6b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-92795502-5ea8-439b-9471-f08e1b7de6b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92795502-5ea8-439b-9471-f08e1b7de6b3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-92795502-5ea8-439b-9471-f08e1b7de6b3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92795502-5ea8-439b-9471-f08e1b7de6b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92795502-5ea8-439b-9471-f08e1b7de6b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92795502-5ea8-439b-9471-f08e1b7de6b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-92795502-5ea8-439b-9471-f08e1b7de6b3.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-92795502-5ea8-439b-9471-f08e1b7de6b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-92795502-5ea8-439b-9471-f08e1b7de6b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92795502-5ea8-439b-9471-f08e1b7de6b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92795502-5ea8-439b-9471-f08e1b7de6b3.shogun-image {
  box-sizing: border-box;
}



.s-92795502-5ea8-439b-9471-f08e1b7de6b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-92795502-5ea8-439b-9471-f08e1b7de6b3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92795502-5ea8-439b-9471-f08e1b7de6b3.shogun-image-container {
      position: relative;
    }

    .s-92795502-5ea8-439b-9471-f08e1b7de6b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92795502-5ea8-439b-9471-f08e1b7de6b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92795502-5ea8-439b-9471-f08e1b7de6b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-92795502-5ea8-439b-9471-f08e1b7de6b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-92795502-5ea8-439b-9471-f08e1b7de6b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-92795502-5ea8-439b-9471-f08e1b7de6b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92795502-5ea8-439b-9471-f08e1b7de6b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92795502-5ea8-439b-9471-f08e1b7de6b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-92795502-5ea8-439b-9471-f08e1b7de6b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92795502-5ea8-439b-9471-f08e1b7de6b3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-92795502-5ea8-439b-9471-f08e1b7de6b3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92795502-5ea8-439b-9471-f08e1b7de6b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92795502-5ea8-439b-9471-f08e1b7de6b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92795502-5ea8-439b-9471-f08e1b7de6b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-92795502-5ea8-439b-9471-f08e1b7de6b3.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-92795502-5ea8-439b-9471-f08e1b7de6b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-92795502-5ea8-439b-9471-f08e1b7de6b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92795502-5ea8-439b-9471-f08e1b7de6b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92795502-5ea8-439b-9471-f08e1b7de6b3.shogun-image {
  box-sizing: border-box;
}



.s-92795502-5ea8-439b-9471-f08e1b7de6b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-92795502-5ea8-439b-9471-f08e1b7de6b3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92795502-5ea8-439b-9471-f08e1b7de6b3.shogun-image-container {
      position: relative;
    }

    .s-92795502-5ea8-439b-9471-f08e1b7de6b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92795502-5ea8-439b-9471-f08e1b7de6b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92795502-5ea8-439b-9471-f08e1b7de6b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-92795502-5ea8-439b-9471-f08e1b7de6b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-92795502-5ea8-439b-9471-f08e1b7de6b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-92795502-5ea8-439b-9471-f08e1b7de6b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92795502-5ea8-439b-9471-f08e1b7de6b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92795502-5ea8-439b-9471-f08e1b7de6b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-92795502-5ea8-439b-9471-f08e1b7de6b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92795502-5ea8-439b-9471-f08e1b7de6b3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-92795502-5ea8-439b-9471-f08e1b7de6b3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92795502-5ea8-439b-9471-f08e1b7de6b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92795502-5ea8-439b-9471-f08e1b7de6b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92795502-5ea8-439b-9471-f08e1b7de6b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-92795502-5ea8-439b-9471-f08e1b7de6b3.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-92795502-5ea8-439b-9471-f08e1b7de6b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-92795502-5ea8-439b-9471-f08e1b7de6b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92795502-5ea8-439b-9471-f08e1b7de6b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92795502-5ea8-439b-9471-f08e1b7de6b3.shogun-image {
  box-sizing: border-box;
}



.s-92795502-5ea8-439b-9471-f08e1b7de6b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-92795502-5ea8-439b-9471-f08e1b7de6b3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92795502-5ea8-439b-9471-f08e1b7de6b3.shogun-image-container {
      position: relative;
    }

    .s-92795502-5ea8-439b-9471-f08e1b7de6b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92795502-5ea8-439b-9471-f08e1b7de6b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92795502-5ea8-439b-9471-f08e1b7de6b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-92795502-5ea8-439b-9471-f08e1b7de6b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-92795502-5ea8-439b-9471-f08e1b7de6b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-92795502-5ea8-439b-9471-f08e1b7de6b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92795502-5ea8-439b-9471-f08e1b7de6b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92795502-5ea8-439b-9471-f08e1b7de6b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-92795502-5ea8-439b-9471-f08e1b7de6b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92795502-5ea8-439b-9471-f08e1b7de6b3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-92795502-5ea8-439b-9471-f08e1b7de6b3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92795502-5ea8-439b-9471-f08e1b7de6b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92795502-5ea8-439b-9471-f08e1b7de6b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92795502-5ea8-439b-9471-f08e1b7de6b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-92795502-5ea8-439b-9471-f08e1b7de6b3.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-92795502-5ea8-439b-9471-f08e1b7de6b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-92795502-5ea8-439b-9471-f08e1b7de6b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92795502-5ea8-439b-9471-f08e1b7de6b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92795502-5ea8-439b-9471-f08e1b7de6b3.shogun-image {
  box-sizing: border-box;
}



.s-92795502-5ea8-439b-9471-f08e1b7de6b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-92795502-5ea8-439b-9471-f08e1b7de6b3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92795502-5ea8-439b-9471-f08e1b7de6b3.shogun-image-container {
      position: relative;
    }

    .s-92795502-5ea8-439b-9471-f08e1b7de6b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92795502-5ea8-439b-9471-f08e1b7de6b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92795502-5ea8-439b-9471-f08e1b7de6b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-2d154d48-213a-4e75-8992-82c155236988 {
  max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-2d154d48-213a-4e75-8992-82c155236988 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d154d48-213a-4e75-8992-82c155236988-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d154d48-213a-4e75-8992-82c155236988 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d154d48-213a-4e75-8992-82c155236988 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d154d48-213a-4e75-8992-82c155236988 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d154d48-213a-4e75-8992-82c155236988 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d154d48-213a-4e75-8992-82c155236988 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d154d48-213a-4e75-8992-82c155236988 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d154d48-213a-4e75-8992-82c155236988 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d154d48-213a-4e75-8992-82c155236988.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d154d48-213a-4e75-8992-82c155236988 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-2d154d48-213a-4e75-8992-82c155236988.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-2d154d48-213a-4e75-8992-82c155236988 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d154d48-213a-4e75-8992-82c155236988.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d154d48-213a-4e75-8992-82c155236988.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d154d48-213a-4e75-8992-82c155236988.shogun-image {
  box-sizing: border-box;
}



.s-2d154d48-213a-4e75-8992-82c155236988 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d154d48-213a-4e75-8992-82c155236988 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d154d48-213a-4e75-8992-82c155236988.shogun-image-container {
      position: relative;
    }

    .s-2d154d48-213a-4e75-8992-82c155236988.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d154d48-213a-4e75-8992-82c155236988.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d154d48-213a-4e75-8992-82c155236988 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-2d154d48-213a-4e75-8992-82c155236988 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d154d48-213a-4e75-8992-82c155236988-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d154d48-213a-4e75-8992-82c155236988 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d154d48-213a-4e75-8992-82c155236988 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d154d48-213a-4e75-8992-82c155236988 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d154d48-213a-4e75-8992-82c155236988 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d154d48-213a-4e75-8992-82c155236988 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d154d48-213a-4e75-8992-82c155236988 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d154d48-213a-4e75-8992-82c155236988 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d154d48-213a-4e75-8992-82c155236988.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d154d48-213a-4e75-8992-82c155236988 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-2d154d48-213a-4e75-8992-82c155236988.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-2d154d48-213a-4e75-8992-82c155236988 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d154d48-213a-4e75-8992-82c155236988.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d154d48-213a-4e75-8992-82c155236988.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d154d48-213a-4e75-8992-82c155236988.shogun-image {
  box-sizing: border-box;
}



.s-2d154d48-213a-4e75-8992-82c155236988 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d154d48-213a-4e75-8992-82c155236988 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d154d48-213a-4e75-8992-82c155236988.shogun-image-container {
      position: relative;
    }

    .s-2d154d48-213a-4e75-8992-82c155236988.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d154d48-213a-4e75-8992-82c155236988.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d154d48-213a-4e75-8992-82c155236988 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2d154d48-213a-4e75-8992-82c155236988 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d154d48-213a-4e75-8992-82c155236988-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d154d48-213a-4e75-8992-82c155236988 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d154d48-213a-4e75-8992-82c155236988 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d154d48-213a-4e75-8992-82c155236988 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d154d48-213a-4e75-8992-82c155236988 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d154d48-213a-4e75-8992-82c155236988 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d154d48-213a-4e75-8992-82c155236988 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d154d48-213a-4e75-8992-82c155236988 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d154d48-213a-4e75-8992-82c155236988.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d154d48-213a-4e75-8992-82c155236988 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-2d154d48-213a-4e75-8992-82c155236988.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-2d154d48-213a-4e75-8992-82c155236988 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d154d48-213a-4e75-8992-82c155236988.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d154d48-213a-4e75-8992-82c155236988.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d154d48-213a-4e75-8992-82c155236988.shogun-image {
  box-sizing: border-box;
}



.s-2d154d48-213a-4e75-8992-82c155236988 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d154d48-213a-4e75-8992-82c155236988 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d154d48-213a-4e75-8992-82c155236988.shogun-image-container {
      position: relative;
    }

    .s-2d154d48-213a-4e75-8992-82c155236988.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d154d48-213a-4e75-8992-82c155236988.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d154d48-213a-4e75-8992-82c155236988 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2d154d48-213a-4e75-8992-82c155236988 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d154d48-213a-4e75-8992-82c155236988-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d154d48-213a-4e75-8992-82c155236988 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d154d48-213a-4e75-8992-82c155236988 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d154d48-213a-4e75-8992-82c155236988 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d154d48-213a-4e75-8992-82c155236988 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d154d48-213a-4e75-8992-82c155236988 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d154d48-213a-4e75-8992-82c155236988 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d154d48-213a-4e75-8992-82c155236988 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d154d48-213a-4e75-8992-82c155236988.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d154d48-213a-4e75-8992-82c155236988 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-2d154d48-213a-4e75-8992-82c155236988.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-2d154d48-213a-4e75-8992-82c155236988 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d154d48-213a-4e75-8992-82c155236988.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d154d48-213a-4e75-8992-82c155236988.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d154d48-213a-4e75-8992-82c155236988.shogun-image {
  box-sizing: border-box;
}



.s-2d154d48-213a-4e75-8992-82c155236988 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d154d48-213a-4e75-8992-82c155236988 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d154d48-213a-4e75-8992-82c155236988.shogun-image-container {
      position: relative;
    }

    .s-2d154d48-213a-4e75-8992-82c155236988.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d154d48-213a-4e75-8992-82c155236988.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d154d48-213a-4e75-8992-82c155236988 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-2d154d48-213a-4e75-8992-82c155236988 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d154d48-213a-4e75-8992-82c155236988-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d154d48-213a-4e75-8992-82c155236988 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d154d48-213a-4e75-8992-82c155236988 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d154d48-213a-4e75-8992-82c155236988 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d154d48-213a-4e75-8992-82c155236988 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d154d48-213a-4e75-8992-82c155236988 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d154d48-213a-4e75-8992-82c155236988 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d154d48-213a-4e75-8992-82c155236988 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d154d48-213a-4e75-8992-82c155236988.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d154d48-213a-4e75-8992-82c155236988 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-2d154d48-213a-4e75-8992-82c155236988.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-2d154d48-213a-4e75-8992-82c155236988 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d154d48-213a-4e75-8992-82c155236988.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d154d48-213a-4e75-8992-82c155236988.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d154d48-213a-4e75-8992-82c155236988.shogun-image {
  box-sizing: border-box;
}



.s-2d154d48-213a-4e75-8992-82c155236988 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d154d48-213a-4e75-8992-82c155236988 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d154d48-213a-4e75-8992-82c155236988.shogun-image-container {
      position: relative;
    }

    .s-2d154d48-213a-4e75-8992-82c155236988.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d154d48-213a-4e75-8992-82c155236988.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d154d48-213a-4e75-8992-82c155236988 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a {
  max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a {
  margin: 0 !important;
  overflow: visible;
}

#s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a img.shogun-image {
  /* Add background color handling */
  
}

#s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shogun-image {
  box-sizing: border-box;
}



.s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shogun-image-container {
      position: relative;
    }

    .s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a {
  margin: 0 !important;
  overflow: visible;
}

#s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a img.shogun-image {
  /* Add background color handling */
  
}

#s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shogun-image {
  box-sizing: border-box;
}



.s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shogun-image-container {
      position: relative;
    }

    .s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a {
  margin: 0 !important;
  overflow: visible;
}

#s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a img.shogun-image {
  /* Add background color handling */
  
}

#s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shogun-image {
  box-sizing: border-box;
}



.s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shogun-image-container {
      position: relative;
    }

    .s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a {
  margin: 0 !important;
  overflow: visible;
}

#s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a img.shogun-image {
  /* Add background color handling */
  
}

#s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shogun-image {
  box-sizing: border-box;
}



.s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shogun-image-container {
      position: relative;
    }

    .s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a {
  margin: 0 !important;
  overflow: visible;
}

#s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a img.shogun-image {
  /* Add background color handling */
  
}

#s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shogun-image {
  box-sizing: border-box;
}



.s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shogun-image-container {
      position: relative;
    }

    .s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b5e1cff-aa69-4849-a882-8d8f0da5a32a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-b1f125bb-59eb-48d8-ba6e-5be6228f04db {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-b1f125bb-59eb-48d8-ba6e-5be6228f04db"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b1f125bb-59eb-48d8-ba6e-5be6228f04db"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b1f125bb-59eb-48d8-ba6e-5be6228f04db"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b1f125bb-59eb-48d8-ba6e-5be6228f04db"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-6dc8b22a-4484-4386-a142-9a2ded9011e0 {
  max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6dc8b22a-4484-4386-a142-9a2ded9011e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-6dc8b22a-4484-4386-a142-9a2ded9011e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6dc8b22a-4484-4386-a142-9a2ded9011e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6dc8b22a-4484-4386-a142-9a2ded9011e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6dc8b22a-4484-4386-a142-9a2ded9011e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-6dc8b22a-4484-4386-a142-9a2ded9011e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6dc8b22a-4484-4386-a142-9a2ded9011e0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6dc8b22a-4484-4386-a142-9a2ded9011e0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6dc8b22a-4484-4386-a142-9a2ded9011e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6dc8b22a-4484-4386-a142-9a2ded9011e0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-6dc8b22a-4484-4386-a142-9a2ded9011e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shogun-image {
  box-sizing: border-box;
}



.s-6dc8b22a-4484-4386-a142-9a2ded9011e0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6dc8b22a-4484-4386-a142-9a2ded9011e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shogun-image-container {
      position: relative;
    }

    .s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6dc8b22a-4484-4386-a142-9a2ded9011e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-6dc8b22a-4484-4386-a142-9a2ded9011e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-6dc8b22a-4484-4386-a142-9a2ded9011e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6dc8b22a-4484-4386-a142-9a2ded9011e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6dc8b22a-4484-4386-a142-9a2ded9011e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6dc8b22a-4484-4386-a142-9a2ded9011e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-6dc8b22a-4484-4386-a142-9a2ded9011e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6dc8b22a-4484-4386-a142-9a2ded9011e0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6dc8b22a-4484-4386-a142-9a2ded9011e0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6dc8b22a-4484-4386-a142-9a2ded9011e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6dc8b22a-4484-4386-a142-9a2ded9011e0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-6dc8b22a-4484-4386-a142-9a2ded9011e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shogun-image {
  box-sizing: border-box;
}



.s-6dc8b22a-4484-4386-a142-9a2ded9011e0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6dc8b22a-4484-4386-a142-9a2ded9011e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shogun-image-container {
      position: relative;
    }

    .s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6dc8b22a-4484-4386-a142-9a2ded9011e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6dc8b22a-4484-4386-a142-9a2ded9011e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-6dc8b22a-4484-4386-a142-9a2ded9011e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6dc8b22a-4484-4386-a142-9a2ded9011e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6dc8b22a-4484-4386-a142-9a2ded9011e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6dc8b22a-4484-4386-a142-9a2ded9011e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-6dc8b22a-4484-4386-a142-9a2ded9011e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6dc8b22a-4484-4386-a142-9a2ded9011e0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6dc8b22a-4484-4386-a142-9a2ded9011e0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6dc8b22a-4484-4386-a142-9a2ded9011e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6dc8b22a-4484-4386-a142-9a2ded9011e0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-6dc8b22a-4484-4386-a142-9a2ded9011e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shogun-image {
  box-sizing: border-box;
}



.s-6dc8b22a-4484-4386-a142-9a2ded9011e0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6dc8b22a-4484-4386-a142-9a2ded9011e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shogun-image-container {
      position: relative;
    }

    .s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6dc8b22a-4484-4386-a142-9a2ded9011e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6dc8b22a-4484-4386-a142-9a2ded9011e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-6dc8b22a-4484-4386-a142-9a2ded9011e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6dc8b22a-4484-4386-a142-9a2ded9011e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6dc8b22a-4484-4386-a142-9a2ded9011e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6dc8b22a-4484-4386-a142-9a2ded9011e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-6dc8b22a-4484-4386-a142-9a2ded9011e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6dc8b22a-4484-4386-a142-9a2ded9011e0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6dc8b22a-4484-4386-a142-9a2ded9011e0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6dc8b22a-4484-4386-a142-9a2ded9011e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6dc8b22a-4484-4386-a142-9a2ded9011e0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-6dc8b22a-4484-4386-a142-9a2ded9011e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shogun-image {
  box-sizing: border-box;
}



.s-6dc8b22a-4484-4386-a142-9a2ded9011e0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6dc8b22a-4484-4386-a142-9a2ded9011e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shogun-image-container {
      position: relative;
    }

    .s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6dc8b22a-4484-4386-a142-9a2ded9011e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-6dc8b22a-4484-4386-a142-9a2ded9011e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-6dc8b22a-4484-4386-a142-9a2ded9011e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6dc8b22a-4484-4386-a142-9a2ded9011e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6dc8b22a-4484-4386-a142-9a2ded9011e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6dc8b22a-4484-4386-a142-9a2ded9011e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-6dc8b22a-4484-4386-a142-9a2ded9011e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6dc8b22a-4484-4386-a142-9a2ded9011e0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6dc8b22a-4484-4386-a142-9a2ded9011e0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6dc8b22a-4484-4386-a142-9a2ded9011e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6dc8b22a-4484-4386-a142-9a2ded9011e0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-6dc8b22a-4484-4386-a142-9a2ded9011e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shogun-image {
  box-sizing: border-box;
}



.s-6dc8b22a-4484-4386-a142-9a2ded9011e0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6dc8b22a-4484-4386-a142-9a2ded9011e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shogun-image-container {
      position: relative;
    }

    .s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6dc8b22a-4484-4386-a142-9a2ded9011e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6dc8b22a-4484-4386-a142-9a2ded9011e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-5a9a8be7-8dc4-40a7-a946-316960d4c818 {
  max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5a9a8be7-8dc4-40a7-a946-316960d4c818 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a9a8be7-8dc4-40a7-a946-316960d4c818-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a9a8be7-8dc4-40a7-a946-316960d4c818 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a9a8be7-8dc4-40a7-a946-316960d4c818 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a9a8be7-8dc4-40a7-a946-316960d4c818 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a9a8be7-8dc4-40a7-a946-316960d4c818 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: rgba(253, 253, 253, 1);
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a9a8be7-8dc4-40a7-a946-316960d4c818 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5a9a8be7-8dc4-40a7-a946-316960d4c818 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a9a8be7-8dc4-40a7-a946-316960d4c818 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a9a8be7-8dc4-40a7-a946-316960d4c818 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-5a9a8be7-8dc4-40a7-a946-316960d4c818 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shogun-image {
  box-sizing: border-box;
}



.s-5a9a8be7-8dc4-40a7-a946-316960d4c818 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a9a8be7-8dc4-40a7-a946-316960d4c818 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shogun-image-container {
      position: relative;
    }

    .s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a9a8be7-8dc4-40a7-a946-316960d4c818 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-5a9a8be7-8dc4-40a7-a946-316960d4c818 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a9a8be7-8dc4-40a7-a946-316960d4c818-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a9a8be7-8dc4-40a7-a946-316960d4c818 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a9a8be7-8dc4-40a7-a946-316960d4c818 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a9a8be7-8dc4-40a7-a946-316960d4c818 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a9a8be7-8dc4-40a7-a946-316960d4c818 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a9a8be7-8dc4-40a7-a946-316960d4c818 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5a9a8be7-8dc4-40a7-a946-316960d4c818 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a9a8be7-8dc4-40a7-a946-316960d4c818 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a9a8be7-8dc4-40a7-a946-316960d4c818 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-5a9a8be7-8dc4-40a7-a946-316960d4c818 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shogun-image {
  box-sizing: border-box;
}



.s-5a9a8be7-8dc4-40a7-a946-316960d4c818 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a9a8be7-8dc4-40a7-a946-316960d4c818 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shogun-image-container {
      position: relative;
    }

    .s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a9a8be7-8dc4-40a7-a946-316960d4c818 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5a9a8be7-8dc4-40a7-a946-316960d4c818 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a9a8be7-8dc4-40a7-a946-316960d4c818-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a9a8be7-8dc4-40a7-a946-316960d4c818 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a9a8be7-8dc4-40a7-a946-316960d4c818 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a9a8be7-8dc4-40a7-a946-316960d4c818 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a9a8be7-8dc4-40a7-a946-316960d4c818 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a9a8be7-8dc4-40a7-a946-316960d4c818 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5a9a8be7-8dc4-40a7-a946-316960d4c818 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a9a8be7-8dc4-40a7-a946-316960d4c818 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a9a8be7-8dc4-40a7-a946-316960d4c818 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-5a9a8be7-8dc4-40a7-a946-316960d4c818 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shogun-image {
  box-sizing: border-box;
}



.s-5a9a8be7-8dc4-40a7-a946-316960d4c818 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a9a8be7-8dc4-40a7-a946-316960d4c818 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shogun-image-container {
      position: relative;
    }

    .s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a9a8be7-8dc4-40a7-a946-316960d4c818 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5a9a8be7-8dc4-40a7-a946-316960d4c818 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a9a8be7-8dc4-40a7-a946-316960d4c818-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a9a8be7-8dc4-40a7-a946-316960d4c818 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a9a8be7-8dc4-40a7-a946-316960d4c818 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a9a8be7-8dc4-40a7-a946-316960d4c818 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a9a8be7-8dc4-40a7-a946-316960d4c818 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a9a8be7-8dc4-40a7-a946-316960d4c818 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5a9a8be7-8dc4-40a7-a946-316960d4c818 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a9a8be7-8dc4-40a7-a946-316960d4c818 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a9a8be7-8dc4-40a7-a946-316960d4c818 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-5a9a8be7-8dc4-40a7-a946-316960d4c818 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shogun-image {
  box-sizing: border-box;
}



.s-5a9a8be7-8dc4-40a7-a946-316960d4c818 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a9a8be7-8dc4-40a7-a946-316960d4c818 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shogun-image-container {
      position: relative;
    }

    .s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a9a8be7-8dc4-40a7-a946-316960d4c818 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-5a9a8be7-8dc4-40a7-a946-316960d4c818 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a9a8be7-8dc4-40a7-a946-316960d4c818-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a9a8be7-8dc4-40a7-a946-316960d4c818 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a9a8be7-8dc4-40a7-a946-316960d4c818 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a9a8be7-8dc4-40a7-a946-316960d4c818 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a9a8be7-8dc4-40a7-a946-316960d4c818 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a9a8be7-8dc4-40a7-a946-316960d4c818 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5a9a8be7-8dc4-40a7-a946-316960d4c818 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a9a8be7-8dc4-40a7-a946-316960d4c818 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a9a8be7-8dc4-40a7-a946-316960d4c818 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-5a9a8be7-8dc4-40a7-a946-316960d4c818 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shogun-image {
  box-sizing: border-box;
}



.s-5a9a8be7-8dc4-40a7-a946-316960d4c818 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a9a8be7-8dc4-40a7-a946-316960d4c818 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shogun-image-container {
      position: relative;
    }

    .s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a9a8be7-8dc4-40a7-a946-316960d4c818.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a9a8be7-8dc4-40a7-a946-316960d4c818 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
