#s-7c08c36c-8aa0-4bf9-9f75-5f9d5ba450a5 {
  text-align: left;
}

#s-f8d088a1-5ee6-4cab-86f2-4849bb1b43ec {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-8a4e4882-be56-4e63-826e-c3679f67ef4b {
  margin-left: auto;
margin-right: auto;
padding-top: 0em;
padding-bottom: 5em;
min-height: 50px;
}








#s-8a4e4882-be56-4e63-826e-c3679f67ef4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8a4e4882-be56-4e63-826e-c3679f67ef4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

#s-bb04a617-6fd0-4a66-8ad5-dcaf81abcc7b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-bb04a617-6fd0-4a66-8ad5-dcaf81abcc7b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb04a617-6fd0-4a66-8ad5-dcaf81abcc7b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb04a617-6fd0-4a66-8ad5-dcaf81abcc7b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bb04a617-6fd0-4a66-8ad5-dcaf81abcc7b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb04a617-6fd0-4a66-8ad5-dcaf81abcc7b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb04a617-6fd0-4a66-8ad5-dcaf81abcc7b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb04a617-6fd0-4a66-8ad5-dcaf81abcc7b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 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-c9cce40e-6d11-4a34-9ed0-ed9b64e90438 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
text-align: center;
}

#s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438-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-c9cce40e-6d11-4a34-9ed0-ed9b64e90438 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438 .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-c9cce40e-6d11-4a34-9ed0-ed9b64e90438 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438 img.shogun-image {
  width: 100%;
  
  
  max-width: 550px;

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




.s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438-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-c9cce40e-6d11-4a34-9ed0-ed9b64e90438 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438 .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-c9cce40e-6d11-4a34-9ed0-ed9b64e90438 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438-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-c9cce40e-6d11-4a34-9ed0-ed9b64e90438 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438 .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-c9cce40e-6d11-4a34-9ed0-ed9b64e90438 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438-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-c9cce40e-6d11-4a34-9ed0-ed9b64e90438 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438 .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-c9cce40e-6d11-4a34-9ed0-ed9b64e90438 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438-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-c9cce40e-6d11-4a34-9ed0-ed9b64e90438 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438 .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-c9cce40e-6d11-4a34-9ed0-ed9b64e90438 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9cce40e-6d11-4a34-9ed0-ed9b64e90438.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-17443aa7-0e23-400e-b0bd-e3261121a439 {
  margin-left: auto;
margin-bottom: 3em;
margin-right: auto;
min-height: 50px;
}








#s-17443aa7-0e23-400e-b0bd-e3261121a439 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17443aa7-0e23-400e-b0bd-e3261121a439.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-37c48aa6-5581-4213-9a60-5aa8107ae400 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-76d9428d-e1e0-46f1-9679-c04ebe0f1e94 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 2em;
min-height: 50px;
}








#s-76d9428d-e1e0-46f1-9679-c04ebe0f1e94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-76d9428d-e1e0-46f1-9679-c04ebe0f1e94.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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 ::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-dd448385-7659-4196-a19f-36fcfc3c937e {
  margin-left: auto;
margin-right: auto;
padding-top: 1.5em;
}

#s-eadf032b-b713-431e-8aa5-9be6be5188fb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-eadf032b-b713-431e-8aa5-9be6be5188fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eadf032b-b713-431e-8aa5-9be6be5188fb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-811130e8-1591-4540-b8a1-502cffea6f4d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-811130e8-1591-4540-b8a1-502cffea6f4d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-811130e8-1591-4540-b8a1-502cffea6f4d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-811130e8-1591-4540-b8a1-502cffea6f4d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-811130e8-1591-4540-b8a1-502cffea6f4d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-8aa392d6-ff06-41fb-9019-6d3cae623c15 {
  margin-left: auto;
margin-bottom: 2.28571em;
margin-right: auto;
min-height: 50px;
}








#s-8aa392d6-ff06-41fb-9019-6d3cae623c15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8aa392d6-ff06-41fb-9019-6d3cae623c15.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b97d7dc8-ce67-45e1-8e8d-5321a552dea0 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-8c29bd32-c448-46b1-8445-810629f2aa85 {
  margin-left: auto;
margin-bottom: 2.28571em;
margin-right: auto;
min-height: 50px;
}








#s-8c29bd32-c448-46b1-8445-810629f2aa85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8c29bd32-c448-46b1-8445-810629f2aa85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cad4b244-ec17-4c9d-bef0-24cf1a3a6301 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-99926960-77d6-4220-93a5-2db38de623dc {
  margin-left: auto;
margin-right: auto;
padding-bottom: 2em;
min-height: 50px;
}
@media (max-width: 767px){#s-99926960-77d6-4220-93a5-2db38de623dc {
  padding-bottom: 0em;
}
}







#s-99926960-77d6-4220-93a5-2db38de623dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-99926960-77d6-4220-93a5-2db38de623dc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cdfba223-f467-4660-9b4d-269abe933674 {
  margin-left: auto;
margin-right: auto;
padding-top: 2em;
}

#s-ef84c147-8f4c-40e3-89f3-bacab96f06f3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ef84c147-8f4c-40e3-89f3-bacab96f06f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef84c147-8f4c-40e3-89f3-bacab96f06f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5500ac0b-d17b-4c47-a350-1b742ad1c098 {
  margin-left: auto;
margin-bottom: 3em;
margin-right: auto;
min-height: 50px;
}








#s-5500ac0b-d17b-4c47-a350-1b742ad1c098 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5500ac0b-d17b-4c47-a350-1b742ad1c098.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-28fd808d-437e-4f23-b049-b0e5e3a44be9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-23b29353-d3fb-4d11-b12f-1537ae18aaef {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-a2fbf072-dc83-4f39-a4e9-b09a557cf81c {
  margin-bottom: 2.28571em;
min-height: 50px;
}








#s-a2fbf072-dc83-4f39-a4e9-b09a557cf81c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a2fbf072-dc83-4f39-a4e9-b09a557cf81c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-map-info-window-container {
  max-width: 200px;
  color: #000000;
}

.shg-map-container {
  height: 400px;
}

.shg-map {
  height: 100%;
}

.shg-map .gm-style-cc,
.shg-map .gm-style-cc + div {
  visibility: visible !important;
}

#s-2cc30706-0417-4af7-901a-96d65a524e55 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 102, 179, 1);
border-style: solid;
min-height: 450px;
max-width: 1300px;
}

#s-c625729f-67ed-4ca5-bf31-52fde5c95409 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-c625729f-67ed-4ca5-bf31-52fde5c95409 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c625729f-67ed-4ca5-bf31-52fde5c95409 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c625729f-67ed-4ca5-bf31-52fde5c95409 {
  
}
}@media (max-width: 767px){#s-c625729f-67ed-4ca5-bf31-52fde5c95409 {
  
}
}
#s-baf10031-e730-4aeb-8603-12b652822049 {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
max-width: 504px;
}
@media (min-width: 1200px){#s-baf10031-e730-4aeb-8603-12b652822049 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-baf10031-e730-4aeb-8603-12b652822049 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-baf10031-e730-4aeb-8603-12b652822049 {
  
}
}@media (max-width: 767px){#s-baf10031-e730-4aeb-8603-12b652822049 {
  
}
}







#s-baf10031-e730-4aeb-8603-12b652822049 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-baf10031-e730-4aeb-8603-12b652822049.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1ad47056-f6be-47c9-983a-6f299c7b8cf7 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1ad47056-f6be-47c9-983a-6f299c7b8cf7"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-1ad47056-f6be-47c9-983a-6f299c7b8cf7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1ad47056-f6be-47c9-983a-6f299c7b8cf7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ad47056-f6be-47c9-983a-6f299c7b8cf7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-422bc3cf-a5c2-4053-8073-bf0121c413b6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-422bc3cf-a5c2-4053-8073-bf0121c413b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-422bc3cf-a5c2-4053-8073-bf0121c413b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

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

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

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

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 {
  margin-left: auto;
margin-right: auto;
max-width: 64px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 {
  margin: 0 !important;
  overflow: visible;
}

#s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 img.shogun-image {
  /* Add background color handling */
  
}

#s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 64px;
  }



  img.s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shogun-image {
    
    
    
    max-height: 64px;
  }


.s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shogun-image {
  box-sizing: border-box;
}



.s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shogun-image-container {
      position: relative;
    }

    .s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 64px;
    }
  }

@media (min-width: 1200px){#s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 {
  margin: 0 !important;
  overflow: visible;
}

#s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 img.shogun-image {
  /* Add background color handling */
  
}

#s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 64px;
  }



  img.s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shogun-image {
    
    
    
    max-height: 64px;
  }


.s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shogun-image {
  box-sizing: border-box;
}



.s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shogun-image-container {
      position: relative;
    }

    .s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 64px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 {
  margin: 0 !important;
  overflow: visible;
}

#s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 img.shogun-image {
  /* Add background color handling */
  
}

#s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 64px;
  }



  img.s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shogun-image {
    
    
    
    max-height: 64px;
  }


.s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shogun-image {
  box-sizing: border-box;
}



.s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shogun-image-container {
      position: relative;
    }

    .s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 64px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 {
  margin: 0 !important;
  overflow: visible;
}

#s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 img.shogun-image {
  /* Add background color handling */
  
}

#s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 64px;
  }



  img.s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shogun-image {
    
    
    
    max-height: 64px;
  }


.s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shogun-image {
  box-sizing: border-box;
}



.s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shogun-image-container {
      position: relative;
    }

    .s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 64px;
    }
  }

}@media (max-width: 767px){#s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 {
  margin: 0 !important;
  overflow: visible;
}

#s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 img.shogun-image {
  /* Add background color handling */
  
}

#s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 64px;
  }



  img.s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shogun-image {
    
    
    
    max-height: 64px;
  }


.s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shogun-image {
  box-sizing: border-box;
}



.s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shogun-image-container {
      position: relative;
    }

    .s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cc1149e-79bc-49c6-9fe6-0b14df1bd676 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 64px;
    }
  }

}
#s-93666248-ae9c-4713-ba7d-792e521295c5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-93666248-ae9c-4713-ba7d-792e521295c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-93666248-ae9c-4713-ba7d-792e521295c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e65451f-fe46-449f-ba45-ede981273573 {
  margin-left: auto;
margin-right: auto;
max-width: 64px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5e65451f-fe46-449f-ba45-ede981273573 {
  margin: 0 !important;
  overflow: visible;
}

#s-5e65451f-fe46-449f-ba45-ede981273573-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e65451f-fe46-449f-ba45-ede981273573 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e65451f-fe46-449f-ba45-ede981273573 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e65451f-fe46-449f-ba45-ede981273573 img.shogun-image {
  /* Add background color handling */
  
}

#s-5e65451f-fe46-449f-ba45-ede981273573 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e65451f-fe46-449f-ba45-ede981273573 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5e65451f-fe46-449f-ba45-ede981273573 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e65451f-fe46-449f-ba45-ede981273573 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e65451f-fe46-449f-ba45-ede981273573.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e65451f-fe46-449f-ba45-ede981273573 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 64px;
  }



  img.s-5e65451f-fe46-449f-ba45-ede981273573.shogun-image {
    
    
    
    max-height: 64px;
  }


.s-5e65451f-fe46-449f-ba45-ede981273573 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e65451f-fe46-449f-ba45-ede981273573.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e65451f-fe46-449f-ba45-ede981273573.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e65451f-fe46-449f-ba45-ede981273573.shogun-image {
  box-sizing: border-box;
}



.s-5e65451f-fe46-449f-ba45-ede981273573 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5e65451f-fe46-449f-ba45-ede981273573 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e65451f-fe46-449f-ba45-ede981273573.shogun-image-container {
      position: relative;
    }

    .s-5e65451f-fe46-449f-ba45-ede981273573.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e65451f-fe46-449f-ba45-ede981273573.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e65451f-fe46-449f-ba45-ede981273573 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 64px;
    }
  }

@media (min-width: 1200px){#s-5e65451f-fe46-449f-ba45-ede981273573 {
  margin: 0 !important;
  overflow: visible;
}

#s-5e65451f-fe46-449f-ba45-ede981273573-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e65451f-fe46-449f-ba45-ede981273573 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e65451f-fe46-449f-ba45-ede981273573 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e65451f-fe46-449f-ba45-ede981273573 img.shogun-image {
  /* Add background color handling */
  
}

#s-5e65451f-fe46-449f-ba45-ede981273573 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e65451f-fe46-449f-ba45-ede981273573 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5e65451f-fe46-449f-ba45-ede981273573 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e65451f-fe46-449f-ba45-ede981273573 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e65451f-fe46-449f-ba45-ede981273573.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e65451f-fe46-449f-ba45-ede981273573 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 64px;
  }



  img.s-5e65451f-fe46-449f-ba45-ede981273573.shogun-image {
    
    
    
    max-height: 64px;
  }


.s-5e65451f-fe46-449f-ba45-ede981273573 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e65451f-fe46-449f-ba45-ede981273573.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e65451f-fe46-449f-ba45-ede981273573.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e65451f-fe46-449f-ba45-ede981273573.shogun-image {
  box-sizing: border-box;
}



.s-5e65451f-fe46-449f-ba45-ede981273573 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5e65451f-fe46-449f-ba45-ede981273573 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e65451f-fe46-449f-ba45-ede981273573.shogun-image-container {
      position: relative;
    }

    .s-5e65451f-fe46-449f-ba45-ede981273573.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e65451f-fe46-449f-ba45-ede981273573.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e65451f-fe46-449f-ba45-ede981273573 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 64px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5e65451f-fe46-449f-ba45-ede981273573 {
  margin: 0 !important;
  overflow: visible;
}

#s-5e65451f-fe46-449f-ba45-ede981273573-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e65451f-fe46-449f-ba45-ede981273573 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e65451f-fe46-449f-ba45-ede981273573 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e65451f-fe46-449f-ba45-ede981273573 img.shogun-image {
  /* Add background color handling */
  
}

#s-5e65451f-fe46-449f-ba45-ede981273573 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e65451f-fe46-449f-ba45-ede981273573 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5e65451f-fe46-449f-ba45-ede981273573 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e65451f-fe46-449f-ba45-ede981273573 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e65451f-fe46-449f-ba45-ede981273573.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e65451f-fe46-449f-ba45-ede981273573 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 64px;
  }



  img.s-5e65451f-fe46-449f-ba45-ede981273573.shogun-image {
    
    
    
    max-height: 64px;
  }


.s-5e65451f-fe46-449f-ba45-ede981273573 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e65451f-fe46-449f-ba45-ede981273573.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e65451f-fe46-449f-ba45-ede981273573.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e65451f-fe46-449f-ba45-ede981273573.shogun-image {
  box-sizing: border-box;
}



.s-5e65451f-fe46-449f-ba45-ede981273573 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5e65451f-fe46-449f-ba45-ede981273573 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e65451f-fe46-449f-ba45-ede981273573.shogun-image-container {
      position: relative;
    }

    .s-5e65451f-fe46-449f-ba45-ede981273573.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e65451f-fe46-449f-ba45-ede981273573.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e65451f-fe46-449f-ba45-ede981273573 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 64px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5e65451f-fe46-449f-ba45-ede981273573 {
  margin: 0 !important;
  overflow: visible;
}

#s-5e65451f-fe46-449f-ba45-ede981273573-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e65451f-fe46-449f-ba45-ede981273573 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e65451f-fe46-449f-ba45-ede981273573 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e65451f-fe46-449f-ba45-ede981273573 img.shogun-image {
  /* Add background color handling */
  
}

#s-5e65451f-fe46-449f-ba45-ede981273573 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e65451f-fe46-449f-ba45-ede981273573 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5e65451f-fe46-449f-ba45-ede981273573 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e65451f-fe46-449f-ba45-ede981273573 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e65451f-fe46-449f-ba45-ede981273573.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e65451f-fe46-449f-ba45-ede981273573 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 64px;
  }



  img.s-5e65451f-fe46-449f-ba45-ede981273573.shogun-image {
    
    
    
    max-height: 64px;
  }


.s-5e65451f-fe46-449f-ba45-ede981273573 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e65451f-fe46-449f-ba45-ede981273573.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e65451f-fe46-449f-ba45-ede981273573.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e65451f-fe46-449f-ba45-ede981273573.shogun-image {
  box-sizing: border-box;
}



.s-5e65451f-fe46-449f-ba45-ede981273573 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5e65451f-fe46-449f-ba45-ede981273573 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e65451f-fe46-449f-ba45-ede981273573.shogun-image-container {
      position: relative;
    }

    .s-5e65451f-fe46-449f-ba45-ede981273573.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e65451f-fe46-449f-ba45-ede981273573.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e65451f-fe46-449f-ba45-ede981273573 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 64px;
    }
  }

}@media (max-width: 767px){#s-5e65451f-fe46-449f-ba45-ede981273573 {
  margin: 0 !important;
  overflow: visible;
}

#s-5e65451f-fe46-449f-ba45-ede981273573-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e65451f-fe46-449f-ba45-ede981273573 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e65451f-fe46-449f-ba45-ede981273573 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e65451f-fe46-449f-ba45-ede981273573 img.shogun-image {
  /* Add background color handling */
  
}

#s-5e65451f-fe46-449f-ba45-ede981273573 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e65451f-fe46-449f-ba45-ede981273573 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5e65451f-fe46-449f-ba45-ede981273573 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e65451f-fe46-449f-ba45-ede981273573 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e65451f-fe46-449f-ba45-ede981273573.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e65451f-fe46-449f-ba45-ede981273573 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 64px;
  }



  img.s-5e65451f-fe46-449f-ba45-ede981273573.shogun-image {
    
    
    
    max-height: 64px;
  }


.s-5e65451f-fe46-449f-ba45-ede981273573 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e65451f-fe46-449f-ba45-ede981273573.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e65451f-fe46-449f-ba45-ede981273573.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e65451f-fe46-449f-ba45-ede981273573.shogun-image {
  box-sizing: border-box;
}



.s-5e65451f-fe46-449f-ba45-ede981273573 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5e65451f-fe46-449f-ba45-ede981273573 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e65451f-fe46-449f-ba45-ede981273573.shogun-image-container {
      position: relative;
    }

    .s-5e65451f-fe46-449f-ba45-ede981273573.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e65451f-fe46-449f-ba45-ede981273573.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e65451f-fe46-449f-ba45-ede981273573 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 64px;
    }
  }

}
#s-78b36ea2-2a45-44fc-a0a4-ebdbbae91457 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-78b36ea2-2a45-44fc-a0a4-ebdbbae91457 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-78b36ea2-2a45-44fc-a0a4-ebdbbae91457.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b9a8920-7484-4949-9594-2912132bd54f {
  margin-left: auto;
margin-right: auto;
max-width: 64px;
aspect-ratio: 1/1;
text-align: center;
}

#s-2b9a8920-7484-4949-9594-2912132bd54f {
  margin: 0 !important;
  overflow: visible;
}

#s-2b9a8920-7484-4949-9594-2912132bd54f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b9a8920-7484-4949-9594-2912132bd54f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b9a8920-7484-4949-9594-2912132bd54f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b9a8920-7484-4949-9594-2912132bd54f img.shogun-image {
  /* Add background color handling */
  
}

#s-2b9a8920-7484-4949-9594-2912132bd54f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b9a8920-7484-4949-9594-2912132bd54f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b9a8920-7484-4949-9594-2912132bd54f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b9a8920-7484-4949-9594-2912132bd54f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b9a8920-7484-4949-9594-2912132bd54f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b9a8920-7484-4949-9594-2912132bd54f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 64px;
  }



  img.s-2b9a8920-7484-4949-9594-2912132bd54f.shogun-image {
    
    
    
    max-height: 64px;
  }


.s-2b9a8920-7484-4949-9594-2912132bd54f .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b9a8920-7484-4949-9594-2912132bd54f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b9a8920-7484-4949-9594-2912132bd54f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b9a8920-7484-4949-9594-2912132bd54f.shogun-image {
  box-sizing: border-box;
}



.s-2b9a8920-7484-4949-9594-2912132bd54f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b9a8920-7484-4949-9594-2912132bd54f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b9a8920-7484-4949-9594-2912132bd54f.shogun-image-container {
      position: relative;
    }

    .s-2b9a8920-7484-4949-9594-2912132bd54f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b9a8920-7484-4949-9594-2912132bd54f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b9a8920-7484-4949-9594-2912132bd54f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 64px;
    }
  }

@media (min-width: 1200px){#s-2b9a8920-7484-4949-9594-2912132bd54f {
  margin: 0 !important;
  overflow: visible;
}

#s-2b9a8920-7484-4949-9594-2912132bd54f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b9a8920-7484-4949-9594-2912132bd54f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b9a8920-7484-4949-9594-2912132bd54f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b9a8920-7484-4949-9594-2912132bd54f img.shogun-image {
  /* Add background color handling */
  
}

#s-2b9a8920-7484-4949-9594-2912132bd54f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b9a8920-7484-4949-9594-2912132bd54f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b9a8920-7484-4949-9594-2912132bd54f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b9a8920-7484-4949-9594-2912132bd54f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b9a8920-7484-4949-9594-2912132bd54f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b9a8920-7484-4949-9594-2912132bd54f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 64px;
  }



  img.s-2b9a8920-7484-4949-9594-2912132bd54f.shogun-image {
    
    
    
    max-height: 64px;
  }


.s-2b9a8920-7484-4949-9594-2912132bd54f .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b9a8920-7484-4949-9594-2912132bd54f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b9a8920-7484-4949-9594-2912132bd54f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b9a8920-7484-4949-9594-2912132bd54f.shogun-image {
  box-sizing: border-box;
}



.s-2b9a8920-7484-4949-9594-2912132bd54f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b9a8920-7484-4949-9594-2912132bd54f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b9a8920-7484-4949-9594-2912132bd54f.shogun-image-container {
      position: relative;
    }

    .s-2b9a8920-7484-4949-9594-2912132bd54f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b9a8920-7484-4949-9594-2912132bd54f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b9a8920-7484-4949-9594-2912132bd54f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 64px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2b9a8920-7484-4949-9594-2912132bd54f {
  margin: 0 !important;
  overflow: visible;
}

#s-2b9a8920-7484-4949-9594-2912132bd54f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b9a8920-7484-4949-9594-2912132bd54f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b9a8920-7484-4949-9594-2912132bd54f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b9a8920-7484-4949-9594-2912132bd54f img.shogun-image {
  /* Add background color handling */
  
}

#s-2b9a8920-7484-4949-9594-2912132bd54f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b9a8920-7484-4949-9594-2912132bd54f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b9a8920-7484-4949-9594-2912132bd54f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b9a8920-7484-4949-9594-2912132bd54f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b9a8920-7484-4949-9594-2912132bd54f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b9a8920-7484-4949-9594-2912132bd54f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 64px;
  }



  img.s-2b9a8920-7484-4949-9594-2912132bd54f.shogun-image {
    
    
    
    max-height: 64px;
  }


.s-2b9a8920-7484-4949-9594-2912132bd54f .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b9a8920-7484-4949-9594-2912132bd54f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b9a8920-7484-4949-9594-2912132bd54f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b9a8920-7484-4949-9594-2912132bd54f.shogun-image {
  box-sizing: border-box;
}



.s-2b9a8920-7484-4949-9594-2912132bd54f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b9a8920-7484-4949-9594-2912132bd54f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b9a8920-7484-4949-9594-2912132bd54f.shogun-image-container {
      position: relative;
    }

    .s-2b9a8920-7484-4949-9594-2912132bd54f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b9a8920-7484-4949-9594-2912132bd54f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b9a8920-7484-4949-9594-2912132bd54f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 64px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2b9a8920-7484-4949-9594-2912132bd54f {
  margin: 0 !important;
  overflow: visible;
}

#s-2b9a8920-7484-4949-9594-2912132bd54f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b9a8920-7484-4949-9594-2912132bd54f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b9a8920-7484-4949-9594-2912132bd54f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b9a8920-7484-4949-9594-2912132bd54f img.shogun-image {
  /* Add background color handling */
  
}

#s-2b9a8920-7484-4949-9594-2912132bd54f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b9a8920-7484-4949-9594-2912132bd54f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b9a8920-7484-4949-9594-2912132bd54f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b9a8920-7484-4949-9594-2912132bd54f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b9a8920-7484-4949-9594-2912132bd54f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b9a8920-7484-4949-9594-2912132bd54f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 64px;
  }



  img.s-2b9a8920-7484-4949-9594-2912132bd54f.shogun-image {
    
    
    
    max-height: 64px;
  }


.s-2b9a8920-7484-4949-9594-2912132bd54f .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b9a8920-7484-4949-9594-2912132bd54f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b9a8920-7484-4949-9594-2912132bd54f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b9a8920-7484-4949-9594-2912132bd54f.shogun-image {
  box-sizing: border-box;
}



.s-2b9a8920-7484-4949-9594-2912132bd54f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b9a8920-7484-4949-9594-2912132bd54f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b9a8920-7484-4949-9594-2912132bd54f.shogun-image-container {
      position: relative;
    }

    .s-2b9a8920-7484-4949-9594-2912132bd54f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b9a8920-7484-4949-9594-2912132bd54f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b9a8920-7484-4949-9594-2912132bd54f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 64px;
    }
  }

}@media (max-width: 767px){#s-2b9a8920-7484-4949-9594-2912132bd54f {
  margin: 0 !important;
  overflow: visible;
}

#s-2b9a8920-7484-4949-9594-2912132bd54f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b9a8920-7484-4949-9594-2912132bd54f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b9a8920-7484-4949-9594-2912132bd54f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b9a8920-7484-4949-9594-2912132bd54f img.shogun-image {
  /* Add background color handling */
  
}

#s-2b9a8920-7484-4949-9594-2912132bd54f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b9a8920-7484-4949-9594-2912132bd54f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b9a8920-7484-4949-9594-2912132bd54f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b9a8920-7484-4949-9594-2912132bd54f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b9a8920-7484-4949-9594-2912132bd54f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b9a8920-7484-4949-9594-2912132bd54f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 64px;
  }



  img.s-2b9a8920-7484-4949-9594-2912132bd54f.shogun-image {
    
    
    
    max-height: 64px;
  }


.s-2b9a8920-7484-4949-9594-2912132bd54f .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b9a8920-7484-4949-9594-2912132bd54f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b9a8920-7484-4949-9594-2912132bd54f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b9a8920-7484-4949-9594-2912132bd54f.shogun-image {
  box-sizing: border-box;
}



.s-2b9a8920-7484-4949-9594-2912132bd54f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b9a8920-7484-4949-9594-2912132bd54f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b9a8920-7484-4949-9594-2912132bd54f.shogun-image-container {
      position: relative;
    }

    .s-2b9a8920-7484-4949-9594-2912132bd54f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b9a8920-7484-4949-9594-2912132bd54f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b9a8920-7484-4949-9594-2912132bd54f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 64px;
    }
  }

}
#s-3edffb7f-6eac-4919-a278-b1ef8c475f34 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3edffb7f-6eac-4919-a278-b1ef8c475f34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3edffb7f-6eac-4919-a278-b1ef8c475f34.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 {
  margin-left: auto;
margin-right: auto;
max-width: 64px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 64px;
  }



  img.s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shogun-image {
    
    
    
    max-height: 64px;
  }


.s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shogun-image {
  box-sizing: border-box;
}



.s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shogun-image-container {
      position: relative;
    }

    .s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 64px;
    }
  }

@media (min-width: 1200px){#s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 64px;
  }



  img.s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shogun-image {
    
    
    
    max-height: 64px;
  }


.s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shogun-image {
  box-sizing: border-box;
}



.s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shogun-image-container {
      position: relative;
    }

    .s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 64px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 64px;
  }



  img.s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shogun-image {
    
    
    
    max-height: 64px;
  }


.s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shogun-image {
  box-sizing: border-box;
}



.s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shogun-image-container {
      position: relative;
    }

    .s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 64px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 64px;
  }



  img.s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shogun-image {
    
    
    
    max-height: 64px;
  }


.s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shogun-image {
  box-sizing: border-box;
}



.s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shogun-image-container {
      position: relative;
    }

    .s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 64px;
    }
  }

}@media (max-width: 767px){#s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 64px;
  }



  img.s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shogun-image {
    
    
    
    max-height: 64px;
  }


.s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shogun-image {
  box-sizing: border-box;
}



.s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shogun-image-container {
      position: relative;
    }

    .s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a92e2fc2-dad1-4e4b-8800-af0eb0ba0db2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 64px;
    }
  }

}
#s-06b11b3e-0040-40d5-bcae-35f50d12008e {
  margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-06b11b3e-0040-40d5-bcae-35f50d12008e {
  display: none;
}
#s-06b11b3e-0040-40d5-bcae-35f50d12008e, #wrap-s-06b11b3e-0040-40d5-bcae-35f50d12008e, #wrap-content-s-06b11b3e-0040-40d5-bcae-35f50d12008e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-06b11b3e-0040-40d5-bcae-35f50d12008e {
  display: none;
}
#s-06b11b3e-0040-40d5-bcae-35f50d12008e, #wrap-s-06b11b3e-0040-40d5-bcae-35f50d12008e, #wrap-content-s-06b11b3e-0040-40d5-bcae-35f50d12008e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-06b11b3e-0040-40d5-bcae-35f50d12008e {
  display: none;
}
#s-06b11b3e-0040-40d5-bcae-35f50d12008e, #wrap-s-06b11b3e-0040-40d5-bcae-35f50d12008e, #wrap-content-s-06b11b3e-0040-40d5-bcae-35f50d12008e { display: none !important; }}@media (max-width: 767px){#s-06b11b3e-0040-40d5-bcae-35f50d12008e {
  display: none;
}
#s-06b11b3e-0040-40d5-bcae-35f50d12008e, #wrap-s-06b11b3e-0040-40d5-bcae-35f50d12008e, #wrap-content-s-06b11b3e-0040-40d5-bcae-35f50d12008e { display: none !important; }}







#s-06b11b3e-0040-40d5-bcae-35f50d12008e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-06b11b3e-0040-40d5-bcae-35f50d12008e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-58af4d18-26ce-44a3-b639-4cd80b19f628 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-66769234-4ffb-4925-9f80-52d4a124a437 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
min-height: 50px;
background-position: center bottom;
}

#s-66769234-4ffb-4925-9f80-52d4a124a437 {
  background-image: url(https://i.shgcdn.com/d19d6eaa-18f3-413e-9f00-e3838aebcfad/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-66769234-4ffb-4925-9f80-52d4a124a437 {
  background-image: url(https://i.shgcdn.com/d19d6eaa-18f3-413e-9f00-e3838aebcfad/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-66769234-4ffb-4925-9f80-52d4a124a437.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-66769234-4ffb-4925-9f80-52d4a124a437 {
  background-image: url(https://i.shgcdn.com/d19d6eaa-18f3-413e-9f00-e3838aebcfad/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-66769234-4ffb-4925-9f80-52d4a124a437.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-66769234-4ffb-4925-9f80-52d4a124a437 {
  background-image: url(https://i.shgcdn.com/d19d6eaa-18f3-413e-9f00-e3838aebcfad/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-66769234-4ffb-4925-9f80-52d4a124a437.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-66769234-4ffb-4925-9f80-52d4a124a437 {
  background-image: url(https://i.shgcdn.com/d19d6eaa-18f3-413e-9f00-e3838aebcfad/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-66769234-4ffb-4925-9f80-52d4a124a437.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-66769234-4ffb-4925-9f80-52d4a124a437 {
  background-image: url(https://i.shgcdn.com/d19d6eaa-18f3-413e-9f00-e3838aebcfad/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-66769234-4ffb-4925-9f80-52d4a124a437.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-66769234-4ffb-4925-9f80-52d4a124a437 {
  background-image: url(https://i.shgcdn.com/d19d6eaa-18f3-413e-9f00-e3838aebcfad/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-66769234-4ffb-4925-9f80-52d4a124a437.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-66769234-4ffb-4925-9f80-52d4a124a437 {
  background-image: url(https://i.shgcdn.com/d19d6eaa-18f3-413e-9f00-e3838aebcfad/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-66769234-4ffb-4925-9f80-52d4a124a437.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-66769234-4ffb-4925-9f80-52d4a124a437 {
  background-image: url(https://i.shgcdn.com/d19d6eaa-18f3-413e-9f00-e3838aebcfad/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-66769234-4ffb-4925-9f80-52d4a124a437.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-66769234-4ffb-4925-9f80-52d4a124a437 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-66769234-4ffb-4925-9f80-52d4a124a437.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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;
  
  
  text-transform: none;
  
  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-7b3f3cd6-5cb6-404f-82e8-4945de26d432 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7b3f3cd6-5cb6-404f-82e8-4945de26d432 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-9c5d6120-d6bd-4968-9f03-9f099c6fbadc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9c5d6120-d6bd-4968-9f03-9f099c6fbadc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9c5d6120-d6bd-4968-9f03-9f099c6fbadc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9826f7aa-a4e5-466a-b1fc-6522f3b05c94 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9826f7aa-a4e5-466a-b1fc-6522f3b05c94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9826f7aa-a4e5-466a-b1fc-6522f3b05c94"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 21.333333333333332px);
}

}

@media (min-width: 992px) {
[id="s-9826f7aa-a4e5-466a-b1fc-6522f3b05c94"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 21.333333333333332px);
}

}

@media (min-width: 1200px) {
[id="s-9826f7aa-a4e5-466a-b1fc-6522f3b05c94"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 21.333333333333332px);
}

}

#s-7499fcf3-d051-4fc5-9c43-51f408acea72 {
  margin-left: auto;
margin-bottom: 2.28571em;
margin-right: auto;
min-height: 50px;
}








#s-7499fcf3-d051-4fc5-9c43-51f408acea72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7499fcf3-d051-4fc5-9c43-51f408acea72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b {
  margin-left: auto;
margin-right: auto;
max-width: 412px;
aspect-ratio: 412/346;
text-align: center;
}

#s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b {
  margin: 0 !important;
  overflow: visible;
}

#s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b img.shogun-image {
  /* Add background color handling */
  
}

#s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shogun-image {
  box-sizing: border-box;
}



.s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shogun-image-container {
      position: relative;
    }

    .s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

@media (min-width: 1200px){#s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b {
  margin: 0 !important;
  overflow: visible;
}

#s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b img.shogun-image {
  /* Add background color handling */
  
}

#s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shogun-image {
  box-sizing: border-box;
}



.s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shogun-image-container {
      position: relative;
    }

    .s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b {
  margin: 0 !important;
  overflow: visible;
}

#s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b img.shogun-image {
  /* Add background color handling */
  
}

#s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shogun-image {
  box-sizing: border-box;
}



.s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shogun-image-container {
      position: relative;
    }

    .s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b {
  margin: 0 !important;
  overflow: visible;
}

#s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b img.shogun-image {
  /* Add background color handling */
  
}

#s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shogun-image {
  box-sizing: border-box;
}



.s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shogun-image-container {
      position: relative;
    }

    .s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}@media (max-width: 767px){#s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b {
  margin: 0 !important;
  overflow: visible;
}

#s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b img.shogun-image {
  /* Add background color handling */
  
}

#s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shogun-image {
  box-sizing: border-box;
}



.s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shogun-image-container {
      position: relative;
    }

    .s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b395cc1b-c4b7-4d5c-9f96-1f975b82e57b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}
#s-a6e66119-a4af-4d0b-b197-87c3d825249a {
  margin-left: auto;
margin-bottom: 2.28571em;
margin-right: auto;
min-height: 50px;
}








#s-a6e66119-a4af-4d0b-b197-87c3d825249a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a6e66119-a4af-4d0b-b197-87c3d825249a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-134aee03-c2cb-439f-b180-266c93d504b0 {
  margin-left: auto;
margin-right: auto;
max-width: 412px;
aspect-ratio: 412/346;
text-align: center;
}

#s-134aee03-c2cb-439f-b180-266c93d504b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-134aee03-c2cb-439f-b180-266c93d504b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-134aee03-c2cb-439f-b180-266c93d504b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-134aee03-c2cb-439f-b180-266c93d504b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-134aee03-c2cb-439f-b180-266c93d504b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-134aee03-c2cb-439f-b180-266c93d504b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-134aee03-c2cb-439f-b180-266c93d504b0 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-134aee03-c2cb-439f-b180-266c93d504b0 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-134aee03-c2cb-439f-b180-266c93d504b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-134aee03-c2cb-439f-b180-266c93d504b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-134aee03-c2cb-439f-b180-266c93d504b0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-134aee03-c2cb-439f-b180-266c93d504b0.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-134aee03-c2cb-439f-b180-266c93d504b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-134aee03-c2cb-439f-b180-266c93d504b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-134aee03-c2cb-439f-b180-266c93d504b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-134aee03-c2cb-439f-b180-266c93d504b0.shogun-image {
  box-sizing: border-box;
}



.s-134aee03-c2cb-439f-b180-266c93d504b0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-134aee03-c2cb-439f-b180-266c93d504b0 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-134aee03-c2cb-439f-b180-266c93d504b0.shogun-image-container {
      position: relative;
    }

    .s-134aee03-c2cb-439f-b180-266c93d504b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-134aee03-c2cb-439f-b180-266c93d504b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-134aee03-c2cb-439f-b180-266c93d504b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

@media (min-width: 1200px){#s-134aee03-c2cb-439f-b180-266c93d504b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-134aee03-c2cb-439f-b180-266c93d504b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-134aee03-c2cb-439f-b180-266c93d504b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-134aee03-c2cb-439f-b180-266c93d504b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-134aee03-c2cb-439f-b180-266c93d504b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-134aee03-c2cb-439f-b180-266c93d504b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-134aee03-c2cb-439f-b180-266c93d504b0 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-134aee03-c2cb-439f-b180-266c93d504b0 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-134aee03-c2cb-439f-b180-266c93d504b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-134aee03-c2cb-439f-b180-266c93d504b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-134aee03-c2cb-439f-b180-266c93d504b0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-134aee03-c2cb-439f-b180-266c93d504b0.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-134aee03-c2cb-439f-b180-266c93d504b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-134aee03-c2cb-439f-b180-266c93d504b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-134aee03-c2cb-439f-b180-266c93d504b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-134aee03-c2cb-439f-b180-266c93d504b0.shogun-image {
  box-sizing: border-box;
}



.s-134aee03-c2cb-439f-b180-266c93d504b0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-134aee03-c2cb-439f-b180-266c93d504b0 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-134aee03-c2cb-439f-b180-266c93d504b0.shogun-image-container {
      position: relative;
    }

    .s-134aee03-c2cb-439f-b180-266c93d504b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-134aee03-c2cb-439f-b180-266c93d504b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-134aee03-c2cb-439f-b180-266c93d504b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-134aee03-c2cb-439f-b180-266c93d504b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-134aee03-c2cb-439f-b180-266c93d504b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-134aee03-c2cb-439f-b180-266c93d504b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-134aee03-c2cb-439f-b180-266c93d504b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-134aee03-c2cb-439f-b180-266c93d504b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-134aee03-c2cb-439f-b180-266c93d504b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-134aee03-c2cb-439f-b180-266c93d504b0 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-134aee03-c2cb-439f-b180-266c93d504b0 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-134aee03-c2cb-439f-b180-266c93d504b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-134aee03-c2cb-439f-b180-266c93d504b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-134aee03-c2cb-439f-b180-266c93d504b0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-134aee03-c2cb-439f-b180-266c93d504b0.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-134aee03-c2cb-439f-b180-266c93d504b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-134aee03-c2cb-439f-b180-266c93d504b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-134aee03-c2cb-439f-b180-266c93d504b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-134aee03-c2cb-439f-b180-266c93d504b0.shogun-image {
  box-sizing: border-box;
}



.s-134aee03-c2cb-439f-b180-266c93d504b0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-134aee03-c2cb-439f-b180-266c93d504b0 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-134aee03-c2cb-439f-b180-266c93d504b0.shogun-image-container {
      position: relative;
    }

    .s-134aee03-c2cb-439f-b180-266c93d504b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-134aee03-c2cb-439f-b180-266c93d504b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-134aee03-c2cb-439f-b180-266c93d504b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-134aee03-c2cb-439f-b180-266c93d504b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-134aee03-c2cb-439f-b180-266c93d504b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-134aee03-c2cb-439f-b180-266c93d504b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-134aee03-c2cb-439f-b180-266c93d504b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-134aee03-c2cb-439f-b180-266c93d504b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-134aee03-c2cb-439f-b180-266c93d504b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-134aee03-c2cb-439f-b180-266c93d504b0 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-134aee03-c2cb-439f-b180-266c93d504b0 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-134aee03-c2cb-439f-b180-266c93d504b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-134aee03-c2cb-439f-b180-266c93d504b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-134aee03-c2cb-439f-b180-266c93d504b0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-134aee03-c2cb-439f-b180-266c93d504b0.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-134aee03-c2cb-439f-b180-266c93d504b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-134aee03-c2cb-439f-b180-266c93d504b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-134aee03-c2cb-439f-b180-266c93d504b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-134aee03-c2cb-439f-b180-266c93d504b0.shogun-image {
  box-sizing: border-box;
}



.s-134aee03-c2cb-439f-b180-266c93d504b0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-134aee03-c2cb-439f-b180-266c93d504b0 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-134aee03-c2cb-439f-b180-266c93d504b0.shogun-image-container {
      position: relative;
    }

    .s-134aee03-c2cb-439f-b180-266c93d504b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-134aee03-c2cb-439f-b180-266c93d504b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-134aee03-c2cb-439f-b180-266c93d504b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}@media (max-width: 767px){#s-134aee03-c2cb-439f-b180-266c93d504b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-134aee03-c2cb-439f-b180-266c93d504b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-134aee03-c2cb-439f-b180-266c93d504b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-134aee03-c2cb-439f-b180-266c93d504b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-134aee03-c2cb-439f-b180-266c93d504b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-134aee03-c2cb-439f-b180-266c93d504b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-134aee03-c2cb-439f-b180-266c93d504b0 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-134aee03-c2cb-439f-b180-266c93d504b0 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-134aee03-c2cb-439f-b180-266c93d504b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-134aee03-c2cb-439f-b180-266c93d504b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-134aee03-c2cb-439f-b180-266c93d504b0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-134aee03-c2cb-439f-b180-266c93d504b0.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-134aee03-c2cb-439f-b180-266c93d504b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-134aee03-c2cb-439f-b180-266c93d504b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-134aee03-c2cb-439f-b180-266c93d504b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-134aee03-c2cb-439f-b180-266c93d504b0.shogun-image {
  box-sizing: border-box;
}



.s-134aee03-c2cb-439f-b180-266c93d504b0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-134aee03-c2cb-439f-b180-266c93d504b0 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-134aee03-c2cb-439f-b180-266c93d504b0.shogun-image-container {
      position: relative;
    }

    .s-134aee03-c2cb-439f-b180-266c93d504b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-134aee03-c2cb-439f-b180-266c93d504b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-134aee03-c2cb-439f-b180-266c93d504b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}
#s-750f186b-680a-4d4e-b960-4ca9a5a8cce9 {
  margin-left: auto;
margin-bottom: 2.28571em;
margin-right: auto;
min-height: 50px;
}








#s-750f186b-680a-4d4e-b960-4ca9a5a8cce9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-750f186b-680a-4d4e-b960-4ca9a5a8cce9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db12a4c2-2886-4b77-9f72-e20b624240a5 {
  margin-left: auto;
margin-right: auto;
max-width: 412px;
aspect-ratio: 412/346;
text-align: center;
}

#s-db12a4c2-2886-4b77-9f72-e20b624240a5 {
  margin: 0 !important;
  overflow: visible;
}

#s-db12a4c2-2886-4b77-9f72-e20b624240a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db12a4c2-2886-4b77-9f72-e20b624240a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db12a4c2-2886-4b77-9f72-e20b624240a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db12a4c2-2886-4b77-9f72-e20b624240a5 img.shogun-image {
  /* Add background color handling */
  
}

#s-db12a4c2-2886-4b77-9f72-e20b624240a5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db12a4c2-2886-4b77-9f72-e20b624240a5 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-db12a4c2-2886-4b77-9f72-e20b624240a5 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db12a4c2-2886-4b77-9f72-e20b624240a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db12a4c2-2886-4b77-9f72-e20b624240a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db12a4c2-2886-4b77-9f72-e20b624240a5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-db12a4c2-2886-4b77-9f72-e20b624240a5.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-db12a4c2-2886-4b77-9f72-e20b624240a5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db12a4c2-2886-4b77-9f72-e20b624240a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db12a4c2-2886-4b77-9f72-e20b624240a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db12a4c2-2886-4b77-9f72-e20b624240a5.shogun-image {
  box-sizing: border-box;
}



.s-db12a4c2-2886-4b77-9f72-e20b624240a5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db12a4c2-2886-4b77-9f72-e20b624240a5 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-db12a4c2-2886-4b77-9f72-e20b624240a5.shogun-image-container {
      position: relative;
    }

    .s-db12a4c2-2886-4b77-9f72-e20b624240a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db12a4c2-2886-4b77-9f72-e20b624240a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db12a4c2-2886-4b77-9f72-e20b624240a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

@media (min-width: 1200px){#s-db12a4c2-2886-4b77-9f72-e20b624240a5 {
  margin: 0 !important;
  overflow: visible;
}

#s-db12a4c2-2886-4b77-9f72-e20b624240a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db12a4c2-2886-4b77-9f72-e20b624240a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db12a4c2-2886-4b77-9f72-e20b624240a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db12a4c2-2886-4b77-9f72-e20b624240a5 img.shogun-image {
  /* Add background color handling */
  
}

#s-db12a4c2-2886-4b77-9f72-e20b624240a5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db12a4c2-2886-4b77-9f72-e20b624240a5 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-db12a4c2-2886-4b77-9f72-e20b624240a5 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db12a4c2-2886-4b77-9f72-e20b624240a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db12a4c2-2886-4b77-9f72-e20b624240a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db12a4c2-2886-4b77-9f72-e20b624240a5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-db12a4c2-2886-4b77-9f72-e20b624240a5.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-db12a4c2-2886-4b77-9f72-e20b624240a5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db12a4c2-2886-4b77-9f72-e20b624240a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db12a4c2-2886-4b77-9f72-e20b624240a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db12a4c2-2886-4b77-9f72-e20b624240a5.shogun-image {
  box-sizing: border-box;
}



.s-db12a4c2-2886-4b77-9f72-e20b624240a5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db12a4c2-2886-4b77-9f72-e20b624240a5 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-db12a4c2-2886-4b77-9f72-e20b624240a5.shogun-image-container {
      position: relative;
    }

    .s-db12a4c2-2886-4b77-9f72-e20b624240a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db12a4c2-2886-4b77-9f72-e20b624240a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db12a4c2-2886-4b77-9f72-e20b624240a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-db12a4c2-2886-4b77-9f72-e20b624240a5 {
  margin: 0 !important;
  overflow: visible;
}

#s-db12a4c2-2886-4b77-9f72-e20b624240a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db12a4c2-2886-4b77-9f72-e20b624240a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db12a4c2-2886-4b77-9f72-e20b624240a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db12a4c2-2886-4b77-9f72-e20b624240a5 img.shogun-image {
  /* Add background color handling */
  
}

#s-db12a4c2-2886-4b77-9f72-e20b624240a5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db12a4c2-2886-4b77-9f72-e20b624240a5 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-db12a4c2-2886-4b77-9f72-e20b624240a5 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db12a4c2-2886-4b77-9f72-e20b624240a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db12a4c2-2886-4b77-9f72-e20b624240a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db12a4c2-2886-4b77-9f72-e20b624240a5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-db12a4c2-2886-4b77-9f72-e20b624240a5.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-db12a4c2-2886-4b77-9f72-e20b624240a5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db12a4c2-2886-4b77-9f72-e20b624240a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db12a4c2-2886-4b77-9f72-e20b624240a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db12a4c2-2886-4b77-9f72-e20b624240a5.shogun-image {
  box-sizing: border-box;
}



.s-db12a4c2-2886-4b77-9f72-e20b624240a5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db12a4c2-2886-4b77-9f72-e20b624240a5 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-db12a4c2-2886-4b77-9f72-e20b624240a5.shogun-image-container {
      position: relative;
    }

    .s-db12a4c2-2886-4b77-9f72-e20b624240a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db12a4c2-2886-4b77-9f72-e20b624240a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db12a4c2-2886-4b77-9f72-e20b624240a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-db12a4c2-2886-4b77-9f72-e20b624240a5 {
  margin: 0 !important;
  overflow: visible;
}

#s-db12a4c2-2886-4b77-9f72-e20b624240a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db12a4c2-2886-4b77-9f72-e20b624240a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db12a4c2-2886-4b77-9f72-e20b624240a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db12a4c2-2886-4b77-9f72-e20b624240a5 img.shogun-image {
  /* Add background color handling */
  
}

#s-db12a4c2-2886-4b77-9f72-e20b624240a5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db12a4c2-2886-4b77-9f72-e20b624240a5 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-db12a4c2-2886-4b77-9f72-e20b624240a5 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db12a4c2-2886-4b77-9f72-e20b624240a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db12a4c2-2886-4b77-9f72-e20b624240a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db12a4c2-2886-4b77-9f72-e20b624240a5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-db12a4c2-2886-4b77-9f72-e20b624240a5.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-db12a4c2-2886-4b77-9f72-e20b624240a5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db12a4c2-2886-4b77-9f72-e20b624240a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db12a4c2-2886-4b77-9f72-e20b624240a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db12a4c2-2886-4b77-9f72-e20b624240a5.shogun-image {
  box-sizing: border-box;
}



.s-db12a4c2-2886-4b77-9f72-e20b624240a5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db12a4c2-2886-4b77-9f72-e20b624240a5 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-db12a4c2-2886-4b77-9f72-e20b624240a5.shogun-image-container {
      position: relative;
    }

    .s-db12a4c2-2886-4b77-9f72-e20b624240a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db12a4c2-2886-4b77-9f72-e20b624240a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db12a4c2-2886-4b77-9f72-e20b624240a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}@media (max-width: 767px){#s-db12a4c2-2886-4b77-9f72-e20b624240a5 {
  margin: 0 !important;
  overflow: visible;
}

#s-db12a4c2-2886-4b77-9f72-e20b624240a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db12a4c2-2886-4b77-9f72-e20b624240a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db12a4c2-2886-4b77-9f72-e20b624240a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db12a4c2-2886-4b77-9f72-e20b624240a5 img.shogun-image {
  /* Add background color handling */
  
}

#s-db12a4c2-2886-4b77-9f72-e20b624240a5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db12a4c2-2886-4b77-9f72-e20b624240a5 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-db12a4c2-2886-4b77-9f72-e20b624240a5 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db12a4c2-2886-4b77-9f72-e20b624240a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db12a4c2-2886-4b77-9f72-e20b624240a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db12a4c2-2886-4b77-9f72-e20b624240a5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-db12a4c2-2886-4b77-9f72-e20b624240a5.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-db12a4c2-2886-4b77-9f72-e20b624240a5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db12a4c2-2886-4b77-9f72-e20b624240a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db12a4c2-2886-4b77-9f72-e20b624240a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db12a4c2-2886-4b77-9f72-e20b624240a5.shogun-image {
  box-sizing: border-box;
}



.s-db12a4c2-2886-4b77-9f72-e20b624240a5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db12a4c2-2886-4b77-9f72-e20b624240a5 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-db12a4c2-2886-4b77-9f72-e20b624240a5.shogun-image-container {
      position: relative;
    }

    .s-db12a4c2-2886-4b77-9f72-e20b624240a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db12a4c2-2886-4b77-9f72-e20b624240a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db12a4c2-2886-4b77-9f72-e20b624240a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}
#s-a445da92-2d53-4dfd-b65f-7e6494430f74 {
  margin-left: auto;
margin-right: auto;
}

#s-2dee69a8-8ee4-4ca0-9897-8c6f981088d8 {
  margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-2dee69a8-8ee4-4ca0-9897-8c6f981088d8 {
  display: none;
}
#s-2dee69a8-8ee4-4ca0-9897-8c6f981088d8, #wrap-s-2dee69a8-8ee4-4ca0-9897-8c6f981088d8, #wrap-content-s-2dee69a8-8ee4-4ca0-9897-8c6f981088d8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2dee69a8-8ee4-4ca0-9897-8c6f981088d8 {
  display: none;
}
#s-2dee69a8-8ee4-4ca0-9897-8c6f981088d8, #wrap-s-2dee69a8-8ee4-4ca0-9897-8c6f981088d8, #wrap-content-s-2dee69a8-8ee4-4ca0-9897-8c6f981088d8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2dee69a8-8ee4-4ca0-9897-8c6f981088d8 {
  display: none;
}
#s-2dee69a8-8ee4-4ca0-9897-8c6f981088d8, #wrap-s-2dee69a8-8ee4-4ca0-9897-8c6f981088d8, #wrap-content-s-2dee69a8-8ee4-4ca0-9897-8c6f981088d8 { display: none !important; }}@media (max-width: 767px){#s-2dee69a8-8ee4-4ca0-9897-8c6f981088d8 {
  display: none;
}
#s-2dee69a8-8ee4-4ca0-9897-8c6f981088d8, #wrap-s-2dee69a8-8ee4-4ca0-9897-8c6f981088d8, #wrap-content-s-2dee69a8-8ee4-4ca0-9897-8c6f981088d8 { display: none !important; }}







#s-2dee69a8-8ee4-4ca0-9897-8c6f981088d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2dee69a8-8ee4-4ca0-9897-8c6f981088d8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c3920e36-5373-4ee3-b8e3-5658f97c4880 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-42118dc1-ba48-4950-a537-b1f02cbd691a {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
min-height: 50px;
background-position: center bottom;
}

#s-42118dc1-ba48-4950-a537-b1f02cbd691a {
  background-image: url(https://i.shgcdn.com/d19d6eaa-18f3-413e-9f00-e3838aebcfad/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-42118dc1-ba48-4950-a537-b1f02cbd691a {
  background-image: url(https://i.shgcdn.com/d19d6eaa-18f3-413e-9f00-e3838aebcfad/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-42118dc1-ba48-4950-a537-b1f02cbd691a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-42118dc1-ba48-4950-a537-b1f02cbd691a {
  background-image: url(https://i.shgcdn.com/d19d6eaa-18f3-413e-9f00-e3838aebcfad/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-42118dc1-ba48-4950-a537-b1f02cbd691a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-42118dc1-ba48-4950-a537-b1f02cbd691a {
  background-image: url(https://i.shgcdn.com/d19d6eaa-18f3-413e-9f00-e3838aebcfad/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-42118dc1-ba48-4950-a537-b1f02cbd691a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-42118dc1-ba48-4950-a537-b1f02cbd691a {
  background-image: url(https://i.shgcdn.com/d19d6eaa-18f3-413e-9f00-e3838aebcfad/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-42118dc1-ba48-4950-a537-b1f02cbd691a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-42118dc1-ba48-4950-a537-b1f02cbd691a {
  background-image: url(https://i.shgcdn.com/d19d6eaa-18f3-413e-9f00-e3838aebcfad/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-42118dc1-ba48-4950-a537-b1f02cbd691a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-42118dc1-ba48-4950-a537-b1f02cbd691a {
  background-image: url(https://i.shgcdn.com/d19d6eaa-18f3-413e-9f00-e3838aebcfad/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-42118dc1-ba48-4950-a537-b1f02cbd691a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-42118dc1-ba48-4950-a537-b1f02cbd691a {
  background-image: url(https://i.shgcdn.com/d19d6eaa-18f3-413e-9f00-e3838aebcfad/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-42118dc1-ba48-4950-a537-b1f02cbd691a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-42118dc1-ba48-4950-a537-b1f02cbd691a {
  background-image: url(https://i.shgcdn.com/d19d6eaa-18f3-413e-9f00-e3838aebcfad/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-42118dc1-ba48-4950-a537-b1f02cbd691a.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-42118dc1-ba48-4950-a537-b1f02cbd691a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-42118dc1-ba48-4950-a537-b1f02cbd691a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16fa2b63-e4a6-42b7-b72e-1c2862c172c0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-16fa2b63-e4a6-42b7-b72e-1c2862c172c0 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-04779ec6-a61c-4fe9-905d-294ab9a6ff5f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-04779ec6-a61c-4fe9-905d-294ab9a6ff5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-04779ec6-a61c-4fe9-905d-294ab9a6ff5f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-19cbdf8e-cd70-4c6c-a347-f74fed8cbefa {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-19cbdf8e-cd70-4c6c-a347-f74fed8cbefa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19cbdf8e-cd70-4c6c-a347-f74fed8cbefa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 21.333333333333332px);
}

}

@media (min-width: 992px) {
[id="s-19cbdf8e-cd70-4c6c-a347-f74fed8cbefa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 21.333333333333332px);
}

}

@media (min-width: 1200px) {
[id="s-19cbdf8e-cd70-4c6c-a347-f74fed8cbefa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 21.333333333333332px);
}

}

#s-554783db-f4a2-4f0a-a63e-d3d0d7b8a009 {
  margin-left: auto;
margin-bottom: 2.28571em;
margin-right: auto;
min-height: 50px;
}








#s-554783db-f4a2-4f0a-a63e-d3d0d7b8a009 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-554783db-f4a2-4f0a-a63e-d3d0d7b8a009.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-167e8d8b-f238-4eb9-8623-c9ae16c89853 {
  margin-left: auto;
margin-right: auto;
max-width: 412px;
aspect-ratio: 412/346;
text-align: center;
}

#s-167e8d8b-f238-4eb9-8623-c9ae16c89853 {
  margin: 0 !important;
  overflow: visible;
}

#s-167e8d8b-f238-4eb9-8623-c9ae16c89853-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-167e8d8b-f238-4eb9-8623-c9ae16c89853 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-167e8d8b-f238-4eb9-8623-c9ae16c89853 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-167e8d8b-f238-4eb9-8623-c9ae16c89853 img.shogun-image {
  /* Add background color handling */
  
}

#s-167e8d8b-f238-4eb9-8623-c9ae16c89853 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-167e8d8b-f238-4eb9-8623-c9ae16c89853 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-167e8d8b-f238-4eb9-8623-c9ae16c89853 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-167e8d8b-f238-4eb9-8623-c9ae16c89853 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-167e8d8b-f238-4eb9-8623-c9ae16c89853 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-167e8d8b-f238-4eb9-8623-c9ae16c89853 .shogun-image-content {
  
    justify-content: center;
  
}

.s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shg-align-container {
  display: flex;
  justify-content: center
}

.s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shogun-image {
  box-sizing: border-box;
}



.s-167e8d8b-f238-4eb9-8623-c9ae16c89853 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-167e8d8b-f238-4eb9-8623-c9ae16c89853 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shogun-image-container {
      position: relative;
    }

    .s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-167e8d8b-f238-4eb9-8623-c9ae16c89853 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

@media (min-width: 1200px){#s-167e8d8b-f238-4eb9-8623-c9ae16c89853 {
  margin: 0 !important;
  overflow: visible;
}

#s-167e8d8b-f238-4eb9-8623-c9ae16c89853-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-167e8d8b-f238-4eb9-8623-c9ae16c89853 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-167e8d8b-f238-4eb9-8623-c9ae16c89853 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-167e8d8b-f238-4eb9-8623-c9ae16c89853 img.shogun-image {
  /* Add background color handling */
  
}

#s-167e8d8b-f238-4eb9-8623-c9ae16c89853 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-167e8d8b-f238-4eb9-8623-c9ae16c89853 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-167e8d8b-f238-4eb9-8623-c9ae16c89853 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-167e8d8b-f238-4eb9-8623-c9ae16c89853 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-167e8d8b-f238-4eb9-8623-c9ae16c89853 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-167e8d8b-f238-4eb9-8623-c9ae16c89853 .shogun-image-content {
  
    justify-content: center;
  
}

.s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shg-align-container {
  display: flex;
  justify-content: center
}

.s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shogun-image {
  box-sizing: border-box;
}



.s-167e8d8b-f238-4eb9-8623-c9ae16c89853 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-167e8d8b-f238-4eb9-8623-c9ae16c89853 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shogun-image-container {
      position: relative;
    }

    .s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-167e8d8b-f238-4eb9-8623-c9ae16c89853 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-167e8d8b-f238-4eb9-8623-c9ae16c89853 {
  margin: 0 !important;
  overflow: visible;
}

#s-167e8d8b-f238-4eb9-8623-c9ae16c89853-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-167e8d8b-f238-4eb9-8623-c9ae16c89853 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-167e8d8b-f238-4eb9-8623-c9ae16c89853 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-167e8d8b-f238-4eb9-8623-c9ae16c89853 img.shogun-image {
  /* Add background color handling */
  
}

#s-167e8d8b-f238-4eb9-8623-c9ae16c89853 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-167e8d8b-f238-4eb9-8623-c9ae16c89853 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-167e8d8b-f238-4eb9-8623-c9ae16c89853 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-167e8d8b-f238-4eb9-8623-c9ae16c89853 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-167e8d8b-f238-4eb9-8623-c9ae16c89853 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-167e8d8b-f238-4eb9-8623-c9ae16c89853 .shogun-image-content {
  
    justify-content: center;
  
}

.s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shg-align-container {
  display: flex;
  justify-content: center
}

.s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shogun-image {
  box-sizing: border-box;
}



.s-167e8d8b-f238-4eb9-8623-c9ae16c89853 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-167e8d8b-f238-4eb9-8623-c9ae16c89853 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shogun-image-container {
      position: relative;
    }

    .s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-167e8d8b-f238-4eb9-8623-c9ae16c89853 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-167e8d8b-f238-4eb9-8623-c9ae16c89853 {
  margin: 0 !important;
  overflow: visible;
}

#s-167e8d8b-f238-4eb9-8623-c9ae16c89853-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-167e8d8b-f238-4eb9-8623-c9ae16c89853 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-167e8d8b-f238-4eb9-8623-c9ae16c89853 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-167e8d8b-f238-4eb9-8623-c9ae16c89853 img.shogun-image {
  /* Add background color handling */
  
}

#s-167e8d8b-f238-4eb9-8623-c9ae16c89853 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-167e8d8b-f238-4eb9-8623-c9ae16c89853 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-167e8d8b-f238-4eb9-8623-c9ae16c89853 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-167e8d8b-f238-4eb9-8623-c9ae16c89853 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-167e8d8b-f238-4eb9-8623-c9ae16c89853 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-167e8d8b-f238-4eb9-8623-c9ae16c89853 .shogun-image-content {
  
    justify-content: center;
  
}

.s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shg-align-container {
  display: flex;
  justify-content: center
}

.s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shogun-image {
  box-sizing: border-box;
}



.s-167e8d8b-f238-4eb9-8623-c9ae16c89853 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-167e8d8b-f238-4eb9-8623-c9ae16c89853 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shogun-image-container {
      position: relative;
    }

    .s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-167e8d8b-f238-4eb9-8623-c9ae16c89853 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}@media (max-width: 767px){#s-167e8d8b-f238-4eb9-8623-c9ae16c89853 {
  margin: 0 !important;
  overflow: visible;
}

#s-167e8d8b-f238-4eb9-8623-c9ae16c89853-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-167e8d8b-f238-4eb9-8623-c9ae16c89853 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-167e8d8b-f238-4eb9-8623-c9ae16c89853 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-167e8d8b-f238-4eb9-8623-c9ae16c89853 img.shogun-image {
  /* Add background color handling */
  
}

#s-167e8d8b-f238-4eb9-8623-c9ae16c89853 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-167e8d8b-f238-4eb9-8623-c9ae16c89853 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-167e8d8b-f238-4eb9-8623-c9ae16c89853 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-167e8d8b-f238-4eb9-8623-c9ae16c89853 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-167e8d8b-f238-4eb9-8623-c9ae16c89853 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-167e8d8b-f238-4eb9-8623-c9ae16c89853 .shogun-image-content {
  
    justify-content: center;
  
}

.s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shg-align-container {
  display: flex;
  justify-content: center
}

.s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shogun-image {
  box-sizing: border-box;
}



.s-167e8d8b-f238-4eb9-8623-c9ae16c89853 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-167e8d8b-f238-4eb9-8623-c9ae16c89853 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shogun-image-container {
      position: relative;
    }

    .s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-167e8d8b-f238-4eb9-8623-c9ae16c89853.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-167e8d8b-f238-4eb9-8623-c9ae16c89853 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}
#s-8d1635d6-ed99-4f0e-868b-596446f4e634 {
  margin-left: auto;
margin-bottom: 2.28571em;
margin-right: auto;
min-height: 50px;
}








#s-8d1635d6-ed99-4f0e-868b-596446f4e634 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8d1635d6-ed99-4f0e-868b-596446f4e634.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93872cac-63e2-4b05-94a3-0d098d2ab091 {
  margin-left: auto;
margin-right: auto;
max-width: 412px;
aspect-ratio: 412/346;
text-align: center;
}

#s-93872cac-63e2-4b05-94a3-0d098d2ab091 {
  margin: 0 !important;
  overflow: visible;
}

#s-93872cac-63e2-4b05-94a3-0d098d2ab091-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93872cac-63e2-4b05-94a3-0d098d2ab091 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93872cac-63e2-4b05-94a3-0d098d2ab091 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93872cac-63e2-4b05-94a3-0d098d2ab091 img.shogun-image {
  /* Add background color handling */
  
}

#s-93872cac-63e2-4b05-94a3-0d098d2ab091 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93872cac-63e2-4b05-94a3-0d098d2ab091 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-93872cac-63e2-4b05-94a3-0d098d2ab091 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93872cac-63e2-4b05-94a3-0d098d2ab091 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93872cac-63e2-4b05-94a3-0d098d2ab091.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93872cac-63e2-4b05-94a3-0d098d2ab091 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-93872cac-63e2-4b05-94a3-0d098d2ab091.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-93872cac-63e2-4b05-94a3-0d098d2ab091 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93872cac-63e2-4b05-94a3-0d098d2ab091.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93872cac-63e2-4b05-94a3-0d098d2ab091.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93872cac-63e2-4b05-94a3-0d098d2ab091.shogun-image {
  box-sizing: border-box;
}



.s-93872cac-63e2-4b05-94a3-0d098d2ab091 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-93872cac-63e2-4b05-94a3-0d098d2ab091 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-93872cac-63e2-4b05-94a3-0d098d2ab091.shogun-image-container {
      position: relative;
    }

    .s-93872cac-63e2-4b05-94a3-0d098d2ab091.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93872cac-63e2-4b05-94a3-0d098d2ab091.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93872cac-63e2-4b05-94a3-0d098d2ab091 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

@media (min-width: 1200px){#s-93872cac-63e2-4b05-94a3-0d098d2ab091 {
  margin: 0 !important;
  overflow: visible;
}

#s-93872cac-63e2-4b05-94a3-0d098d2ab091-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93872cac-63e2-4b05-94a3-0d098d2ab091 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93872cac-63e2-4b05-94a3-0d098d2ab091 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93872cac-63e2-4b05-94a3-0d098d2ab091 img.shogun-image {
  /* Add background color handling */
  
}

#s-93872cac-63e2-4b05-94a3-0d098d2ab091 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93872cac-63e2-4b05-94a3-0d098d2ab091 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-93872cac-63e2-4b05-94a3-0d098d2ab091 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93872cac-63e2-4b05-94a3-0d098d2ab091 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93872cac-63e2-4b05-94a3-0d098d2ab091.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93872cac-63e2-4b05-94a3-0d098d2ab091 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-93872cac-63e2-4b05-94a3-0d098d2ab091.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-93872cac-63e2-4b05-94a3-0d098d2ab091 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93872cac-63e2-4b05-94a3-0d098d2ab091.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93872cac-63e2-4b05-94a3-0d098d2ab091.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93872cac-63e2-4b05-94a3-0d098d2ab091.shogun-image {
  box-sizing: border-box;
}



.s-93872cac-63e2-4b05-94a3-0d098d2ab091 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-93872cac-63e2-4b05-94a3-0d098d2ab091 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-93872cac-63e2-4b05-94a3-0d098d2ab091.shogun-image-container {
      position: relative;
    }

    .s-93872cac-63e2-4b05-94a3-0d098d2ab091.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93872cac-63e2-4b05-94a3-0d098d2ab091.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93872cac-63e2-4b05-94a3-0d098d2ab091 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-93872cac-63e2-4b05-94a3-0d098d2ab091 {
  margin: 0 !important;
  overflow: visible;
}

#s-93872cac-63e2-4b05-94a3-0d098d2ab091-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93872cac-63e2-4b05-94a3-0d098d2ab091 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93872cac-63e2-4b05-94a3-0d098d2ab091 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93872cac-63e2-4b05-94a3-0d098d2ab091 img.shogun-image {
  /* Add background color handling */
  
}

#s-93872cac-63e2-4b05-94a3-0d098d2ab091 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93872cac-63e2-4b05-94a3-0d098d2ab091 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-93872cac-63e2-4b05-94a3-0d098d2ab091 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93872cac-63e2-4b05-94a3-0d098d2ab091 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93872cac-63e2-4b05-94a3-0d098d2ab091.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93872cac-63e2-4b05-94a3-0d098d2ab091 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-93872cac-63e2-4b05-94a3-0d098d2ab091.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-93872cac-63e2-4b05-94a3-0d098d2ab091 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93872cac-63e2-4b05-94a3-0d098d2ab091.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93872cac-63e2-4b05-94a3-0d098d2ab091.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93872cac-63e2-4b05-94a3-0d098d2ab091.shogun-image {
  box-sizing: border-box;
}



.s-93872cac-63e2-4b05-94a3-0d098d2ab091 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-93872cac-63e2-4b05-94a3-0d098d2ab091 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-93872cac-63e2-4b05-94a3-0d098d2ab091.shogun-image-container {
      position: relative;
    }

    .s-93872cac-63e2-4b05-94a3-0d098d2ab091.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93872cac-63e2-4b05-94a3-0d098d2ab091.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93872cac-63e2-4b05-94a3-0d098d2ab091 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-93872cac-63e2-4b05-94a3-0d098d2ab091 {
  margin: 0 !important;
  overflow: visible;
}

#s-93872cac-63e2-4b05-94a3-0d098d2ab091-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93872cac-63e2-4b05-94a3-0d098d2ab091 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93872cac-63e2-4b05-94a3-0d098d2ab091 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93872cac-63e2-4b05-94a3-0d098d2ab091 img.shogun-image {
  /* Add background color handling */
  
}

#s-93872cac-63e2-4b05-94a3-0d098d2ab091 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93872cac-63e2-4b05-94a3-0d098d2ab091 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-93872cac-63e2-4b05-94a3-0d098d2ab091 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93872cac-63e2-4b05-94a3-0d098d2ab091 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93872cac-63e2-4b05-94a3-0d098d2ab091.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93872cac-63e2-4b05-94a3-0d098d2ab091 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-93872cac-63e2-4b05-94a3-0d098d2ab091.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-93872cac-63e2-4b05-94a3-0d098d2ab091 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93872cac-63e2-4b05-94a3-0d098d2ab091.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93872cac-63e2-4b05-94a3-0d098d2ab091.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93872cac-63e2-4b05-94a3-0d098d2ab091.shogun-image {
  box-sizing: border-box;
}



.s-93872cac-63e2-4b05-94a3-0d098d2ab091 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-93872cac-63e2-4b05-94a3-0d098d2ab091 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-93872cac-63e2-4b05-94a3-0d098d2ab091.shogun-image-container {
      position: relative;
    }

    .s-93872cac-63e2-4b05-94a3-0d098d2ab091.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93872cac-63e2-4b05-94a3-0d098d2ab091.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93872cac-63e2-4b05-94a3-0d098d2ab091 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}@media (max-width: 767px){#s-93872cac-63e2-4b05-94a3-0d098d2ab091 {
  margin: 0 !important;
  overflow: visible;
}

#s-93872cac-63e2-4b05-94a3-0d098d2ab091-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93872cac-63e2-4b05-94a3-0d098d2ab091 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93872cac-63e2-4b05-94a3-0d098d2ab091 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93872cac-63e2-4b05-94a3-0d098d2ab091 img.shogun-image {
  /* Add background color handling */
  
}

#s-93872cac-63e2-4b05-94a3-0d098d2ab091 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93872cac-63e2-4b05-94a3-0d098d2ab091 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-93872cac-63e2-4b05-94a3-0d098d2ab091 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93872cac-63e2-4b05-94a3-0d098d2ab091 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93872cac-63e2-4b05-94a3-0d098d2ab091.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93872cac-63e2-4b05-94a3-0d098d2ab091 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-93872cac-63e2-4b05-94a3-0d098d2ab091.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-93872cac-63e2-4b05-94a3-0d098d2ab091 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93872cac-63e2-4b05-94a3-0d098d2ab091.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93872cac-63e2-4b05-94a3-0d098d2ab091.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93872cac-63e2-4b05-94a3-0d098d2ab091.shogun-image {
  box-sizing: border-box;
}



.s-93872cac-63e2-4b05-94a3-0d098d2ab091 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-93872cac-63e2-4b05-94a3-0d098d2ab091 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-93872cac-63e2-4b05-94a3-0d098d2ab091.shogun-image-container {
      position: relative;
    }

    .s-93872cac-63e2-4b05-94a3-0d098d2ab091.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93872cac-63e2-4b05-94a3-0d098d2ab091.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93872cac-63e2-4b05-94a3-0d098d2ab091 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}
#s-5ba18d7b-929a-49ee-81c7-8a18b997b98b {
  margin-left: auto;
margin-bottom: 2.28571em;
margin-right: auto;
min-height: 50px;
}








#s-5ba18d7b-929a-49ee-81c7-8a18b997b98b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5ba18d7b-929a-49ee-81c7-8a18b997b98b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f72976c-df45-42d8-861f-480f81c863f8 {
  margin-left: auto;
margin-right: auto;
max-width: 412px;
aspect-ratio: 412/346;
text-align: center;
}

#s-4f72976c-df45-42d8-861f-480f81c863f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-4f72976c-df45-42d8-861f-480f81c863f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f72976c-df45-42d8-861f-480f81c863f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f72976c-df45-42d8-861f-480f81c863f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f72976c-df45-42d8-861f-480f81c863f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-4f72976c-df45-42d8-861f-480f81c863f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f72976c-df45-42d8-861f-480f81c863f8 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-4f72976c-df45-42d8-861f-480f81c863f8 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f72976c-df45-42d8-861f-480f81c863f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f72976c-df45-42d8-861f-480f81c863f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f72976c-df45-42d8-861f-480f81c863f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-4f72976c-df45-42d8-861f-480f81c863f8.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-4f72976c-df45-42d8-861f-480f81c863f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f72976c-df45-42d8-861f-480f81c863f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f72976c-df45-42d8-861f-480f81c863f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f72976c-df45-42d8-861f-480f81c863f8.shogun-image {
  box-sizing: border-box;
}



.s-4f72976c-df45-42d8-861f-480f81c863f8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4f72976c-df45-42d8-861f-480f81c863f8 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-4f72976c-df45-42d8-861f-480f81c863f8.shogun-image-container {
      position: relative;
    }

    .s-4f72976c-df45-42d8-861f-480f81c863f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f72976c-df45-42d8-861f-480f81c863f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f72976c-df45-42d8-861f-480f81c863f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

@media (min-width: 1200px){#s-4f72976c-df45-42d8-861f-480f81c863f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-4f72976c-df45-42d8-861f-480f81c863f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f72976c-df45-42d8-861f-480f81c863f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f72976c-df45-42d8-861f-480f81c863f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f72976c-df45-42d8-861f-480f81c863f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-4f72976c-df45-42d8-861f-480f81c863f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f72976c-df45-42d8-861f-480f81c863f8 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-4f72976c-df45-42d8-861f-480f81c863f8 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f72976c-df45-42d8-861f-480f81c863f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f72976c-df45-42d8-861f-480f81c863f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f72976c-df45-42d8-861f-480f81c863f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-4f72976c-df45-42d8-861f-480f81c863f8.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-4f72976c-df45-42d8-861f-480f81c863f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f72976c-df45-42d8-861f-480f81c863f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f72976c-df45-42d8-861f-480f81c863f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f72976c-df45-42d8-861f-480f81c863f8.shogun-image {
  box-sizing: border-box;
}



.s-4f72976c-df45-42d8-861f-480f81c863f8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4f72976c-df45-42d8-861f-480f81c863f8 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-4f72976c-df45-42d8-861f-480f81c863f8.shogun-image-container {
      position: relative;
    }

    .s-4f72976c-df45-42d8-861f-480f81c863f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f72976c-df45-42d8-861f-480f81c863f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f72976c-df45-42d8-861f-480f81c863f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4f72976c-df45-42d8-861f-480f81c863f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-4f72976c-df45-42d8-861f-480f81c863f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f72976c-df45-42d8-861f-480f81c863f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f72976c-df45-42d8-861f-480f81c863f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f72976c-df45-42d8-861f-480f81c863f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-4f72976c-df45-42d8-861f-480f81c863f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f72976c-df45-42d8-861f-480f81c863f8 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-4f72976c-df45-42d8-861f-480f81c863f8 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f72976c-df45-42d8-861f-480f81c863f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f72976c-df45-42d8-861f-480f81c863f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f72976c-df45-42d8-861f-480f81c863f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-4f72976c-df45-42d8-861f-480f81c863f8.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-4f72976c-df45-42d8-861f-480f81c863f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f72976c-df45-42d8-861f-480f81c863f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f72976c-df45-42d8-861f-480f81c863f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f72976c-df45-42d8-861f-480f81c863f8.shogun-image {
  box-sizing: border-box;
}



.s-4f72976c-df45-42d8-861f-480f81c863f8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4f72976c-df45-42d8-861f-480f81c863f8 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-4f72976c-df45-42d8-861f-480f81c863f8.shogun-image-container {
      position: relative;
    }

    .s-4f72976c-df45-42d8-861f-480f81c863f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f72976c-df45-42d8-861f-480f81c863f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f72976c-df45-42d8-861f-480f81c863f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4f72976c-df45-42d8-861f-480f81c863f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-4f72976c-df45-42d8-861f-480f81c863f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f72976c-df45-42d8-861f-480f81c863f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f72976c-df45-42d8-861f-480f81c863f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f72976c-df45-42d8-861f-480f81c863f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-4f72976c-df45-42d8-861f-480f81c863f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f72976c-df45-42d8-861f-480f81c863f8 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-4f72976c-df45-42d8-861f-480f81c863f8 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f72976c-df45-42d8-861f-480f81c863f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f72976c-df45-42d8-861f-480f81c863f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f72976c-df45-42d8-861f-480f81c863f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-4f72976c-df45-42d8-861f-480f81c863f8.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-4f72976c-df45-42d8-861f-480f81c863f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f72976c-df45-42d8-861f-480f81c863f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f72976c-df45-42d8-861f-480f81c863f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f72976c-df45-42d8-861f-480f81c863f8.shogun-image {
  box-sizing: border-box;
}



.s-4f72976c-df45-42d8-861f-480f81c863f8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4f72976c-df45-42d8-861f-480f81c863f8 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-4f72976c-df45-42d8-861f-480f81c863f8.shogun-image-container {
      position: relative;
    }

    .s-4f72976c-df45-42d8-861f-480f81c863f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f72976c-df45-42d8-861f-480f81c863f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f72976c-df45-42d8-861f-480f81c863f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}@media (max-width: 767px){#s-4f72976c-df45-42d8-861f-480f81c863f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-4f72976c-df45-42d8-861f-480f81c863f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f72976c-df45-42d8-861f-480f81c863f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f72976c-df45-42d8-861f-480f81c863f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f72976c-df45-42d8-861f-480f81c863f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-4f72976c-df45-42d8-861f-480f81c863f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f72976c-df45-42d8-861f-480f81c863f8 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-4f72976c-df45-42d8-861f-480f81c863f8 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f72976c-df45-42d8-861f-480f81c863f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f72976c-df45-42d8-861f-480f81c863f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f72976c-df45-42d8-861f-480f81c863f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-4f72976c-df45-42d8-861f-480f81c863f8.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-4f72976c-df45-42d8-861f-480f81c863f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f72976c-df45-42d8-861f-480f81c863f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f72976c-df45-42d8-861f-480f81c863f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f72976c-df45-42d8-861f-480f81c863f8.shogun-image {
  box-sizing: border-box;
}



.s-4f72976c-df45-42d8-861f-480f81c863f8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4f72976c-df45-42d8-861f-480f81c863f8 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-4f72976c-df45-42d8-861f-480f81c863f8.shogun-image-container {
      position: relative;
    }

    .s-4f72976c-df45-42d8-861f-480f81c863f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f72976c-df45-42d8-861f-480f81c863f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f72976c-df45-42d8-861f-480f81c863f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}
#s-563bcc69-6449-4758-b97c-630c1fa9c922 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-563bcc69-6449-4758-b97c-630c1fa9c922 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-563bcc69-6449-4758-b97c-630c1fa9c922.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a3845ae1-b4f5-4493-8004-5f53acac680a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a3845ae1-b4f5-4493-8004-5f53acac680a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3845ae1-b4f5-4493-8004-5f53acac680a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 21.333333333333332px);
}

}

@media (min-width: 992px) {
[id="s-a3845ae1-b4f5-4493-8004-5f53acac680a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 21.333333333333332px);
}

}

@media (min-width: 1200px) {
[id="s-a3845ae1-b4f5-4493-8004-5f53acac680a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 21.333333333333332px);
}

}

#s-5bb1e54f-c011-4c2e-ba70-3d5dc009e56b {
  margin-left: auto;
margin-bottom: 2.28571em;
margin-right: auto;
min-height: 50px;
}








#s-5bb1e54f-c011-4c2e-ba70-3d5dc009e56b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5bb1e54f-c011-4c2e-ba70-3d5dc009e56b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9635f702-4072-4161-991a-d62d8f8d009a {
  margin-left: auto;
margin-right: auto;
max-width: 412px;
aspect-ratio: 412/346;
text-align: center;
}

#s-9635f702-4072-4161-991a-d62d8f8d009a {
  margin: 0 !important;
  overflow: visible;
}

#s-9635f702-4072-4161-991a-d62d8f8d009a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9635f702-4072-4161-991a-d62d8f8d009a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9635f702-4072-4161-991a-d62d8f8d009a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9635f702-4072-4161-991a-d62d8f8d009a img.shogun-image {
  /* Add background color handling */
  
}

#s-9635f702-4072-4161-991a-d62d8f8d009a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9635f702-4072-4161-991a-d62d8f8d009a .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-9635f702-4072-4161-991a-d62d8f8d009a .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9635f702-4072-4161-991a-d62d8f8d009a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9635f702-4072-4161-991a-d62d8f8d009a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9635f702-4072-4161-991a-d62d8f8d009a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-9635f702-4072-4161-991a-d62d8f8d009a.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-9635f702-4072-4161-991a-d62d8f8d009a .shogun-image-content {
  
    justify-content: center;
  
}

.s-9635f702-4072-4161-991a-d62d8f8d009a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9635f702-4072-4161-991a-d62d8f8d009a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9635f702-4072-4161-991a-d62d8f8d009a.shogun-image {
  box-sizing: border-box;
}



.s-9635f702-4072-4161-991a-d62d8f8d009a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9635f702-4072-4161-991a-d62d8f8d009a {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-9635f702-4072-4161-991a-d62d8f8d009a.shogun-image-container {
      position: relative;
    }

    .s-9635f702-4072-4161-991a-d62d8f8d009a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9635f702-4072-4161-991a-d62d8f8d009a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9635f702-4072-4161-991a-d62d8f8d009a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

@media (min-width: 1200px){#s-9635f702-4072-4161-991a-d62d8f8d009a {
  margin: 0 !important;
  overflow: visible;
}

#s-9635f702-4072-4161-991a-d62d8f8d009a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9635f702-4072-4161-991a-d62d8f8d009a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9635f702-4072-4161-991a-d62d8f8d009a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9635f702-4072-4161-991a-d62d8f8d009a img.shogun-image {
  /* Add background color handling */
  
}

#s-9635f702-4072-4161-991a-d62d8f8d009a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9635f702-4072-4161-991a-d62d8f8d009a .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-9635f702-4072-4161-991a-d62d8f8d009a .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9635f702-4072-4161-991a-d62d8f8d009a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9635f702-4072-4161-991a-d62d8f8d009a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9635f702-4072-4161-991a-d62d8f8d009a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-9635f702-4072-4161-991a-d62d8f8d009a.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-9635f702-4072-4161-991a-d62d8f8d009a .shogun-image-content {
  
    justify-content: center;
  
}

.s-9635f702-4072-4161-991a-d62d8f8d009a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9635f702-4072-4161-991a-d62d8f8d009a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9635f702-4072-4161-991a-d62d8f8d009a.shogun-image {
  box-sizing: border-box;
}



.s-9635f702-4072-4161-991a-d62d8f8d009a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9635f702-4072-4161-991a-d62d8f8d009a {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-9635f702-4072-4161-991a-d62d8f8d009a.shogun-image-container {
      position: relative;
    }

    .s-9635f702-4072-4161-991a-d62d8f8d009a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9635f702-4072-4161-991a-d62d8f8d009a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9635f702-4072-4161-991a-d62d8f8d009a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9635f702-4072-4161-991a-d62d8f8d009a {
  margin: 0 !important;
  overflow: visible;
}

#s-9635f702-4072-4161-991a-d62d8f8d009a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9635f702-4072-4161-991a-d62d8f8d009a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9635f702-4072-4161-991a-d62d8f8d009a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9635f702-4072-4161-991a-d62d8f8d009a img.shogun-image {
  /* Add background color handling */
  
}

#s-9635f702-4072-4161-991a-d62d8f8d009a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9635f702-4072-4161-991a-d62d8f8d009a .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-9635f702-4072-4161-991a-d62d8f8d009a .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9635f702-4072-4161-991a-d62d8f8d009a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9635f702-4072-4161-991a-d62d8f8d009a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9635f702-4072-4161-991a-d62d8f8d009a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-9635f702-4072-4161-991a-d62d8f8d009a.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-9635f702-4072-4161-991a-d62d8f8d009a .shogun-image-content {
  
    justify-content: center;
  
}

.s-9635f702-4072-4161-991a-d62d8f8d009a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9635f702-4072-4161-991a-d62d8f8d009a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9635f702-4072-4161-991a-d62d8f8d009a.shogun-image {
  box-sizing: border-box;
}



.s-9635f702-4072-4161-991a-d62d8f8d009a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9635f702-4072-4161-991a-d62d8f8d009a {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-9635f702-4072-4161-991a-d62d8f8d009a.shogun-image-container {
      position: relative;
    }

    .s-9635f702-4072-4161-991a-d62d8f8d009a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9635f702-4072-4161-991a-d62d8f8d009a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9635f702-4072-4161-991a-d62d8f8d009a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9635f702-4072-4161-991a-d62d8f8d009a {
  margin: 0 !important;
  overflow: visible;
}

#s-9635f702-4072-4161-991a-d62d8f8d009a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9635f702-4072-4161-991a-d62d8f8d009a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9635f702-4072-4161-991a-d62d8f8d009a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9635f702-4072-4161-991a-d62d8f8d009a img.shogun-image {
  /* Add background color handling */
  
}

#s-9635f702-4072-4161-991a-d62d8f8d009a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9635f702-4072-4161-991a-d62d8f8d009a .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-9635f702-4072-4161-991a-d62d8f8d009a .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9635f702-4072-4161-991a-d62d8f8d009a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9635f702-4072-4161-991a-d62d8f8d009a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9635f702-4072-4161-991a-d62d8f8d009a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-9635f702-4072-4161-991a-d62d8f8d009a.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-9635f702-4072-4161-991a-d62d8f8d009a .shogun-image-content {
  
    justify-content: center;
  
}

.s-9635f702-4072-4161-991a-d62d8f8d009a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9635f702-4072-4161-991a-d62d8f8d009a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9635f702-4072-4161-991a-d62d8f8d009a.shogun-image {
  box-sizing: border-box;
}



.s-9635f702-4072-4161-991a-d62d8f8d009a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9635f702-4072-4161-991a-d62d8f8d009a {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-9635f702-4072-4161-991a-d62d8f8d009a.shogun-image-container {
      position: relative;
    }

    .s-9635f702-4072-4161-991a-d62d8f8d009a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9635f702-4072-4161-991a-d62d8f8d009a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9635f702-4072-4161-991a-d62d8f8d009a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}@media (max-width: 767px){#s-9635f702-4072-4161-991a-d62d8f8d009a {
  margin: 0 !important;
  overflow: visible;
}

#s-9635f702-4072-4161-991a-d62d8f8d009a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9635f702-4072-4161-991a-d62d8f8d009a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9635f702-4072-4161-991a-d62d8f8d009a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9635f702-4072-4161-991a-d62d8f8d009a img.shogun-image {
  /* Add background color handling */
  
}

#s-9635f702-4072-4161-991a-d62d8f8d009a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9635f702-4072-4161-991a-d62d8f8d009a .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-9635f702-4072-4161-991a-d62d8f8d009a .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9635f702-4072-4161-991a-d62d8f8d009a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9635f702-4072-4161-991a-d62d8f8d009a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9635f702-4072-4161-991a-d62d8f8d009a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-9635f702-4072-4161-991a-d62d8f8d009a.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-9635f702-4072-4161-991a-d62d8f8d009a .shogun-image-content {
  
    justify-content: center;
  
}

.s-9635f702-4072-4161-991a-d62d8f8d009a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9635f702-4072-4161-991a-d62d8f8d009a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9635f702-4072-4161-991a-d62d8f8d009a.shogun-image {
  box-sizing: border-box;
}



.s-9635f702-4072-4161-991a-d62d8f8d009a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9635f702-4072-4161-991a-d62d8f8d009a {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-9635f702-4072-4161-991a-d62d8f8d009a.shogun-image-container {
      position: relative;
    }

    .s-9635f702-4072-4161-991a-d62d8f8d009a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9635f702-4072-4161-991a-d62d8f8d009a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9635f702-4072-4161-991a-d62d8f8d009a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}
#s-a1364038-4038-4d1e-a9b7-e070f2b1e2dd {
  margin-left: auto;
margin-bottom: 2.28571em;
margin-right: auto;
min-height: 50px;
}








#s-a1364038-4038-4d1e-a9b7-e070f2b1e2dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a1364038-4038-4d1e-a9b7-e070f2b1e2dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 {
  margin-left: auto;
margin-right: auto;
max-width: 412px;
aspect-ratio: 412/346;
text-align: center;
}

#s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 {
  margin: 0 !important;
  overflow: visible;
}

#s-77ff7b65-37e2-4805-bc04-4d0270acdcb6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 img.shogun-image {
  /* Add background color handling */
  
}

#s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shogun-image {
  box-sizing: border-box;
}



.s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shogun-image-container {
      position: relative;
    }

    .s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

@media (min-width: 1200px){#s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 {
  margin: 0 !important;
  overflow: visible;
}

#s-77ff7b65-37e2-4805-bc04-4d0270acdcb6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 img.shogun-image {
  /* Add background color handling */
  
}

#s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shogun-image {
  box-sizing: border-box;
}



.s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shogun-image-container {
      position: relative;
    }

    .s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 {
  margin: 0 !important;
  overflow: visible;
}

#s-77ff7b65-37e2-4805-bc04-4d0270acdcb6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 img.shogun-image {
  /* Add background color handling */
  
}

#s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shogun-image {
  box-sizing: border-box;
}



.s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shogun-image-container {
      position: relative;
    }

    .s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 {
  margin: 0 !important;
  overflow: visible;
}

#s-77ff7b65-37e2-4805-bc04-4d0270acdcb6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 img.shogun-image {
  /* Add background color handling */
  
}

#s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shogun-image {
  box-sizing: border-box;
}



.s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shogun-image-container {
      position: relative;
    }

    .s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}@media (max-width: 767px){#s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 {
  margin: 0 !important;
  overflow: visible;
}

#s-77ff7b65-37e2-4805-bc04-4d0270acdcb6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 img.shogun-image {
  /* Add background color handling */
  
}

#s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shogun-image {
  box-sizing: border-box;
}



.s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shogun-image-container {
      position: relative;
    }

    .s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77ff7b65-37e2-4805-bc04-4d0270acdcb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77ff7b65-37e2-4805-bc04-4d0270acdcb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}
#s-d6f1c5aa-f789-49d3-9a4c-e9ed7c6fbdc2 {
  margin-left: auto;
margin-bottom: 2.28571em;
margin-right: auto;
min-height: 50px;
}








#s-d6f1c5aa-f789-49d3-9a4c-e9ed7c6fbdc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d6f1c5aa-f789-49d3-9a4c-e9ed7c6fbdc2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 {
  margin-left: auto;
margin-right: auto;
max-width: 412px;
aspect-ratio: 412/346;
text-align: center;
}

#s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 {
  margin: 0 !important;
  overflow: visible;
}

#s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 img.shogun-image {
  /* Add background color handling */
  
}

#s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shogun-image {
  box-sizing: border-box;
}



.s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shogun-image-container {
      position: relative;
    }

    .s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

@media (min-width: 1200px){#s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 {
  margin: 0 !important;
  overflow: visible;
}

#s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 img.shogun-image {
  /* Add background color handling */
  
}

#s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shogun-image {
  box-sizing: border-box;
}



.s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shogun-image-container {
      position: relative;
    }

    .s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 {
  margin: 0 !important;
  overflow: visible;
}

#s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 img.shogun-image {
  /* Add background color handling */
  
}

#s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shogun-image {
  box-sizing: border-box;
}



.s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shogun-image-container {
      position: relative;
    }

    .s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 {
  margin: 0 !important;
  overflow: visible;
}

#s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 img.shogun-image {
  /* Add background color handling */
  
}

#s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shogun-image {
  box-sizing: border-box;
}



.s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shogun-image-container {
      position: relative;
    }

    .s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}@media (max-width: 767px){#s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 {
  margin: 0 !important;
  overflow: visible;
}

#s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 img.shogun-image {
  /* Add background color handling */
  
}

#s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shogun-image {
  box-sizing: border-box;
}



.s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shogun-image-container {
      position: relative;
    }

    .s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9f14c1c-13f5-4913-9f33-8e84a9486ae3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}
#s-e153f9a5-aa02-4474-8de5-c1ea7307d992 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e153f9a5-aa02-4474-8de5-c1ea7307d992 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e153f9a5-aa02-4474-8de5-c1ea7307d992.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-88eb2783-6217-49ca-b240-adefc35fad99 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-88eb2783-6217-49ca-b240-adefc35fad99"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88eb2783-6217-49ca-b240-adefc35fad99"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 21.333333333333332px);
}

}

@media (min-width: 992px) {
[id="s-88eb2783-6217-49ca-b240-adefc35fad99"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 21.333333333333332px);
}

}

@media (min-width: 1200px) {
[id="s-88eb2783-6217-49ca-b240-adefc35fad99"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 21.333333333333332px);
}

}

#s-862690f6-184d-48c4-838e-bc22ac32db88 {
  margin-left: auto;
margin-bottom: 2.28571em;
margin-right: auto;
min-height: 50px;
}








#s-862690f6-184d-48c4-838e-bc22ac32db88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-862690f6-184d-48c4-838e-bc22ac32db88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a2ca213-b34c-4779-aadd-eb355ceabec8 {
  margin-left: auto;
margin-right: auto;
max-width: 412px;
aspect-ratio: 412/346;
text-align: center;
}

#s-7a2ca213-b34c-4779-aadd-eb355ceabec8 {
  margin: 0 !important;
  overflow: visible;
}

#s-7a2ca213-b34c-4779-aadd-eb355ceabec8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a2ca213-b34c-4779-aadd-eb355ceabec8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a2ca213-b34c-4779-aadd-eb355ceabec8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a2ca213-b34c-4779-aadd-eb355ceabec8 img.shogun-image {
  /* Add background color handling */
  
}

#s-7a2ca213-b34c-4779-aadd-eb355ceabec8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a2ca213-b34c-4779-aadd-eb355ceabec8 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-7a2ca213-b34c-4779-aadd-eb355ceabec8 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a2ca213-b34c-4779-aadd-eb355ceabec8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a2ca213-b34c-4779-aadd-eb355ceabec8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-7a2ca213-b34c-4779-aadd-eb355ceabec8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shogun-image {
  box-sizing: border-box;
}



.s-7a2ca213-b34c-4779-aadd-eb355ceabec8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a2ca213-b34c-4779-aadd-eb355ceabec8 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shogun-image-container {
      position: relative;
    }

    .s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a2ca213-b34c-4779-aadd-eb355ceabec8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

@media (min-width: 1200px){#s-7a2ca213-b34c-4779-aadd-eb355ceabec8 {
  margin: 0 !important;
  overflow: visible;
}

#s-7a2ca213-b34c-4779-aadd-eb355ceabec8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a2ca213-b34c-4779-aadd-eb355ceabec8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a2ca213-b34c-4779-aadd-eb355ceabec8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a2ca213-b34c-4779-aadd-eb355ceabec8 img.shogun-image {
  /* Add background color handling */
  
}

#s-7a2ca213-b34c-4779-aadd-eb355ceabec8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a2ca213-b34c-4779-aadd-eb355ceabec8 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-7a2ca213-b34c-4779-aadd-eb355ceabec8 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a2ca213-b34c-4779-aadd-eb355ceabec8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a2ca213-b34c-4779-aadd-eb355ceabec8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-7a2ca213-b34c-4779-aadd-eb355ceabec8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shogun-image {
  box-sizing: border-box;
}



.s-7a2ca213-b34c-4779-aadd-eb355ceabec8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a2ca213-b34c-4779-aadd-eb355ceabec8 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shogun-image-container {
      position: relative;
    }

    .s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a2ca213-b34c-4779-aadd-eb355ceabec8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7a2ca213-b34c-4779-aadd-eb355ceabec8 {
  margin: 0 !important;
  overflow: visible;
}

#s-7a2ca213-b34c-4779-aadd-eb355ceabec8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a2ca213-b34c-4779-aadd-eb355ceabec8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a2ca213-b34c-4779-aadd-eb355ceabec8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a2ca213-b34c-4779-aadd-eb355ceabec8 img.shogun-image {
  /* Add background color handling */
  
}

#s-7a2ca213-b34c-4779-aadd-eb355ceabec8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a2ca213-b34c-4779-aadd-eb355ceabec8 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-7a2ca213-b34c-4779-aadd-eb355ceabec8 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a2ca213-b34c-4779-aadd-eb355ceabec8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a2ca213-b34c-4779-aadd-eb355ceabec8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-7a2ca213-b34c-4779-aadd-eb355ceabec8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shogun-image {
  box-sizing: border-box;
}



.s-7a2ca213-b34c-4779-aadd-eb355ceabec8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a2ca213-b34c-4779-aadd-eb355ceabec8 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shogun-image-container {
      position: relative;
    }

    .s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a2ca213-b34c-4779-aadd-eb355ceabec8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7a2ca213-b34c-4779-aadd-eb355ceabec8 {
  margin: 0 !important;
  overflow: visible;
}

#s-7a2ca213-b34c-4779-aadd-eb355ceabec8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a2ca213-b34c-4779-aadd-eb355ceabec8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a2ca213-b34c-4779-aadd-eb355ceabec8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a2ca213-b34c-4779-aadd-eb355ceabec8 img.shogun-image {
  /* Add background color handling */
  
}

#s-7a2ca213-b34c-4779-aadd-eb355ceabec8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a2ca213-b34c-4779-aadd-eb355ceabec8 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-7a2ca213-b34c-4779-aadd-eb355ceabec8 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a2ca213-b34c-4779-aadd-eb355ceabec8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a2ca213-b34c-4779-aadd-eb355ceabec8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-7a2ca213-b34c-4779-aadd-eb355ceabec8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shogun-image {
  box-sizing: border-box;
}



.s-7a2ca213-b34c-4779-aadd-eb355ceabec8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a2ca213-b34c-4779-aadd-eb355ceabec8 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shogun-image-container {
      position: relative;
    }

    .s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a2ca213-b34c-4779-aadd-eb355ceabec8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}@media (max-width: 767px){#s-7a2ca213-b34c-4779-aadd-eb355ceabec8 {
  margin: 0 !important;
  overflow: visible;
}

#s-7a2ca213-b34c-4779-aadd-eb355ceabec8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a2ca213-b34c-4779-aadd-eb355ceabec8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a2ca213-b34c-4779-aadd-eb355ceabec8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a2ca213-b34c-4779-aadd-eb355ceabec8 img.shogun-image {
  /* Add background color handling */
  
}

#s-7a2ca213-b34c-4779-aadd-eb355ceabec8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a2ca213-b34c-4779-aadd-eb355ceabec8 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-7a2ca213-b34c-4779-aadd-eb355ceabec8 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a2ca213-b34c-4779-aadd-eb355ceabec8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a2ca213-b34c-4779-aadd-eb355ceabec8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-7a2ca213-b34c-4779-aadd-eb355ceabec8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shogun-image {
  box-sizing: border-box;
}



.s-7a2ca213-b34c-4779-aadd-eb355ceabec8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a2ca213-b34c-4779-aadd-eb355ceabec8 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shogun-image-container {
      position: relative;
    }

    .s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a2ca213-b34c-4779-aadd-eb355ceabec8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a2ca213-b34c-4779-aadd-eb355ceabec8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}
#s-79fb8e87-2684-4c68-a04c-04da1c8d3b29 {
  margin-left: auto;
margin-bottom: 2.28571em;
margin-right: auto;
min-height: 50px;
}








#s-79fb8e87-2684-4c68-a04c-04da1c8d3b29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79fb8e87-2684-4c68-a04c-04da1c8d3b29.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda {
  margin-left: auto;
margin-right: auto;
max-width: 412px;
aspect-ratio: 412/346;
text-align: center;
}

#s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda {
  margin: 0 !important;
  overflow: visible;
}

#s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda img.shogun-image {
  /* Add background color handling */
  
}

#s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda .shogun-image-content {
  
    justify-content: center;
  
}

.s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shogun-image {
  box-sizing: border-box;
}



.s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shogun-image-container {
      position: relative;
    }

    .s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

@media (min-width: 1200px){#s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda {
  margin: 0 !important;
  overflow: visible;
}

#s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda img.shogun-image {
  /* Add background color handling */
  
}

#s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda .shogun-image-content {
  
    justify-content: center;
  
}

.s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shogun-image {
  box-sizing: border-box;
}



.s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shogun-image-container {
      position: relative;
    }

    .s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda {
  margin: 0 !important;
  overflow: visible;
}

#s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda img.shogun-image {
  /* Add background color handling */
  
}

#s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda .shogun-image-content {
  
    justify-content: center;
  
}

.s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shogun-image {
  box-sizing: border-box;
}



.s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shogun-image-container {
      position: relative;
    }

    .s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda {
  margin: 0 !important;
  overflow: visible;
}

#s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda img.shogun-image {
  /* Add background color handling */
  
}

#s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda .shogun-image-content {
  
    justify-content: center;
  
}

.s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shogun-image {
  box-sizing: border-box;
}



.s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shogun-image-container {
      position: relative;
    }

    .s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}@media (max-width: 767px){#s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda {
  margin: 0 !important;
  overflow: visible;
}

#s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda img.shogun-image {
  /* Add background color handling */
  
}

#s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda .shogun-image-content {
  
    justify-content: center;
  
}

.s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shogun-image {
  box-sizing: border-box;
}



.s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shogun-image-container {
      position: relative;
    }

    .s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c81b1297-9ab5-4fd2-9d3b-1a1a5252edda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}
#s-4cb433c7-96c6-4060-b47d-7812c73caff5 {
  margin-left: auto;
margin-bottom: 2.28571em;
margin-right: auto;
min-height: 50px;
}








#s-4cb433c7-96c6-4060-b47d-7812c73caff5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4cb433c7-96c6-4060-b47d-7812c73caff5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cdace05f-e09a-4ff6-918e-55438d2df3f3 {
  margin-left: auto;
margin-right: auto;
max-width: 412px;
aspect-ratio: 412/346;
text-align: center;
}

#s-cdace05f-e09a-4ff6-918e-55438d2df3f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-cdace05f-e09a-4ff6-918e-55438d2df3f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cdace05f-e09a-4ff6-918e-55438d2df3f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cdace05f-e09a-4ff6-918e-55438d2df3f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cdace05f-e09a-4ff6-918e-55438d2df3f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-cdace05f-e09a-4ff6-918e-55438d2df3f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cdace05f-e09a-4ff6-918e-55438d2df3f3 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-cdace05f-e09a-4ff6-918e-55438d2df3f3 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cdace05f-e09a-4ff6-918e-55438d2df3f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cdace05f-e09a-4ff6-918e-55438d2df3f3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-cdace05f-e09a-4ff6-918e-55438d2df3f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shogun-image {
  box-sizing: border-box;
}



.s-cdace05f-e09a-4ff6-918e-55438d2df3f3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cdace05f-e09a-4ff6-918e-55438d2df3f3 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shogun-image-container {
      position: relative;
    }

    .s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cdace05f-e09a-4ff6-918e-55438d2df3f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

@media (min-width: 1200px){#s-cdace05f-e09a-4ff6-918e-55438d2df3f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-cdace05f-e09a-4ff6-918e-55438d2df3f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cdace05f-e09a-4ff6-918e-55438d2df3f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cdace05f-e09a-4ff6-918e-55438d2df3f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cdace05f-e09a-4ff6-918e-55438d2df3f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-cdace05f-e09a-4ff6-918e-55438d2df3f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cdace05f-e09a-4ff6-918e-55438d2df3f3 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-cdace05f-e09a-4ff6-918e-55438d2df3f3 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cdace05f-e09a-4ff6-918e-55438d2df3f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cdace05f-e09a-4ff6-918e-55438d2df3f3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-cdace05f-e09a-4ff6-918e-55438d2df3f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shogun-image {
  box-sizing: border-box;
}



.s-cdace05f-e09a-4ff6-918e-55438d2df3f3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cdace05f-e09a-4ff6-918e-55438d2df3f3 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shogun-image-container {
      position: relative;
    }

    .s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cdace05f-e09a-4ff6-918e-55438d2df3f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cdace05f-e09a-4ff6-918e-55438d2df3f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-cdace05f-e09a-4ff6-918e-55438d2df3f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cdace05f-e09a-4ff6-918e-55438d2df3f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cdace05f-e09a-4ff6-918e-55438d2df3f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cdace05f-e09a-4ff6-918e-55438d2df3f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-cdace05f-e09a-4ff6-918e-55438d2df3f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cdace05f-e09a-4ff6-918e-55438d2df3f3 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-cdace05f-e09a-4ff6-918e-55438d2df3f3 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cdace05f-e09a-4ff6-918e-55438d2df3f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cdace05f-e09a-4ff6-918e-55438d2df3f3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-cdace05f-e09a-4ff6-918e-55438d2df3f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shogun-image {
  box-sizing: border-box;
}



.s-cdace05f-e09a-4ff6-918e-55438d2df3f3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cdace05f-e09a-4ff6-918e-55438d2df3f3 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shogun-image-container {
      position: relative;
    }

    .s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cdace05f-e09a-4ff6-918e-55438d2df3f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cdace05f-e09a-4ff6-918e-55438d2df3f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-cdace05f-e09a-4ff6-918e-55438d2df3f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cdace05f-e09a-4ff6-918e-55438d2df3f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cdace05f-e09a-4ff6-918e-55438d2df3f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cdace05f-e09a-4ff6-918e-55438d2df3f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-cdace05f-e09a-4ff6-918e-55438d2df3f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cdace05f-e09a-4ff6-918e-55438d2df3f3 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-cdace05f-e09a-4ff6-918e-55438d2df3f3 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cdace05f-e09a-4ff6-918e-55438d2df3f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cdace05f-e09a-4ff6-918e-55438d2df3f3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-cdace05f-e09a-4ff6-918e-55438d2df3f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shogun-image {
  box-sizing: border-box;
}



.s-cdace05f-e09a-4ff6-918e-55438d2df3f3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cdace05f-e09a-4ff6-918e-55438d2df3f3 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shogun-image-container {
      position: relative;
    }

    .s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cdace05f-e09a-4ff6-918e-55438d2df3f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}@media (max-width: 767px){#s-cdace05f-e09a-4ff6-918e-55438d2df3f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-cdace05f-e09a-4ff6-918e-55438d2df3f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cdace05f-e09a-4ff6-918e-55438d2df3f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cdace05f-e09a-4ff6-918e-55438d2df3f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cdace05f-e09a-4ff6-918e-55438d2df3f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-cdace05f-e09a-4ff6-918e-55438d2df3f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cdace05f-e09a-4ff6-918e-55438d2df3f3 .shg-image-content-wrapper {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }

    #s-cdace05f-e09a-4ff6-918e-55438d2df3f3 .shogun-image-link {
      aspect-ratio: 412/346;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cdace05f-e09a-4ff6-918e-55438d2df3f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cdace05f-e09a-4ff6-918e-55438d2df3f3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 412px;
  }



  img.s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shogun-image {
    
    
    
    max-height: 412px;
  }


.s-cdace05f-e09a-4ff6-918e-55438d2df3f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shogun-image {
  box-sizing: border-box;
}



.s-cdace05f-e09a-4ff6-918e-55438d2df3f3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cdace05f-e09a-4ff6-918e-55438d2df3f3 {
      --shg-aspect-ratio: calc(412/346); 
    }

    .s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shogun-image-container {
      position: relative;
    }

    .s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cdace05f-e09a-4ff6-918e-55438d2df3f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cdace05f-e09a-4ff6-918e-55438d2df3f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 412px;
    }
  }

}
#s-1bc92a53-9383-4c26-8c49-99e5027a5925 {
  margin-left: auto;
margin-right: auto;
}

#s-b4d604e2-3d3f-4a82-a515-53dbcc1f0cb7 {
  margin-left: auto;
margin-bottom: 1.71429em;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-b4d604e2-3d3f-4a82-a515-53dbcc1f0cb7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b4d604e2-3d3f-4a82-a515-53dbcc1f0cb7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b4d604e2-3d3f-4a82-a515-53dbcc1f0cb7 {
  
}
}@media (max-width: 767px){#s-b4d604e2-3d3f-4a82-a515-53dbcc1f0cb7 {
  
}
}







#s-b4d604e2-3d3f-4a82-a515-53dbcc1f0cb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b4d604e2-3d3f-4a82-a515-53dbcc1f0cb7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9ea1a024-3e51-4c4a-83ff-4038c853ec5c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-c649c3f0-cd94-4d37-bfdf-15c6a0ece8b4 {
  margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
min-height: 50px;
background-color: rgba(42, 208, 245, 1);
}








#s-c649c3f0-cd94-4d37-bfdf-15c6a0ece8b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c649c3f0-cd94-4d37-bfdf-15c6a0ece8b4 {
  cursor: pointer;
}#s-c649c3f0-cd94-4d37-bfdf-15c6a0ece8b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dfbe16a0-c2b8-47e7-84b2-584d50518078 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-dfbe16a0-c2b8-47e7-84b2-584d50518078 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


@media (min-width: 1200px){#s-dfbe16a0-c2b8-47e7-84b2-584d50518078 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}@media (max-width: 767px){#s-dfbe16a0-c2b8-47e7-84b2-584d50518078 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
@media (min-width: 0px) {
[id="s-95de0390-2233-4e24-8780-1d7d7404e3cb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-95de0390-2233-4e24-8780-1d7d7404e3cb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.8333333333333334em);
}

}

@media (min-width: 992px) {
[id="s-95de0390-2233-4e24-8780-1d7d7404e3cb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.8333333333333334em);
}

}

@media (min-width: 1200px) {
[id="s-95de0390-2233-4e24-8780-1d7d7404e3cb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.8333333333333334em);
}

}

#s-7e1d096e-bc61-44d5-b8d8-934b5349c0cc {
  margin-bottom: 2em;
min-height: 50px;
}








#s-7e1d096e-bc61-44d5-b8d8-934b5349c0cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7e1d096e-bc61-44d5-b8d8-934b5349c0cc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-3eebfa8c-f2e0-493a-b1cf-238d124ab3ca {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 620px;
text-align: center;
}

#s-3eebfa8c-f2e0-493a-b1cf-238d124ab3ca {
  overflow: hidden;
  
  
      max-width: 620px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-3eebfa8c-f2e0-493a-b1cf-238d124ab3ca .shogun-image-content {
  
    justify-content: center;
  
}

#s-7667b7c0-d621-4f9e-af87-5ac1f77786e4 {
  margin-bottom: 2em;
min-height: 50px;
aspect-ratio: 1:1;
}








#s-7667b7c0-d621-4f9e-af87-5ac1f77786e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7667b7c0-d621-4f9e-af87-5ac1f77786e4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-73784057-00b7-490d-8b99-e0f03126ee00 {
  margin-left: auto;
margin-right: auto;
min-height: 35px;
max-width: 620px;
text-align: center;
}

#s-73784057-00b7-490d-8b99-e0f03126ee00 {
  overflow: hidden;
  
  
      max-width: 620px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-73784057-00b7-490d-8b99-e0f03126ee00 .shogun-image-content {
  
    justify-content: center;
  
}

#s-15a01af3-83cd-4fe4-be07-999a6abdbd42 {
  margin-bottom: 2em;
min-height: 50px;
max-width: 350px;
}








#s-15a01af3-83cd-4fe4-be07-999a6abdbd42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-15a01af3-83cd-4fe4-be07-999a6abdbd42.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8722aa36-f2d1-40fd-9a02-287f69f663df {
  margin-left: auto;
margin-right: auto;
min-height: 35px;
max-width: 620px;
text-align: center;
}

#s-8722aa36-f2d1-40fd-9a02-287f69f663df {
  overflow: hidden;
  
  
      max-width: 620px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-8722aa36-f2d1-40fd-9a02-287f69f663df .shogun-image-content {
  
    justify-content: center;
  
}

#s-03d99d78-2ba8-49da-8db7-8964d2e24cac {
  margin-bottom: 2em;
min-height: 50px;
}








#s-03d99d78-2ba8-49da-8db7-8964d2e24cac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-03d99d78-2ba8-49da-8db7-8964d2e24cac.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-71205dc6-65c7-4e8b-83de-ccc9c5897a90 {
  margin-left: auto;
margin-right: auto;
min-height: 35px;
max-width: 620px;
text-align: center;
}

#s-71205dc6-65c7-4e8b-83de-ccc9c5897a90 {
  overflow: hidden;
  
  
      max-width: 620px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-71205dc6-65c7-4e8b-83de-ccc9c5897a90 .shogun-image-content {
  
    justify-content: center;
  
}

#s-aae02c0c-a461-499c-8f0d-4d2a7b06b40c {
  margin-bottom: 2em;
min-height: 50px;
}








#s-aae02c0c-a461-499c-8f0d-4d2a7b06b40c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aae02c0c-a461-499c-8f0d-4d2a7b06b40c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-83da0812-bec1-4d9e-b429-a23935b8c257 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 620px;
text-align: center;
}

#s-83da0812-bec1-4d9e-b429-a23935b8c257 {
  overflow: hidden;
  
  
      max-width: 620px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-83da0812-bec1-4d9e-b429-a23935b8c257 .shogun-image-content {
  
    justify-content: center;
  
}

#s-770ee61b-088f-4f7b-9b97-f9d599abf836 {
  margin-bottom: 2em;
min-height: 50px;
}








#s-770ee61b-088f-4f7b-9b97-f9d599abf836 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-770ee61b-088f-4f7b-9b97-f9d599abf836.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0d145a48-4626-401a-8b1e-2c61e3090782 {
  margin-left: auto;
margin-right: auto;
max-width: 280px;
text-align: center;
}

#s-0d145a48-4626-401a-8b1e-2c61e3090782 {
  overflow: hidden;
  
  
      max-width: 280px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-0d145a48-4626-401a-8b1e-2c61e3090782 .shogun-image-content {
  
    justify-content: center;
  
}

#s-bc696124-1c6a-42c1-aa68-34b2cfe19b57 {
  margin-left: auto;
margin-right: auto;
}








#s-bc696124-1c6a-42c1-aa68-34b2cfe19b57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bc696124-1c6a-42c1-aa68-34b2cfe19b57.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f314f2a8-0626-4517-a155-bff9fb4483be {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-f314f2a8-0626-4517-a155-bff9fb4483be {
  display: none;
}
#s-f314f2a8-0626-4517-a155-bff9fb4483be, #wrap-s-f314f2a8-0626-4517-a155-bff9fb4483be, #wrap-content-s-f314f2a8-0626-4517-a155-bff9fb4483be { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f314f2a8-0626-4517-a155-bff9fb4483be {
  display: none;
}
#s-f314f2a8-0626-4517-a155-bff9fb4483be, #wrap-s-f314f2a8-0626-4517-a155-bff9fb4483be, #wrap-content-s-f314f2a8-0626-4517-a155-bff9fb4483be { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f314f2a8-0626-4517-a155-bff9fb4483be {
  display: none;
}
#s-f314f2a8-0626-4517-a155-bff9fb4483be, #wrap-s-f314f2a8-0626-4517-a155-bff9fb4483be, #wrap-content-s-f314f2a8-0626-4517-a155-bff9fb4483be { display: none !important; }}@media (max-width: 767px){#s-f314f2a8-0626-4517-a155-bff9fb4483be {
  display: none;
}
#s-f314f2a8-0626-4517-a155-bff9fb4483be, #wrap-s-f314f2a8-0626-4517-a155-bff9fb4483be, #wrap-content-s-f314f2a8-0626-4517-a155-bff9fb4483be { display: none !important; }}
#s-8091ef66-49ed-4496-98d3-650a3925ce5d {
  margin-top: 0em;
margin-bottom: 2em;
min-height: 50px;
}








#s-8091ef66-49ed-4496-98d3-650a3925ce5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8091ef66-49ed-4496-98d3-650a3925ce5d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

.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-77985d44-fbc3-4348-bccd-2f2560bdf5a6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
min-height: 47px;
max-width: 440px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-77985d44-fbc3-4348-bccd-2f2560bdf5a6:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-77985d44-fbc3-4348-bccd-2f2560bdf5a6:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-77985d44-fbc3-4348-bccd-2f2560bdf5a6-root {
    text-align: center;
  }


#s-77985d44-fbc3-4348-bccd-2f2560bdf5a6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-77985d44-fbc3-4348-bccd-2f2560bdf5a6-root {
    text-align: center;
  }


#s-77985d44-fbc3-4348-bccd-2f2560bdf5a6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-77985d44-fbc3-4348-bccd-2f2560bdf5a6-root {
    text-align: center;
  }


#s-77985d44-fbc3-4348-bccd-2f2560bdf5a6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-77985d44-fbc3-4348-bccd-2f2560bdf5a6-root {
    text-align: center;
  }


#s-77985d44-fbc3-4348-bccd-2f2560bdf5a6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-77985d44-fbc3-4348-bccd-2f2560bdf5a6-root {
    text-align: center;
  }


#s-77985d44-fbc3-4348-bccd-2f2560bdf5a6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-9d10efc7-5baa-4b03-b291-aa18b3476a6b {
  margin-top: 4em;
margin-left: auto;
margin-right: auto;
padding-top: 3em;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(190, 190, 190, 1);
border-style: solid;
min-height: 50px;
}








#s-9d10efc7-5baa-4b03-b291-aa18b3476a6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9d10efc7-5baa-4b03-b291-aa18b3476a6b.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-6c347466-36df-4d35-8381-6d52195fef95 {
  margin-left: auto;
margin-right: auto;
}

#s-4c40e449-d676-4489-aced-fdc1bfcc1e5c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
